This commit is contained in:
paulevsGitch 2020-12-04 15:09:09 +03:00
parent 6ee49ed3e6
commit 49c8d97d9e
11 changed files with 101 additions and 21 deletions

View file

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

View file

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

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/hydrothermal_vent"
}

View file

@ -1,3 +0,0 @@
{
"parent": "betterend:block/sulphuric_geyser"
}

View file

@ -0,0 +1,11 @@
{
"textures": [
"minecraft:big_smoke_0",
"minecraft:big_smoke_1",
"minecraft:big_smoke_2",
"minecraft:big_smoke_3",
"minecraft:big_smoke_4",
"minecraft:big_smoke_5",
"minecraft:big_smoke_6"
]
}