mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-15 06:25:04 +00:00
29 lines
634 B
JSON
Vendored
29 lines
634 B
JSON
Vendored
{
|
|
"format_version" : "1.14",
|
|
"minecraft:recipe_material_reduction" : {
|
|
"description" : {
|
|
"identifier" : "minecraft:netherrack"
|
|
},
|
|
"input" : "minecraft:netherrack",
|
|
"output" : [
|
|
{
|
|
"count" : 64,
|
|
"item" : "minecraft:element_14"
|
|
},
|
|
{
|
|
"count" : 18,
|
|
"item" : "minecraft:element_8"
|
|
},
|
|
{
|
|
"count" : 15,
|
|
"item" : "minecraft:element_80"
|
|
},
|
|
{
|
|
"count" : 3,
|
|
"item" : "minecraft:element_0"
|
|
}
|
|
],
|
|
"tags" : "material_reducer"
|
|
}
|
|
}
|