promotional bannermobile promotional banner

Moonlight Core

Moonlight Core is a layer abstraction of Minecraft mod loaders that is aimed to help with multi-loader mod development giving developers utilities for their mods.
Back to Files

MoonlightCore 26.1.2.4-beta

File namemoonlightcore-fabric-26.1.2.4-beta.jar
Uploader
RealLeoxianRealLeoxian
Uploaded
Sep 6, 2026
Downloads
2
Size
429.4 KB
Mod Loaders
Fabric
File ID
8826051
Type
B
Beta
Supported game versions
  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:wgc-moonlight-core-1152824:8826051"

Learn more about Curse Maven

What's new

MoonlightCore 26.1.2.4-beta

Fluid registration API

An small very experimental API that allows the registration and configuration of some properties of modded fluids. Works with a workaround of the vanilla Fluid methods, using MoonlightFluid as an intermediary.

This API its very experimental and I managed to implement it on Neoforge but Fabric still needs some work.

Misc

  • Added DatapackRegistryRegistrar#init, I forgot it on the previous release, sorry.