Absorb the pet you're looking at into a spawn egg#2
Merged
walker84837 merged 14 commits intomainfrom Dec 2, 2025
Merged
Conversation
Contributor
walker84837
commented
Jul 12, 2025
- Spawn egg recipe (to absorb an animal into a spawn egg)
- Right-click to absorb animal
- Add animal NBT data into spawn egg
- Using the spawn egg will spawn the absorbed pet
- Stop players from using it on monster spawners (to avoid making it spawn more of the same animal)
- rename ChatFormatting.apply to translateLegacyCodes - normalize error message casing/punctuation via sentenceCase - change splitenchants command to split - add console sender to sudo chat audience - wrap target inventory in invsee for 1.21.6+ compatibility
- Upgrade Kotlin plugin and stdlib to 2.2.0 - Add AsyncCraftr 0.1.0 as a compileOnly dependency - Update Gradle Shadow config to include and relocate Kotlin and Lamp libraries for shading, merging service files - Refactor PowerToolsLoader to remove hardcoded Lamp versions and fix AsyncCraftr version - Update PowerToolsPlugin broadcast command to send gray-colored messages and always log to console sender
- add NBT-API dependency and repository - implement AbsorbAnimal class to convert pets into spawn eggs with NBT data - add ClickListener to handle pet absorption interaction within 5 seconds - create a new Gradle task to generate .mojang-mapped marker resource - update PowerToolsPlugin with absorb command registering event listener and timeout
This file contains hidden or 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
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.