ExtraHoppers/src/main/resources/data/extrahoppers/recipes/invert_gold_hopper.json

12 lines
189 B
JSON
Raw Normal View History

2020-03-28 22:29:00 +00:00
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "extrahoppers:gold_hopper"
}
],
"result": {
"item": "extrahoppers:inverted_gold_hopper"
}
}