

YDM's Iceologer
Compatibility with Forge, NeoForge and Fabric
This modification adds the Ice Mage - a mob that participated in the 2020 voting, as well as special ice blocks created by this creature. To mine such blocks, you'll need a tool with the Silk Touch enchantment.
Spawn Locations
Currently, the Ice Mage appears in the following biomes:
- Snowy taiga
- Snowy slopes
- Frozen peaks
- Jagged peaks
- Snowy beach
- Snowy plains
- Ice spikes
- Frozen Ocean
- Frozen river
Compatibility with Other Mods
You can independently configure the biomes where the Ice Mage will appear. All generation parameters are located in the configuration file found in the game's run folder.
Adding Biomes from Other Mods
For the mob to appear in biomes from other modifications, you need to modify the biome_name line. For example:
biome_name = "modid:biome_name"
Configuring Multiple Biomes
To specify multiple biomes, use commas between their names:
biome_name = "modid:biome_name,minecraft:snowy_plains"
Additional Settings
The configuration file offers the following parameters:
- Spawn frequency
- Minimum number of mobs
- Maximum number of mobs
- Interval between ice block creation (40 ticks = 2 seconds)
Important Update
Starting from version 1.19, spawn settings have been replaced with biome tag and biome modifier files in JSON format. These files are located in the data folder inside the mod archive.