This commit is contained in:
2024-05-05 13:30:40 +02:00
parent 67c25b8477
commit 211e658950
3 changed files with 10 additions and 2 deletions

View File

@@ -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!");
}