mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-15 14:35:16 +00:00
33 lines
719 B
JSON
Vendored
33 lines
719 B
JSON
Vendored
{
|
|
"format_version" : "1.14",
|
|
"minecraft:recipe_material_reduction" : {
|
|
"description" : {
|
|
"identifier" : "minecraft:mycelium"
|
|
},
|
|
"input" : "minecraft:mycelium",
|
|
"output" : [
|
|
{
|
|
"count" : 15,
|
|
"item" : "minecraft:element_6"
|
|
},
|
|
{
|
|
"count" : 64,
|
|
"item" : "minecraft:element_8"
|
|
},
|
|
{
|
|
"count" : 6,
|
|
"item" : "minecraft:element_8"
|
|
},
|
|
{
|
|
"count" : 8,
|
|
"item" : "minecraft:element_7"
|
|
},
|
|
{
|
|
"count" : 7,
|
|
"item" : "minecraft:element_15"
|
|
}
|
|
],
|
|
"tags" : "material_reducer"
|
|
}
|
|
}
|