mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-23 11:49:17 +02:00
new: lil refactor
This commit is contained in:
parent
498d17818d
commit
d12988e914
11 changed files with 546 additions and 417 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue