change: optimise imports

This commit is contained in:
ZtereoHYPE 2022-09-30 22:13:27 +02:00
parent ceb1eea855
commit a706d6f3d9
3 changed files with 3 additions and 10 deletions

View file

@ -1,9 +1,10 @@
package codes.ztereohype.example.mixin;
import codes.ztereohype.example.ExampleMod;
import codes.ztereohype.example.sky.star.Starbox;
import com.mojang.blaze3d.systems.RenderSystem;
import com.mojang.blaze3d.vertex.*;
import com.mojang.blaze3d.vertex.BufferBuilder;
import com.mojang.blaze3d.vertex.PoseStack;
import com.mojang.blaze3d.vertex.VertexBuffer;
import com.mojang.math.Matrix4f;
import net.minecraft.client.Camera;
import net.minecraft.client.multiplayer.ClientLevel;