Flywheel/src/generated/resources/assets/create/blockstates/mechanical_pump.json
simibubi 0a9816504b PumpState
- Added blockstates, models and TE rendering for mechanical pumps
- Removed unused pipe textures
- Removed hasStaticPart in IWrenchable as it became obsolete in 1.15
- Bumped version
2020-06-15 02:25:33 +02:00

30 lines
No EOL
625 B
JSON

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