Flywheel/src/main/resources/assets/create/blockstates/logisticians_table.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
223 B
JSON

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