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:
2021-11-08 20:19:43 -05:00
parent c1e1065c3b
commit 2ca55f3b48
203 changed files with 2291 additions and 2 deletions

View File

@@ -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 }
}
}