← Назад к ресурсам

FTB Ultimine Cobblemon Compat

A simple compatibility addon that enables FTB Ultimine to harvest Cobblemon crops (Apricorns and Berries) with right-click.

Modrinth optimization

Описание

# FTB Ultimine Cobblemon Compat A compatibility addon that adds right-click harvesting support for **Cobblemon crops** (Apricorns and Berries) to **FTB Ultimine**. ## Features - **Apricorn Harvesting**: Right-click any mature apricorn to harvest connected apricorns - **Berry Harvesting**: Right-click any mature berry to harvest connected berries - **Collective Drops**: All drops are gathered to the player (vanilla Ultimine behavior) - **Match Modes**: Toggle between strict (same color/type) and relaxed (all colors/types) modes - **Real-time Toggle**: Switch modes via keybinds or in-game commands ## Requirements **Required Mods:** - [FTB Ultimine](https://www.curseforge.com/minecraft/mc-mods/ftb-ultimine-fabric) 2101.1.9+ - [Cobblemon](https://www.curseforge.com/minecraft/mc-mods/cobblemon) 1.7.0+ - [Architectury API](https://www.curseforge.com/minecraft/mc-mods/architectury-api) 13.0.0+ - [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) **For Players:** - Fabric Loader 0.15.0+ - Minecraft 1.21.1 - Java 21+ ## Usage 1. Hold your Ultimine key 2. Right-click a mature apricorn or berry 3. All connected mature crops of the same type will be harvested ### Match Modes **Relaxed Mode (Default):** Harvests all apricorn colors or all berry types together **Strict Mode:** Only harvests the same color apricorn or same type of berry you clicked ### Switching Modes **Keybinds:** (Options → Controls → Key Binds) - Toggle Apricorn Strict Mode - Toggle Berry Strict Mode **Commands:** ``` /ftbultiminecobblemon apricorn toggle /ftbultiminecobblemon berry toggle /ftbultiminecobblemon status ``` ## Configuration Config file: `config/ftbultimine-cobblemon-compat.toml` ```toml # true = harvest same color only, false = harvest all colors general.strictApricornMode = false # true = harvest same type only, false = harvest all types general.strictBerryMode = false ``` ## Disclaimer This is an **unofficial addon**. Not affiliated with FTB Team or Cobblemon Contributors. ## License MIT License - See [LICENSE](LICENSE) for details.