File Details
skyorchards-1.21.9-1.0.0.jar
- R
- Apr 3, 2026
- 56.62 KB
- 4
- 1.21.9
- Forge
File Name
skyorchards-1.21.9-1.0.0.jar
Supported Versions
- 1.21.9
Curse Maven Snippet
Ported from 1.21.8 to 1.21.9
- Updated Forge dependency to
59.0.5 - Updated pack format to
69 BuildCreativeModeTabContentsEventandRegisterColorHandlersEvent.Blockmoved from the mod bus to the Forge/game bus — updated all registration to use directEventName.BUS.addListener()calls- Removed standalone
ColorHandlerandClientSetupclasses — all event registration consolidated into the main mod constructor FMLClientSetupEvent(render layer setup) migrated toFMLClientSetupEvent.getBus(modBusGroup).addListener()- Client-only code gated behind
FMLEnvironment.distcheck for dedicated server safety