neuralgia/kubejs/assets/tfg/blockstates/artisan_table.json
Redeix 75b0cea000
Artisan Table (#2857)
* artisan table merging (#2766)

* these should be good

* Update recipes.miscellaneous.js

* little typo

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

* fix typo, my bad gang

* fix charnia

* fixed recycling issues from the material rewrite, updated everything to the new recycling helper method

* I'll move these eventually

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
Co-authored-by: Pyritie <pyritie@gmail.com>

* artisan table assets

* asset update

* Update recipes.artisan_table.js

* asset update

* lang

* tag refactor

* waiter! more assets please

* recipes

* done?

* I forgor

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
Co-authored-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
2026-01-25 19:22:50 -06:00

19 lines
No EOL
347 B
JSON

{
"variants": {
"facing=east": {
"model": "tfg:block/artisan_table",
"y": 90
},
"facing=north": {
"model": "tfg:block/artisan_table"
},
"facing=south": {
"model": "tfg:block/artisan_table",
"y": 180
},
"facing=west": {
"model": "tfg:block/artisan_table",
"y": 270
}
}
}