Posted October 29, 201212 yr How can you make a animated texture for a item and/or block? Not too sure what is the best way to do it. Get Techcraft at: http://blackholegaming.com/downloads http://www.minecraftforge.net/forum/index.php/topic,2965.0.html http://www.minecraftforum.net/topic/1543949-142-techcraft-ssplan-smp-minecraft-forge-version-601/ latest public build: 0.0.1.5 alpha pre release (MC:1.4.2)
October 30, 201212 yr I would love to know how to do this aswell. The Xycraft blocks looks really nice with the pulsing effects.
October 30, 201212 yr Author ya that's is where i got the idea for it to... let me gess direwolf20? Get Techcraft at: http://blackholegaming.com/downloads http://www.minecraftforge.net/forum/index.php/topic,2965.0.html http://www.minecraftforum.net/topic/1543949-142-techcraft-ssplan-smp-minecraft-forge-version-601/ latest public build: 0.0.1.5 alpha pre release (MC:1.4.2)
October 30, 201212 yr There's a class called ModTextureAnimation on net.minecraft.src that does that. I'm not totally sure how to use it though... Did I help? Hitting 'Thank You' would be appreciated. Soon, the lost city will rise from the bottom of the ocean, and spread it's technology across Minecraft.
October 31, 201212 yr Author Ya, i see it too but I dont know how to use it ether Get Techcraft at: http://blackholegaming.com/downloads http://www.minecraftforge.net/forum/index.php/topic,2965.0.html http://www.minecraftforum.net/topic/1543949-142-techcraft-ssplan-smp-minecraft-forge-version-601/ latest public build: 0.0.1.5 alpha pre release (MC:1.4.2)
October 31, 201212 yr Didn't tested it but it looks like you have to do the following: ModTextureAnimation animatedTex = new ModTextureAnimation(1 /* The Icon ID*/, 1, CommonProxy.TERRAIN_PNG /* Your Texture file */, img /* The Image with the custom animations */, 1 /* the tick count between two "frames" of the animation */); animatedTex.setup(); animatedTex.bindImage(Minecraft.getMinecraft().renderEngine);
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.