Jump to content

[1.9] Utility Fatal (1.0.0)


Fatalitiii

Recommended Posts

3CA3YSy.png

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

 

 

xxEntoF.png

 

 

 

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.

 

 

dO6WlCv.gif

 

 

 

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]

 

 

xxEntoF.png

 

 

 

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.

 

 

Dy5FfOx.png

 

 

 

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)

 

 

GdL7UZe.png

 

 

 

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.

 

 

iAqAizo.gif

 

 

 

GUI Menu System

This feature allows you to render a menu system that can display entries to the user in the GUI

 

 

PQR5XAD.gif

 

 

 

GUI UV Mapping

Can create huge GUI elements with only the need of a small texture.

 

 

2dGTDO3.png

 

 

 

Nodes

Create nodes to display various pieces of information, i.e achievements and quests for example.

 

 

FYnOQCf.png

 

 

 

 

-------------------------------------------------------------------------------------------------------------------------------------------------------

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.