Feature/steam multis (#2574)

* init

* langs?

* more steam multis
This commit is contained in:
Pyritie 2025-12-31 23:59:28 +00:00 committed by GitHub
parent aa32e816f9
commit 3a590aca60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 1142 additions and 215 deletions

View file

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