Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
1.1 KiB

{
"variants": {
"facing=up,powered=false": {"model": "stone_button", "uvlock": true},
"facing=down,powered=false": {"model": "stone_button", "uvlock": true, "x": 180},
"facing=east,powered=false": {"model": "stone_button", "uvlock": true, "x": 90, "y": 90},
"facing=west,powered=false": {"model": "stone_button", "uvlock": true, "x": 90, "y": 270},
"facing=south,powered=false": {"model": "stone_button", "uvlock": true, "x": 90, "y": 180},
"facing=north,powered=false": {"model": "stone_button", "uvlock": true, "x": 90},
"facing=up,powered=true": {"model": "stone_button_pressed", "uvlock": true},
"facing=down,powered=true": {"model": "stone_button_pressed", "uvlock": true, "x": 180},
"facing=east,powered=true": {"model": "stone_button_pressed", "uvlock": true, "x": 90, "y": 90},
"facing=west,powered=true": {"model": "stone_button_pressed", "uvlock": true, "x": 90, "y": 270},
"facing=south,powered=true": {"model": "stone_button_pressed", "uvlock": true, "x": 90, "y": 180},
"facing=north,powered=true": {"model": "stone_button_pressed", "uvlock": true, "x": 90}
}
}