Create/Update assets for version 18w50a

This commit is contained in:
InventiveBot
2018-12-21 06:39:57 +00:00
parent 2899084dcb
commit a57133010d
2938 changed files with 67589 additions and 10019 deletions

View File

@@ -0,0 +1,10 @@
{
"variants": {
"facing=down": { "model": "block/barrel", "x": 180 },
"facing=up": { "model": "block/barrel" },
"facing=north": { "model": "block/barrel", "x": 90 },
"facing=south": { "model": "block/barrel", "x": 90, "y": 180 },
"facing=west": { "model": "block/barrel", "x": 90, "y": 270 },
"facing=east": { "model": "block/barrel", "x": 90, "y": 90 }
}
}