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

Blocks turn into shulkers #24

Closed
NotPatch opened this issue Nov 11, 2024 · 5 comments
Closed

Blocks turn into shulkers #24

NotPatch opened this issue Nov 11, 2024 · 5 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@NotPatch
Copy link

NotPatch commented Nov 11, 2024

for(Block block : getBlocksInRadius(l, radius)){
if(block.getType().equals(Material.DIAMOND_ORE)){
try {
glowingBlocks.setGlowing(block, p, ChatColor.AQUA);
} catch (ReflectiveOperationException e) {
throw new RuntimeException(e);
}
}
if(block.getType().equals(Material.COAL_ORE)){
try {
glowingBlocks.setGlowing(block, p, ChatColor.BLACK);
} catch (ReflectiveOperationException e) {
throw new RuntimeException(e);
}
}
}

https://prnt.sc/x-XTE7KCM6gj

@SkytAsul
Copy link
Owner

Hello.

  1. Which version of GlowingEntities are you using?
  2. Which version of the server are you using?
  3. Which version of the client?

@NotPatch
Copy link
Author

1: 1.4
2: 1.21.1
3: 1.21.1

@SkytAsul
Copy link
Owner

SkytAsul commented Nov 12, 2024

Which server software? Paper, Spigot...
By the way, on your screenshot, I can't see anything 'cause everything is pitch black. Can you do it again in a clear space and send a new screenshot. Also, turn off your shaders, it may be caused by them.
Ans is there an error in console?

@NotPatch
Copy link
Author

image
image
image
image

It was caused by Shader.

@SkytAsul
Copy link
Owner

Too bad! I'm glad you found out. Maybe using Block Display Entities would work, you can try. If they work, I will start working on #19.

@SkytAsul SkytAsul closed this as not planned Won't fix, can't repro, duplicate, stale Nov 12, 2024
@SkytAsul SkytAsul added bug Something isn't working invalid This doesn't seem right labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants