This commit is contained in:
NatureFreshMilk 2019-12-16 14:12:14 +01:00
parent ca01095b1d
commit 4e29d125b1

View File

@ -39,7 +39,7 @@ if minetest.get_modpath("prefab") then
technic_cnc.register_all("prefab:concrete",
{cracky = 2, not_in_creative_inventory=1},
{"prefab_concrete.png"},
"Concreete"
"Concrete"
)
end