Skip to content

SuperMartijn642/OreGrowth

Repository files navigation

Ore Growth banner

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


Separator

Releases

For more info and downloads, check out the project on CurseForge and Modrinth:

modrinth - Ore Growth on Modrinth
curseforge - Ore Growth on CurseForge

Separator

Default configuration

By default, crystals can grow on any of the vanilla blocks as well as on ancient debris.

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, create a new JSON file in the 'recipes' folder and set its type to oregrowth:ore_growth. Here is an example of the properties for an ore growth recipes to make crystals grow on pumpkins:

{
   "type": "oregrowth:ore_growth",
   "base": "minecraft:pumpkin", // block the crystal grows on
   "stages": 4, // number of growth stages the crystal has
   "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
   "result": { // item dropped when a fully grown crystal is broken
      "item": "minecraft:pumpkin_pie",
      "count": 2
   }
}
Crystals growing on a pumpkin

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages