Mineralogy Golems Addon

This mod is an expansion for Extra Golems that enables the creation of golems using blocks added by the Mineralogy mod. These stone guardians will assist you in defending against hostile mobs! Each golem features a unique appearance with customizable health and attack power.
Types of Golems
The mod introduces a wide variety of golems, each with distinct characteristics:
- Amphibolite Golem: 66 health, 4.5 attack
- Andesite Golem: 48 health, 3 attack
- Basalt Golem: 80 health, 6 attack, fireproof
- Basaltic Glass Golem: 36 health, 4.5 attack, fireproof
- Diabase Golem: 72 health, 6 attack
- Chert Golem: 82 health, 5.8 attack
- Diorite Golem: 64 health, 4.2 attack
- Dolomite Golem: 50 health, 6.2 attack
- Gabbro Golem: 80 health, 6 attack, fireproof
- Gneiss Golem: 88 health, 4.6 attack, fireproof
- Granite Golem: 96 health, 5.5 attack
- Hornfels Golem: 96 health, 4.6 attack
- Limestone Golem: 42 health, 3 attack
- Marble Golem: 46 health, 4.6 attack
- Novaculite Golem: 82 health, 4 attack
- Pegmatite Golem: 84 health, 5 attack, fireproof
- Peridotite Golem: 70 health, 5.8 attack
- Phosphorous Golem: 56 health, 3 attack, spontaneously combusts
- Phyllite Golem: 44 health, 3.5 attack
- Quartzite Golem: 86 health, 6 attack, thorns
- Rhyolite Golem: 64 health, 4.2 attack
- Rock Salt Golem: 40 health, 2.5 attack, glows in the dark (charges in sunlight)
- Schist Golem: 70 health, 4.1 attack
- Scoria Golem: 70 health, 4 attack
- Shale Golem: 34 health, 3.5 attack
- Siltstone Golem: 36 health, 3.2 attack
- Slate Golem: 40 health, 3.2 attack
- Sulfur Golem: 44 health, 5 attack
- Tuff Golem: 40 health, 3 attack
Important Note: All golems must be constructed using Polished Stone unless specified otherwise in the configuration!
Flexible Configuration
The mod offers extensive customization options for each golem. You can modify:
- Golem health
- Attack damage
- Construction permissions
- Special abilities
Configuration Example
golem_rock_salt {
# Whether the rock salt golem can be built [default: true]
B:"Allow Golem"=true
# Whether the golem can emit light [default: true]
B:"Allow Special: Emit Light"=true
# Base attack damage dealt by this golem [range: 0.0 ~ 300.0, default: 2.5]
S:"Golem Attack"=2.5
# Max health for this golem [range: 0.0 ~ 999.0, default: 40.0]
S:"Golem Health"=40.0
# Number of ticks between light updates [range: 1 ~ 24000, default: 2]
I:"Light Frequency"=2
}
Required Mods
For the addon to function, the following mods are required:
- Extra Golems (version must match the Mineralogy Golems version, e.g., Mineralogy Golems 7.1.7-x requires Extra Golems 7.1.7)
- Mineralogy (current version 3.8.0.53)