Open IAmREGE opened 2 weeks ago
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"
.
I dont quite understand issue 2
i will adress issue 1 & 3 next update
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)!