Fix rubber door dupe closes #2149
This commit is contained in:
parent
ec20d3eb93
commit
8335b932b4
1 changed files with 23 additions and 14 deletions
|
@ -1,19 +1,28 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
{
|
||||||
"rolls": 1,
|
"rolls": 1,
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "techreborn:rubber_door"
|
"conditions": [
|
||||||
}
|
{
|
||||||
],
|
"condition": "minecraft:block_state_property",
|
||||||
"conditions": [
|
"block": "techreborn:rubber_door",
|
||||||
{
|
"properties": {
|
||||||
"condition": "minecraft:survives_explosion"
|
"half": "lower"
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
}
|
],
|
||||||
|
"name": "techreborn:rubber_door"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue