Changed Coal to coal lump to fix recipe #1

Merged
jasonl8446 merged 1 commits from fix-rubber-coal-recipe into main 2023-06-03 08:32:49 -04:00
Showing only changes of commit 937fd3f6ec - Show all 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"}
}
}