Skip to content

Commit

Permalink
update: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 11, 2024
1 parent de424ff commit 236cdf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/github/sakurawald/Fuji.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@

// TODO: invsee module

// TODO: essential protect module

// TODO: condense module

// TODO: use aop style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
@Slf4j
public abstract class ServerPlayerMixin {

@SuppressWarnings("CancellableInjectionUsage")
@Inject(method = "damage", at = @At(value = "HEAD"), cancellable = true)
public void damage(DamageSource damageSource, float f, CallbackInfoReturnable<Boolean> cir) {
Set<String> damageTypeChecklist = Configs.configHandler.model().modules.protect.damage_type_checklist;
Expand Down

0 comments on commit 236cdf5

Please sign in to comment.