Rosskaman
|
5091e5da08
|
Fixed the tests that no longer work because of change in .convertBlock arguments
|
2021-04-17 22:26:05 +02:00 |
|
Rosskaman
|
15790103c4
|
Optimize convertBlocks and convertBlock methods by reducing the amount of code inside of the loops, and doing cheap checks before more expensive ones.
|
2021-04-17 21:38:03 +02:00 |
|
tastybento
|
7154877f14
|
Blocks under the walls were classed as walls.
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/77
|
2021-04-08 17:13:32 -07:00 |
|
tastybento
|
80c985ad7d
|
Version 1.5.3
|
2021-03-07 13:46:34 -08:00 |
|
tastybento
|
f345496a6c
|
Version 1.5.2
|
2021-03-07 13:45:01 -08:00 |
|
tastybento
|
19cd685900
|
Prevent pistons pulling blocks out.
Allow piston pushing of blocks above or below the greenhouse because
biomes are 3D now.
https://github.com/BentoBoxWorld/Greenhouses/issues/77
|
2021-02-18 17:09:42 -08:00 |
|
tastybento
|
999ea07ef0
|
Prevents piston-pushing of any wall or roof block
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/77
|
2021-02-17 16:49:42 -08:00 |
|
tastybento
|
29f04ef673
|
Fix bug with water in offhand and nether greenhouse
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/76
|
2021-02-17 12:43:39 -08:00 |
|
tastybento
|
f2faeb71df
|
Correct comment
|
2021-02-13 10:30:05 -08:00 |
|
tastybento
|
69818923fc
|
Setting hopper to null is valid
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/75
|
2021-02-13 10:27:57 -08:00 |
|
tastybento
|
54f956cf23
|
Merge branch 'develop' of https://github.com/BentoBoxWorld/Greenhouses.git into develop
|
2021-02-03 17:40:53 -08:00 |
|
tastybento
|
88b655ee00
|
Trapdoors in roof were not counted as doors.
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/73
|
2021-02-03 17:40:42 -08:00 |
|
Huynh Tien
|
0e2a6159c5
|
add Vietnamese (#72)
|
2021-02-03 12:15:43 -08:00 |
|
tastybento
|
39a88a4f84
|
Fix bug where water couldn't be placed outside of greenhouse.
|
2021-01-31 18:58:06 -08:00 |
|
tastybento
|
b0a0ae6e88
|
Fixes water placement in nether-related areas
https://github.com/BentoBoxWorld/Greenhouses/issues/70
https://github.com/BentoBoxWorld/Greenhouses/issues/71
|
2021-01-30 11:45:56 -08:00 |
|
tastybento
|
a8dec9a89b
|
Prevents placing of water in nether biome greenhouses.
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/71
|
2021-01-29 20:13:34 -08:00 |
|
tastybento
|
79d1c743c1
|
Corrected tests.
|
2021-01-28 20:21:29 -08:00 |
|
tastybento
|
63e6a5d3b0
|
Do not dump water when clicking on a door in the nether.
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/70
|
2021-01-28 20:13:27 -08:00 |
|
tastybento
|
8118280129
|
Version 1.5.1
|
2021-01-28 19:50:27 -08:00 |
|
tastybento
|
01a5548119
|
Removed admin commands
|
2021-01-17 11:42:54 -08:00 |
|
tastybento
|
0397f8fcfa
|
Restore interrupted state
|
2021-01-17 11:34:41 -08:00 |
|
tastybento
|
1e83703f9b
|
Deal with potential exceptions better.
|
2021-01-17 10:57:30 -08:00 |
|
tastybento
|
07763cafdf
|
Fixes reporting of success.
https://github.com/BentoBoxWorld/Greenhouses/issues/68
|
2021-01-17 09:58:04 -08:00 |
|
tastybento
|
5c583284ff
|
Cleans up locale
|
2021-01-17 09:57:46 -08:00 |
|
tastybento
|
b90cba0b60
|
WIP
|
2021-01-17 09:35:06 -08:00 |
|
tastybento
|
148c92ecf8
|
Perform SonarCloud analysis via GitHub actions
|
2021-01-17 08:46:07 -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
|
cd5a0ce2a1
|
Async greenhouse building
https://github.com/BentoBoxWorld/Greenhouses/issues/68
|
2021-01-16 18:57:01 -08:00 |
|
tastybento
|
baa933881d
|
Walls are now async
|
2021-01-16 14:27:29 -08:00 |
|
tastybento
|
ff487a7990
|
Fixed RoofTest
|
2021-01-16 09:58:25 -08:00 |
|
tastybento
|
cc114027da
|
Made roof search async
|
2021-01-16 09:16:09 -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
|
2ccb25e3fc
|
Convert grass and gravel in desert
|
2021-01-10 11:57:17 -08:00 |
|
tastybento
|
5a4d1a35c3
|
Use internal bounding box
|
2021-01-10 11:57:02 -08:00 |
|
tastybento
|
fad9936e24
|
Added setting for glass panes
Added test cases and class for settings
https://github.com/BentoBoxWorld/Greenhouses/issues/66
|
2021-01-10 10:51:35 -08:00 |
|
tastybento
|
7dd9212797
|
Version 1.5.0
|
2021-01-10 10:20:20 -08:00 |
|
tastybento
|
babec801b6
|
Use BentoBox 1.15.4
|
2020-12-30 23:00:21 -08:00 |
|
tastybento
|
7fb5313537
|
Version 1.4.2 Update to BentoBox API 1.15.4
|
2020-12-27 11:17:56 -08:00 |
|
tastybento
|
32055440a8
|
Prevents piglins and hoglins zombifying in overworld.
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/60
|
2020-11-15 15:54:06 -08:00 |
|
tastybento
|
1a1c013626
|
Support doubles for probabilities.
Fixes https://github.com/BentoBoxWorld/Greenhouses/issues/61
|
2020-11-15 15:35:59 -08:00 |
|
tastybento
|
79a203cbf5
|
Added some 1.16.x nether biomes
|
2020-11-15 15:21:23 -08:00 |
|
tastybento
|
9ae9cdbfd6
|
Fixes errors when loading greenhouses.
|
2020-11-15 15:02:13 -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
|
2260e2176d
|
Added default perm to see nether biomes.
|
2020-11-15 14:37:44 -08:00 |
|
tastybento
|
72267c76d8
|
Version 1.4.1
|
2020-11-15 14:37:19 -08:00 |
|
tastybento
|
5f8e8fae99
|
Refactored Walls and added test class
|
2020-10-11 09:03:13 -07:00 |
|
tastybento
|
50e3bf2988
|
Refactored roof search complexity
|
2020-10-11 08:08:17 -07:00 |
|
tastybento
|
2a75722f35
|
Updated Travis.yml
|
2020-10-04 16:32:46 -07:00 |
|
tastybento
|
2419e40241
|
Added GreenhouseFinder test class
|
2020-10-04 16:32:34 -07:00 |
|
tastybento
|
a96a926a7d
|
Added test class for GreenhouseEvents
|
2020-10-03 16:08:17 -07:00 |
|