first
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package net.cmr.jurassicrevived;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
|
||||
public class JRMod implements ModInitializer
|
||||
{
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
|
||||
// This method is invoked by the Fabric mod loader when it is ready
|
||||
// to load your mod. You can access Fabric and Common code in this
|
||||
// project.
|
||||
|
||||
// Use Fabric to bootstrap the Common mod.
|
||||
Constants.LOG.info("Hello Fabric world!");
|
||||
CommonClass.init();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user