mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-19 09:28:14 +01:00
79b16d6d26
- Train Tracks, Station, Controls and Seats are now waterproof and waterloggable - Fixed Schedules not stacking with newly crafted ones after entries are cleared - Fluid tanks are now a little bit better at keeping campfire particles below them
18 lines
No EOL
398 B
JSON
18 lines
No EOL
398 B
JSON
{
|
|
"variants": {
|
|
"axis=x,waterlogged=false": {
|
|
"model": "create:block/track/bogey/top",
|
|
"y": 90
|
|
},
|
|
"axis=z,waterlogged=false": {
|
|
"model": "create:block/track/bogey/top"
|
|
},
|
|
"axis=x,waterlogged=true": {
|
|
"model": "create:block/track/bogey/top",
|
|
"y": 90
|
|
},
|
|
"axis=z,waterlogged=true": {
|
|
"model": "create:block/track/bogey/top"
|
|
}
|
|
}
|
|
} |