Releases: auioc/arnicalib-mcmod
Releases · auioc/arnicalib-mcmod
v5.6.0
Features
- utils.effect: log, log2 (WakelessSloth56)
- api: HMobEffect (WakelessSloth56)
- api: cache (WakelessSloth56)
- api: PlainLoadingCache (WakelessSloth56)
Code Refactoring
- next: base package (WakelessSloth56)
- next: mixin (WakelessSloth56)
- next: game 1 (WakelessSloth56)
- next: remove CreativeModeTabArgument (WakelessSloth56)
- next: remove server-side particle painter (WakelessSloth56)
- next: command (WakelessSloth56)
- next: screen (WakelessSloth56)
- next: game 2 (WakelessSloth56)
- next: effect (WakelessSloth56)
- next: nbt (WakelessSloth56)
- next: chat (WakelessSloth56)
- next: chat (WakelessSloth56)
- next: tag (WakelessSloth56)
- next: world (WakelessSloth56)
- next: entity (WakelessSloth56)
- next: item (WakelessSloth56)
- next: remove TabVanillaHiddenItems (WakelessSloth56)
- next: mixin api (WakelessSloth56)
- next: loot (WakelessSloth56)
- next: registry (WakelessSloth56)
- next: sound (WakelessSloth56)
- next: enchantment (WakelessSloth56)
- next: cpw (WakelessSloth56)
- next: language (WakelessSloth56)
- next: container (WakelessSloth56)
- next: mod client (WakelessSloth56)
- next: mod server command (WakelessSloth56)
- next: remove LivingEatEvent (WakelessSloth56)
- next: remove deprecated classes and methods (WakelessSloth56)
- next: remove PistonCheckPushableEvent (WakelessSloth56)
- next: remove ItemInventoryTickEvent (WakelessSloth56)
- next: AddrUtils (WakelessSloth56)
- next: remove CatMorningGiftChanceEvent (WakelessSloth56)
- next: remove PiglinStanceEvent (WakelessSloth56)
- next: remove FishingRodCastEvent, ItemHurtEvent (WakelessSloth56)
- next: remove ServerPlayerSendMessageEvent (WakelessSloth56)
- next: remove LivingEatAddEffectEvent (WakelessSloth56)
- next: remove EyeOfEnderSurvivableEvent (WakelessSloth56)
- next: ServerLoginEvent (WakelessSloth56)
- next: mixin api (WakelessSloth56)
- next: BlockUtils, VanillaPredicates (WakelessSloth56)
- next: WordUtils (WakelessSloth56)
- next: VersionCommand (WakelessSloth56)
- next: remove RtpCommand (WakelessSloth56)
- item: ItemStackSerializer.toJson methods (WakelessSloth56)
- ench: EnchantmentVisitor (WakelessSloth56)
- next: remove HException (WakelessSloth56)
Builds
- fix version.gradle (WakelessSloth56)
- use forgegradle to config mixin (WakelessSloth56)
Commits
- d85802e: release v5.6.0 (WakelessSloth56)
v5.5.0
Features
- api: quda functional interfaces (WakelessSloth56)
- api: number conversion functional interfaces (WakelessSloth56)
- utils.math: sigma (WakelessSloth56)
- api: IEnchantmentAttachableObject (WakelessSloth56)
- api: IValidSlotsVisibleEnchantment (WakelessSloth56)
- api: ITippedArrow (WakelessSloth56)
- mixin: mixin arrow to get,set effects of tipped arrow (WakelessSloth56)
- api: IHProjectile (WakelessSloth56)
- mixin: mixin projectile to get shotting position (WakelessSloth56)
- event: PiglinStanceEvent (WakelessSloth56)
- mixin: PiglinStanceEvent (WakelessSloth56)
- event: CatMorningGiftChanceEvent (WakelessSloth56)
- mixin: CatMorningGiftChanceEvent (WakelessSloth56)
- event: FishingRodCastEvent.Pre (WakelessSloth56)
- coremod: FishingRodCastEvent.Pre (WakelessSloth56)
- event: ItemHurtEvent (WakelessSloth56)
- coremod: ItemHurtEvent (WakelessSloth56)
- api: FoodDataEvent (WakelessSloth56)
- event: LivingEatEvent (WakelessSloth56)
- mixin: LivingEatEvent (WakelessSloth56)
- api: IHMobEffectInstance (WakelessSloth56)
- utils.effect: methods for setting duration and amplifier (WakelessSloth56)
- api: IObjectHolder (WakelessSloth56)
- api: LazyObjectHolder (WakelessSloth56)
- utils: OrderedForgeRegistries uses LazyObjectHolder (WakelessSloth56)
- api: TriConsumer (WakelessSloth56)
- mixin: mixin enchantment to get valid slots (WakelessSloth56)
- api: EnchantmentVisitor (WakelessSloth56)
- utils.ench: runIteration methods (WakelessSloth56)
- data: remove void dimension type (WakelessSloth56)
Bug Fixes
- mixin: fix incorrect shadow annotation in MixinMobEffectInstance (WakelessSloth56)
Code Refactoring
- add AH identifier to event handlers and factories (WakelessSloth56)
- event: rename EyeOfEnderSurvivableEvent (WakelessSloth56)
Commits
- 4b83ca2: release v5.5.0 (WakelessSloth56)
v5.4.4
Features
- utils: snake/camel case converter (WakelessSloth56)
- api: command actions (WakelessSloth56)
- utils: playerSelf command handlers (WakelessSloth56)
- utils: TagCreator (WakelessSloth56)
Code Refactoring
- utils: move command utils to command package (WakelessSloth56)
- utils: move command utils to command package (WakelessSloth56)
Chores
- utils: forRemoval Loggers, I18nUtils (WakelessSloth56)
Commits
v5.4.3
Bug Fixes
- utils: fix findStandableY infinite loop (WakelessSloth56)
Commits
- de19bbb: release v5.4.3 (WakelessSloth56)
v5.4.2
Features
- utils: findStandableY, findSafePosition methods return optional value (WakelessSloth56)
- utils: RandomTeleporter findSafePosition method aliases (WakelessSloth56)
Builds
- update gradle build scripts (WakelessSloth56)
Continuous Integration
- auto-release exclude fullname.txt (WakelessSloth56)
Chores
- add @lainio24 to authors (WakelessSloth56)
Commits
- 0ea3ed6: release v5.4.2 (WakelessSloth56)
v5.4.1
Features
- utils: methods for concatenating text (WakelessSloth56)
- data: void dimension type (WakelessSloth56)
- utils: IS_PLAYER command source predicate (WakelessSloth56)
- utils: MessageHelper send message methods (WakelessSloth56)
Code Refactoring
- utils: TextUtils deprecated methods (WakelessSloth56)
Builds
- update (WakelessSloth56)
Commits
- 67e17ef: release v5.4.1 (WakelessSloth56)
v5.4.0
Features
- utils: player isOp (WakelessSloth56)
- event: ItemInventoryTickEvent (WakelessSloth56)
- api: StringToStringFunction (WakelessSloth56)
- utils: MessageHelper (WakelessSloth56)
Builds
- new gradle build scripts (WakelessSloth56)
Continuous Integration
- dev-build (WakelessSloth56)
- auto-release (WakelessSloth56)
Commits
- 059cf75: release v5.4.0 (WakelessSloth56)
v5.3.8
Features
- utils: LevelUtils (WakelessSloth56)
- utils: methods for teleporting entity to dimension (WakelessSloth56)
- utils: EnvironmentUtils static flags (WakelessSloth56)
- utils: CFH preset mod name prefix (WakelessSloth56)
Bug Fixes
- fix pack_format (WakelessSloth56)
Code Refactoring
- utils: move ray trace utils from EntityUtils to a separate class (WakelessSloth56)
Commits
- 6fc18c5: release v5.3.8 (WakelessSloth56)
v5.3.7
Features
- utils: method for drawing particle line (WakelessSloth56)
- utils: drawParticleLine method uses Vec3 (WakelessSloth56)
- utils: drawParticleLine overload methods (WakelessSloth56)
- utils: method for getting edges of aabb (WakelessSloth56)
- utils: methods for drawing particle cuboid (WakelessSloth56)
- api: shape enum (WakelessSloth56)
- utils: methods for operating nbt with double array and aabb (WakelessSloth56)
- utils: methods for operating vec3 nbt (WakelessSloth56)
- utils: methods for drawing particle cuboid (WakelessSloth56)
- network: ClientboundDrawParticleShapePacket (WakelessSloth56)
- utils: ParticlePainter overload methods (WakelessSloth56)
Bug Fixes
- utils: remove CFH createMessage method useless argument (WakelessSloth56)
Code Refactoring
- client: check debug mod and shift key before adding lines to advanced tooltip (WakelessSloth56)
- utils: ParticlePainter (WakelessSloth56)
- utils: adjust the arguments order of ParticlePainter (WakelessSloth56)
Performance Improvements
- utils: rework drawParticleLine methods (WakelessSloth56)
Commits
- f75140e: release v5.3.7 (WakelessSloth56)
v5.3.6
Features
- utils: AABBUtils moveTo methods support Vec3i and Position (WakelessSloth56)
- utils: config utils (WakelessSloth56)
- utils: CFH generic createMessage methods (WakelessSloth56)
Code Refactoring
- utils: refactor CommandFeedbackHelper (WakelessSloth56)
- utils: make CFH createMessage methods public (WakelessSloth56)
Commits
- 7451a84: release v5.3.6 (WakelessSloth56)