fix vacuum engine intake model
This commit is contained in:
parent
45198604c0
commit
75f0fc13ce
6 changed files with 29 additions and 8 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_vacuum_engine_intake"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_vacuum_engine_intake_active"
|
||||
}
|
||||
}
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue