跳到主要内容

Main configuration file

/plugins/InfinityExpansion2/config.yml

This file hosts general settings for InfinityExpansion 2.

注意

The config options listed here may be outdated as the addon updates.

OptionDescriptionValuesDefault
auto-updateAutomatically updates the addon when a new version is available.true/falsetrue
debugEnables debug logs.true/falsefalse
langThe default language of this addon.Language codesen
balanceBalance options.
resource-synthesizerResource Synthesizer options.
mob-simulationMob Simulation options.
quarryQuarry options.
advanced-anvilAdvanced Anvil options.
infinity-gear-enchantmentsInfinity gear enchantment options.

Balance options

singularity-cost-multiplier

This affects the final cost of crafting Singularities.

Range: 0.0 to 1000.0
Default: 1.0

allow-sf-item-transform

This affects Gear Transformer. When this is true, Gear Transformer will be able to convert Slimefun items.

Values: true/false
Default: false

enable-researches

Whether to enable researches.

Values: true/false
Default: false

Resource Synthesizer options

recipes

This is a list of strings that define the recipes of Resource Synthesizer.
The format of each string is:

INPUT1,INPUT2,OUTPUT,AMOUNT
  • INPUT1 and INPUT2 must be the ID of a singularity that can be crafted in Singularity Constructor (no need the prefix IE_).
  • OUTPUT must be a valid Slimefun item ID. (InfinityExpansion2 items are all prefixed with IE_)
  • AMOUNT is the amount of output, can be omitted. The default value is 1.
Example
IRON_SINGULARITY,COAL_SINGULARITY,REINFORCED_ALLOY_INGOT,32

This recipe will convert 1 Iron Singularity and 1 Coal Singularity into 32 Reinforced Alloy Ingots.

Mob Simulation options

Quarry options

output-interval

See the item specific configuration.

pools

A quarry pool contains the base product and the other products in each world type (Environment).

Default normal world pool
base-product: COBBLESTONE
products:
COAL: 4
COPPER_INGOT: 2
IRON_INGOT: 1
GOLD_INGOT: 1
REDSTONE: 1
LAPIS_LAZULI: 1
EMERALD: 1
DIAMOND: 1

In the config, base-product is the general product ID.
It must be a valid Slimefun item ID, or a valid Minecraft Material name.

products is a map of product ID and the weight.

信息

Check how does the quarry work to understand the quarry pool.

oscillators

This section defines the available oscillators in ID: chance pairs. The oscillators will be registered in game.
The ID must be a valid Slimefun item ID, or a valid Minecraft Material name.

信息

Check how does the quarry work to understand the oscillators.

Advanced Anvil options

Infinity gear enchantment options

This section contains the enchantment options for all Infinity gear.

unbreakable is a boolean value that determines whether the gear should have unbreakable.

You can add more enchantments by adding more lines with the format enchantment: level.
To remove an existing enchantment, set the level to 0.

The enchantment should be the lowercase name of the enchantment in 1.20.5+ javadocs.