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:
Dragon2488 2016-07-16 16:44:54 +07:00 committed by Modmuss50
parent ddb96d58ec
commit 33df1d3319
16 changed files with 288 additions and 368 deletions

View file

@ -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

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 532 B

Before After
Before After