
So what is UtilFatal you may be asking? UtilFatal allows the user to access a range of functions that can help enhance their mod development and also is required for mods that I develop. As this is only just the beginning there is only a handful of features right now with more in the works when I think of them.
Follow Updates @ Fatalitiii
-------------------------------------------------------------------------------------------------------------------------------------------------------
Features
Get Mobs
This feature gets all the mobs that have been registered from minecraft itself or from a forge mod and stores them in a list that then can be accessed by getMobClass()
Get TileEntities Functions
This feature allows the user to get TileEntity functions and display the results back to the end user. Very Unstable [Can Cause Crash]
Render Entity To Screen
The next feature allows you to render an entity to a gui or your choice. This is done by specifying drawEntityOnScreen(xPosition, yPosition, scale, rotateYaw, entity) and tada. The entity is rendered on the screen in a GUI for you.
Render Text
This feature allows you to render an string to a gui or your choice. This is done by specifying public static void addText(xPosition, yPosition, text, scale, colour, shadow,
guiLeft, guiTop) where the colour is a decimal value and shadw allows you to choose if you want to render a black shodow below the text.
GUIButton
This feature allows you to render a button that can have a hover direction to show what the texture will change to when the user hovers over the button, a colour can be defined to overlay over the texture to tint it to your liking and also an icon that adds a bit of variety to the GUI . This is done by specifyingguiColourButton(ID, xPosition, yPosition, width, height, text,
texture, xOffset, yOffset)
GUIModelRenderer
This feature allows you to render any item and block in 3D space and apply a rotation value to rotate the item in the gui.
GUIMenuSystem
This feature allows you to render a menu system that can display entries to the user in the GUI
GUI UV Mapping
Can create huge GUI elements with only the need of a small texture.
Nodes
Create nodes to display various pieces of information, i.e achievements and quests for example.
-------------------------------------------------------------------------------------------------------------------------------------------------------
DOWNLOADS:
This mod requires Forge! You need forge version 12.16.0.1766 or later!
This mod requires Minecraft Version 1.9.X!
Forge 12.16.0.1766 download link:
- http://files.minecraftforge.net/
UtilFatal download link:
- Jar and Deobf can be located on the curseforge page - HERE
[mod]234914-api-utilityfatal[/mod]
-------------------------------------------------------------------------------------------------------------------------------------------------------

Change Log
None
-------------------------------------------------------------------------------------------------------------------------------------------------------
If people have any ideas for any features that would like, I am more than happy to add them and get updates pushed out to everyone.