The entire mod

The fully working mod.
This commit is contained in:
Motschen
2020-04-08 22:51:40 +02:00
parent ba3d1a7fab
commit efb01456d5
173 changed files with 2056 additions and 0 deletions

View File

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