Compare commits

..

2 Commits

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"}
}
}