Skip to content

Commit

Permalink
Merge branch '1.18' into 1.19
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle.properties
  • Loading branch information
sisby-folk committed Sep 9, 2022
2 parents 149ab80 + fd770a4 commit a0d449a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# Mod Properties
version = 1.3.1+1.19
version = 1.3.2+1.19
maven_group = folk.sisby
archives_base_name = switchy

Expand Down
1 change: 1 addition & 0 deletions src/main/java/folk/sisby/switchy/modules/PehkuiCompat.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class PehkuiCompat implements PresetModule {
@Override
public void updateFromPlayer(PlayerEntity player) {
this.scaleHeight = ScaleTypes.HEIGHT.getScaleData(player).getTargetScale();
this.scaleWidth = ScaleTypes.WIDTH.getScaleData(player).getTargetScale();
}

@Override
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
"id": "arcpocalypse",
"versions": ">=1.0.0",
"optional": true
},
{
"id": "pehkui",
"versions": ">=3.4.2",
"optional": true
}
]
},
Expand Down

0 comments on commit a0d449a

Please sign in to comment.