Posted March 1, 20178 yr Okay, so I've seen some resource packs that add more than 1 texture for a default mob, and that leads me to believe that what I want to do is possible... probably. Basically, I want to be able to set the texture of a minecraft mob (cow, for sake of example). Not all the mobs. I want to be able to take the cow and apply a certain texture to that cow individually... Is this even feasible? (I haven't done much research, but like I said, I expect its possible) Developer of Randores (adds 256^3 ores to the game) and Arcane Bags (adds ridiculous storage with ridiculous crafting recipes). I know Java pretty well... So yeah... Quote This is where I'd put an inspirational and/or clever quote, but I can't think of one right now... This is the output of the totally, 100% working compiler for my programming language, Planet9: Beginning Compilation... Failed compilation! planet9.compiler.error.CompilationException: Compiler not yet implemented at planet9.compiler.Compiler.compile(Compiler.java:39) at planet9.compiler.app.CompilerApp.main(CompilerApp.java:147)
March 1, 20178 yr What do you mean? Change texture of the mob? Apparently I'm addicted to these forums and can't help but read all the posts. So if I somehow help you, please click the "Like This" button, it helps.
March 2, 20178 yr Author 1 hour ago, Leomelonseeds said: What do you mean? Change texture of the mob? Change the texture of 1 single cow, but not the others. Developer of Randores (adds 256^3 ores to the game) and Arcane Bags (adds ridiculous storage with ridiculous crafting recipes). I know Java pretty well... So yeah... Quote This is where I'd put an inspirational and/or clever quote, but I can't think of one right now... This is the output of the totally, 100% working compiler for my programming language, Planet9: Beginning Compilation... Failed compilation! planet9.compiler.error.CompilationException: Compiler not yet implemented at planet9.compiler.Compiler.compile(Compiler.java:39) at planet9.compiler.app.CompilerApp.main(CompilerApp.java:147)
March 2, 20178 yr Try just creating a class that somehow "overrides" the render cow class (extend it? i dont know). Then bind your custom texture. Apparently I'm addicted to these forums and can't help but read all the posts. So if I somehow help you, please click the "Like This" button, it helps.
March 3, 20178 yr Author 8 hours ago, diesieben07 said: You can use RenderLivingEvent.Pre to cancel the normal rendering of the cow and render it yourself. Well, that sounds like my answer. Thanks! Developer of Randores (adds 256^3 ores to the game) and Arcane Bags (adds ridiculous storage with ridiculous crafting recipes). I know Java pretty well... So yeah... Quote This is where I'd put an inspirational and/or clever quote, but I can't think of one right now... This is the output of the totally, 100% working compiler for my programming language, Planet9: Beginning Compilation... Failed compilation! planet9.compiler.error.CompilationException: Compiler not yet implemented at planet9.compiler.Compiler.compile(Compiler.java:39) at planet9.compiler.app.CompilerApp.main(CompilerApp.java:147)
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.