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

Entity Spawning from block breaking is bugged #2511

Open
minesage opened this issue Sep 19, 2024 · 1 comment
Open

Entity Spawning from block breaking is bugged #2511

minesage opened this issue Sep 19, 2024 · 1 comment
Labels
Status: Under investigation Investigating the interest and the feasability of the issue.

Comments

@minesage
Copy link

Expected behavior

  1. When I break an ice block the water spawned should be at the same coordinates.
  2. When I break a Leaf block the sapling/apple spawned should be picked up.

Observed/Actual behavior

  1. Breaking an ice block sometimes spawns water at a different location (underneath island)
  2. Breaking a Leaf block spawns sapling/apples that can't be picked up.

Steps/models to reproduce

Set island protection-range to 5 and island-radius to 400.
Go 5 blocks from center of island and place ice block/saplings and try to reproduce bug (it's not very consistent behaviour)

BentoBox version

BentoBox-2.5.3

Plugin list

BSkyblock-1.18.1
Biomes-2.1.1
Challenges-1.3.1
ControlPanel-1.13.1
DimensionalTrees-1.7.0
Level-2.15.0
Visit-1.6.0
Warps-1.14.0

Other

No response

@tastybento
Copy link
Member

I'd like to see a video of what you are doing.

For the ice thing - by default water flowing outside of the island range is disabled, and even if you are Op and place ice outside the protected range and break it, it'll just sit there and not flow. So you get something like this:

Screenshot 2024-09-19 at 4 50 44 PM

Not a bug, just want happens. I'm not sure if this is what you are seeing or not. You can try and change the liquid flow settings if you like.

For "Breaking a Leaf block spawns sapling/apples that can't be picked up." can you explain more what you mean by "can't be picked up? If the saplings fall outside the protected area, then by default item pickup is not allowed:

Screenshot 2024-09-19 at 4 53 17 PM

You can change this setting too if you like.

@tastybento tastybento added the Status: Under investigation Investigating the interest and the feasability of the issue. label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Under investigation Investigating the interest and the feasability of the issue.
Projects
None yet
Development

No branches or pull requests

3 participants
@tastybento @minesage and others