promotional bannermobile promotional banner
premium banner
This mod is an expansion for Goety. It allows the Cursed Infuser and Grim Infuser to function normally when placed above the Cursed Cage, drawing soul energy from the Cursed Cage.

Description

CursedInfuserByCage

This mod is an extension for Goety. It allows the Cursed Infuser and Grim Infuser to function normally when placed above the Cursed Cage, consuming soul energy from the Cursed Cage.

Features

  • Cursed Infuser Support: The Cursed Infuser (goety:cursed_infuser) can be placed above the Cursed Cage to work
  • Grim Infuser Support: The Grim Infuser (goety:grim_infuser) can also be placed above the Cursed Cage to work
  • Soul Energy Consumption: Infusers will consume soul energy from the Cursed Cage when operating
  • Configurable Consumption Interval: Set the energy consumption interval via configuration file (default: 1 point every 20 ticks, minimum 1)
  • Consumption Only During Crafting: Energy is only consumed when recipes are actually being processed, not every tick
  • Ponder Scenario Tutorial: Provides a Ponder scenario demonstrating how to activate infusers using the Cursed Cage (requires Ponder mod)

Dependencies

Required Dependencies

  • Minecraft: 1.20.1
  • Forge: 47.0.0 or higher
  • Goety Mod: 2.5 or higher

Optional Dependencies

  • Ponder: For viewing interactive tutorial scenarios (mod works normally without it)

Installation

  1. Ensure all required dependencies above are installed
  2. Place cursedinfuserbycage-1.0.0.jar into the mods folder
  3. Launch the game

Configuration

The configuration file is located at .minecraft/config/cursedinfuserbycage-common.toml

Configuration Item Description

  • soulEnergyConsumeInterval (default: 20)
    • Description: The number of ticks between each soul energy consumption when the infuser is working
    • Range: 1 to Integer.MAX_VALUE
    • Note: The default value is 20 (1 second), with a minimum of 1. Setting to 1 means 1 point consumed per tick; setting to 20 means 1 point consumed every 20 ticks (1 second)

Configuration Example

[Cursed Infuser By Cage]
    # How many ticks between each soul energy consumption when the infuser is working. Default: 20 (1 second), Minimum: 1
    soulEnergyConsumeInterval = 20