Clay to clay ball extractor recipe. Closes #2376
This commit is contained in:
parent
ead39e98c4
commit
f02a156c8a
15 changed files with 16 additions and 0 deletions
src/main/resources/data/techreborn/recipes/extractor
clay_ball.jsonlight_gray_dye_from_bluet.jsonlight_gray_dye_from_daisy.jsonlight_gray_dye_from_tulip.jsonmagenta_dye_from_allium.jsonmagenta_dye_from_lilac.jsonpink_dye_from_peony.jsonpink_dye_from_tulip.jsonred_dye_from_poppy.jsonred_dye_from_rose.jsonred_dye_from_tulip.jsonwheat_seeds_from_fern.jsonwheat_seeds_from_tallgrass.jsonyellow_dye_from_dandelion.jsonyellow_dye_from_sunflower.json
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "techreborn:extractor",
|
||||||
|
"power": 10,
|
||||||
|
"time": 300,
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:clay"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:clay_ball",
|
||||||
|
"count": 5
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue