You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: partially implement bejeweled blade and then run out of time and make it someone elses problem or my next pr i guess if i want to do it then anyway thank you for coming to my ted talk
Copy file name to clipboardExpand all lines: type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/item/handlers/ability/AbilityRegistry.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -130,12 +130,14 @@ public class AbilityRegistry {
130
130
))
131
131
));
132
132
133
-
// register(new RegisteredAbility( // TODO: Figure out how to implement passive abilities
133
+
// register(new RegisteredPassiveAbility(
134
134
// "BEJEWELED_BLADE",
135
135
// "Bejeweled Blade",
136
136
// "§7Deals §a+150% §7damage to mobs on §bMining Islands.",
0 commit comments