mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-09 05:46:26 +01:00
a1c37c5af6
- Encased fans are now directional and only emit air flows on one side - Reworked particles emitted by fans and in-world item processing - Air flows can now morph into different particle types along the way - Air flows are more precise about being blocked or not - Nerfed sand washing
16 lines
No EOL
294 B
JSON
16 lines
No EOL
294 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "create:block/encased_fan/casing"
|
|
},
|
|
"variants": {
|
|
"facing": {
|
|
"north": { "y": 0 },
|
|
"south": { "y": 180 },
|
|
"west": { "y": 270 },
|
|
"up": { "x": 270 },
|
|
"down": { "x": 90 },
|
|
"east": { "y": 90 }
|
|
}
|
|
}
|
|
} |