technic compatibility update
This commit is contained in:
parent
1855b74559
commit
8082d5ad37
@ -1,6 +1,7 @@
|
|||||||
default
|
default
|
||||||
wool
|
wool
|
||||||
3d_armor
|
3d_armor
|
||||||
|
technic_cnc
|
||||||
columnia ?
|
columnia ?
|
||||||
trunks ?
|
trunks ?
|
||||||
irc ?
|
irc ?
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
technic.cnc.register_all("default:stonebrick",
|
technic_cnc.register_all("default:stonebrick",
|
||||||
{cracky=3},
|
{cracky=3},
|
||||||
{"default_stone_brick.png"},
|
{"default_stone_brick.png"},
|
||||||
"Stonebrick")
|
"Stonebrick")
|
||||||
|
|
||||||
technic.cnc.register_all("scifi_nodes:red",
|
technic_cnc.register_all("scifi_nodes:red",
|
||||||
{cracky=3},
|
{cracky=3},
|
||||||
{"scifi_nodes_red.png"},
|
{"scifi_nodes_red.png"},
|
||||||
"Red Lines")
|
"Red Lines")
|
||||||
|
|
||||||
technic.cnc.register_all("columnia:rusty_block",
|
technic_cnc.register_all("columnia:rusty_block",
|
||||||
{cracky=3},
|
{cracky=3},
|
||||||
{"columnia_rusty_block.png"},
|
{"columnia_rusty_block.png"},
|
||||||
"Rusty Block")
|
"Rusty Block")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user