mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-09 13:56:04 +01:00
71b7efe85f
- Added the Hand Crank - Added the Nozzle, a fan attachment for pushing entities away or pulling them towards itself
16 lines
No EOL
288 B
JSON
16 lines
No EOL
288 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "create:block/nozzle/block"
|
|
},
|
|
"variants": {
|
|
"facing": {
|
|
"north": { "y": 0 },
|
|
"south": { "y": 180 },
|
|
"west": { "y": 270 },
|
|
"up": { "x": 270 },
|
|
"down": { "x": 90 },
|
|
"east": { "y": 90 }
|
|
}
|
|
}
|
|
} |