Update to 1.3.4.0

This commit is contained in:
Zontreck 2022-10-13 00:28:58 -07:00
parent 6a4feca615
commit 2ed19b6e0c
36 changed files with 60 additions and 321 deletions

View file

@ -3,9 +3,8 @@ package dev.zontreck.otemod.commands.profilecmds;
import com.mojang.brigadier.CommandDispatcher;
import com.mojang.brigadier.arguments.StringArgumentType;
import dev.zontreck.libzontreck.chat.ChatColor;
import dev.zontreck.otemod.OTEMod;
import dev.zontreck.otemod.chat.ChatColor;
import dev.zontreck.otemod.chat.ChatColor.ColorOptions;
import dev.zontreck.otemod.configs.Profile;
import net.minecraft.commands.CommandSourceStack;
import net.minecraft.commands.Commands;