NaturesAura/src/main/resources/data/naturesaura/recipes/gold_brick.json

14 lines
269 B
JSON
Raw Normal View History

2019-01-25 21:57:23 +01:00
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
2020-01-22 20:31:09 +01:00
"item": "minecraft:stone_bricks"
2019-01-25 21:57:23 +01:00
},
{
"item": "naturesaura:gold_fiber"
}
],
"result": {
"item": "naturesaura:gold_brick"
}
}