20w30a import fix

This commit is contained in:
samo_lego 2020-07-28 12:04:35 +02:00
parent c0e95cf8d7
commit 64e46b436a
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ package org.samo_lego.simpleauth.commands;
import com.google.gson.JsonObject;
import com.mojang.brigadier.CommandDispatcher;
import net.minecraft.command.arguments.BlockPosArgumentType;
import net.minecraft.command.arguments.DimensionArgumentType;
import net.minecraft.command.argument.BlockPosArgumentType;
import net.minecraft.command.argument.DimensionArgumentType;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.server.command.ServerCommandSource;