Fix Machine Casing Model
This commit is contained in:
parent
2fdce5405b
commit
c661f6b278
5 changed files with 60 additions and 25 deletions
|
@ -3,24 +3,28 @@
|
|||
"defaults": {
|
||||
"textures": {},
|
||||
"transform": "forge:default-block",
|
||||
"model": "techreborn:machine_casing_standard"
|
||||
"model": "cube_all"
|
||||
},
|
||||
"variants": {
|
||||
"inventory": [
|
||||
{}
|
||||
],
|
||||
"type": {
|
||||
"standard":
|
||||
{
|
||||
"model": "techreborn:machine_casing_standard"
|
||||
},
|
||||
"reinforced": [
|
||||
{
|
||||
"model": "techreborn:machine_casing_standard"
|
||||
"0": {
|
||||
"textures": {
|
||||
"all": "techreborn:blocks/machines/structure/tier1_casing"
|
||||
}
|
||||
],
|
||||
"advanced": [
|
||||
{
|
||||
"model": "techreborn:machine_casing_standard"
|
||||
},
|
||||
"1": {
|
||||
"textures": {
|
||||
"all": "techreborn:blocks/machines/structure/tier2_casing"
|
||||
}
|
||||
]
|
||||
},
|
||||
"2": {
|
||||
"textures": {
|
||||
"all": "techreborn:blocks/machines/structure/tier3_casing"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"textures": {},
|
||||
"transform": "forge:default-block",
|
||||
"model": "techreborn:machine_casing_standard"
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"standard":
|
||||
{
|
||||
"model": "techreborn:machine_casing_standard"
|
||||
},
|
||||
"reinforced": [
|
||||
{
|
||||
"model": "techreborn:machine_casing_standard"
|
||||
}
|
||||
],
|
||||
"advanced": [
|
||||
{
|
||||
"model": "techreborn:machine_casing_standard"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue