Skip to content

Singleplayer doesnt support water buckets & ender pearls #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Kuvwert opened this issue Apr 8, 2025 · 10 comments
Open

Singleplayer doesnt support water buckets & ender pearls #325

Kuvwert opened this issue Apr 8, 2025 · 10 comments

Comments

@Kuvwert
Copy link

Kuvwert commented Apr 8, 2025

Just got this spun up today and it's incredibly cool!

I cant seem to figure out how to allow the player to interact with an inventory item with right-click.

Examples include:
Throwing an ender pearl
Placing a lava bucket
Eating a consumable

I'm sure this is me doing something wrong and not an issues with the client, but i could use some guidance

@zardoy
Copy link
Owner

zardoy commented Apr 9, 2025

Please, include the version you tested on!! (works fine for me on servers with 1.19.4)

@FrozSteve
Copy link

completely unrelated but what server can you actually play on with online mode?

@zardoy
Copy link
Owner

zardoy commented Apr 9, 2025

completely unrelated but what server can you actually play on with online mode?

on https://s.mcraft.fun (latest version) play.hypixel.net on default version 1.19.4 is now supported

@Kuvwert
Copy link
Author

Kuvwert commented Apr 9, 2025

Using the mccraft.fun instance:
Singleplayer - 1.19.4 (failure to interact)
Singleplayer - 1.21.4 (failure to interact)

I was successful on the following server:
Multiplayer - Kaboom.pw (Which I think is 1.21.4?)

Also tested the following docker-compose config without success on any of the listed server versions:

Combined Minecraft server and web client configuration

services:
minecraft-web-client:
build:
context: .
args:
DOWNLOAD_SOUNDS: 'false'
DISABLE_SERVICE_WORKER: 'false'
CONFIG_JSON_SOURCE: 'REMOTE'
ports:
- "9876:8080"
volumes:
- ./public:/app/public
restart: unless-stopped
environment:
- NODE_ENV=production

mc:
image: itzg/minecraft-server:stable
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
VERSION: "1.21.4"
MEMORY: "4096M"
MAX_PLAYERS: "4"
MOTD: "Test 1.21.4"
ONLINE_MODE: "false"
USE_AIKAR_FLAGS: "false"
TZ: "America/Denver"
DIFFICULTY: "2"
LEVEL: "webmc"
SPAWN_PROTECTION: "1"
OPS: |-
quetz
volumes:
- "./server-data:/data"

mc1:
image: itzg/minecraft-server:stable
tty: true
stdin_open: true
ports:
- "26565:25565"
environment:
EULA: "TRUE"
VERSION: "1.19.4"
MEMORY: "4096M"
MAX_PLAYERS: "4"
MOTD: "Test 1.19.4"
ONLINE_MODE: "false"
USE_AIKAR_FLAGS: "false"
TZ: "America/Denver"
DIFFICULTY: "2"
LEVEL: "webmc"
SPAWN_PROTECTION: "1"
OPS: |-
quetz
volumes:
- "./deletme-server-data:/data"

mc2:
image: itzg/minecraft-server:stable
tty: true
stdin_open: true
ports:
- "27565:25565"
environment:
EULA: "TRUE"
VERSION: "1.20.5"
MEMORY: "4096M"
MAX_PLAYERS: "4"
MOTD: "Test 1.20.5"
ONLINE_MODE: "false"
USE_AIKAR_FLAGS: "false"
TZ: "America/Denver"
DIFFICULTY: "2"
LEVEL: "webmc"
SPAWN_PROTECTION: "1"
OPS: |-
quetz
volumes:
- "./alsodeletme-server-data:/data"

So in my testing I've learned all versions of single player do not allow interactions in both my self hosted version as well as the mccraft.fun client instance.

One interesting note is that the bug does not seem to exist on the kaboom.pw server. I was able to place a water bucket as expected on that version.

@zardoy
Copy link
Owner

zardoy commented Apr 9, 2025

So in my testing I've learned all versions of single player do not allow interactions in both my self hosted version as well as the mccraft.fun client instance.

Singleplayer is not really being developed. That's why Join to servers (multiplayer) is on the first row, servers support first. Also you can view the version by pressing F3 (appears in left top).

@zardoy zardoy changed the title Eating, placing water bucks or any interact with rightclick is disabled Singleplayer doesnt support water buckets & ender pearls Apr 9, 2025
@Kuvwert
Copy link
Author

Kuvwert commented Apr 9, 2025

Adding Docker-Compose Here because the formatting got scuffed in my previous message
docker-compose.txt

@Kuvwert
Copy link
Author

Kuvwert commented Apr 9, 2025

So in my testing I've learned all versions of single player do not allow interactions in both my self hosted version as well as the mccraft.fun client instance.

Singleplayer is not really being developed. That's why Join to servers (multiplayer) is on the first row, servers support first. Also you can view the version by pressing F3 (appears in left top).

Gotcha that's fair, I'm not interested in the single player anyway, but none of the servers I've tested are working either (with the exception of the kaboom.pw server i mentioned earlier)

@zardoy
Copy link
Owner

zardoy commented Apr 9, 2025

Gotcha that's fair, I'm not interested in the single player anyway, but none of the servers I've tested are working either (with the exception of the kaboom.pw server i mentioned earlier)

Can you elaborate? For now I don't have enough information. Tell me what did you see pr what happened why tried connecting to servers like play2.mcraft.fun or play.pcm.gg ? Also since kaboom works almost any other vanilla server will also work

@Kuvwert
Copy link
Author

Kuvwert commented Apr 9, 2025

Okay i did a git pull and the issue is resolved :)

I am now able to interact again including eating and throwing ender pearls!

There is still some weird glitch with placing liquids in multiple versions ( including 1.19 and 1.21.4) and across multiple servers here is a demonstration:

-In the video you might notice that you cannot place a liquid unless you are at eye-level with the target block

-Liquids are only placed in the south direction of the player no matter the direction the player is facing

  • Liquids cannot be placed at an angle other than straight on (and south)

https://streamable.com/7pgzfc

@zardoy
Copy link
Owner

zardoy commented Apr 14, 2025

@Kuvwert I'm so sorry I couldn't reproduce the issue on grim.mcraft.fun (1.19.4), maybe you don't mind joining discord so we can repro it together?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants