forked from FatherToast/SpecialMobs
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Wilds Witch NEI drop page + modpack loading speed (#23)
* Fix Wilds Witch NEI drops + game launch speedup * Update Entity_SpecialWitch.java * Use generated tags file * Add all witches * Fixes * Fix * Use the new api * 1.62s + 2s * Update dependencies.gradle * Update dependencies.gradle * update * Use classToIDMapping * Add additional drops --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
- Loading branch information
1 parent
149c3fc
commit 01badf8
Showing
21 changed files
with
334 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ whitelist.json | |
*.iws | ||
src/main/resources/mixins.*.json | ||
*.bat | ||
layout.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// Add your dependencies here | ||
|
||
dependencies { | ||
api("com.github.GTNewHorizons:waila:1.6.5:dev") | ||
api("com.github.GTNewHorizons:NotEnoughItems:2.5.3-GTNH:dev") | ||
|
||
api("com.github.GTNewHorizons:waila:1.8.1:dev") | ||
api("com.github.GTNewHorizons:NotEnoughItems:2.6.26-GTNH:dev") | ||
compileOnly("com.github.GTNewHorizons:Mobs-Info:0.4.2-GTNH:dev") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.