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

  • R
  • Apr 3, 2026
  • 59.14 KB
  • 4
  • 1.21.5
  • Forge

File Name

skyorchards-1.21.5-1.0.0.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Ported from 1.21.4 to 1.21.5

  • Fixed OreLeavesBlock.codec() access — Minecraft 1.21.5 changed the method signature from protected to public, causing a compile error
  • Updated pack format to 34 in pack.mcmeta
  • Added assets/skyorchards/items/ definitions required by 1.21.5's new item model pipeline
  • Suppressed deprecation warnings from FMLJavaModLoadingContext and ItemBlockRenderTypes — both still functional in Forge 55 and have no working replacement yet
  • Added "render_type" fields to all blockstate JSONs as a forward-compatibility measure for when ItemBlockRenderTypes is eventually removed