Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed ARR
Published 3 days ago
Updated 2 weeks ago
NorrionProjectCoreMod
Client-side foundation for every NorrionProject Fabric mod
🎯 What is this?
NorrionProjectCoreMod is the shared client-side library for the NorrionProject ecosystem's Fabric mods. It is not a standalone gameplay mod.
✨ What it brings
| Feature | Benefit for you |
|---|---|
| Server ↔ client channel transport | Lets the server push live data (HUD, map, inventories, blocks, ...) to the client |
| Generic custom-block dispatch | Backbone for custom block rendering used by dependent mods |
| Mod ↔ server handshake | Detects when you're connected to a server having norrion project plugin |
| Keybind & config-screen engine | Shared infrastructure reused by every Norrion client mod |
📦 Installation
- Download
NorrionProjectCoreMod-<version>.jar - Place it in your
mods/folder alongside Fabric API and Fabric Loader - Install the mod that actually needs it (e.g. NPChiselMod)
📋 Dependencies
| Mod / Loader | Type | Why? |
|---|---|---|
| Fabric Loader | Required | Mod loader |
| Fabric API | Required | Networking, rendering hooks |
| Cloth Config API | Required | Config screen engine |
❓ FAQ
Q: I installed it but nothing happens? A: Normal! It's a library mod. Install NPChiselMod to see gameplay features.
🔗 Useful Links
- Website & Wiki: norrion.eu
- Support / Bugs: Norrion Discord
Part of the Norrion server ecosystem.


