mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-09 13:56:04 +01:00
45897e4c18
- Added the Mechanical Plough - Mounted Drills now briefly stall a contraption after breaking a block below falling blocks (sand, gravel, etc) - Mechanical Saws can now harvest Bamboo, Chorus, Kelp, Sugar Cane, Cactus, Melons and Pumpkins - Fixed harvester position inconsistency when moved vertically - Fixed saws/drills not hurting entities in some cases - Fixed saws/drill throwing back hurt entities in weird directions
14 lines
No EOL
204 B
JSON
14 lines
No EOL
204 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "create:block/plough"
|
|
},
|
|
"variants": {
|
|
"facing": {
|
|
"north": { "y": 180 },
|
|
"south": {},
|
|
"east": { "y": 270 },
|
|
"west": { "y": 90 }
|
|
}
|
|
}
|
|
} |