Smaragdant crystal shards

This commit is contained in:
paulevsGitch 2021-03-08 15:39:42 +03:00
parent e12ec53c01
commit 48c21395a6
17 changed files with 166 additions and 12 deletions

View file

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

View file

@ -0,0 +1,10 @@
{
"variants": {
"facing=up": { "model": "betterend:block/smaragdant_crystal_shard" },
"facing=down": { "model": "betterend:block/smaragdant_crystal_shard", "x": 180 },
"facing=north": { "model": "betterend:block/smaragdant_crystal_shard", "x": 90 },
"facing=south": { "model": "betterend:block/smaragdant_crystal_shard", "x": 90, "y": 180 },
"facing=east": { "model": "betterend:block/smaragdant_crystal_shard", "x": 90, "y": 90 },
"facing=west": { "model": "betterend:block/smaragdant_crystal_shard", "x": 90, "y": 270 }
}
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:glow_all"
}

View file

@ -4,7 +4,7 @@
"down": "betterend:block/amaranita_hyphae_top",
"east": "betterend:block/amaranita_hyphae_side",
"north": "betterend:block/amaranita_hyphae_side",
"particle": "betterend:block/mossy_bone_side_ver",
"particle": "betterend:block/amaranita_hyphae_side",
"south": "betterend:block/amaranita_hyphae_side",
"up": "betterend:block/amaranita_hyphae_top",
"west": "betterend:block/amaranita_hyphae_side"

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"down": "betterend:block/smaragdant_crystal_top",
"east": "betterend:block/smaragdant_crystal_side",
"north": "betterend:block/smaragdant_crystal_side",
"particle": "betterend:block/smaragdant_crystal_side",
"south": "betterend:block/smaragdant_crystal_side",
"up": "betterend:block/smaragdant_crystal_top",
"west": "betterend:block/smaragdant_crystal_side"
}
}

View file

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

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B