fix vacuum engine intake model

This commit is contained in:
Pyritie 2026-01-12 14:48:02 +00:00
parent 45198604c0
commit 75f0fc13ce
6 changed files with 29 additions and 8 deletions

View file

@ -1 +1,6 @@
{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_egh_inactive"}}
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfg:block/casings/machine_casing_egh_inactive"
}
}

View file

@ -1 +1,6 @@
{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_ultraviolet"}}
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfg:block/casings/machine_casing_ultraviolet"
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "tfg:block/casings/active_casing",
"textures": {
"active": "tfg:block/casings/machine_casing_ultraviolet_active",
"active_overlay": "tfg:block/casings/machine_casing_ultraviolet_active_emissive"
}
"parent": "tfg:block/casings/active_casing",
"textures": {
"active": "tfg:block/casings/machine_casing_ultraviolet_active",
"active_overlay": "tfg:block/casings/machine_casing_ultraviolet_active_emissive"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfg:block/casings/machine_casing_vacuum_engine_intake"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfg:block/casings/machine_casing_vacuum_engine_intake_active"
}
}

View file

@ -25,7 +25,6 @@ function registerTFGCasingBlocks(event) {
.mapColor('color_light_gray')
event.create('tfg:casings/machine_casing_vacuum_engine_intake', 'gtceu:active')
.model('tfg:block/casings/machine_casing_vacuum_engine_intake')
.translationKey('block.tfg.casings.machine_casing_vacuum_engine_intake')
.soundType('metal')
.resistance(6).hardness(5)