Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego committed Feb 12, 2022
1 parent a6cabc6 commit b6cdcc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ public class TaterzenNPC extends PathfinderMob implements CrossbowAttackMob, Ran
*/
public final NearestAttackableTargetGoal<LivingEntity> followTargetGoal = new NearestAttackableTargetGoal<>(this, LivingEntity.class, 100, false, true, target -> !this.isAlliedTo(target));
public final NearestAttackableTargetGoal<Monster> followMonstersGoal = new NearestAttackableTargetGoal<>(this, Monster.class, 100,false, true, target -> !this.isAlliedTo(target));
public final NearestAttackableTargetGoal<Player> followPlayersGoal = new NearestAttackableTargetGoal<>(this, Player.class, 100,false, true, target -> !this.isAlliedTo(target));

/**
* Tracking movement
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fabric_version=0.45.1+1.18
forge_version=39.0.10

# Mod Properties
mod_version = 1.8.2
mod_version = 1.8.3
maven_group = org.samo_lego
archives_base_name = taterzens

Expand Down

0 comments on commit b6cdcc8

Please sign in to comment.