Mob Sunscreen: Stop Sunlight from Melting Your Modded Mobs
If you run a Fabric server with creatures from other mods, you have probably watched the same frustrating scene: a cool custom mob steps into daylight and immediately starts to cook. Vanilla zombies and skeletons are supposed to fear the sun, but modded wildlife, NPCs, or fantasy beasts often inherit the same burning rules by mistake. That is where Mob Sunscreen fits in. It is a small utility mod focused on one job: prevent any mob from any mod from burning in sunlight, as long as you tell the config exactly who should get protection.
Why Mob Sunscreen Matters on Servers and in Modpacks
Sunlight burning is a vanilla mechanic, but mod ecosystems do not always tag mobs the way players expect. A boss, mount, or friendly NPC might share code paths with undead-style behavior, or a mod author might leave daytime damage enabled for balance. On a multiplayer server, that turns into support tickets and broken farms. Mob Sunscreen does not rewrite combat or AI; it gives you a config-driven allowlist-style control over which entities ignore solar damage. Server operators can tune behavior per mob or per entire mod without touching dozens of other configs.
- Stops unintended daylight burning for modded mobs you want in the open world.
- Lets you scope rules by full resource location or by whole mod IDs.
- Plays nicely in modpacks: you can add it without a long permission dance.
How to Find the Correct Mob IDs
Mob Sunscreen keys off resource locations, written as modid:unlocalizedname. You are not guessing names from wikis; you pull them straight from the game. Press F3 + H to enable advanced tooltips, then open Creative mode and hover a spawn egg or spawn item. Extra debug text appears showing the precise ID the mod registered. Copy that string into your config when you want a single mob exempt from sun damage.
Configuring Global Mod IDs vs Individual Mobs
In the configuration file you can list explicit mobs using their full resource location, or you can apply a blanket rule with only the mod ID when every creature from that mod should stroll through noon unscathed. The default config ships with examples for both patterns, which saves a lot of trial and error. After you edit the file, restart the server or reload according to your setup so the new rules apply cleanly.
Fabric players should know Mob Sunscreen expects Fabric API and Cloth Config alongside the mod itself. If mobs are still sizzling after a config change, double-check spelling, confirm you used the tooltip ID and not a display name, and verify the file saved on the side that actually runs the world logic. Since version 3.0.0, the mod is no longer required on the client; running it server-side alone is enough for multiplayer, which keeps client installs lighter.
When you are juggling several Fabric utilities at once, keeping installs tidy matters. If you like one-click setups, this mod can be dropped in smoothly through the foxygame.net launcher, a flexible, modern Minecraft launcher that lets you pull mods straight from the menu without hunting scattered download pages. It is a handy option when you are prototyping a small pack around daylight-friendly creatures and do not want the folder shuffle to slow you down.
Sidedness, Modpacks, and Compatibility Notes
Pack makers can add Mob Sunscreen freely; a link back to the project is appreciated but not mandatory. On the compatibility side, players sometimes pair sun-related tweaks with other mods that adjust burning behavior, so read both mods' docs if you stack overlapping mechanics. The author has noted a past edge case where mobs that should be immune could start burning inside minecarts or boats; that quirk is fixed on Minecraft 1.19.x, with backports planned where the codebase allows.
Conclusion
Mob Sunscreen is a focused Fabric tool for anyone tired of modded mobs turning into campfires at sunrise. Learn IDs with F3 + H and Creative tooltips, choose between per-mob precision and whole-mod coverage, and lean on server-side installation for simpler multiplayer rollouts. With Fabric API and Cloth Config in place and a careful config pass, your overworld can stay bright, busy, and burn-free for the creatures you actually want there.
--- **Update Aug 27, 2026:** Added 4 files for version 26.2, 26.1.2 (NeoForge, Fabric).