Sulphur, brimstone
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"variants": {
|
||||
"active=true": { "model": "betterend:block/brimstone_active" },
|
||||
"active=false": { "model": "betterend:block/brimstone_normal" }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/brimstone"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/inactive_brimstone"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/sulphur_crystal_0"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/sulphur_crystal_1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/sulphur_crystal_2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/brimstone_normal"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:block/crystalline_sulfur"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:block/crystalline_sulfur_3"
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/betterend/textures/block/brimstone.png
Normal file
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 278 B |
After Width: | Height: | Size: 247 B |
After Width: | Height: | Size: 278 B |
After Width: | Height: | Size: 312 B |
After Width: | Height: | Size: 442 B |
After Width: | Height: | Size: 419 B |