Posted March 16, 20169 yr 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. I started this last year and only in the last week picked up modding again. CurseForge can be found HERE 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() 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. 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 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) GUI Model Renderer 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. GUI Menu System 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! UtilFatal download link: - Jar & Deobf - Curse Forge UtilFatal MinecraftForum link ------------------------------------------------------------------------------------------------------------------------------------------------------- Change Log: ------------------------------------------------------------------------------------------------------------------------------------------------------- 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.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.