Discover new features of Obfuscate Mod at MC Wiki. This mod is a simple library that provides useful events, utilities, and common code for mod developers.
Obfuscate Mod Featured:
Manipulate the player’s model safely:
- Allows easy customization of the rotation of the limbs on the player’s model without having to worry about resetting them to their default state.
- Use to create custom poses when holding a certain item
- Add custom animations when swinging swords and more!
Full control over item rendering:
- Gives you the ability to handle the rendering of items yourself.
- Obfuscate provides events that are called from a real source instead of relying on the camera transform type, like the vanilla ITESR system.
- When the item display event is held on the player model is called.
- Really comes from the render layer which is kept on the player model.
Brand new data sync system for players:
Add data parameters to entities that are not your own; this often leads to key mismatch due to uncontrolled initialization order of static fields. Obfuscate solves this problem and provides even more useful features.
Using this new system you can control whether the parameter should be reset on death, prevent it from syncing with all players expecting the player to own the key, prevent it from syncing and even save it to player data!
Details of each mod feature
EntityLivingInitEvent – Allows you to add additional Data Parameters to entities to easily synchronize data from server to client.
ModelPlayerEvent
- SetupAngles – Lets you control the player model angles without having to worry about resetting them correctly (with Before and After sub events).
- Render – Allows you to override the player model, add additional rendering, or cancel it entirely (with Before and After sub events).
RenderItemEvent
- On hold – Changes the rendering of an item on hold when in third person (with Before and After sub-events).
- Entity – Changes the rendering of an item when it hits the ground (with Before and After sub events).
- Gui – Change the rendering of an item when it is in inventory (with Before and After side events).
How to install Obfuscate Mod
Make sure you have already installed Forge on the Minecraft mods list.
Locate the Minecraft application folder.
- Open Run from the start menu.
- Type %appdata%, and click Run.
Input where Obfuscate Mod you have just downloaded (.jar file) into the Mods folder.
When you open Minecraft, you see Obfuscate Mod is installed then click the button mods
Obfuscate Mod Download Links
Download from Curseforge Server