Skip to content

Commit d3bd270

Browse files
committed
Fix missing import
Signed-off-by: Noaaan <[email protected]>
1 parent 7353fc1 commit d3bd270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/nourl/mythicmetals/command/MythicCommands.java

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import net.minecraft.text.Text;
2525
import net.minecraft.util.math.BlockPos;
2626
import net.minecraft.world.World;
27+
import nourl.mythicmetals.MythicMetals;
2728
import nourl.mythicmetals.armor.ArmorSet;
2829
import nourl.mythicmetals.armor.MythicArmor;
2930
import nourl.mythicmetals.blocks.BlockSet;

0 commit comments

Comments
 (0)