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

@ -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') .mapColor('color_light_gray')
event.create('tfg:casings/machine_casing_vacuum_engine_intake', 'gtceu:active') 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') .translationKey('block.tfg.casings.machine_casing_vacuum_engine_intake')
.soundType('metal') .soundType('metal')
.resistance(6).hardness(5) .resistance(6).hardness(5)