promotional bannermobile promotional banner

ML3API

Simple API for mod development

File Details

ML3API 1.3.0 (Fabric, Minecraft 1.14.4+)

  • R
  • Dec 12, 2019
  • 42.47 KB
  • 80
  • 1.15+2
  • Fabric

File Name

ml3api-1.3.0.jar

Supported Versions

  • 1.15-Snapshot
  • 1.15
  • 1.14.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:ml3api-354250:2841414"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Stopped including GSON. Apparently Minecraft already uses it. Added the CustomRemainder interface. * Implement on Item classes * Allows your item to have different recipe remainder logic than vanilla * Based on code from Lite Conversion