4f86213530feat: Remove eternally moist farmland feature and related logic from Area Tiller component.
master
Kariya2025-12-21 06:07:05 +0000
d4c8cd84fbrefactor: Extract common item scroll adjustment logic into ItemActionUtil and manage scroll states for items.Kariya2025-12-19 09:28:24 +0000
3b62b26273feat: Add Area Tiller component with configurable range and global block event handling.Kariya2025-12-19 09:17:14 +0000
483493bb87refactor: Pass event class explicitly for event handler lookup during dispatch.Kariya2025-12-18 16:43:15 +0000
fe002a5372feat: Implement dynamic event handling system for items and componentsKariya2025-12-18 16:27:31 +0000
6bc2fb2be2feat: Add AutoFeeder item with automatic food consumption and configurable hunger thresholdKariya2025-12-18 16:02:09 +0000
fb7ae54875feat: Add Magnet Item with configurable attraction radius and scroll adjustment.Kariya2025-12-17 11:19:50 +0000
0e72f24164refactor: Restructure configuration into nested data classes and update component references.Kariya2025-12-17 08:49:33 +0000
a464a8f77ffeat: Vein Miner configuration now supports block tags and block highlight colors.Kariya2025-12-16 20:03:17 +0000
32dbebb228feat: Introduce configurable global component tick interval, enhance Glider and Vein Miner components, fix component dependency resolution, and improve item comparison.Kariya2025-12-16 16:01:02 +0000
6752d075f4feat: Introduce ToolComponent interface for held item events and update EventListener to dispatch them.Kariya2025-12-16 13:02:20 +0000
f45947b9e9feat: Implement Vein Miner component with configurable multi-block breaking, compatible material groups, tool categories, and visual highlighting.Kariya2025-12-16 11:57:26 +0000
f1787b9b62feat: add centralized configuration for component settings and update documentation to EnglishKariya2025-12-16 10:36:38 +0000
e72167c2cefeat: enhance blink ability with new particle effects, revamped sounds, and improved feedback messages.Kariya2025-12-14 07:00:40 +0000
9cc0e03c10feat: Add Cooldown utility and integrate into Blink, Double Jump, and Grappling Hook.Kariya2025-12-14 06:45:17 +0000
e5d89e41b6feat: Introduce dispatchToComponentsWithDependencyCheck to conditionally dispatch events based on item data components and event handling status.Kariya2025-12-12 12:41:26 +0000
b5a51fad96feat: add BlinkComponent and refine DoubleJumpComponent's glide event handling and GLIDER data component management.Kariya2025-12-12 12:25:07 +0000
9a77176a53feat: Enhance double jump feedback with new particle effects, layered sounds, and styled action bar messages.Kariya2025-12-11 16:58:58 +0000
03080fbd48refactor: DoubleJumpComponent to track usage and reset on landing, and adjust max tiers for DoubleJump, Glider, and Grappling items.Kariya2025-12-11 15:48:35 +0000
790e2f446cfeat: Implement component dependency management for custom and vanilla data components.Kariya2025-12-11 15:26:14 +0000
d293cb031brefactor: Consolidate component ticking logic into EventListener, remove ComponentListener, and update App.kt and documentation accordingly.Kariya2025-12-11 13:18:04 +0000
b476368425refactor: Replace SpecialItem with CustomItem interface and AbstractItem class.Kariya2025-12-11 12:59:52 +0000
9bb631df74feat: Add command argument to apply components with a specific tier level.Kariya2025-12-10 13:17:07 +0000
2f441e334drefactor: Centralize event dispatching to special items and components, enhance item hand checks, and add new content creation documentation.Kariya2025-12-10 13:12:03 +0000
d4e84fea1bfeat: Add onToggleSneak event to CustomComponent and refactor GliderComponent activation to use it with a global ticker.Kariya2025-12-10 12:42:53 +0000
ee4ac4467efeat: Migrate Glider item functionality to GliderComponent, enabling dynamic tier attributes and right-click deployment, and add min/max tier enforcement to SpecialItem creation.Kariya2025-12-10 12:05:44 +0000
400d02d320feat: Introduce a component-based item system with new registries and listeners, refactoring special items like Glider and Grappling.Kariya2025-12-09 11:52:03 +0000
e6c35c5b1efeat: Reduce player vertical velocity after grappling and increase grappling hook projectile speed.Kariya2025-12-09 08:07:34 +0000
283961652cfeat: Improve Glider item user feedback with action bar messages, sounds, and particles, add a detailed gliding status display, and update Grappling Hook lore with tier-based stats.Kariya2025-12-08 13:20:41 +0000
7cc8ccc395feat: Introduce Glider item with its associated recipes, models, textures, and mechanics.Kariya2025-12-08 12:51:39 +0000
0a8011d65bdocs: Remove excessive Javadoc and inline comments from item and registry classes.Kariya2025-12-08 08:09:55 +0000
a47930ac87feat: Implement a grappling hook special item with dedicated event handling for its mechanics.Kariya2025-12-08 08:07:01 +0000
553f4589a6feat: Introduce item tiers, integrate them into special item creation and behavior, and update the /hcu give command to support tier specification.Kariya2025-12-08 06:37:17 +0000
7ca1092d6dbuild: Add Gradle performance properties, switch several dependencies to compileOnly, and remove Exposed and PostgreSQL dependencies.Kariya2025-12-07 17:53:54 +0000
b19d9cf17afeat: implement initial hcu Items plugin with command and event handling for special itemsKariya2025-12-07 17:21:56 +0000