mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-17 16:04:13 +01:00
b14664d45f
- 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
30 lines
559 B
JSON
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
|
|
}
|
|
}
|
|
} |