Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
 Ultra Hard Coremod

Ultra Hard Coremod

A mod to help with Modded UHC's

184
0
AboutChangelogVersions

(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 (1.12):


//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);

Akliz Partner

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?

Patreon  -Mrbysco

Patreon  -ShyNieke

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

1.12.2

Platforms

Forge

Supported environments

Client and server

Links

Report issues View source Join Discord server
Donate

Creators

Mrbysco
Mrbysco Owner
ShyNieke
ShyNieke Brain

Details

Licensed ARR
Published 2 years ago
Updated 2 years ago

Modrinth is open source.

main@a0bd011

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.