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

Mobs only generated in positive coords #59

Closed
tastybento opened this issue Aug 15, 2021 · 2 comments
Closed

Mobs only generated in positive coords #59

tastybento opened this issue Aug 15, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@tastybento
Copy link
Member

Expected behavior

Mobs should be populated/generated in all coords

Observed/Actual behavior

Screen Shot 2021-08-15 at 10 38 42 AM

Mobs only generated in positive coords.

Steps/models to reproduce

  1. Start new server with CaveBlock
  2. Create fix island at 0,0
  3. Go into spectator mode
  4. Look at the mob populations

BentoBox version

> bbox v
[10:41:58 INFO]: Running PAPER 1.17.1.
[10:41:58 INFO]: BentoBox version: 1.17.3-SNAPSHOT-LOCAL
[10:41:58 INFO]: Database: JSON
[10:41:58 INFO]: Loaded Game Worlds:
[10:41:58 INFO]: caveblock-world (CaveBlock): Overworld, Nether, The End
[10:41:58 INFO]: Loaded Addons:
[10:41:58 INFO]: CaveBlock 1.14.5-SNAPSHOT-b392 (ENABLED)

Plugin list

No response

Other

No response

@tastybento tastybento added the bug Something isn't working label Aug 15, 2021
@tastybento tastybento self-assigned this Aug 15, 2021
@tastybento
Copy link
Member Author

Confirmed on 1.16.5 as well.

@tastybento tastybento added the under investigation we're looking into it label Aug 15, 2021
@tastybento
Copy link
Member Author

The mobs are being killed because the space around them is too small. The rounding is going in the wrong direction when coords are negative.

@tastybento tastybento removed the under investigation we're looking into it label Aug 15, 2021
tastybento added a commit that referenced this issue Aug 15, 2021
* Version 1.14.4

* Implement options for linking nether portals and crating end obsidian platform.

* Implement onRespawnCommands() option from BentoBox 1.14.

* Fixes copy-paste issue

* Init 1.14.5 version

* Fix for mobs in negative coords.

Fixes #59

* Remove unused Sonar profile.

* Shift to Github Actions

* Add correct properties for SonarCloud

* Now with correct CaveBlock reference.

Co-authored-by: BONNe <bonne@bonne.id.lv>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant