Create/src/generated/resources/assets/create/blockstates/hose_pulley.json
simibubi 5abfc15e9e Destroyer of Lakes
- Added the hose pulley
- Added creative tanks
- Fixed sails not getting consumed when placed against each other
- Items can now be inserted onto belts regardless of it moving or not
- Fixed item duplication on stopped belts
- Refactored fluid block rendering in JEI
- Reworked model of the schematic table
2020-10-30 02:16:08 +01:00

19 lines
No EOL
375 B
JSON

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