Cleanup of model registration

This commit is contained in:
drcrazy 2018-10-04 12:38:34 +03:00
parent ec0724b15f
commit 4612ab334c
22 changed files with 35 additions and 86 deletions

View file

@ -2,7 +2,7 @@
"multipart": [
{
"apply": {
"model": "techreborn:iron_fence_post"
"model": "techreborn:refined_iron_fence_post"
}
},
{
@ -10,7 +10,7 @@
"north": "true"
},
"apply": {
"model": "techreborn:iron_fence_side",
"model": "techreborn:refined_iron_fence_side",
"uvlock": true
}
},
@ -19,7 +19,7 @@
"east": "true"
},
"apply": {
"model": "techreborn:iron_fence_side",
"model": "techreborn:refined_iron_fence_side",
"y": 90,
"uvlock": true
}
@ -29,7 +29,7 @@
"south": "true"
},
"apply": {
"model": "techreborn:iron_fence_side",
"model": "techreborn:refined_iron_fence_side",
"y": 180,
"uvlock": true
}
@ -39,7 +39,7 @@
"west": "true"
},
"apply": {
"model": "techreborn:iron_fence_side",
"model": "techreborn:refined_iron_fence_side",
"y": 270,
"uvlock": true
}

View file

@ -1,3 +0,0 @@
{
"parent": "techreborn:block/iron_fence_inventory"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/refined_iron_fence_inventory"
}