Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (33 loc) · 969 Bytes

CHANGELOG.md

File metadata and controls

33 lines (33 loc) · 969 Bytes

0.4.0

Forked and released for 1.15.1.

0.4.1

Fixed datapacks (recipe etc) not working.

0.5.0

Deprecated some API to make it more generic.

0.5.1

Fix some methods to use generic argument.

0.6.0

Now works for 1.15.2.

0.6.1

Added new json* api to the json builders to add custom fields, and added missing entry conditions API

0.7.0

Some deprecated API was removed

0.8.0

Added a new dimensions API, contributed by @arthurbambou aka Cat Core.

0.8.1

Fix invalid key

0.8.2

Implementation change

0.8.3-0.8.5

Bug fixes

0.9.0

Prevent some value to be invalid when using the dimension API. Deprecated NoiseConfigBuilder.densityOffset(int) in favour of NoiseConfigBuilder.densityOffset(double).

0.10.0

Added a new biome API.

0.11.0

Added a feature API.

0.14.6

  • Will now warn instead of crash in a certain case of developer error.

0.14.7

  • Added documentation for deprecated methods and made the warning messages more clear.