Bubble coral update

This commit is contained in:
paulevsGitch 2020-10-08 19:43:54 +03:00
parent 67f0dac3be
commit 29d8a7e39b
10 changed files with 367 additions and 17 deletions

View file

@ -1,8 +1,18 @@
{
"variants": {
"": [
{ "model": "betterend:block/bubble_coral" },
{ "model": "betterend:block/bubble_coral_2" }
{ "model": "betterend:block/bubble_coral_1" },
{ "model": "betterend:block/bubble_coral_1", "y": 90 },
{ "model": "betterend:block/bubble_coral_1", "y": 180 },
{ "model": "betterend:block/bubble_coral_1", "y": 270 },
{ "model": "betterend:block/bubble_coral_2" },
{ "model": "betterend:block/bubble_coral_2", "y": 90 },
{ "model": "betterend:block/bubble_coral_2", "y": 180 },
{ "model": "betterend:block/bubble_coral_2", "y": 270 },
{ "model": "betterend:block/bubble_coral_3" },
{ "model": "betterend:block/bubble_coral_3", "y": 90 },
{ "model": "betterend:block/bubble_coral_3", "y": 180 },
{ "model": "betterend:block/bubble_coral_3", "y": 270 }
]
}
}