new: lil refactor

This commit is contained in:
ZtereoHYPE 2022-09-11 13:38:02 +02:00
parent 498d17818d
commit d12988e914
11 changed files with 546 additions and 417 deletions

View file

@ -1,8 +1,10 @@
package codes.ztereohype.example;
import codes.ztereohype.example.nebula.Skybox;
import net.fabricmc.api.ModInitializer;
public class ExampleMod implements ModInitializer {
public static Skybox nebulaSkybox;
public static boolean toggle = true;
@Override