mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 06:16:07 +01:00
8ab9118de2
- Set up datagen and registrate chains for all remaining blocks from the contraptions section
19 lines
No EOL
387 B
JSON
19 lines
No EOL
387 B
JSON
{
|
|
"variants": {
|
|
"facing=north": {
|
|
"model": "create:block/furnace_engine/block"
|
|
},
|
|
"facing=south": {
|
|
"model": "create:block/furnace_engine/block",
|
|
"y": 180
|
|
},
|
|
"facing=west": {
|
|
"model": "create:block/furnace_engine/block",
|
|
"y": 270
|
|
},
|
|
"facing=east": {
|
|
"model": "create:block/furnace_engine/block",
|
|
"y": 90
|
|
}
|
|
}
|
|
} |