HomeJavaModsmonsters-dont-burnin-the-sun
monsters-dont-burnin-the-sun
ModsJava

monsters-dont-burnin-the-sun

by kolp4438 · on Modrinth

⬇ Download on Modrinth

There are no settings. The mod simply disables "is Affected By Daylight" in MobEntity.

@Mixin(MobEntity.class)
public class ExampleMixin {
    @Overwrite
    public boolean isAffectedByDaylight() {
        return false;
    }
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more