Changed Coal to coal lump to fix recipe

This commit is contained in:
Jason Liszka 2023-06-03 08:31:48 -04:00
parent d4ab5f69e6
commit 937fd3f6ec

View File

@ -411,7 +411,7 @@ minetest.register_craft(
output = "technic:rubber 2",
recipe = {
{"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"}
}
}