#How can I make this model a resource pack that removes the original model of a mod

5 messages · Page 1 of 1 (latest)

burnt walrus
#

The mod is the simply swords mod I'm sure that there is like a tag or something for the modded and from there I replace the original model with the custom one or something along those lines, what I need is help on how to reach that step on replace the model and texture for it

simple light
#

Look in the mod's jar file using a zip file explorer, go into its assets folder and get the filepath for the model you want to replace

#

With basic knowledge of resource packs, you should be able to replace the path in your resource pack just as you would a vanilla one

#

If the model you are trying to replace is not there as an item model file (json format), the model is hardcoded and therefore can not be changed