dev.the_fireplace.mobrebirth.MobRebirthConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Mob-Rebirth Show documentation
Show all versions of Mob-Rebirth Show documentation
A server-side Minecraft mod that allows mobs to be reborn in various ways.
package dev.the_fireplace.mobrebirth;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public final class MobRebirthConstants {
public static final String MODID = "mobrebirth";
public static final Logger LOGGER = LogManager.getLogger(MODID);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy