Skip to content

Commit

Permalink
Remove extra bracket from BOUYANCY_DATA
Browse files Browse the repository at this point in the history
  • Loading branch information
bundabrg committed Feb 7, 2021
1 parent c26a2ba commit 20c73c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class BoatEntity extends Entity {
*/
private static final String BUOYANCY_DATA = "{\"apply_gravity\":true,\"base_buoyancy\":1.0,\"big_wave_probability\":0.02999999932944775," +
"\"big_wave_speed\":10.0,\"drag_down_on_buoyancy_removed\":0.0,\"liquid_blocks\":[\"minecraft:water\"," +
"\"minecraft:flowing_water\"],\"simulate_waves\":false}}";
"\"minecraft:flowing_water\"],\"simulate_waves\":false}";

private boolean isPaddlingLeft;
private float paddleTimeLeft;
Expand Down

0 comments on commit 20c73c8

Please sign in to comment.