Posted June 17, 20241 yr I have a mod that depends on another mod and I want my mod to replace one of the dependency mod's textures. I tried doing it the same way you would a vanilla one (recreate the file path and put the texture in the folder) but it didn't seem to work. My mod is guaranteed to load after the dependency mod if that changes anything Edited June 17, 20241 yr by a_random_something
June 18, 20241 yr I have a workaround you first go into mods.toml and set ORDERING for the mod to = "BEFORE" just use Java to go into the compressed file using opensource code and you want to replace the texture there and then when minecraft loads or reloads it should be different
June 18, 20241 yr Author Thanks, it works! I assumed I couldn't do that because it used mixins on the other mod, but it's fine
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.