Try custom slab model. Json patterns.
This commit is contained in:
parent
287c1fce62
commit
59fe3183b0
60 changed files with 1557 additions and 144 deletions
15
json/blockstates/%name%_brick_slab.json
Normal file
15
json/blockstates/%name%_brick_slab.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"variants": {
|
||||
"type=bottom": {
|
||||
"model": "betterend:block/%name%_brick_half_slab"
|
||||
},
|
||||
"type=double": {
|
||||
"model": "betterend:block/%name%_bricks"
|
||||
},
|
||||
"type=top": {
|
||||
"model": "betterend:block/%name%_brick_half_slab",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue