Posted December 29, 201212 yr I am trying to make a block with a spinning center and I cannot figure out the TextureFX because it only edits the /terrain.png The Korecraft Mod
December 29, 201212 yr take a look https://github.com/opssemnik/FunModVannila/tree/master/cliente/animacoes'>https://github.com/opssemnik/FunModVannila/tree/master/cliente/animacoes https://github.com/opssemnik/FunModVannila/blob/master/cliente/proxy/clproxy.java'>https://github.com/opssemnik/FunModVannila/blob/master/cliente/proxy/clproxy.java https://github.com/opssemnik/FunModVannila IN THE SECOND LINE TAKE A LOOK AT THIS TextureFXManager.instance().addAnimation(new TextureFunFX("/FunMod/cliente/texturas/animacoes/QuestionBlock.png", FunMod.ANIMATED_TEXTURE_INDEX)); The FunMod.ANIMATED_TEXTURE_INDEX its the texture that you want to be animated in your main texture files, in the case in my FunModBlocks.png i want to the texture in the second square to be animated so that ANIMATED_TEXTURE_INDEX its "1" (int not string)
December 31, 201212 yr Author this works but only updates the texture.png and not my desired texture also I get an annoying 2012-12-30 17:11:29 [iNFO] [sTDOUT] ########## GL ERROR ########## 2012-12-30 17:11:29 [iNFO] [sTDOUT] @ Pre render 2012-12-30 17:11:29 [iNFO] [sTDOUT] 1280: Invalid enum Edit: Nevermind, I fixed it The Korecraft Mod
February 14, 201312 yr How did you fix it? My textures don't exactly work and I'd like to know what you did for it to work. No signature for you!
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.