Metal lanterns

This commit is contained in:
paulevsGitch 2021-01-25 06:58:30 +03:00
parent 2e8564a26c
commit 1985750261
68 changed files with 446 additions and 206 deletions

View file

@ -0,0 +1,19 @@
{
"variants": {
"facing=east": {
"model": "betterend:block/thallasium_anvil",
"y": 270
},
"facing=north": {
"model": "betterend:block/thallasium_anvil",
"y": 180
},
"facing=south": {
"model": "betterend:block/thallasium_anvil"
},
"facing=west": {
"model": "betterend:block/thallasium_anvil",
"y": 90
}
}
}