Extractor: Fixed Sunflower and added Wither Rose. Thanks to Ayutac

Sunflower gives 2 dyes normally in-game and the extractor usually doubles the amount, so sunflower giving 2 dyes in Extractor was a bug. Also added dye from Wither Rose (gives 1 dye normally, so here 2).
This commit is contained in:
Ayutac 2021-12-21 22:27:28 +01:00 committed by GitHub
parent bdf906c4fc
commit 68d407544a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:extractor",
"power": 10,
"time": 300,
"ingredients": [
{
"item": "minecraft:wither_rose"
}
],
"results": [
{
"item": "minecraft:black_dye",
"count": 2
}
]
}

View file

@ -10,7 +10,7 @@
"results": [
{
"item": "minecraft:yellow_dye",
"count": 2
"count": 4
}
]
}