You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
§7§o/flowing_fluids settings appearance fluid_height§r
Changes the heights fluids render at, currently set to BLOCK.
fluid_height is currently set to: block
§7_____________________________
But setting this item affects not only client rendering, entity behaviours are also affected(at least integrated server)!
The text was updated successfully, but these errors were encountered:
A possible solution of Bug 1 mentioned above:
In traben.flowing_fluids.config.FFCommands: Replace CommonComponents.OPTION_ON.getString().toLowerCase() with "on"; Replace CommonComponents.OPTION_OFF.getString().toLowerCase() with "off".
Bug 1: Command argument with Chinese characters?
See the image below
Using tab to complete the command gives a true “关” instead of something like “off”.
Bug 2: Not all block placements could push the fluid
Slab block items are tested that their placements did not push the fluid(
level
!=8
), they just replace it. Maybe all waterloggable block items?Bug 3: Incorrect command description
/flowing_fluids settings appearance fluid_height
outputs:But setting this item affects not only client rendering, entity behaviours are also affected(at least integrated server)!
The text was updated successfully, but these errors were encountered: