Posted July 31, 201312 yr Hello Forge community, I really worked on this for a while but couldn't get it working. I have a huge progress bar on my GUI I want it to be animated like the fluid animation how can I get this to work or how can I use a recolored water texture on this gui. Thanks in advance
July 31, 201312 yr sorry, my magic remote code viewing decide is at home right now, can you show us what you tried and some code ? how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
July 31, 201312 yr Author || I tried binding another texture (which had an animated .mcmeta file) and drawing that... didn't work. I tried directly drawing lava there didn't work. Gui code is here: https://github.com/Astorian/ExtraneousCraft2/blob/master/extraneous_common/net/astorian/exc/block/gui/GuiOmniCharger.java'>https://github.com/Astorian/ExtraneousCraft2/blob/master/extraneous_common/net/astorian/exc/block/gui/GuiOmniCharger.java All source is here: https://github.com/Astorian/ExtraneousCraft2/ thanks and Good Luck
July 31, 201312 yr have you tried looking at how the lava in rendered in your inventory ? how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
July 31, 201312 yr i meant more like ItemRender ItemRenderer ir = new ItemRenderer(player, new ItemStack(Block.lavaStill), 0); ir.renderItem() how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
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.