Changed Coal to coal lump to fix recipe
This commit is contained in:
parent
d4ab5f69e6
commit
937fd3f6ec
2
init.lua
2
init.lua
@ -411,7 +411,7 @@ minetest.register_craft(
|
|||||||
output = "technic:rubber 2",
|
output = "technic:rubber 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"technic:rubber_tree_grindings", "technic:rubber_tree_grindings", "technic:rubber_tree_grindings"},
|
{"technic:rubber_tree_grindings", "technic:rubber_tree_grindings", "technic:rubber_tree_grindings"},
|
||||||
{"technic:rubber_tree_grindings", "default:coal", "technic:rubber_tree_grindings"},
|
{"technic:rubber_tree_grindings", "default:coal_lump", "technic:rubber_tree_grindings"},
|
||||||
{"technic:rubber_tree_grindings", "technic:rubber_tree_grindings", "technic:rubber_tree_grindings"}
|
{"technic:rubber_tree_grindings", "technic:rubber_tree_grindings", "technic:rubber_tree_grindings"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user