Created
January 19, 2020 23:23
-
-
Save misode/b29e9546aac650cc41b4d1199b6be927 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"condition": "minecraft:inverted", | |
"term": { | |
"condition": "minecraft:alternative", | |
"terms": [ | |
{ | |
"condition": "minecraft:inverted", | |
"term": { | |
"condition": "minecraft:location_check", | |
"offsetY": 0, | |
"predicate": { | |
"block": { | |
"block": "stone" | |
} | |
} | |
} | |
}, | |
{ | |
"condition": "minecraft:inverted", | |
"term": { | |
"condition": "minecraft:location_check", | |
"offsetY": 1, | |
"predicate": { | |
"block": { | |
"block": "stone" | |
} | |
} | |
} | |
}, | |
{ | |
"condition": "minecraft:inverted", | |
"term": { | |
"condition": "minecraft:location_check", | |
"offsetY": 2, | |
"predicate": { | |
"block": { | |
"block": "stone" | |
} | |
} | |
} | |
}, | |
{ | |
"condition": "minecraft:inverted", | |
"term": { | |
"condition": "minecraft:location_check", | |
"offsetY": 3, | |
"predicate": { | |
"block": { | |
"block": "stone" | |
} | |
} | |
} | |
}, | |
{ | |
"condition": "minecraft:inverted", | |
"term": { | |
"condition": "minecraft:location_check", | |
"offsetY": 4, | |
"predicate": { | |
"block": { | |
"block": "stone" | |
} | |
} | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment