OreGolems

Quick rating

OreGolems

No reviews yet

Ore Golems adds ore-themed iron golem variants with unique abilities, breeding, growth, and data-driven modpack support.

Genetics & Biology
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
oregolems-0.1.1-forge-1.20.1
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Ore Golems adds 40+ ore and material themed iron golem variants to minecraft!

Each golem is built from its matching block, has its own stats and visuals, and vanilla-based golems also have unique special effects to make them feel different in combat.

The mod also adds:

- same-variant breeding with each golem's block
- cross-breeding that uses the child golem's block
- baby golems that inherit half of their parents' health and armor before growing into adults
- spawn egg tooltips that show each golem's special effect
- JEI support for summoning and breeding recipes

----------

For Modpack Authors
Ore Golems is data-driven and built for pack customization.

You can:
- add custom golems
- edit stats, traits, drops, and breeding results
- add compatibility for other mods
- customize behavior through datapacks or KubeJS

Current support:
- Minecraft 1.21.1 NeoForge
- Minecraft 1.20.1 Forge
- JEI recipe support
- TerraFirmaCraft compatibility on 1.20.1

----------

Datapack / KubeJS Example

Ore Golems can be extended through datapacks or KubeJS by adding JSON files.

Folders used by Ore Golems:
- data/<namespace>/ore_golems/
- data/<namespace>/ore_golem_extensions/
- data/<namespace>/ore_golem_breeding/

KubeJS users can place the same files under:
- kubejs/data/<namespace>/ore_golems/
- kubejs/data/<namespace>/ore_golem_extensions/
- kubejs/data/<namespace>/ore_golem_breeding/

Use your own namespace, such as yourpack, for custom files.

Custom Golem Example
File path:
data/yourmod/ore_golems/ruby.json

{
  "material_key": "yourpack:ruby",
  "display_name": "Ruby Golem",
  "summon_blocks": [
    "yourmod:ruby_block",
    "#c:storage_blocks/ruby"
  ],
  "repair_items": [
    "yourmod:ruby",
    "#c:gems/ruby"
  ],
  "stats": {
    "max_health": 104.0,
    "attack_damage": 14.0,
    "movement_speed": 0.29,
    "armor": 9.0,
    "knockback_resistance": 0.9
  },
  "traits": [
    "blinding_hit"
  ],
  "effect_tuning": {
    "combat": {
      "blinding_hit_duration_ticks": 60
    }
  },
  "visual": {
    "template": "gem",
    "primary_color": "#C71F37",
    "secondary_color": "#6D0B17",
    "emissive_color": "#FF8C9A",
    "texture_source": "yourmod:ruby_block"
  }
}

Extension Example
File path:
data/yourpack/ore_golem_extensions/copper_patch.json

{
  "target_material": "oregolems:copper",
  "extra_summon_blocks": [
    "yourmod:cut_copper_block"
  ],
  "extra_repair_items": [
    "minecraft:copper_ingot"
  ],
  "extra_traits": [
    "fireproof"
  ]
}

Breeding / Cross-Breeding Example
File path:
data/yourpack/ore_golem_breeding/bronze.json

{
  "type": "oregolems:ore_golem_breeding",
  "parent1": "oregolems:copper",
  "parent2": "oregolems:tin",
  "offspring": [
    "oregolems:bronze"
  ]
}

Note:
 
- same-variant breeding uses `summon_blocks`
- cross-breeding recipes go in `ore_golem_breeding`
- custom datapack and KubeJS variants use the universal configured Ore Golem spawn egg stack
- custom datapack and KubeJS variants do not require separate spawn egg item IDs or model files
- if a KubeJS golem does not load, check the namespace path and check the log for JSON parse errors

You may include Ore Golems in modpacks distributed through approved platforms like CurseForge and Modrinth.

Screenshots

Gallery

  • 2026-03-15_03.02.35.png
    2026-03-15_03.02.35.png 2026-03-15_03.02.35.png
  • 2026-03-15_03.02.17.png
    2026-03-15_03.02.17.png 2026-03-15_03.02.17.png
  • 2026-03-15_03.01.53.png
    2026-03-15_03.01.53.png 2026-03-15_03.01.53.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works