Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed May 9, 2024
1 parent 36c4a5d commit d234962
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod_name=PolyNametag
# Sets the id of your mod that mod loaders use to recognize it.
mod_id=polynametag
# Sets the version of your mod. Make sure to update this when you make changes according to semver.
mod_version=1.0.1
mod_version=1.0.2
# Sets the name of the jar file that you put in your 'mods' folder.
mod_archives_name=PolyNametag

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ private void move(LevelheadTag tag, EntityPlayer entityIn, double x, double y, d
PolyNametag.INSTANCE.setDrawEssential(false);
}

@Dynamic("LevelHead")
@ModifyVariable(method = "renderName", at = @At("STORE"), name = "xMultiplier")
private int stupid(int value) {
return PolyNametag.INSTANCE.isPatcher() ? 1 : value;
}
//@Dynamic("LevelHead")
//@ModifyVariable(method = "renderName", at = @At("STORE"), name = "xMultiplier")
//private int stupid(int value) {
// return PolyNametag.INSTANCE.isPatcher() ? 1 : value;
//}

@Dynamic("LevelHead")
@Redirect(
Expand Down

0 comments on commit d234962

Please sign in to comment.