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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue