Color utils, logger, math helper
This commit is contained in:
parent
d807c9fd1c
commit
6a5584deae
5 changed files with 695 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
package ru.bclib;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
import ru.bclib.util.Logger;
|
||||
|
||||
public class BCLib implements ModInitializer {
|
||||
public static final String MOD_ID = "bclib";
|
||||
public static final Logger LOGGER = new Logger(MOD_ID);
|
||||
|
||||
@Override
|
||||
public void onInitialize() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue