Update build version
This commit is contained in:
parent
2446bf00c3
commit
f5054a32b9
3 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,6 @@ public class AriasEssentials {
|
|||
ModLoadingContext.get().registerConfig(ModConfig.Type.SERVER, AEServerConfig.SPEC, "arias-essentials-server.toml");
|
||||
|
||||
|
||||
ModMessages.register();
|
||||
|
||||
|
||||
|
||||
|
@ -68,6 +67,7 @@ public class AriasEssentials {
|
|||
|
||||
public void setup(FMLCommonSetupEvent ev)
|
||||
{
|
||||
ModMessages.register();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ package dev.zontreck.essentials.commands.gui;
|
|||
import com.mojang.brigadier.CommandDispatcher;
|
||||
import com.mojang.brigadier.arguments.BoolArgumentType;
|
||||
import dev.zontreck.essentials.Messages;
|
||||
import dev.zontreck.essentials.networking.ModMessages;
|
||||
import dev.zontreck.essentials.networking.S2CUpdateHearts;
|
||||
import dev.zontreck.libzontreck.networking.ModMessages;
|
||||
import dev.zontreck.libzontreck.util.ChatHelpers;
|
||||
import net.minecraft.commands.CommandSourceStack;
|
||||
import net.minecraft.commands.Commands;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue