Skip to content

Commit

Permalink
Fixed mod collision with Wonderful Enchantments
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Sep 19, 2021
1 parent f7e27fc commit 34045bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Binary file modified libs/majrusz-library-1.17.1-2.5.0-unfinished.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
},
"criteria": {
"bleeding_applied": {
"trigger": "majrusz_library:basic_trigger",
"trigger": "majruszs_difficulty:basic_trigger",
"conditions": {
"mod_id": "majruszs_difficulty",
"type": "cactus_bleeding"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
},
"criteria": {
"teleported_player": {
"trigger": "majrusz_library:basic_trigger",
"trigger": "majruszs_difficulty:basic_trigger",
"conditions": {
"mod_id": "majruszs_difficulty",
"type": "enderman_teleport_attack"
}
}
Expand Down

0 comments on commit 34045bc

Please sign in to comment.