FTB Ultimine Cobblemon Compat
A simple compatibility addon that enables FTB Ultimine to harvest Cobblemon crops (Apricorns and Berries) with right-click.
FTB Ultimine Cobblemon Compat
FTB Ultimine Cobblemon Compat
A compatibility addon that adds right-click harvesting support for FTB Ultimine (Apricorns and Berries) to FTB Ultimine.
Features
- Real-time Toggle: Right-click any mature apricorn to harvest connected apricorns - Real-time Toggle: Right-click any mature berry to harvest connected berries - Real-time Toggle: All drops are gathered to the player (vanilla Ultimine behavior) - Real-time Toggle: 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 2101.1.9+ - Cobblemon 1.7.0+ - Architectury API 13.0.0+ - 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
Strict Mode: 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 for details.