Fix wrench recipe issues

Remove fluid pipe
Add recipe to switch rubber
Fix some missing textures
This commit is contained in:
modmuss50 2016-09-16 22:56:21 +01:00
parent 0a2e878b88
commit edf266588f
9 changed files with 34 additions and 22 deletions

View file

@ -4,16 +4,16 @@
"transform":"forge:default-block",
"model":"orientable",
"textures":{
"particle":"techreborn:blocks/machine/advanced_machines/industrial_electrolyzer_front_off",
"particle":"techreborn:blocks/machine/greg_machines/industrial_electrolyzer_front_off",
"top":"techreborn:blocks/machine/advanced_machines/machine_top",
"side":"techreborn:blocks/machine/advanced_machines/industrial_electrolyzer_front_off"
"side":"techreborn:blocks/machine/greg_machines/industrial_electrolyzer_front_off"
}
},
"variants":{
"inventory":{
"transform":"forge:default-block",
"textures":{
"front":"techreborn:blocks/machine/advanced_machines/industrial_electrolyzer_front_off"
"front":"techreborn:blocks/machine/greg_machines/industrial_electrolyzer_front_off"
}
},
"facing":{
@ -33,22 +33,22 @@
"active":{
"true":{
"textures":{
"front":"techreborn:blocks/machine/advanced_machines/industrial_electrolyzer_front_on"
"front":"techreborn:blocks/machine/greg_machines/industrial_electrolyzer_front_on"
}
},
"false":{
"textures":{
"front":"techreborn:blocks/machine/advanced_machines/industrial_electrolyzer_front_off"
"front":"techreborn:blocks/machine/greg_machines/industrial_electrolyzer_front_off"
}
}
},
"inventory": {
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machine/advanced_machines/industrial_electrolyzer_front_off",
"particle": "techreborn:blocks/machine/greg_machines/industrial_electrolyzer_front_off",
"top": "techreborn:blocks/machine/advanced_machines/machine_top",
"side": "techreborn:blocks/machine/advanced_machines/industrial_electrolyzer_front_off",
"front": "techreborn:blocks/machine/advanced_machines/industrial_electrolyzer_front_off"
"side": "techreborn:blocks/machine/greg_machines/industrial_electrolyzer_front_off",
"front": "techreborn:blocks/machine/greg_machines/industrial_electrolyzer_front_off"
}
}
}

View file

@ -5,7 +5,7 @@
"model":"orientable",
"textures":{
"particle": "techreborn:blocks/machine/generators/lightning_rod_side_off",
"top": "techreborn:blocks/machine/generators/lightning_rod_top",
"top": "techreborn:blocks/machine/greg_machines/machine_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"
@ -44,7 +44,7 @@
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machine/generators/lightning_rod_side_off",
"top": "techreborn:blocks/machine/generators/lightning_rod_top",
"top": "techreborn:blocks/machine/greg_machines/machine_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"

View file

@ -1,6 +1,6 @@
{
"parent": "techreborn:item/techrebornItem",
"textures": {
"layer0": "techreborn:items/tool/energyCrystalEmpty"
"layer0": "techreborn:items/tool/energyCrystal"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "techreborn:item/techrebornItem",
"textures": {
"layer0": "techreborn:items/tool/lapotronCrystalEmpty"
"layer0": "techreborn:items/tool/lapotronCrystal"
}
}