Fix double newline
parent
99369dc8f3
commit
11126c2d47
|
@ -8,7 +8,6 @@ import net.minecraft.inventory.EquipmentSlotType;
|
|||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.util.text.TranslationTextComponent;
|
||||
|
||||
|
||||
public class HatCommand {
|
||||
public static void register(CommandDispatcher<CommandSource> dispatcher) {
|
||||
dispatcher.register(Commands.func_197057_a("hat").executes((source) -> {
|
||||
|
|
Reference in New Issue