Sulphur, brimstone

This commit is contained in:
paulevsGitch 2020-11-29 23:35:59 +03:00
parent bf7e665b36
commit 44371da207
25 changed files with 317 additions and 63 deletions

View file

@ -0,0 +1,6 @@
{
"variants": {
"active=true": { "model": "betterend:block/brimstone_active" },
"active=false": { "model": "betterend:block/brimstone_normal" }
}
}

View file

@ -0,0 +1,22 @@
{
"variants": {
"age=0,facing=up": { "model": "betterend:block/sulphur_crystal_0" },
"age=0,facing=down": { "model": "betterend:block/sulphur_crystal_0", "x": 180 },
"age=0,facing=north": { "model": "betterend:block/sulphur_crystal_0", "x": 90 },
"age=0,facing=south": { "model": "betterend:block/sulphur_crystal_0", "x": 90, "y": 180 },
"age=0,facing=east": { "model": "betterend:block/sulphur_crystal_0", "x": 90, "y": 90 },
"age=0,facing=west": { "model": "betterend:block/sulphur_crystal_0", "x": 90, "y": 270 },
"age=1,facing=up": { "model": "betterend:block/sulphur_crystal_1" },
"age=1,facing=down": { "model": "betterend:block/sulphur_crystal_1", "x": 180 },
"age=1,facing=north": { "model": "betterend:block/sulphur_crystal_1", "x": 90 },
"age=1,facing=south": { "model": "betterend:block/sulphur_crystal_1", "x": 90, "y": 180 },
"age=1,facing=east": { "model": "betterend:block/sulphur_crystal_1", "x": 90, "y": 90 },
"age=1,facing=west": { "model": "betterend:block/sulphur_crystal_1", "x": 90, "y": 270 },
"age=2,facing=up": { "model": "betterend:block/sulphur_crystal_2" },
"age=2,facing=down": { "model": "betterend:block/sulphur_crystal_2", "x": 180 },
"age=2,facing=north": { "model": "betterend:block/sulphur_crystal_2", "x": 90 },
"age=2,facing=south": { "model": "betterend:block/sulphur_crystal_2", "x": 90, "y": 180 },
"age=2,facing=east": { "model": "betterend:block/sulphur_crystal_2", "x": 90, "y": 90 },
"age=2,facing=west": { "model": "betterend:block/sulphur_crystal_2", "x": 90, "y": 270 }
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/brimstone"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/inactive_brimstone"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "betterend:block/sulphur_crystal_0"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "betterend:block/sulphur_crystal_1"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "betterend:block/sulphur_crystal_2"
}
}

View file

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

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:block/crystalline_sulfur"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:block/crystalline_sulfur_3"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B