forked from BRNSystems/RegexingHoppers
Lithium
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package systems.brn.regexinghoppers;
|
||||
|
||||
import me.jellysquid.mods.lithium.common.LithiumMod;
|
||||
import me.jellysquid.mods.lithium.common.config.LithiumConfig;
|
||||
import me.jellysquid.mods.lithium.common.config.Option;
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
import net.minecraft.block.entity.HopperBlockEntity;
|
||||
import net.minecraft.inventory.Inventory;
|
||||
@@ -23,7 +26,6 @@ public class RegexingHoppers implements ModInitializer {
|
||||
// This code runs as soon as Minecraft is in a mod-load-ready state.
|
||||
// However, some things (like resources) may still be uninitialized.
|
||||
// Proceed with mild caution.
|
||||
|
||||
LOGGER.info("RegexingHoppers initialized!");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user