Skip to content

Commit

Permalink
make inline patterns not have shortened end bit - personal choice, up…
Browse files Browse the repository at this point in the history
… for debate
  • Loading branch information
SamsTheNerd committed Aug 1, 2024
1 parent 5817f80 commit fa3d126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public ResourceLocation getId(){
PatternSettings.AxisAlignment.CENTER, PatternSettings.AxisAlignment.CENTER_FIT, 4.0, 0, 0),
PatternSettings.StrokeSettings.fromStroke(1.0),
new PatternSettings.ZappySettings(10, 0, 0, 0,
PatternSettings.ZappySettings.READABLE_OFFSET, 0.8f)
PatternSettings.ZappySettings.READABLE_OFFSET, 1f)
){
@Override
public double getOuterWidth(double scale){
Expand Down

0 comments on commit fa3d126

Please sign in to comment.