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-26.1-1.0.8.jar

  • R
  • Apr 3, 2026
  • 56.16 KB
  • 23
  • 26.1
  • Forge

File Name

skyorchards-26.1-1.0.8.jar

Supported Versions

  • 26.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Ported from 1.21.11 to 26.1

  • Updated Forge dependency to 62.0.9
  • Updated pack format to 84
  • Updated to ForgeGradle 7.0.17 — removed version pin from plugin declaration to inherit from MDK
  • Now requires Java 25 to build (Forge 26.1 compiled against Java 25)
  • ResourceLocationIdentifier migration from 1.21.11 carried forward
  • Removed ItemBlockRenderTypes / render layer setup entirely — render layers are now automatic in 26.1
  • RegisterColorHandlersEvent.Block API overhauled — color registration now uses BlockColors.register(List<BlockTintSource>, Block...) where BlockTintSource.color(BlockState) is the new single-param tint method
  • BuildCreativeModeTabContentsEvent and RegisterColorHandlersEvent.Block remain on the Forge/game bus via direct BUS.addListener() registration