Skip to content

Instantly share code, notes, and snippets.

@HexBugOrion
Created May 6, 2020 02:40
Show Gist options
  • Select an option

  • Save HexBugOrion/b929560014be1def593167435dec3db7 to your computer and use it in GitHub Desktop.

Select an option

Save HexBugOrion/b929560014be1def593167435dec3db7 to your computer and use it in GitHub Desktop.
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "fieldcore:obsidian_door",
"properties": {
"half": "lower"
}
}
],
"name": "fieldcore.obsidian_door"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "fieldcore:obsidian_door",
"properties": {
"half": "lower"
}
}
],
"name": "fieldcore.obsidian_door"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment