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:
parent
bdf906c4fc
commit
68d407544a
2 changed files with 17 additions and 1 deletions
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "techreborn:extractor",
|
||||||
|
"power": 10,
|
||||||
|
"time": 300,
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:wither_rose"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:black_dye",
|
||||||
|
"count": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -10,7 +10,7 @@
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "minecraft:yellow_dye",
|
"item": "minecraft:yellow_dye",
|
||||||
"count": 2
|
"count": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue