mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
ca355d1ec3
- 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
14 lines
224 B
JSON
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 }
|
|
}
|
|
}
|
|
} |