Commit Graph

23 Commits

Author SHA1 Message Date
tastybento 8daafc0caf Remove reference to 5 being the lowest. It isn't. 2024-03-28 21:56:17 -07:00
tastybento ec48419961 Adds a config that will ignore advancements for box sizing
Feature request in #59
2023-08-14 21:01:32 -07:00
tastybento a5a02f5594 Added back in area height 2023-03-12 17:17:51 -07:00
tastybento 87fb333753 Better structures. 2023-03-11 21:37:21 -08:00
tastybento 739b1d5eab Performs nether 2022-12-09 20:22:06 -08:00
tastybento e6026dca4f Copies directly from seed world and places structures 2022-12-03 21:41:56 -08:00
tastybento 29121d6fdb
Update to 1.19.2 with new custom world generator (#44)
* Baseline world gen. Random.

* Work in progress - noise gen needs fixing.

* WIP

* WIP - redesign to use new world gen API

Work still to do - handle island deletion (may not be supported) and
test with multiple players. Clean up config.

* Bug fixes

Added better handling of aquatic elements. Avoid informing players of
revoked achievements if the score is zero. Added the mangrove boat
recipe to be ignored.

* Add default score of unknown recipes

* Fixed some biomes

* Now with correct math for repeating islands

* Java 17 workflow for Github

* Put back what was accidentally removed.

* Code cleanup. Remove debug.

* Double for int calcs

* More code cleanup and using new switch syntax
2022-11-26 23:53:32 -08:00
tastybento 8b8dcfa236 Add an option to revoke visitor advancements or not
https://github.com/BentoBoxWorld/Boxed/issues/38
2021-12-11 16:31:47 -08:00
tastybento 48d6850731 Fix bug where structures were not made like Bastions and villages
Extended default island distance to 1000 radius to increase chance of
players getting these structures.
2021-03-28 12:56:46 -07:00
tastybento 7b345253c7 Initial Nether implementation. 2021-03-23 21:45:52 -07:00
tastybento 769d4af4bd Correct version reference. 2021-03-21 16:13:33 -07:00
tastybento 1e65b76ccf Added option to broadcast advancement completion to online players. 2021-03-21 09:33:54 -07:00
BONNe 8971755bf0
Expose BentoBox 1.14 onRespawnCommands (#14)
* Expose BentoBox 1.14 onRespawnCommands
BentoBoxWorld/BentoBox#1719

* Update Settings.java
2021-03-16 12:34:53 -07:00
BONNe 9f4ac86fb4
Expose BentoBox 1.16 portal generation mechanics. (#13)
BentoBoxWorld/BentoBox#1718
2021-03-16 12:34:37 -07:00
tastybento d7a52d2103 Clears and sets advancements programaticaly.
https://github.com/BentoBoxWorld/Boxed/issues/7
2021-03-13 11:36:55 -08:00
tastybento 5e536dfa63 Some work around trying to reset advancements
only when a player starts an island.
2021-03-13 10:18:32 -08:00
tastybento d33f932c5d Added protection around no WorldGeneratorAPI plugin 2021-03-04 08:17:40 -08:00
tastybento 9c714e10ba Code cleanup. 2021-03-03 20:51:31 -08:00
tastybento 816e1e86be Added settings for structures and stronghold generation. 2021-03-03 20:46:22 -08:00
tastybento c483bd1766 Do not check blocks when looking for a new island spot 2021-02-28 15:37:28 -08:00
tastybento f0806310ba Areas are now deleted from a world copy
The world is duplicated and the back-up copy is used to replace areas
that are deleted. This is not as efficient as it could be right now, but
it works. The main issue is that lighting updates do not occur due to
NMS fast pasting, so dark areas can occur on the landscape.
2021-02-05 19:13:26 -08:00
tastybento df58768b2c Added Advancement manager and advancement scoring 2021-02-03 19:28:55 -08:00
tastybento 6e69cfbc0d Initial commit. 2021-01-30 09:59:42 -08:00