mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-23 11:49:17 +02:00
cleanup
This commit is contained in:
parent
8f7e5a5f57
commit
b15b7a1d87
11 changed files with 103 additions and 242 deletions
|
@ -1,13 +1,11 @@
|
|||
package codes.ztereohype.example;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
public class ExampleMod implements ModInitializer {
|
||||
public static final Logger LOGGER = LoggerFactory.getLogger("modid");
|
||||
public static boolean toggle = true;
|
||||
public static boolean toggle = true;
|
||||
|
||||
@Override
|
||||
public void onInitialize() {}
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue