mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
daee93dc48
- Setup automated recipes for stone palette blocks and their stairs/slabs/etc - Fixed datagen putting air blocks as drops for attached logistical blocks - Fixed recipes and lang entries using outdated registry names - Fixed kinetic blocks appearing twice in the main creative tab
30 lines
631 B
JSON
30 lines
631 B
JSON
{
|
|
"variants": {
|
|
"facing=down": {
|
|
"model": "create:block/mechanical_drill/block",
|
|
"x": 180
|
|
},
|
|
"facing=up": {
|
|
"model": "create:block/mechanical_drill/block"
|
|
},
|
|
"facing=north": {
|
|
"model": "create:block/mechanical_drill/block",
|
|
"x": 90
|
|
},
|
|
"facing=south": {
|
|
"model": "create:block/mechanical_drill/block",
|
|
"x": 90,
|
|
"y": 180
|
|
},
|
|
"facing=west": {
|
|
"model": "create:block/mechanical_drill/block",
|
|
"x": 90,
|
|
"y": 270
|
|
},
|
|
"facing=east": {
|
|
"model": "create:block/mechanical_drill/block",
|
|
"x": 90,
|
|
"y": 90
|
|
}
|
|
}
|
|
} |