Water and Lava buckets should not empty on use in creative mode #3301
Labels
No Label
#P1 CRITICAL
#P2: HIGH
#P3: elevated
#P4 priority: medium
#P6: low
#Review
annoying
API
bug
code quality
combat
commands
compatibility
configurability
contribution inside
controls
core feature
creative mode
delayed for engine release
documentation
duplicate
enhancement
environment
feature request
gameplay
graphics
ground content conflict
GUI/HUD
help wanted
incomplete feature
invalid / won't fix
items
looking for contributor
mapgen
meta
mineclone2+
Minecraft >= 1.13
Minecraft >= 1.17
missing feature
mobile
mobs
mod support
model needed
multiplayer
Needs adoption
needs discussion
needs engine change
needs more information
needs research
nodes
non-mob entities
performance
player
possible close
redstone
release notes
schematics
Skyblock
sounds
Testing / Retest
tools
translation
unconfirmed
mcl5
mcla
Media missing
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#3301
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MineClone2 version: latest-master (2023-01-12)
Use a bucket of water in creative mode (
/gamemode creative
) and you'll notice the bucket will empty. It shouldn't.Water buckets should not empty on use in creative modeto Water and Lava buckets should not empty on use in creative modeAdded in Lava buckets, as they do the same thing. I went through a good 12 or so buckets in creative mode testing bamboo placement in lava.
The reason is that mcl_buckets localizes minetest.is_creative_enabled before mcl_inventory (or which ever) overwrites the function to support per user creative mode. So mcl_buckets only supports global creative mode right now.
I see. okay.
Is that issue closed?
Is this issue closed? no. But, if you want to - turn on creative mode using the
/gamemode
command, and see if the water bucket empties.