vemerion Posted July 16, 2020 Posted July 16, 2020 Hello everyone! I have a question which is not directly related to forge, but to Minecraft modding in general. So, I am making a mod that adds creatures which are based on vanilla block, and thus these creatures have textures similar to or identical to some vanilla Minecraft textures. My question is therefore: Is it accepted to use modified vanilla textures in modding, or should I make my own textures completely from scratch? Thanks! Quote
Novârch Posted July 16, 2020 Posted July 16, 2020 On 7/16/2020 at 8:22 AM, vemerion said: should I make my own textures completely from scratch Expand You should, but just in case you need some vanilla assets, you can use a ResourceLocation with "minecraft" as the first parameter, than the path of the asset. 1 Quote It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
vemerion Posted July 16, 2020 Author Posted July 16, 2020 On 7/16/2020 at 9:30 AM, Novârch said: You should, but just in case you need some vanilla assets, you can use a ResourceLocation with "minecraft" as the first parameter, than the path of the asset. Expand Thank you for your response, that was the conclusion I also came to. Now I just need to fire up GIMP for the first time in years and try to make something not too awful Quote
Recommended Posts
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.