mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 06:55:04 +00:00
Add minecraft bedrock server
This commit is contained in:
44
servers/bedrock/behavior_packs/chemistry/recipes/reducer_magma.json
vendored
Normal file
44
servers/bedrock/behavior_packs/chemistry/recipes/reducer_magma.json
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"format_version" : "1.14",
|
||||
"minecraft:recipe_material_reduction" : {
|
||||
"description" : {
|
||||
"identifier" : "minecraft:magma"
|
||||
},
|
||||
"input" : "minecraft:magma",
|
||||
"output" : [
|
||||
{
|
||||
"count" : 47,
|
||||
"item" : "minecraft:element_8"
|
||||
},
|
||||
{
|
||||
"count" : 28,
|
||||
"item" : "minecraft:element_14"
|
||||
},
|
||||
{
|
||||
"count" : 8,
|
||||
"item" : "minecraft:element_13"
|
||||
},
|
||||
{
|
||||
"count" : 5,
|
||||
"item" : "minecraft:element_26"
|
||||
},
|
||||
{
|
||||
"count" : 4,
|
||||
"item" : "minecraft:element_20"
|
||||
},
|
||||
{
|
||||
"count" : 3,
|
||||
"item" : "minecraft:element_11"
|
||||
},
|
||||
{
|
||||
"count" : 3,
|
||||
"item" : "minecraft:element_19"
|
||||
},
|
||||
{
|
||||
"count" : 2,
|
||||
"item" : "minecraft:element_12"
|
||||
}
|
||||
],
|
||||
"tags" : "material_reducer"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user