diff --git a/cnc.lua b/cnc.lua index 2b35e4f..8055941 100644 --- a/cnc.lua +++ b/cnc.lua @@ -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