changed texture of ME stocking input buses/hatches to match the hulls used to craft them

This commit is contained in:
Pyritie 2025-12-01 15:16:03 +00:00
parent 5a9c671384
commit 06e7df4cdf
2 changed files with 112 additions and 0 deletions

View file

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

View file

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