Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed Apache-2.0
Published 3 months ago
Updated 4 months ago
Limitless Mod
Limitless redefines creativity in Minecraft with a dynamic creative inventory tab that updates in real-time based on players' equipped items. Explore endless possibilities with a seamless creative experience!
Features
- Dynamic Tab: A new creative inventory tab, "§9Limitless", updates dynamically with unique equipped items.
- Real-Time Updates: Automatically adds items as players equip them.
- No Duplicates: Tracks items by type and NBT data to prevent duplicates.
- Seamless Refresh: Updates the creative inventory automatically.
How It Works
- Tracking Items: Monitors equipped items via
EntityEquipmentUpdateS2CPacket
. - Preventing Duplicates: Ensures unique item display using type and NBT data.
- Tab Refresh: Refreshes automatically when new items are detected.
Installation
- Install Fabric Loader and Fabric API.
- Add the
Limitless
mod JAR to yourmods
folder. - Launch Minecraft and explore the new creative tab!
Usage
- Equip items as usual.
- Access the Limitless tab in Creative Inventory to view unique equipped items.
Note: Items without equipped instances show a placeholder (Barrier block).
Developer Info
- Main Class:
Limitless
for item group registration and tracking. - Client Logic:
LimitlessClient
handles client-side functionality. - Mixin:
ClientPlayNetworkHandlerMixin
tracks equipment in real-time.
Contributing
Contributions are welcome!
- Fork the repo.
- Create a feature/bugfix branch.
- Submit a pull request with a description.
License
Licensed under the Apache License 2.0. You may modify and distribute the mod while crediting the original authors.
Contact
For questions or support, reach out via GitHub.