mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-17 15:58:37 +01:00
minor fixes
This commit is contained in:
parent
5aea7586ff
commit
a65deffc3f
@ -44,12 +44,12 @@ technic.cnc.register_all("default:stone",
|
||||
S("Stone"))
|
||||
|
||||
technic.cnc.register_all("default:stonebrick",
|
||||
{crumbly=2, cracky=3, not_in_creative_inventory=1},
|
||||
{crumbly=2, cracky=3, stone=1, not_in_creative_inventory=1},
|
||||
{"default_stone_brick.png"},
|
||||
S("Stone Brick"))
|
||||
|
||||
technic.cnc.register_all("default:stone_block",
|
||||
{crumbly=2, cracky=3, not_in_creative_inventory=1},
|
||||
{crumbly=2, cracky=3, stone=1, not_in_creative_inventory=1},
|
||||
{"default_stone_block.png"},
|
||||
S("Stone Block"))
|
||||
|
||||
@ -60,12 +60,12 @@ technic.cnc.register_all("default:desert_stone",
|
||||
S("Desert Stone"))
|
||||
|
||||
technic.cnc.register_all("default:desert_stonebrick",
|
||||
{crumbly=2, cracky=3, not_in_creative_inventory=1},
|
||||
{crumbly=2, cracky=3, stone=1, not_in_creative_inventory=1},
|
||||
{"default_desert_stone_brick.png"},
|
||||
S("Desert Stone Brick"))
|
||||
|
||||
technic.cnc.register_all("default:desert_stone_block",
|
||||
{crumbly=2, cracky=3, not_in_creative_inventory=1},
|
||||
{crumbly=2, cracky=3, stone=1, not_in_creative_inventory=1},
|
||||
{"default_desert_stone_block.png"},
|
||||
S("Desert Stone Block"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user