2.0.0 for 1.20.5 >=
Rewrite of the entire mod
old methods are still there and will not be removed but wont receive any update
new Features
- The shapes now uses OOP wich allow easier usage as well as better maintain.
- the mod will support particles thanks to the new system(not implemented yet)
- better way of posing blocks, more possibilities(you can use perlin noise)
- more useful methods
- structures now return a list of BlockPos instead of putting the structure directly, this allow for you to manipulate the structure.
- more shape variants
- added cylinder generation
- every shapes can now have 3 rotation
- yous can choose how the blocks are put in the structure instead of choosing them randomly
- added
BlockLayer
a class that allow you to put multiple layers of BlockStates with a depth related to them - actually working on the wiki
added javadoc
fix the previous version that was build with a wrong java version
updated to >= 1.2.6
Minor Update
- performance improvements
- mod menu integration
- icon added
update for >= 1.20.5
added Tore generation.
change for the sqrt function
new utility methods added like getRandomBoolean(float chance)
fix crash due to exponential
fix crash due to exponential added in the previous broken versions
don't download this release, it's broken
small changes for the verifyBlock
method (changed mutable to pos, remove length parameter).
added function for getting a random in with chance
update to 1.20.5-1.21
first version that allow you to create circles, spheres, spirals and straight lines