Cleanup of model registration
This commit is contained in:
parent
ec0724b15f
commit
4612ab334c
22 changed files with 35 additions and 86 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"parent": "techreborn:block/iron_fence_inventory"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/refined_iron_fence_inventory"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue