

* Here is a big note: I am talking partially hypothetically so you might have to remove pack from Minecraft#defaultResourcePacks and re-add it for the pack itself to detect "changes" (like you putting a. png into your pack (your mod or texturepack) and reload resources, they will simply reload all. Now, in your case you will want to either:ġ. They will be reloaded from Minecraft#defaultResourcePacks which to put it in simple words "contains all packs from which resources will be collected and will create all available resources".

In particular Minecraft.getMinecraft().refreshResources() If you want to understand resources as whole - look into GuiResourcePacks (naming may be different).
