mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-22 19:29:18 +02:00
change: optimise imports
This commit is contained in:
parent
ceb1eea855
commit
a706d6f3d9
3 changed files with 3 additions and 10 deletions
|
@ -1,14 +1,7 @@
|
|||
package codes.ztereohype.example;
|
||||
|
||||
import codes.ztereohype.example.sky.SkyManager;
|
||||
import codes.ztereohype.example.sky.nebula.NebulaSkyboxPainter;
|
||||
import codes.ztereohype.example.sky.nebula.Skybox;
|
||||
import com.mojang.realmsclient.util.JsonUtils;
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
import net.minecraft.util.RandomSource;
|
||||
import net.minecraft.world.level.levelgen.synth.PerlinNoise;
|
||||
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
public class ExampleMod implements ModInitializer {
|
||||
public static boolean toggle = true;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package codes.ztereohype.example.mixin.debug;
|
||||
|
||||
import codes.ztereohype.example.ExampleMod;
|
||||
import codes.ztereohype.example.sky.star.Starbox;
|
||||
import net.minecraft.client.KeyboardHandler;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
import org.spongepowered.asm.mixin.injection.At;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue