Commit Graph

53 Commits

Author SHA1 Message Date
Christian Koop ea940d573d
Simplify project setup to single-module and modernize pom.xml+plugin.yml 2023-06-29 13:48:34 +02:00
ceze88 e04a4af615 Release 2.3.7 2023-04-28 14:38:20 +02:00
ceze88 ca8d830ee5 Release 2.3.6 2023-04-13 14:41:00 +02:00
ceze88 79276c0eba Release 2.3.6-BETA 2023-03-29 21:54:19 +02:00
ceze88 5637a0d85e Release v2.3.5 2023-01-25 16:12:22 +01:00
Christian Koop 75202b8007
Release v2.3.5-DEV 2023-01-12 20:15:53 +01:00
ceze88 228deb9f17 Bump SongodaCore version to 2.6.17 2022-12-29 18:11:50 +01:00
Christian Koop b3f11ff819
Release v2.3.4 2022-09-05 22:29:32 +02:00
Christian Koop ad153088eb
Release v2.3.3 2022-07-07 20:09:16 +02:00
Christian Koop 7cff210782
Release v2.3.2 2022-03-18 21:11:11 +01:00
Christian Koop 23bd964898
Version 2.3.1 2022-01-30 12:14:36 +01:00
Christian Koop e2a32dfdee
Version 2.3.0 2021-12-10 18:26:08 +01:00
Christian Koop d9eb494a6f
pom.xml: Minor cleanup 2021-12-10 18:05:39 +01:00
Christian Koop 564bfa6e8c
pom.xml: Use https for songoda maven repo 2021-12-10 17:50:15 +01:00
Christian Koop 5d8600df12
Version 2.2.6 2021-08-29 15:46:41 +02:00
Brianna c94ec4c055 version 2.2.5
s
2021-06-16 00:29:59 -05:00
Brianna fb9d299eee version 2.2.4 2021-04-05 09:07:41 -05:00
Brianna 5833234da4 version 2.2.3 2021-02-19 17:30:53 -06:00
Brianna 76e3b1fc3b Removed old data. 2021-02-19 12:59:50 -06:00
Brianna c706ce3e6c version 2.2.2 2021-01-21 13:07:00 -06:00
Brianna ac8d2a9714 version 2.2.1b 2021-01-15 15:00:10 -06:00
Brianna e174ebc5bf version 2.2.1 2020-12-23 11:46:46 -06:00
Brianna c445e132e2 version 2.2 2020-11-24 15:50:50 -06:00
Brianna 5dcb528eea version 2.1.1 2020-11-03 18:18:47 -06:00
Brianna ffb7657a78 version 2.1 2020-10-30 15:00:42 -05:00
Brianna 065a5b809b Removed proprietary compatibility support and switched to SongodaCore. 2020-10-30 15:00:27 -05:00
Brianna ee6439fe65 version 2.0.9b 2020-09-23 16:30:18 -05:00
MysteriousKyle f59cc05d9d Update pom.xml 2020-09-23 16:17:06 -05:00
Brianna 23e7643eb9 version 2.0.9 2020-08-28 18:09:38 -05:00
Brianna 151b443a80 Lets use SongodaCore hooks. 2020-08-28 17:54:47 -05:00
Brianna 04b23f5e1d version 2.0.8 2020-06-28 19:18:36 -05:00
Brianna 5e1a913ac4 version 2.0.7 2020-06-11 11:40:47 -05:00
Brianna 3464574b74 Added Public repo 2020-03-16 15:32:18 -04:00
Brianna 6922ed36d3 version 2.0.6 2020-02-03 17:30:36 -05:00
Brianna 46d1f7b01d version 2.0.5 2020-01-27 08:19:11 -05:00
Brianna 7b45e94d59 Removed CI, Converted to Maven, Added Songoda Core, Redid Locale 2020-01-27 08:16:29 -05:00
Esophose a52ba616fe Gradle project 2019-04-22 18:34:31 -06:00
Esophose 5d83a2bd27 Does it build? 2019-03-30 00:46:13 -06:00
Esophose d8bd19a08a Refactor into maven modules 2019-03-29 21:59:10 -06:00
Esophose 319298968f Add Jobs Reborn hook, add delete log setting, fix some sapling replants 2019-02-15 22:32:12 -07:00
Esophose d9f7c60836 Update pom.xml with mcMMO dependency 2019-02-13 18:05:11 -07:00
Brianna O'Keefe 84e7c34097 Update pom.xml 2018-11-19 23:53:08 +00:00
Brianna O'Keefe bca27ee82e Update pom.xml 2018-11-19 02:06:47 +00:00
Brianna O'Keefe 1d6809936e Update .gitlab-ci.yml, src/main/resources/plugin.yml, pom.xml, LICENSE files
Deleted target/classes/plugin.yml, src/LICENSE files
2018-11-19 01:49:30 +00:00
MagmaGuy f483e9dea2 Version 0.0.10
- Added snow compatibility
2018-11-15 22:47:27 +00:00
MagmaGuy 6918b4ad4d Version 0.0.9
- Pro tip to anyone reading this in the future: do not try to remove elements from a HashSet using an iterator. I don't know if I'm cursed but too much time was spent debugging something that had no rhyme or reason not to work in the first place.
- Redid the TreeChecker as to make it able to individually target trees. It now uses a very large amount of different techniques to be able to individually target trees while avoiding as much collateral damage as possible and still removing an appropriate leaf amount.
- Enhanced documentation, will be further enhanced if this becomes the final version of the parser.
2018-11-15 22:28:52 +00:00
MagmaGuy ee0f95cfbe Version 0.0.8
- Tweaked tree checker so it will only add blocks of the same tree type
- Added mushroom-specific loot
2018-11-08 23:35:10 +00:00
MagmaGuy 2773986039 Version 0.0.7
- Fixed tree parser's odd behaviors
- Tree parser is now mostly non-static
- Cleaned up code
- Added more comments
2018-11-08 01:44:02 +00:00
MagmaGuy e349e54a03 Version 0.0.5
- Made the plugin compatible with mushrooms
- Added a little leeway to allow for 1-2 blocks of dirt/coarse dirt/grass (in height) to be placed adjacent to the trees (covers vanilla world generation for the most part)
2018-11-06 22:08:46 +00:00
MagmaGuy a235d3d803 Version 0.0.4
- Fixed issues related to loot
- Added poppy to valid forest setting
- Redid the animation class for more reliable fallen block detection
2018-11-06 20:18:16 +00:00