Fix Machine Casing Model

This commit is contained in:
modmuss50 2016-12-05 10:07:41 +00:00
parent 2fdce5405b
commit c661f6b278
5 changed files with 60 additions and 25 deletions

View file

@ -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"
}
}
}
}
}

View file

@ -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"
}
]
}
}
}