mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-09 22:06:09 +01:00
15 lines
316 B
JSON
15 lines
316 B
JSON
|
{
|
||
|
"forge_marker": 1,
|
||
|
"variants": {
|
||
|
"powering": {
|
||
|
"true": { "model": "create:block/repeaters/redstone_latch_powered" },
|
||
|
"false": { "model": "create:block/repeaters/redstone_latch" }
|
||
|
},
|
||
|
"facing": {
|
||
|
"north": { "y": 180 },
|
||
|
"east": { "y": 270 },
|
||
|
"south": { "y": 0 },
|
||
|
"west": { "y": 90 }
|
||
|
}
|
||
|
}
|
||
|
}
|