Ultra Hard Coremod

Ultra Hard Coremod

Mod

A mod to help with Modded UHC's

Client and server

89 downloads
0 followers
Created2 years ago
Updated2 years ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

(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

External resources



Project members

Mrbysco

Owner

ShyNieke

Brain


Technical information

License
ARR
Client side
required
Server side
required
Project ID