Create/src/generated/resources/assets/create/blockstates/black_sail.json
simibubi b14664d45f Windmill is Bearing is Clockwork
- Fixed Mechanical Press animation de-sync between server and client
- The press no longer requires a redstone signal to activate on in-world items
- Fixed spouts and basin trying to create potion buckets
- The Mechanical bearing can no longer generate force from wind
- Added the windmill bearing
- Windmill bearings can be configured to rotate counter-clockwise
- Added Sail Frames and Sails
- Sails can by dyed in-world
- Sails negate fall damage
- Sails attach themselves to blocks and do not require a sticky surface or chassis
- Clockwork bearings can now be configured to switch minute and hour hand aswell as use a 24 hour cycle
- Fixed tunnels with windows occluding block faces directly behind them
- Fixed item model of the mechanical saw
2020-10-22 00:50:17 +02:00

30 lines
559 B
JSON

{
"variants": {
"facing=down": {
"model": "create:block/black_sail",
"x": 180
},
"facing=up": {
"model": "create:block/black_sail"
},
"facing=north": {
"model": "create:block/black_sail",
"x": 90
},
"facing=south": {
"model": "create:block/black_sail",
"x": 90,
"y": 180
},
"facing=west": {
"model": "create:block/black_sail",
"x": 90,
"y": 270
},
"facing=east": {
"model": "create:block/black_sail",
"x": 90,
"y": 90
}
}
}