Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
50
mods/technic_plus_beta/technic_cnc/materials/moreblocks.lua
Normal file
50
mods/technic_plus_beta/technic_cnc/materials/moreblocks.lua
Normal file
|
@ -0,0 +1,50 @@
|
|||
|
||||
local S = technic_cnc.getter
|
||||
|
||||
technic_cnc.register_all(
|
||||
"moreblocks:stone_tile",
|
||||
{stone = 1, cracky = 3, not_in_creative_inventory = 1},
|
||||
{"moreblocks_stone_tile.png"},
|
||||
S("Stone Tile"))
|
||||
|
||||
technic_cnc.register_all(
|
||||
"moreblocks:split_stone_tile",
|
||||
{stone = 1, cracky = 3, not_in_creative_inventory = 1},
|
||||
{"moreblocks_split_stone_tile.png"},
|
||||
S("Split Stone Tile")
|
||||
)
|
||||
|
||||
technic_cnc.register_all(
|
||||
"moreblocks:checker_stone_tile",
|
||||
{stone = 1, cracky = 3, not_in_creative_inventory = 1},
|
||||
{"moreblocks_checker_stone_tile.png"},
|
||||
S("Checker Stone Tile")
|
||||
)
|
||||
|
||||
technic_cnc.register_all(
|
||||
"moreblocks:cactus_checker",
|
||||
{stone = 1, cracky = 3, not_in_creative_inventory = 1},
|
||||
{"moreblocks_cactus_checker.png"},
|
||||
S("Cactus Checker")
|
||||
)
|
||||
|
||||
technic_cnc.register_all(
|
||||
"moreblocks:cactus_brick",
|
||||
{cracky = 3, not_in_creative_inventory = 1},
|
||||
{"moreblocks_cactus_brick.png"},
|
||||
S("Cactus Brick")
|
||||
)
|
||||
|
||||
technic_cnc.register_all(
|
||||
"moreblocks:grey_bricks",
|
||||
{cracky = 3, not_in_creative_inventory = 1},
|
||||
{"moreblocks_grey_bricks.png"},
|
||||
S("Grey Bricks")
|
||||
)
|
||||
|
||||
technic_cnc.register_all(
|
||||
"moreblocks:copperpatina",
|
||||
{cracky = 1, level = 2, not_in_creative_inventory = 1},
|
||||
{"moreblocks_copperpatina.png"},
|
||||
S("Copper Patina")
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue