Skip to content

Commit 87a8715

Browse files
committed
wef
1 parent 22510ba commit 87a8715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/kotlin/dev/sterner/api/item/ItemAbility.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ import net.minecraft.world.item.*
1212
import kotlin.reflect.KClass
1313

1414
enum class ItemAbility: StringRepresentable {
15-
NONE,//TODO implement
15+
NONE,//Fully implemented
1616
AUTOSMELT,//Fully implemented
1717
MINING_3X3,//Fully implemented
1818
MINING_5X5,//Fully implemented
1919
VAMPIRISM,//TODO implement
20-
HARVEST,//TODO implement
20+
HARVEST,//Fully implemented
2121
OPENER;//TODO implement
2222

2323
override fun getSerializedName(): String {

0 commit comments

Comments
 (0)