Implement Vertical Slabs
Still have some bugs such as waterlogging not working and not all 1.17 blocks have been added
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "block/crimson_slab", "x": 90, "uvlock": true },
|
||||
"facing=east": { "model": "block/crimson_slab", "x": 90, "y": 90, "uvlock": true },
|
||||
"facing=south": { "model": "block/crimson_slab", "x": 90, "y": 180, "uvlock": true },
|
||||
"facing=west": { "model": "block/crimson_slab", "x": 90, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user