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