mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-23 15:20:19 +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"))
|
S("Stone"))
|
||||||
|
|
||||||
technic.cnc.register_all("default:stonebrick",
|
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"},
|
{"default_stone_brick.png"},
|
||||||
S("Stone Brick"))
|
S("Stone Brick"))
|
||||||
|
|
||||||
technic.cnc.register_all("default:stone_block",
|
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"},
|
{"default_stone_block.png"},
|
||||||
S("Stone Block"))
|
S("Stone Block"))
|
||||||
|
|
||||||
@ -60,12 +60,12 @@ technic.cnc.register_all("default:desert_stone",
|
|||||||
S("Desert Stone"))
|
S("Desert Stone"))
|
||||||
|
|
||||||
technic.cnc.register_all("default:desert_stonebrick",
|
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"},
|
{"default_desert_stone_brick.png"},
|
||||||
S("Desert Stone Brick"))
|
S("Desert Stone Brick"))
|
||||||
|
|
||||||
technic.cnc.register_all("default:desert_stone_block",
|
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"},
|
{"default_desert_stone_block.png"},
|
||||||
S("Desert Stone Block"))
|
S("Desert Stone Block"))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user