Dragon bones block

This commit is contained in:
paulevsGitch 2021-03-13 01:37:50 +03:00
parent e71caa23f1
commit 2a4b4f9c5a
25 changed files with 71 additions and 48 deletions

View file

@ -1,7 +0,0 @@
{
"variants": {
"axis=x": { "model": "betterend:block/mossy_bone_hor", "y": 90 },
"axis=y": { "model": "betterend:block/mossy_bone_ver" },
"axis=z": { "model": "betterend:block/mossy_bone_hor" }
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"axis=x": { "model": "betterend:block/mossy_dragon_bone_hor", "y": 90 },
"axis=y": { "model": "betterend:block/mossy_dragon_bone_ver" },
"axis=z": { "model": "betterend:block/mossy_dragon_bone_hor" }
}
}