Description
IMPORTANT NOTICE:
TL;DR: If the fact that this mod "Spawns Ores" and is not related to the mod "Ore Spawn"in any way offends you, just go away. Otherwise know that, as stated, this mod SPAWNS ORES and that is all it does - the name is descriptive and not meant to, in any form, be confusing, hence the continual inclusion of the "MMD" prefix. At the last time things were checked (June 7, 2019) the mod "OreSpawn" that adds new enemies, girlfriends and such has not been ported off 1.7.10.
In Full:
This mod has no relation to the "OreSpawn" mod from 1.7.10 that had trees that would replicate ores and gave you "Dragon Girlfriends" and special mobs. Do not bother us with "Mobs are spawning" or "Not finding anything from the mod" - this mod - MMD OreSpawn - exists to provide ore-spawning (and, hopefully, other world-gen features, in the future) to other mods. It does not add mobs or any content.
If the fact that this mod has a name that describes exactly what it does and that it is not related in any way, shape or form to The Badly Named Mod "OreSpawn" - just go away. Do not think you are free to heap your own stupidity, hatred and vitriol on us.
OreSpawn
Minecraft library mod that provides better control over the spawning of ores in Minecraft.
Talk to the devs on Discord: here
How it works
Ore Spawn parses all of the .json files found in config/orespawn3 and adds ore generators to the game based on those files.See more in the JSON documentation.
API
Adding OreSpawn support to your mod is not hard. You can look here for an example.
IMPORTANT:
MMD OreSpawn 3.3.0 has changed several parts of how it operates, internally, and has also changed the format of one of the configuration files. Because of this, while there are no major differences in the rest of the configuration files, when upgrading from the MMD OreSpawn 3.2 series, you can either delete the entirety of the "config/orespawn3" directory and allow it to regenerate with the defaults or you can follow the following steps:
1) Delete the following files, found in "config/orespawn3/sysconf":
features-default.json
replacements-default.json
2) Back up any and all customization that has been made to the configurations, specifically the "orespawn.json" file in "config/orespawn3"
3) Edit "config/orespawn3/sysconf/known-configs.json" and remove the line that has "orespawn" as the contents. The file should appear similar to the following, prior to the edit
[
"modernmetals",
"orespawn",
"baseminerals",
"endmetals",
"basemetals",
"nethermetals"
]
And after:
[
"modernmetals",
"baseminerals",
"endmetals",
"basemetals",
"nethermetals"
]
Or, if you have no custom configuration happening with OreSpawn at all, just delete the "config/orespawn3" directory entirely.
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.