Skip to content

Commit

Permalink
Fix Deepslate Dark Ore not being squeezable, Closes #1414
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Nov 2, 2024
1 parent c0d0d10 commit 27dcf7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"type": "integrateddynamics:mechanical_squeezer",
"item": "evilcraft:dark_ore",
"item": {
"tag": "evilcraft:dark_ores"
},
"result": {
"items": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"type": "integrateddynamics:squeezer",
"item": "evilcraft:dark_ore",
"item": {
"tag": "evilcraft:dark_ores"
},
"result": {
"items": [
{
Expand Down

0 comments on commit 27dcf7a

Please sign in to comment.