Перейти к содержимому
Mineforgian

Ore Growth

Ore Growth adds crystals which can grow on ores!

Загрузки
137K
Подписчики
128
Обновлён
21 июля 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 5 октября 2023 г.

Ore Growth banner


Ore Growth allows crystal clusters to grow on ores! Clusters can then be harvested for resources.



Separator

Default configuration

By default, crystals can grow on any of the vanilla ores as well as on ancient debris. Once fully grown, the crystals can be mined to obtain resources relevant to the block it grew on.

Separator

Custom recipes

Ore Growth is completely customizable and custom recipes can allow crystals to grow on a certain block. Adding new recipes or adjusting default recipes can be done through a datapack.
To add a recipe, simply create a new recipe file in your datapack and set its type to oregrowth:ore_growth. Here is an example of the properties for an ore growth recipe to make crystals grow on pumpkins:

{
   "type": "oregrowth:ore_growth",
   "base": [
      "minecraft:pumpkin"
   ], // blocks the crystal grows on
   "stages": 4, // number of growth stages the crystal has, max of 4 stages
   "spawn_chance": 0.2, // chance for a crystal to spawn when the base
                        // receives a random tick
   "growth_chance": 0.3, // chance for a crystal to grow when it receives a
                         // random tick
   "drops": [
      {
         "stage": 4, // growth stage for this drop, one may also specify
                     // 'min_stage' and 'max_stage'
         "chance": 0.9, // optional, specifies the chance of obtaining this
                        // drop
         "item": {
            "id": "minecraft:pumpkin_pie",
            "count": 2
         }
      },
      {
         "min_stage": 1, // minimum stage for this drop
         "max_stage": 3, // maximum stage for this drop
         "chance": 0.3, // optional, specifies the chance of obtaining this
                        // drop
         "loot_table": "minecraft:blocks/short_grass" // loot table to
                                                      // obtain items from
      }
   ]
}
Crystals growing on a pumpkin

The full datapack files for this example are available here.

For convenience, there are config options to disable all default recipes, to scale the spawn chance of all ore growth recipes, and to scale the growth chance of all ore growth recipes.

Separator

Just Enough Items integration

All ore growth recipes are visible in recipe viewing mods.

Examples of ore growth recipes in JEI

Separator

Jade and The One Probe integration

Both Jade and The One Probe will display the growth progress of crystals.

Jade tooltip showing the crystals growth progress

Separator

Mod compatibility

Ore Growth has compatibility for ores from the following mods:

  • Additional Blocks: Stone Edition Additional Blocks: Stone Edition
  • BetterEnd BetterEnd
  • BetterNether BetterNether
  • Bigger Reactors Bigger Reactors
  • Create Create
  • Deep Aether Deep Aether
  • Enderscape Enderscape
  • Extreme Reactors Extreme Reactors
  • Gems & Jewels Gems & Jewels
  • Industrial Revolution Industrial Revolution
  • Mekanism Mekanism
  • Mystical Agriculture Mystical Agriculture
  • Mythic Metals Mythic Metals
  • Pigsteel Pigsteel
  • Powah Powah!
  • RFTools RFTools
  • Spelunkery Spelunkery
  • The Aether The Aether
  • Thermal Foundation Thermal Foundation

FAQ

Isn't this mod very overpowered?
Yes, however probably not as much as you might think as the crystals take quite long to grow. For example, diamond ore crystals may take 30 minutes to an hour to fully grow
Can I use your mod in my modpack?
Yes, feel free to use my mod in your modpack

Separator

Discord

For future content, upcoming mods, and discussion, feel free to join the SuperMartijn642 discord server!

Separator

Ченджлог

1.2.0-neoforge-mc26.2Релиз26.2 · 21 июля 2026 г.

Ore Growth 1.2.0

  • When mining a block, you will now also mine any attached crystals
  • Added a random offset to crystals to give some natural variation
  • Added an option to make crystals drop resources when broken by a piston
  • Improved compatibility with block mining options from other mods like Create or Industrial Foregoing
  • Fixed completely grown crystals showing incorrectly in Jade/Hwyla/The One Probe

Update to Minecraft 26.2

Update to Minecraft 26.1

Ore Growth 1.1.7

  • Initial release of Ore Growth for Minecraft 1.21.11
1.2.0-neoforge-mc26.1Релиз26.1, 26.1.1, 26.1.2 · 21 июля 2026 г.

Ore Growth 1.2.0

  • When mining a block, you will now also mine any attached crystals
  • Added a random offset to crystals to give some natural variation
  • Added an option to make crystals drop resources when broken by a piston
  • Improved compatibility with block mining options from other mods like Create or Industrial Foregoing
  • Fixed completely grown crystals showing incorrectly in Jade/Hwyla/The One Probe

Update to Minecraft 26.1

Ore Growth 1.1.7

  • Initial release of Ore Growth for Minecraft 1.21.11
1.2.0-neoforge-mc1.21.11Релиз1.21.11 · 21 июля 2026 г.

Ore Growth 1.2.0

  • When mining a block, you will now also mine any attached crystals
  • Added a random offset to crystals to give some natural variation
  • Added an option to make crystals drop resources when broken by a piston
  • Improved compatibility with block mining options from other mods like Create or Industrial Foregoing
  • Fixed completely grown crystals showing incorrectly in Jade/Hwyla/The One Probe

Ore Growth 1.1.7

  • Initial release of Ore Growth for Minecraft 1.21.11
1.2.0-neoforge-mc1.21.10Релиз1.21.9, 1.21.10 · 21 июля 2026 г.

Ore Growth 1.2.0

  • When mining a block, you will now also mine any attached crystals
  • Added a random offset to crystals to give some natural variation
  • Added an option to make crystals drop resources when broken by a piston
  • Improved compatibility with block mining options from other mods like Create or Industrial Foregoing
  • Fixed completely grown crystals showing incorrectly in Jade/Hwyla/The One Probe

Ore Growth 1.1.7

  • Initial release of Ore Growth for Minecraft 1.21.9 & 1.21.10
1.2.0-neoforge-mc1.21.8Релиз1.21.6, 1.21.7, 1.21.8 · 21 июля 2026 г.

Ore Growth 1.2.0

  • When mining a block, you will now also mine any attached crystals
  • Added a random offset to crystals to give some natural variation
  • Added an option to make crystals drop resources when broken by a piston
  • Improved compatibility with block mining options from other mods like Create or Industrial Foregoing
  • Fixed completely grown crystals showing incorrectly in Jade/Hwyla/The One Probe

Ore Growth 1.1.7

  • Fixed harvest compatibility with some modded tools like paxels from Mekanism

Ore Growth 1.1.6

  • Fully grown crystals now use a separate block
  • Improved harvest tool and harvest tier compatibility with other mods

Ore Growth 1.1.5

  • Initial release of Ore Growth for Minecraft 1.21.6 & 1.21.7
1.2.0-neoforge-mc1.21.5Релиз1.21.5 · 21 июля 2026 г.

Ore Growth 1.2.0

  • When mining a block, you will now also mine any attached crystals
  • Added a random offset to crystals to give some natural variation
  • Added an option to make crystals drop resources when broken by a piston
  • Improved compatibility with block mining options from other mods like Create or Industrial Foregoing
  • Fixed completely grown crystals showing incorrectly in Jade/Hwyla/The One Probe

Ore Growth 1.1.7

  • Fixed harvest compatibility with some modded tools like paxels from Mekanism

Ore Growth 1.1.6

  • Fully grown crystals now use a separate block
  • Improved harvest tool and harvest tier compatibility with other mods

Ore Growth 1.1.5

  • Initial release of Ore Growth for Minecraft 1.21.5
1.2.0-neoforge-mc1.21.4Релиз1.21.4 · 21 июля 2026 г.

Ore Growth 1.2.0

  • When mining a block, you will now also mine any attached crystals
  • Added a random offset to crystals to give some natural variation
  • Added an option to make crystals drop resources when broken by a piston
  • Improved compatibility with block mining options from other mods like Create or Industrial Foregoing
  • Fixed completely grown crystals showing incorrectly in Jade/Hwyla/The One Probe

Ore Growth 1.1.7

  • Fixed harvest compatibility with some modded tools like paxels from Mekanism

Ore Growth 1.1.6

  • Fully grown crystals now use a separate block
  • Improved harvest tool and harvest tier compatibility with other mods

Ore Growth 1.1.5

  • Added compatibility for Applied Energistics 2 growth accelerators
  • Fixed ore growth recipes sometimes being null when loading single player worlds, leading to no ore clusters

Ore Growth 1.1.4

  • Initial release of Ore Growth for Minecraft 1.21.4
1.2.0-neoforge-mc1.21.3Релиз1.21.2, 1.21.3 · 21 июля 2026 г.

Ore Growth 1.2.0

  • When mining a block, you will now also mine any attached crystals
  • Added a random offset to crystals to give some natural variation
  • Added an option to make crystals drop resources when broken by a piston
  • Improved compatibility with block mining options from other mods like Create or Industrial Foregoing
  • Fixed completely grown crystals showing incorrectly in Jade/Hwyla/The One Probe

Ore Growth 1.1.7

  • Fixed harvest compatibility with some modded tools like paxels from Mekanism

Ore Growth 1.1.6

  • Fully grown crystals now use a separate block
  • Improved harvest tool and harvest tier compatibility with other mods

Ore Growth 1.1.5

  • Added compatibility for Applied Energistics 2 growth accelerators
  • Fixed ore growth recipes sometimes being null when loading single player worlds, leading to no ore clusters

Ore Growth 1.1.4

  • Fixed packet error when an ore growth recipe loot table condition could not be formatted

Ore Growth 1.1.3

  • Fixed breaking particles for crystals showing the wrong texture

Ore Growth 1.1.2

  • Initial release of Ore Growth for Minecraft 1.21.2 & 1.21.3

Комментарии

Загружаем…