Smaragdant crystal shards
This commit is contained in:
parent
e12ec53c01
commit
48c21395a6
17 changed files with 166 additions and 12 deletions
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "betterend:block/smaragdant_crystal" }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:glow_all"
|
||||
}
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/smaragdant_crystal_shard"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/smaragdant_crystal"
|
||||
}
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue