Add source files to again satisfy modrinth

This commit is contained in:
Tara 2022-10-12 19:02:29 -07:00 committed by GitHub
parent b22c968912
commit 5012d004ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 336 additions and 0 deletions

View file

@ -0,0 +1,17 @@
package dev.zontreck.libzontreck;
import org.slf4j.Logger;
import com.mojang.logging.LogUtils;
import net.minecraftforge.fml.common.Mod;
@Mod(LibZontreck.MOD_ID)
public class LibZontreck {
public static final Logger LOGGER = LogUtils.getLogger();
public static final String MOD_ID = "libzontreck";
public LibZontreck(){
}
}