Fix wrench recipe issues
Remove fluid pipe Add recipe to switch rubber Fix some missing textures
This commit is contained in:
parent
0a2e878b88
commit
edf266588f
9 changed files with 34 additions and 22 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "techreborn:item/techrebornItem",
|
||||
"textures": {
|
||||
"layer0": "techreborn:items/tool/energyCrystalEmpty"
|
||||
"layer0": "techreborn:items/tool/energyCrystal"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "techreborn:item/techrebornItem",
|
||||
"textures": {
|
||||
"layer0": "techreborn:items/tool/lapotronCrystalEmpty"
|
||||
"layer0": "techreborn:items/tool/lapotronCrystal"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue