Create/src/generated/resources/assets/create/blockstates/small_bogey.json
simibubi 79b16d6d26 Across the Atlantic
- 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
2022-05-28 21:14:03 +02:00

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"
}
}
}