Flywheel/src/main/resources/assets/create/blockstates/nozzle.json
simibubi 71b7efe85f Hand Crank and Fan Nozzle
- Added the Hand Crank
- Added the Nozzle, a fan attachment for pushing entities away or pulling them towards itself
2020-01-28 20:35:46 +01:00

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 }
}
}
}