Flywheel/src/main/resources/assets/create/blockstates/contact.json

17 lines
377 B
JSON
Raw Normal View History

{
"forge_marker": 1,
"variants": {
"powered": {
"true": { "model": "create:block/contact_powered" },
"false": { "model": "create:block/contact" }
},
"facing": {
"north": { "x": 90 },
"south": { "x": 90, "y": 180 },
"west": { "x": 90, "y": 270 },
"up": { },
"down": { "x": 180 },
"east": { "x": 90, "y": 90 }
}
}
}