Resources for the new 1.16 slabs

This commit is contained in:
Motschen
2020-04-09 12:00:33 +02:00
parent 532c1e8111
commit baaaa5c20e
28 changed files with 273 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "block/blackstone_slab", "x": 90, "uvlock": true },
"facing=east": { "model": "block/blackstone_slab", "x": 90, "y": 90, "uvlock": true },
"facing=south": { "model": "block/blackstone_slab", "x": 90, "y": 180, "uvlock": true },
"facing=west": { "model": "block/blackstone_slab", "x": 90, "y": 270, "uvlock": true }
}
}