Create/src/main/resources/assets/create/blockstates/mechanical_press.json
simibubi ca355d1ec3 Back to Belt
- Mechanical Belts can now be dyed with any color
- Added the Mechanical Press with a new Pressing recipe type
- Added the belt support, purely decorational
- Added the FlexpeaterTM
- Added some unspectacular ingredients and recipes
2019-09-13 18:36:18 +02:00

14 lines
224 B
JSON

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