Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Dec 1, 2023
1 parent c4cc81a commit f6b94b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ public void friendsandfoes_damage(

if (!this.getWorld().isClient()) {
if (attacker instanceof PlayerEntity || attacker instanceof IronGolemEntity) {
if(this.friendsandfoes_isIllusion()) {
if (this.friendsandfoes_isIllusion()) {
this.friendsandfoes_discardIllusion();
cir.setReturnValue(false);
return;
}

if(
if (
this.friendsandfoes_getTicksUntilCanCreateIllusions() == 0
&& !((PlayerEntity) source.getAttacker()).getAbilities().creativeMode
) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.configureondemand=false
# Mod
mod_name=Friends&Foes
mod_id=friendsandfoes
mod_version=2.0.0
mod_version=2.0.1
mod_author=Faboslav
mod_description=Adds outvoted and forgotten mobs from the mob votes in a believable vanilla plus style.
maven_group=com.faboslav.friendsandfoes
Expand Down

0 comments on commit f6b94b9

Please sign in to comment.