This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
generated from nea89o/Forge1.8.9Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2035fae
commit ef03a2b
Showing
7 changed files
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...rocontrollersdev/mixmetica/Mixmetica.java → ...microcontrollers/mixmetica/Mixmetica.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
package com.github.microcontrollersdev.mixmetica; | ||
package dev.microcontrollers.mixmetica; | ||
|
||
import com.github.microcontrollersdev.mixmetica.config.MixmeticaConfig; | ||
import net.minecraftforge.common.MinecraftForge; | ||
import dev.microcontrollers.mixmetica.config.MixmeticaConfig; | ||
import net.minecraftforge.fml.common.Mod; | ||
import net.minecraftforge.fml.common.event.FMLInitializationEvent; | ||
|
||
@Mod(modid = "mixmetica", name = "Mixmetica", clientSideOnly = true) | ||
public class Mixmetica { | ||
public static MixmeticaConfig config; | ||
|
||
@Mod.EventHandler | ||
public void init(FMLInitializationEvent event) { | ||
MixmeticaConfig.getInstance(); | ||
MinecraftForge.EVENT_BUS.register(this); | ||
config = new MixmeticaConfig(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...rsdev/mixmetica/mixin/CapeUtilsMixin.java → ...llers/mixmetica/mixin/CapeUtilsMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters