Skip to content

Commit

Permalink
Fixed Sarcophagus dupe with certain mods. Closes #339
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Aug 29, 2021
1 parent f3d2a31 commit db5e480
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "atum:sarcophagus",
"type": "left"
}
],
"name": "atum:sarcophagus"
}
],
Expand Down

0 comments on commit db5e480

Please sign in to comment.