More wooden materials, gui, mixins, registries
This commit is contained in:
parent
6ec2b53edd
commit
720103bd45
97 changed files with 2414 additions and 14 deletions
17
utility_res/blockstates/%name%_fence.json
Normal file
17
utility_res/blockstates/%name%_fence.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"multipart": [
|
||||
{ "apply": { "model": "betternether:block/%name%_fence_post" }},
|
||||
{ "when": { "north": true },
|
||||
"apply": { "model": "betternether:block/%name%_fence_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": true },
|
||||
"apply": { "model": "betternether:block/%name%_fence_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": true },
|
||||
"apply": { "model": "betternether:block/%name%_fence_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": true },
|
||||
"apply": { "model": "betternether:block/%name%_fence_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue