Skip to content
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

Waterlogged light blocks show up as light when swimming #342

Closed
1 task done
steve-the-player opened this issue Dec 11, 2023 · 6 comments
Closed
1 task done

Waterlogged light blocks show up as light when swimming #342

steve-the-player opened this issue Dec 11, 2023 · 6 comments

Comments

@steve-the-player
Copy link

steve-the-player commented Dec 11, 2023

Mod loader

Fabric

Minecraft version

1.20.1

Mod version

11.6.2

Modloader version

Loader v0.14.25 API v1.91.0+1.20.1

Modpack info

https://modrinth.com/modpack/adventurous

If bug:

  • Can you reproduce this issue with relevant mods only?

If bug: The latest.log file

No response

Issue description

Note: This can be done purely in vanilla+Jade mod.

I'm running a set of custom repeating commands
/execute as @e[type=player] at @e[type=player] run fill ~-3 ~-3 ~-3 ~3 ~3 ~3 light[level=1,waterlogged=true] replace water[level=0] and /execute as @e[type=player] at @e[type=player] run fill ~-3 ~-1 ~-3 ~3 ~2 ~3 minecraft:light[level=1,waterlogged=false] replace air, which surrounds all players with light blocks, light level 1. There's also a version that only does it when the player has the "glowing" effect, but I'm including the base command since it doesn't really matter. Anyways, the light blocks do not show up in the air around you on the Jade display, but the moment you dive underwater, the display is constantly there. Regular water doesn't do this when you're underwater targeting water, regular air doesn't do this, regular lights don't do this, but waterlogged lights do. It's a little weird.

@Snownee
Copy link
Owner

Snownee commented Dec 11, 2023

How will you remove the light blocks?

@Snownee
Copy link
Owner

Snownee commented Dec 11, 2023

I can't reproduce it. Can you record a video?

@steve-the-player
Copy link
Author

sure thing, let me fire up OBS rq

@steve-the-player
Copy link
Author

https://www.youtube.com/watch?v=ofmkzw8xykM Github wouldn't let me directly upload the file

@steve-the-player
Copy link
Author

How will you remove the light blocks?

once everything is set up, only players with the glowing effect will leave trails of the light blocks, but players with the darkness effect remove them (That's the other two command blocks in the video). Placing blocks also deletes them, I suppose.

@Snownee
Copy link
Owner

Snownee commented Dec 11, 2023

Reproduced now. Thanks for your help!

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

2 participants