BONNe
|
5fd9cbfd36
|
Release 1.7.3 (#107)
* Version 1.7.3
* Add ${argLine} to get jacoco coverage
* Updated Jacoco POM entry
* Address bugs reported by SonarCloud
* Updated ReadMe
* Add max mobs option #99
* Use updated Bucket event
* Added tests to cover #99
* Fixes help text for user command.
Fixes #105
* Fixed maxmobs typo instead of maxmob
* Remove unused imports
* Update to new Bukkit Loader
* Remove debug
* Create plugin.yml (#106)
* Create plugin.yml
* Update pom.xml
* Update GreenhousesPladdon.java
---------
Co-authored-by: tastybento <tastybento@wasteofplastic.com>
Co-authored-by: tastybento <tastybento@users.noreply.github.com>
|
2023-04-15 15:19:55 -07:00 |
|
tastybento
|
de6a939bb9
|
Adds support for COCOA #97
|
2023-01-01 22:29:02 -08:00 |
|
tastybento
|
1f0b579d5a
|
Enables water plants to be grown under water.
Fixes #93
|
2022-12-29 18:59:50 -08:00 |
|
tastybento
|
5808c5933a
|
Code refactoring around BoundingBox
|
2021-12-31 13:32:03 -08:00 |
|
tastybento
|
47bead9145
|
Fixes bug where floor blocks were not converted.
This was introduced by commit db3054ab0c
https://github.com/BentoBoxWorld/Greenhouses/issues/81
|
2021-09-25 11:04:01 -07:00 |
|
tastybento
|
4708a70e24
|
Added support for ceiling growing plants.
VINES, WEEPING_VINES_PLANT, SPORE_BLOSSOM, CAVE_VINES_PLANT,
TWISTING_VINES_PLANT
https://github.com/BentoBoxWorld/Greenhouses/issues/81
|
2021-09-18 10:12:47 -07:00 |
|
tastybento
|
818f6fc925
|
Null checks.
|
2021-08-01 16:17:12 -07:00 |
|
tastybento
|
38de645e6b
|
Move to Java 16
|
2021-07-31 23:10:07 -07:00 |
|
Rosskaman
|
db3054ab0c
|
Optimize convertBlocks and convertBlock methods by reducing the amoun… (#78)
|
2021-04-19 07:26:43 -07:00 |
|
tastybento
|
f2faeb71df
|
Correct comment
|
2021-02-13 10:30:05 -08:00 |
|
tastybento
|
27df88aaf3
|
Made greenhouse ecosystem checking async.
https://github.com/BentoBoxWorld/Greenhouses/issues/68
|
2021-01-17 08:41:50 -08:00 |
|
tastybento
|
08e9c25172
|
Shuffles where plants are grown in the greenhouse
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/54
|
2021-01-11 17:12:18 -08:00 |
|
tastybento
|
5a4d1a35c3
|
Use internal bounding box
|
2021-01-10 11:57:02 -08:00 |
|
tastybento
|
0bbc25cfd1
|
Blocks only convert based on blocks inside the greenhouse.
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/63
|
2020-11-15 14:38:19 -08:00 |
|
tastybento
|
26ef3d3a24
|
Fixes mob spawning in water.
https://github.com/BentoBoxWorld/Greenhouses/issues/62
|
2020-08-25 18:04:53 -07:00 |
|
tastybento
|
9d85e37e1b
|
Perform block conversions in 3D.
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/59
|
2020-08-22 17:55:38 -07:00 |
|
tastybento
|
a7e454065d
|
Mobs can spawn on blocks with plants on them.
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/56
|
2020-08-22 15:22:14 -07:00 |
|
Josh
|
01b607edd4
|
dont do work for greenhouses that arent loaded by players, checks the min and max coords for being loaded (#40)
|
2020-01-13 10:34:44 -08:00 |
|
tastybento
|
470124c389
|
Removed debug.
|
2019-11-01 14:54:06 -07:00 |
|
tastybento
|
e71e25f2bb
|
Fixes overspawning in greenhouses. Makes spawn locs random.
|
2019-11-01 14:50:20 -07:00 |
|
tastybento
|
64fcefe2d2
|
Code smell removal
|
2019-10-31 21:36:05 -07:00 |
|
tastybento
|
f28a50eb5f
|
Reduces the amount of bonemeal required for plants
https://github.com/BentoBoxWorld/Greenhouses/issues/16
|
2019-09-14 18:33:54 -07:00 |
|
tastybento
|
0b10dadc2e
|
Counts mobs in unloaded chunks better.
https://github.com/BentoBoxWorld/Greenhouses/issues/18
|
2019-09-14 18:09:26 -07:00 |
|
tastybento
|
085db69dff
|
Fixes bug where animals spawn too much in greenhouses.
Also tracks island deletion so greenhouses are removed when that
happens.
|
2019-07-08 07:53:03 -07:00 |
|
tastybento
|
2341d9e3eb
|
Fixed a lot of things.
|
2019-07-07 15:45:47 -07:00 |
|
tastybento
|
930d29acfc
|
Reworked data saving and now use bounding box.
|
2019-05-08 15:21:11 -07:00 |
|
tastybento
|
748b8fa95b
|
Fix for failed block conversions.
https://github.com/BentoBoxWorld/Greenhouses/issues/2
|
2019-05-07 14:21:05 -07:00 |
|
tastybento
|
93cb07806e
|
Code cleanup
|
2019-01-26 08:38:13 -08:00 |
|
tastybento
|
3f0774d9fc
|
Added mob spawning and gh verification
|
2019-01-24 19:11:59 -08:00 |
|
tastybento
|
374f549c4f
|
Mostly working. Still WIP.
Animal spawn not working.
|
2019-01-24 09:18:05 -08:00 |
|
tastybento
|
fb3d150820
|
Bug fixing
Greenhouses store correctly.
Sizes work and entrance/exit works.
|
2019-01-22 20:54:43 -08:00 |
|
tastybento
|
71383b0adb
|
Basics there. Lots of bugs.
|
2019-01-21 15:44:01 -08:00 |
|