Skip to content

Instantly share code, notes, and snippets.

@misode
Created January 19, 2020 23:23
Show Gist options
  • Save misode/b29e9546aac650cc41b4d1199b6be927 to your computer and use it in GitHub Desktop.
Save misode/b29e9546aac650cc41b4d1199b6be927 to your computer and use it in GitHub Desktop.
{
"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