Implemented Lightning Rod, improved ore dictionary integration for dusts, nuggets and plates. Plates now registers automatically for every gem and ingot in TR. (#673)
This commit is contained in:
parent
ddb96d58ec
commit
33df1d3319
16 changed files with 288 additions and 368 deletions
|
@ -4,18 +4,14 @@
|
|||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/generators/lightning_rod_side_off",
|
||||
"top":"techreborn:blocks/machine/generators/lightning_rod_top_off",
|
||||
"side":"techreborn:blocks/machine/generators/lightning_rod_side_off"
|
||||
"particle": "techreborn:blocks/machine/generators/lightning_rod_side_off",
|
||||
"top": "techreborn:blocks/machine/generators/lightning_rod_top",
|
||||
"side": "techreborn:blocks/machine/generators/lightning_rod_side_off",
|
||||
"down":"techreborn:blocks/machine/generators/lightning_rod_side_off",
|
||||
"front":"techreborn:blocks/machine/generators/plasma_generator_front"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/generators/lightning_rod_side_off"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
|
@ -33,12 +29,14 @@
|
|||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/generators/lightning_rod_side_on"
|
||||
"down":"techreborn:blocks/machine/generators/lightning_rod_side_on",
|
||||
"side":"techreborn:blocks/machine/generators/lightning_rod_side_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"techreborn:blocks/machine/generators/lightning_rod_side_off"
|
||||
"down":"techreborn:blocks/machine/generators/lightning_rod_side_off",
|
||||
"side":"techreborn:blocks/machine/generators/lightning_rod_side_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -46,9 +44,10 @@
|
|||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machine/generators/lightning_rod_side_off",
|
||||
"top": "techreborn:blocks/machine/generators/lightning_rod_top_off",
|
||||
"top": "techreborn:blocks/machine/generators/lightning_rod_top",
|
||||
"side": "techreborn:blocks/machine/generators/lightning_rod_side_off",
|
||||
"front": "techreborn:blocks/machine/generators/lightning_rod_side_off"
|
||||
"down":"techreborn:blocks/machine/generators/lightning_rod_side_off",
|
||||
"front":"techreborn:blocks/machine/generators/plasma_generator_front"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 739 B After Width: | Height: | Size: 530 B |
Binary file not shown.
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 532 B |
Binary file not shown.
Before Width: | Height: | Size: 622 B |
Binary file not shown.
Before Width: | Height: | Size: 608 B |
Loading…
Add table
Add a link
Reference in a new issue