Skip to content

Commit d176d51

Browse files
committed
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
1 parent e77d14f commit d176d51

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/item/handlers/ability

type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/item/handlers/ability/AbilityRegistry.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,14 @@ public class AbilityRegistry {
130130
))
131131
));
132132

133-
// register(new RegisteredAbility( // TODO: Figure out how to implement passive abilities
133+
// register(new RegisteredPassiveAbility(
134134
// "BEJEWELED_BLADE",
135135
// "Bejeweled Blade",
136136
// "§7Deals §a+150% §7damage to mobs on §bMining Islands.",
137-
// RegisteredAbility.AbilityActivation.
138-
// ))
137+
// List.of(new RegisteredPassiveAbility.Action<>(
138+
//
139+
// ))
140+
// ));
139141

140142
register(new BuildersWandAbility());
141143
}

0 commit comments

Comments
 (0)