changed texture of ME stocking input buses/hatches to match the hulls used to craft them
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"loader": "gtceu:machine",
|
||||
"machine": "gtceu:me_stocking_input_bus",
|
||||
"replaceable_textures": [
|
||||
"bottom",
|
||||
"top",
|
||||
"side"
|
||||
],
|
||||
"variants": {
|
||||
"is_formed=false,is_painted=false": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/part/hatch_machine",
|
||||
"textures": {
|
||||
"bottom": "gtceu:block/casings/voltage/iv/bottom",
|
||||
"overlay": "gtceu:block/overlay/appeng/me_input_bus",
|
||||
"side": "gtceu:block/casings/voltage/iv/side",
|
||||
"top": "gtceu:block/casings/voltage/iv/top"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,is_painted=true": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/part/hatch_machine_color_ring",
|
||||
"textures": {
|
||||
"bottom": "gtceu:block/casings/voltage/iv/bottom",
|
||||
"overlay": "gtceu:block/overlay/appeng/me_input_bus",
|
||||
"side": "gtceu:block/casings/voltage/iv/side",
|
||||
"top": "gtceu:block/casings/voltage/iv/top"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,is_painted=false": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/part/hatch_machine",
|
||||
"textures": {
|
||||
"bottom": "gtceu:block/casings/voltage/iv/bottom",
|
||||
"overlay": "gtceu:block/overlay/appeng/me_input_bus",
|
||||
"side": "gtceu:block/casings/voltage/iv/side",
|
||||
"top": "gtceu:block/casings/voltage/iv/top"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,is_painted=true": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/part/hatch_machine_color_ring",
|
||||
"textures": {
|
||||
"bottom": "gtceu:block/casings/voltage/iv/bottom",
|
||||
"overlay": "gtceu:block/overlay/appeng/me_input_bus",
|
||||
"side": "gtceu:block/casings/voltage/iv/side",
|
||||
"top": "gtceu:block/casings/voltage/iv/top"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"loader": "gtceu:machine",
|
||||
"machine": "gtceu:me_stocking_input_hatch",
|
||||
"replaceable_textures": [
|
||||
"bottom",
|
||||
"top",
|
||||
"side"
|
||||
],
|
||||
"variants": {
|
||||
"is_formed=false,is_painted=false": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/part/hatch_machine",
|
||||
"textures": {
|
||||
"bottom": "gtceu:block/casings/voltage/iv/bottom",
|
||||
"overlay": "gtceu:block/overlay/appeng/me_input_hatch",
|
||||
"side": "gtceu:block/casings/voltage/iv/side",
|
||||
"top": "gtceu:block/casings/voltage/iv/top"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,is_painted=true": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/part/hatch_machine_color_ring",
|
||||
"textures": {
|
||||
"bottom": "gtceu:block/casings/voltage/iv/bottom",
|
||||
"overlay": "gtceu:block/overlay/appeng/me_input_hatch",
|
||||
"side": "gtceu:block/casings/voltage/iv/side",
|
||||
"top": "gtceu:block/casings/voltage/iv/top"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,is_painted=false": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/part/hatch_machine",
|
||||
"textures": {
|
||||
"bottom": "gtceu:block/casings/voltage/iv/bottom",
|
||||
"overlay": "gtceu:block/overlay/appeng/me_input_hatch",
|
||||
"side": "gtceu:block/casings/voltage/iv/side",
|
||||
"top": "gtceu:block/casings/voltage/iv/top"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,is_painted=true": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/part/hatch_machine_color_ring",
|
||||
"textures": {
|
||||
"bottom": "gtceu:block/casings/voltage/iv/bottom",
|
||||
"overlay": "gtceu:block/overlay/appeng/me_input_hatch",
|
||||
"side": "gtceu:block/casings/voltage/iv/side",
|
||||
"top": "gtceu:block/casings/voltage/iv/top"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user