I am working on a mod, and all I need to do now is textures. I already coded them, they load in eclipse, but when I compile and obfuscate the mod and run using the minecraft launcher, they won't load. I put them in %appdata%/.minecraft/assets/*modid*/textures/blocks and %appdata%/.minecraft/assets/*modid*/textures/items.
What am I doing wrong?
I've started on a mod which adds armors with special effects and I want to add them as potions effects when they're worn and to make effects disappear when you unequip the armor. Does anyone know how to make a event listener for on wear event (If it exists)?
I'll mention the person that tells me how to make it in the mod thread.