Create/Update assets for version 1.11

This commit is contained in:
InventiveBot
2017-02-18 11:52:42 +00:00
parent edd2521bab
commit 9b6bc1b90f
4698 changed files with 297322 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"variants": {
"variant=north_west": { "model": "red_mushroom_block_nw" },
"variant=north": { "model": "red_mushroom_block_n" },
"variant=north_east": { "model": "red_mushroom_block_ne" },
"variant=west": { "model": "red_mushroom_block_w" },
"variant=center": { "model": "red_mushroom_block_c" },
"variant=east": { "model": "red_mushroom_block_e" },
"variant=south_west": { "model": "red_mushroom_block_sw" },
"variant=south": { "model": "red_mushroom_block_s" },
"variant=south_east": { "model": "red_mushroom_block_se" },
"variant=stem": { "model": "red_mushroom_block_stem" },
"variant=all_stem": { "model": "red_mushroom_block_stem_all" },
"variant=all_outside": { "model": "red_mushroom_block_cap_all" },
"variant=all_inside": { "model": "red_mushroom_block_inside_all" }
}
}