Water and Lava buckets should not empty on use in creative mode #3301

Open
opened 2023-01-12 16:08:54 +01:00 by kneekoo · 5 comments
Contributor

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.

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.
kneekoo added the
bug
gameplay
labels 2023-01-12 16:08:54 +01:00
Michieal changed title from Water buckets should not empty on use in creative mode to Water and Lava buckets should not empty on use in creative mode 2023-01-13 00:34:53 +01:00
Member

Added 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.

Added 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.
Member

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.

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.
Member

I see. okay.

I see. okay.
ancientmarinerdev added the
creative mode
label 2023-02-04 04:07:30 +01:00

Is that issue closed?

Is that issue closed?
Member

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.

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#3301
No description provided.