Skip to content

Commit

Permalink
fix wildcard imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Oct 9, 2023
1 parent 68518a7 commit 7a74dab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
*/
package vazkii.botania.client.render.tile;

import java.awt.*;

import java.awt.Color;
import java.util.Random;

import net.minecraft.client.Minecraft;
Expand Down

0 comments on commit 7a74dab

Please sign in to comment.