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
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)
ResourceLocation→Identifiermigration from 1.21.11 carried forward- Removed
ItemBlockRenderTypes/ render layer setup entirely — render layers are now automatic in 26.1 RegisterColorHandlersEvent.BlockAPI overhauled — color registration now usesBlockColors.register(List<BlockTintSource>, Block...)whereBlockTintSource.color(BlockState)is the new single-param tint methodBuildCreativeModeTabContentsEventandRegisterColorHandlersEvent.Blockremain on the Forge/game bus via directBUS.addListener()registration