Skip to content

Commit

Permalink
fixes #18
Browse files Browse the repository at this point in the history
Fixes #18
  • Loading branch information
Pdiddy973 committed Mar 29, 2022
1 parent 9e47b41 commit a8762b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
"result": {
"item": "allthecompressed:jungle_plank_block_1x",
"count": 1
},
"conditions": [
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "compressium"
}
}
]
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
"result": {
"item": "allthecompressed:oak_log_block_1x",
"count": 1
},
"conditions": [
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "compressium"
}
}
]
}
}

0 comments on commit a8762b9

Please sign in to comment.