SkyOrchards

Sky Orchards is a Minecraft Forge mod that lets you grow ore-producing trees from saplings, harvesting resources like iron, gold, lapis, redstone, and diamond directly from logs and leaves.

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

Forge

implementation "curse.maven:skyorchards-1501230:7865070"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Ported from 1.21.8 to 1.21.9

  • Updated Forge dependency to 59.0.5
  • Updated pack format to 69
  • BuildCreativeModeTabContentsEvent and RegisterColorHandlersEvent.Block moved from the mod bus to the Forge/game bus — updated all registration to use direct EventName.BUS.addListener() calls
  • Removed standalone ColorHandler and ClientSetup classes — all event registration consolidated into the main mod constructor
  • FMLClientSetupEvent (render layer setup) migrated to FMLClientSetupEvent.getBus(modBusGroup).addListener()
  • Client-only code gated behind FMLEnvironment.dist check for dedicated server safety