changed some basic stuff
This commit is contained in:
parent
5a12d62522
commit
de15912066
5 changed files with 11 additions and 10 deletions
|
@ -1,14 +1,14 @@
|
|||
package net.fabricmc.example;
|
||||
package net.saltymc.eaa;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
|
||||
public class ExampleMod implements ModInitializer {
|
||||
public class EaaMod implements ModInitializer {
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
// This code runs as soon as Minecraft is in a mod-load-ready state.
|
||||
// However, some things (like resources) may still be uninitialized.
|
||||
// Proceed with mild caution.
|
||||
|
||||
System.out.println("Hello Fabric world!");
|
||||
System.out.println("EAA Mod initializing...");
|
||||
}
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
package net.fabricmc.example.mixin;
|
||||
package net.saltymc.eaa.mixin;
|
||||
|
||||
import net.minecraft.client.gui.screen.TitleScreen;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
Loading…
Add table
Add a link
Reference in a new issue