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
23
mods/technic_plus_beta/technic_cnc/materials/bakedclay.lua
Normal file
23
mods/technic_plus_beta/technic_cnc/materials/bakedclay.lua
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
local S = technic_cnc.getter
|
||||
|
||||
technic_cnc.register_all(
|
||||
"bakedclay:red",
|
||||
{cracky = 3, not_in_creative_inventory = 1},
|
||||
{"baked_clay_red.png"},
|
||||
S("Red Clay")
|
||||
)
|
||||
|
||||
technic_cnc.register_all(
|
||||
"bakedclay:orange",
|
||||
{cracky = 3, not_in_creative_inventory = 1},
|
||||
{"baked_clay_orange.png"},
|
||||
S("Orange Clay")
|
||||
)
|
||||
|
||||
technic_cnc.register_all(
|
||||
"bakedclay:grey",
|
||||
{cracky = 3, not_in_creative_inventory = 1},
|
||||
{"baked_clay_grey.png"},
|
||||
S("Grey Clay")
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue