All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.the_fireplace.mobrebirth.MobRebirthConstants Maven / Gradle / Ivy

There is a newer version: 10.2.2+1.18.2
Show newest version
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