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

@ -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"
}
}