water

Issue #1 resolved
Former user created an issue

when i set the level of colour blue in a picture to 64, it seems to be in the good place but the client minecraft become hyper laggy (server : no problem). I don't arrive to understand from where its coming from, but when i wait in this lag, i type /replacenear 100 water water (replace active water by standing) the lag diseapear few seconds. its a little strange. Thanx for this great plugin

Comments (3)

  1. samp20 repo owner

    I think I know the cause. It's because the plugin is using regular water instead of stationary water. If you open up your config.json for the world and replace

    "liquid": "water",
    

    with

    "liquid": "stationary water",
    

    Let me know if that fixes the issue after regenerating. If it does then I'll set it as a default in the config.

  2. Log in to comment