mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-21 21:21:30 -09:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"variants": {
|
|
"facing=up,powered=false": { "model": "stone_button" },
|
|
"facing=down,powered=false": { "model": "stone_button", "x": 180 },
|
|
"facing=east,powered=false": { "model": "stone_button", "x": 90, "y": 90 },
|
|
"facing=west,powered=false": { "model": "stone_button", "x": 90, "y": 270 },
|
|
"facing=south,powered=false": {
|
|
"model": "stone_button",
|
|
"x": 90,
|
|
"y": 180
|
|
},
|
|
"facing=north,powered=false": { "model": "stone_button", "x": 90 },
|
|
"facing=up,powered=true": { "model": "stone_button_pressed" },
|
|
"facing=down,powered=true": { "model": "stone_button_pressed", "x": 180 },
|
|
"facing=east,powered=true": {
|
|
"model": "stone_button_pressed",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"facing=west,powered=true": {
|
|
"model": "stone_button_pressed",
|
|
"x": 90,
|
|
"y": 270
|
|
},
|
|
"facing=south,powered=true": {
|
|
"model": "stone_button_pressed",
|
|
"x": 90,
|
|
"y": 180
|
|
},
|
|
"facing=north,powered=true": { "model": "stone_button_pressed", "x": 90 }
|
|
}
|
|
}
|