This commit is contained in:
Thomas Rudin 2018-11-26 09:13:45 +01:00
parent bae7d1b804
commit f85113f28d
2 changed files with 2 additions and 3 deletions

View File

@ -82,12 +82,12 @@ technic_cnc.register_all("default:cobble",
{"default_cobble.png"},
S("Cobble"))
technic.cnc.register_all("default:mossycobble",
technic_cnc.register_all("default:mossycobble",
{cracky=3, stone=1, not_in_creative_inventory=1},
{"default_mossycobble.png"},
S("Mossy Cobblestone"))
technic.cnc.register_all("default:desert_cobble",
technic_cnc.register_all("default:desert_cobble",
{cracky=3, stone=1, not_in_creative_inventory=1},
{"default_desert_cobble.png"},
S("Desert Cobble"))

View File

@ -15,5 +15,4 @@ end
dofile(modpath.."/cnc.lua")
dofile(modpath.."/cnc_api.lua")
dofile(modpath.."/cnc_nodes.lua")
dofile(modpath.."/cnc_materials.lua")