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
|
@ -0,0 +1,23 @@
|
|||
|
||||
local S = technic_cnc.getter
|
||||
|
||||
technic_cnc.register_all(
|
||||
"basic_materials:concrete_block",
|
||||
{cracky = 2, level = 2, not_in_creative_inventory = 1},
|
||||
{"basic_materials_concrete_block.png"},
|
||||
S("Concrete")
|
||||
)
|
||||
|
||||
technic_cnc.register_all(
|
||||
"basic_materials:cement_block",
|
||||
{cracky = 2, level = 2, not_in_creative_inventory = 1},
|
||||
{"basic_materials_cement_block.png"},
|
||||
S("Cement")
|
||||
)
|
||||
|
||||
technic_cnc.register_all(
|
||||
"basic_materials:brass_block",
|
||||
{cracky = 1, level = 2, not_in_creative_inventory = 1},
|
||||
{"basic_materials_brass_block.png"},
|
||||
S("Brass block")
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue