Create/src/main/resources/assets/create/blockstates/motor.json
simibubi 488a9f63a9 Lazy Logisticians
- Added a new Villager type for delivering packages
- Added the Logisticians Table
- Added Package Funnels
- Added a generic colorable indicator tileentityrenderer
2019-10-11 05:56:32 +02:00

14 lines
No EOL
210 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "create:block/motor"
},
"variants": {
"facing": {
"north": { "y": 180 },
"south": { },
"east": { "y": 270 },
"west": { "y": 90 }
}
}
}