Initial Commit with Torches. Missing LangKeys and Recipes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package me.hypherionmc.hyperlighting;
|
||||
|
||||
import me.hypherionmc.hyperlighting.common.init.CommonRegistration;
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
|
||||
public class HyperLightingFabric implements ModInitializer {
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
CommonRegistration.registerAll();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user