promotional bannermobile promotional banner

Platform

Cross-platform library mod based on Architectury to access both Forge and Fabric APIs.

File Details

Platform-Fabric-1.20.1-1.0.4.jar

  • R
  • May 22, 2024
  • 552.44 KB
  • 129
  • 1.20.1
  • Fabric + 1

File Name

Platform-Fabric-1.20.1-1.0.4.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:platform-997634:5365310"

Quilt

modImplementation "curse.maven:platform-997634:5365310"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

🚀 Release v1.0.4

  • Platform now shadows MixinExtras and NightConfig so it doesn't have to be reimplemented on each project.
  • Added HudRenderEvent to handle the GUI of the player.
  • Updated CreativeTabs to allow the injection of entries before and after a specified target.
  • Merged EventFactory with Event.
  • Migrated Fog Rendering to use Events:
    • FogRenderingHandler is now FogRenderEvents.
    • No longer requires a return.
  • Fixed WorldGenRegistry
  • Added ItemPropertyRegistry