Releases: SmokeyStack/adk
Releases · SmokeyStack/adk
adk-0.16.1
What's Changed!
This is a minor tweak to compile-regolith.bat
. This tweak does not affect the API itself.
adk-0.16.0
What's Changed!
Added a Language Builder!
adk-0.15.0
This release focuses on Recipe Builders and minor tweaks.
What's Changed!
- Added three RecipeBuilders:
ShapedRecipeBuilder
,ShapelessRecipeBuilder
,FurnaceRecipeBuilder
Minor Tweaks
- Fixed an issue where
BuilderLoot
would not generate subfolders. - Added a new parameter for
BlockSlab
that dictates the loot table for when theis_double
state is true.
adk-0.14.0
What's Changed!
- Updated format version to 1.20.80
- Refactored the ADK structure:
- Breaking Changes: Update the case style for most function names
- Updated Block and Item Components
- Added numerous Block and Item subclasses
- Added a loot table builder
Pull Requests
- Refactor by @SmokeyStack in #32
- Refactor by @SmokeyStack in #33
- Refactor by @SmokeyStack in #34
- Refactored Item Class by @SmokeyStack in #35
- Added Armour Class by @SmokeyStack in #36
- Progress Update by @SmokeyStack in #37
Full Changelog: adk-0.13.1...adk-0.14.0
adk-0.13.1
Hotfix
- Updated queries to accommodate for 1.20.40
- Fixed GlobalRegistry
adk-0.13.0
What's New!
- Added Language builder
- Updated Global Registry
adk-0.12.0
What's Changed
- Converted inheritance to composition
- Refactored codebase
- Fixed BlockState issue, removed echo, changed object creation
- Updated to Preview 1.20.40
Full Changelog: adk-0.11.3...adk-0.12.0
adk-0.11.3
What's Changed
- Updated Vanilla Registry to include flattened wool block
adk-0.11.2
What's Changed
- Added stonecutter recipe by @SmokeyStack in #25
- Updated to
1.19.70
format version
Full Changelog: adk-0.11.1...adk-0.11.2
adk-0.11.1
Hotfix!
What's Changed!
- Fixed an issue with recipe builders