From cf63211a9f953d2be7d12b8b748e9048710e21dc Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 8 Mar 2025 14:22:25 +0100 Subject: chore: Clean up some TODOs --- .../jade/java/moe/nea/firmament/compat/jade/FirmamentJadePlugin.kt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/compat/jade/java/moe/nea/firmament/compat/jade/FirmamentJadePlugin.kt b/src/compat/jade/java/moe/nea/firmament/compat/jade/FirmamentJadePlugin.kt index 900a48d..51e2453 100644 --- a/src/compat/jade/java/moe/nea/firmament/compat/jade/FirmamentJadePlugin.kt +++ b/src/compat/jade/java/moe/nea/firmament/compat/jade/FirmamentJadePlugin.kt @@ -1,15 +1,12 @@ package moe.nea.firmament.compat.jade -import snownee.jade.addon.harvest.HarvestToolProvider import snownee.jade.api.IWailaClientRegistration import snownee.jade.api.IWailaCommonRegistration import snownee.jade.api.IWailaPlugin import snownee.jade.api.WailaPlugin import net.minecraft.block.Block -import net.minecraft.block.Blocks import moe.nea.firmament.Firmament -// TODO: make this display breaking power, override names of mineable blocks, and override breaking indicator to use mining fatigue system @WailaPlugin class FirmamentJadePlugin : IWailaPlugin { override fun register(registration: IWailaCommonRegistration) { -- cgit