-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override api #98
Closed
Closed
Override api #98
Conversation
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
* Create extra loaders * Move MineTweaker parser to extra loaders * Add Draconic Evolution compatibility * Add Tinkers Construct compatibility * Add Witchery compatibility * Add ThaumicHorizons compatibility * Add Thaumic Bases compatibility * Add Wireless Crafting Terminal compatibility * Add CoFHCore compatibility * Add Hardcore Ender Expansion compatibility * Add Botania compatibility * Add HarvestCraft compatibility * Add OpenBlocks compatibility * Add BloodArsenal compatibility * Add BloodMagic compatibility * Add Avaritia compatibility * Add Thaumic Tinkerer compatibility * Add Forbidden Magic compatibility * Add EMT compatibility * Add Witching Gadgets compatibility * Fixes * Always show chance * Fix
* Add Thaumcraft compatibility * Add Automagy compatibility * Update dependencies.gradle
* Add some API * Update MobRecipeLoader.java
This reverts commit fc69ef3.
* Add Infernal Drops NEI tab * Make it translatable
* Everything is translatable * Missed one * Fix long zero
* Add GT++ compatibility * Unhide mobs with no localization
* Add Edit Mob Drops compatibility * Move
* Fix Open Blocks error when trophys are disabled * Update dependencies.gradle * Update dependencies.gradle
* Fix Magma Cube and add some info * Update MobRecipeLoader.java
* Begin working on villager trades * More vanilla recipes * Implement basic scrollbar system * Load custom recipes
* Add scrollbar to Mob Handler * Add scrollbar to Infernal drops handler
* Catch custom villager recipes when adding vanilla villagers * Smith -> Blacksmith
* Fix villager recipes on server * Add some info * Update Mixin.java * Update VillagerTradesLoader.java
* test * Add IMobExtraInfoProvider * Remove test implementation * Some api info + builder * Fix + more info * Mark as static * easier chance method * Add create with item only * Don't cache entities with IMobInfoProvider * Hard-code vanilla mobs * Fixes
…#91) * Merge getModListVersion * Rename getModListVersion to getModListVersionForMobDrops * Cache Villager trades + IVillagerInfoProvider * Fix * helpers
* bump gt and fix api usage * use reflection to preserve compat * remove unneeded import * spotless * Update src/main/java/com/kuba6000/mobsinfo/nei/MobHandler.java Co-authored-by: Jakub <[email protected]> --------- Co-authored-by: Jakub <[email protected]>
* update deps * fix build * update bs * Disable that for now --------- Co-authored-by: kuba6000 <[email protected]> Co-authored-by: Jakub <[email protected]>
* Add reliquarry support * fixed startup crash * Update src/main/java/com/kuba6000/mobsinfo/loader/extras/Reliquarry.java Co-authored-by: Jakub <[email protected]> * yup it works w/o special class * Final, looting, spotless * bs --------- Co-authored-by: Jakub <[email protected]> Co-authored-by: kuba6000 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.