NCI is a client-side Fabric mod that integrates with the Nexo plugin to show Nexo-defined items and blocks directly in the vanilla Creative inventory. It removes the need to browse /nexo inventory for most Creative workflow use cases.
NCI updates dynamically when the server sends refreshed registry data (for example, after /nexo reload).
- Adds Nexo item groups to Creative inventory tabs.
- Adds synced Nexo items to the Creative search tab.
- Refreshes tab contents automatically after server-side Nexo registry changes.
- Works client-side only (server runs Nexo plugin; client runs this mod).
- Install the appropriate Fabric Loader for the selected NCI version.
- Download the appropriate Fabric API for the selected NCI version.
- Download and place the NCI
.jarin your clientmodsfolder, along with the Fabric API.jar. - Join a server running Nexo
1.21+. - Ensure the player account has the
nexo.command.inventorypermission node, then use/n rl itemsto rescan and resend items to NCI clients.
- Nexo inventory sync must be enabled (default behavior for Nexo
1.21+). - The player must have permission node
nexo.command.inventory. - The feature is intended for Creative users.
- Join a compatible multiplayer server.
- Enter Creative mode.
- Open Creative inventory and use the page selector to move between vanilla tabs and Nexo tabs.
- Use the Creative search tab to find synced Nexo items quickly.
Release artifacts are named with both mod version and minecraft version values:
NCI-v<mod_version>-<minecraft_version>.jar
- Client/server registry sync uses protocol negotiation by version range.
- Client advertises its minimum and maximum supported protocol versions.
- Server responds with the highest mutually supported protocol version.
- If there is no shared protocol version, sync is rejected as incompatible.
- Permission denial is handled separately and also prevents sync.
- No Nexo tabs visible:
- Confirm server is running Nexo
1.21+. - Confirm your client is in Creative mode.
- Confirm your account has
nexo.command.inventory. - Confirm Fabric Loader/Fabric API and Minecraft versions match this release.
- Confirm server is running Nexo
- Items outdated after reload:
- Reconnect if the server did not push a fresh registry packet.
- Mod loads but nothing syncs:
- Check client logs for Nexo handshake/protocol warnings.
Build locally with:
./gradlew clean buildOutput artifacts are written to build/libs/.
Suggested/developed by ZoeWithTheE and implemented by Boy0000.
Public release channels:
This repository is currently under a proprietary license. See the LICENSE agreement for usage and redistribution terms.