Description
(No, this mod is not a coremod. That's the joke)
A mod that allows people to create Modded UHC's.
It implements a book similar to the one from UHC Blox.
Within the book you can change all the UHC settings. If there's a setting missing note me and I'll add it.
If there's any mod support you'd like just create an issue on the Github
The mod is highly inspired by Gerrybrano's UHC Blox.
Crafttweaker support:
//Auto Conversion
mods.ultrahardcoremod.conversion.addConversion(IItemStack input, IItemStack result , IItemStack result2 etc (max of 9));
//Auto Cook
mods.ultrahardcoremod.autocook.addRecipe(IItemStack stack, IItemStack stack2, float experience); mods.ultrahardcoremod.autocook.removeRecipe(IItemStack output);
//Spawn Items (if ever you want people to start the uhc with specific items)
mods.ultrahardcoremod.starting.addStartingGear(IItemStack input, IItemStack result , IItemStack result2 etc (max of 9));
//Twilight forest boss respawn
//Example position = "-1,6,100"
//Example boss = "hydra"
mods.ultrahardcoremod.twilight.boss.addBoss(String position, String boss);
//Change Entity Data upon it's spawn (For advanced users AKA users that are familiar with the /entityData command)
//Example entityID String = "minecraft:wolf"
//Example IEntityDefinition = <entity:minecraft:wolf>
//Example dataChange = "{Attributes:[{Name:generic.maxHealth,Base:10}],Health:10.0f}" (Changes health of the mob to 10)
mods.ultrahardcoremod.datachanger.changeData(String entityID, String dataChange);
mods.ultrahardcoremod.datachanger.changeData(IEntityDefinition entity, String dataChange);

Need a server? Get 20% off your first month by using promo code "mrbysco"
For questions feel free to join my Discord.

Want to support us?
-Mrbysco
-ShyNieke
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.