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.6-1.0.0.jar

  • R
  • Apr 3, 2026
  • 59.18 KB
  • 4
  • 1.21.6
  • Forge

File Name

skyorchards-1.21.6-1.0.0.jar

Supported Versions

  • 1.21.6

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Ported from 1.21.5 to 1.21.6

  • Updated to Forge 56 / EventBus 7 — @SubscribeEvent moved to net.minecraftforge.eventbus.api.listener
  • Mod constructor updated to take FMLJavaModLoadingContext and use getModBusGroup()IEventBus replaced by BusGroup throughout
  • DeferredRegister now registered with BusGroup instead of IEventBus
  • RenderType.cutout() / cutoutMipped() / translucent() replaced with ChunkSectionLayer.CUTOUT / CUTOUT_MIPPED / TRANSLUCENT
  • Updated pack format to 36
  • Updated Forge dependency to 56.0.9