Commit Graph

9 Commits

Author SHA1 Message Date
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
MagmaGuy
93856fc506 Version 0.0.3
- Fully implemented reload command
2018-11-05 21:14:53 +00:00
MagmaGuy
8e36ecb417 Version 0.0.1
- Initial commit
2018-11-03 23:33:37 +00:00
MagmaGuy
61cc2b4337 Version 0.0.1
- Initial commit of the TreeAssist recode
- Added the animation
- Added solid block detection
- Added prototype drop mechanic
- Added the config file (not fully hooked up to the filters yet)
2018-11-03 20:49:10 +00:00