Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
superhize committed Jun 9, 2024
1 parent 7540df6 commit 52f2692
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,3 @@ publishing.publications {
}
}
}



Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ object ChocolateFactoryDataLoader {
ChocolateFactoryAPI.flashScreen =
InventoryUtils.getItemsInOpenChest().any {
clickMeGoldenRabbitPattern.matches(it.stack.name) || it.stack.getSkullTexture() in specialRabbitTextures
|| clickMeRabbitPattern.matches(it.stack.name)
}
}

Expand Down

0 comments on commit 52f2692

Please sign in to comment.