Final render fixes (#1489)

This commit is contained in:
Redeix 2025-07-31 04:23:00 -05:00 committed by GitHub
parent 332754992f
commit ee3877b07a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
95 changed files with 1760 additions and 62 deletions

View file

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