All versions
1.2.5-fabric+26.1
Beta
MC 26.1 Fabric Port - Beta 1last week 27
Compatibility
Minecraft: Java Edition
26.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Initial MC 26.1 Fabric Port (Beta)
This is an unofficial port of Beltborne Lanterns to Minecraft 26.1 Fabric.
✅ Working Features
- Toggle lantern: Press B (configurable) to attach/detach lantern from belt
- Item management: Full support for Survival and Creative modes
- Inventory handling: Smart item placement, drops to ground when inventory full
- Death handling: Lantern drops on death (unless keepInventory enabled)
- Multiplayer: Full sync and persistence across server restarts
- Dynamic lighting: Works with LambDynamicLights (optional dependency)
⚠️ Known Issues
- Visual rendering: Lantern block model not visible on belt yet
- Functionality works perfectly (toggle, lighting, physics)
- Visual is WIP due to MC 26.1 RenderType API changes
- Light source: You'll see the dynamic light effect but not the 3D lantern model
📋 Requirements
- Minecraft 26.1+
- Fabric Loader 0.18.4+
- Fabric API 0.155.2+26.1+
- (Optional) LambDynamicLights for dynamic lighting
🙏 Credits
- Original mod: Shadscure - Available on Modrinth and CurseForge
- MC 26.1 port: nuramri23
- This is an unofficial community port - not affiliated with the original author
📝 Note
This port focuses on Fabric only (single-loader). Visual rendering improvements coming in future updates!
Optional dependencies
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:aTXtzJFP:pfRUJRlm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aTXtzJFP:pfRUJRlm"
}

