Compare commits

..

No commits in common. "6c28024d238ebce389966ea5368761617489cf2b" and "d4ab5f69e678d7bf1193e1c40cb240c2b68602d7" have entirely different histories.

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_lump", "technic:rubber_tree_grindings"},
{"technic:rubber_tree_grindings", "default:coal", "technic:rubber_tree_grindings"},
{"technic:rubber_tree_grindings", "technic:rubber_tree_grindings", "technic:rubber_tree_grindings"}
}
}