Conversation
- Introduced `Nautilus`, `Zombie Nautilus`, and `NautilusLike` entities. - Added new sound types, tags, potion effects, damage types, and enchantments associated with Nautilus. - Included Nautilus armors, spears, spawn eggs, and taming items. BREAKING: - Keys.ANGER_LEVEL now returns a Long instead of an Integer See: https://minecraft.wiki/w/Java_Edition_25w41a
Breaking changes: - GameRules are now registered and have therefor real IDs, so all field names are changed Notable Additions: - Added Parched - Added CamelHusk See https://minecraft.wiki/w/Java_Edition_25w44a
- Added `spear_mobs` trigger. - Added `netherite_horse_armor` item type. - Added `spawns_coral_variant_zombie_nautilus` biome tag. - Removed `without_patrol_spawns` biome tag. See https://minecraft.wiki/w/Java_Edition_25w45a
- Added `ENTITY_ZOMBIE_HORSE_EAT` sound type. - Updated `NautilusLike` to implement `Carrier`. See: https://minecraft.wiki/w/Java_Edition_25w46a
Additions: - Added sound event
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.
SpongeAPI | Sponge
This pull request introduces support for new Nautilus-related entities, items, sounds, and effects, along with some minor API improvements and a version bump. The main focus is on adding the Nautilus and Zombie Nautilus entities, their associated types, sounds, and items, as well as updating relevant data types for better consistency.
New entity and type support:
NautilusandZombieNautilusentities, along with the sharedNautilusLikeinterface, and registered them inEntityTypes(Nautilus,ZombieNautilus) for use in the API. [1] [2] [3] [4] [5] [6] [7]Sound and effect additions:
SoundTypes. [1] [2] [3] [4] [5] [6]BREATH_OF_THE_NAUTILUSinPotionEffectTypes.Item and damage type additions:
COPPER_NAUTILUS_ARMORinItemTypes.SPEARinDamageTypes.API improvements and breaking changes:
ANGER_LEVELfromIntegertoLonginKeysand the corresponding method inAngerable, allowing for a broader range of values. [1] [2]ItemActionTypeto extendDefaultedRegistryValue<ItemActionType>for better type safety.Miscellaneous:
17.0.0-SNAPSHOTto18.0.0-SNAPSHOTingradle.properties.