mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-22 06:40:22 +01:00
fix bug
This commit is contained in:
parent
bae7d1b804
commit
f85113f28d
@ -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"))
|
||||
|
@ -15,5 +15,4 @@ end
|
||||
|
||||
dofile(modpath.."/cnc.lua")
|
||||
dofile(modpath.."/cnc_api.lua")
|
||||
dofile(modpath.."/cnc_nodes.lua")
|
||||
dofile(modpath.."/cnc_materials.lua")
|
||||
|
Loading…
x
Reference in New Issue
Block a user