Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 3, 2024
1 parent 16cb590 commit 05d268e
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -664,18 +664,6 @@ public void addGoals() {
// TODO: ignite TNT with lectern
addGoal(BingoGoal.builder(id("kill_hostile_with_berries"))
.criterion("kill", EntityDieNearPlayerTrigger.builder()
// .entity(ContextAwarePredicate.create(
// new LootItemEntityPropertyCondition(
// Optional.of(EntityPredicate.Builder.entity()
// .of(BingoEntityTypeTags.HOSTILE)
// .build()
// ),
// LootContext.EntityTarget.THIS
// ),
// HasOnlyBeenDamagedByCondition.builder()
// .damageTypeTag(BingoDamageTypeTags.BERRY_BUSH)
// .build()
// ))
.entity(EntityPredicate.Builder.entity()
.of(BingoEntityTypeTags.HOSTILE)
.build()
Expand Down

0 comments on commit 05d268e

Please sign in to comment.