Simple WorldBlender crash fix, Pallidium blocks (WIP)

This commit is contained in:
paulevsGitch 2021-07-22 04:12:13 +03:00
parent 80590c1a7e
commit e32c6c76cb
18 changed files with 126 additions and 20 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/pallidium" },
{ "model": "betterend:block/pallidium", "y": 90 },
{ "model": "betterend:block/pallidium", "y": 180 },
{ "model": "betterend:block/pallidium", "y": 270 }
]
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "betterend:block/pallidium_transition_1" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "betterend:block/pallidium_transition_2" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "betterend:block/pallidium_transition_3" }
}
}