Skip to content

Commit

Permalink
add lag
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed Dec 14, 2024
1 parent 05ebd76 commit 7f32fdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/auto-optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ def optimize_leaf_global(leaf):
leaf["performance"]["dont-save-entity"]["dont-save-falling-block"] = True
leaf["gameplay-mechanisms"]["player"]["disable-moved-wrongly-threshold"] = True
leaf["misc"]["lag-compensation"]["enabled"] = True
leaf["misc"]["lag-compensation"]["enable-for-water"] = True
leaf["misc"]["lag-compensation"]["enable-for-lava"] = True


if __name__ == "__main__":
Expand Down

0 comments on commit 7f32fdf

Please sign in to comment.