promotional bannermobile promotional banner
premium banner
Updated compatibility patch between Nifty Ships (Aleki Ships) and Biomes O'Plenty for 1.20.1.

Description

Updated compatibility patch between Nifty Ships (Aleki Ships) and Biomes O'Plenty for 1.20.1. Fixes the DEAD_PLANKS error from BOP 19.0.0.96+ and adds support for all 13 BOP wood types including Pine, Maple, and Empyreal.

What it does:
Adds all 13 Biomes O'Plenty wood types as boat-building materials for Nifty Ships — including rowboats, sloops, and boat frames:
Dead, Fir, Hellbark, Jacaranda, Magic, Mahogany, Palm, Pine, Maple, Empyreal, Redwood, Umbran, Willow.

Why this fork exists:
BOP 19.0.0.96 changed its block registration API from RegistryObject<Block> to plain Block fields. The original mod crashes on startup with NoSuchFieldError: DEAD_PLANKS because it still tries to unwrap RegistryObjects that no longer exist. This fork rewrites the block references to use the new API and adds the 3 new wood types (Pine, Maple, Empyreal) that BOP introduced.

Requirements:

  • Minecraft 1.20.1
  • Forge 47+
  • Aleki Nifty Ships 1.0.14+
  • Biomes O'Plenty 19.0.0.96+

    Credits:
    Alekiponi for the original mod.