Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "variants": {
- "face=ceiling,facing=east,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "y": 270,
- "x": 180
- },
- "face=ceiling,facing=east,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "y": 270,
- "x": 180
- },
- "face=ceiling,facing=north,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "y": 180,
- "x": 180
- },
- "face=ceiling,facing=north,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "y": 180,
- "x": 180
- },
- "face=ceiling,facing=south,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "x": 180
- },
- "face=ceiling,facing=south,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "x": 180
- },
- "face=ceiling,facing=west,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "y": 90,
- "x": 180
- },
- "face=ceiling,facing=west,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "y": 90,
- "x": 180
- },
- "face=floor,facing=east,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "y": 90
- },
- "face=floor,facing=east,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "y": 90
- },
- "face=floor,facing=north,powered=false": {
- "model": "tutorial:block/sapphire_button"
- },
- "face=floor,facing=north,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed"
- },
- "face=floor,facing=south,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "y": 180
- },
- "face=floor,facing=south,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "y": 180
- },
- "face=floor,facing=west,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "y": 270
- },
- "face=floor,facing=west,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "y": 270
- },
- "face=wall,facing=east,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "y": 90,
- "x": 90,
- "uvlock": true
- },
- "face=wall,facing=east,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "y": 90,
- "x": 90,
- "uvlock": true
- },
- "face=wall,facing=north,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "x": 90,
- "uvlock": true
- },
- "face=wall,facing=north,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "x": 90,
- "uvlock": true
- },
- "face=wall,facing=south,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "y": 180,
- "x": 90,
- "uvlock": true
- },
- "face=wall,facing=south,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "y": 180,
- "x": 90,
- "uvlock": true
- },
- "face=wall,facing=west,powered=false": {
- "model": "tutorial:block/sapphire_button",
- "y": 270,
- "x": 90,
- "uvlock": true
- },
- "face=wall,facing=west,powered=true": {
- "model": "tutorial:block/sapphire_button_pressed",
- "y": 270,
- "x": 90,
- "uvlock": true
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment