diff --git a/changelog.md b/changelog.md index f625f67b2..d58c288eb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,9 @@ # Forgero Beta release 0.12.7 ## Changelog -* [Patch]: Support infinity enchantment by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1087 -* [Compat] Beneaththewetlands by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/1057 -* [Feature]: Multiple weapon types by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1089 -* [Patch]: Features are only applied on tools, weapons and arrows by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1090 -* [Patch]: Adds a recipe for disassembling the bow by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1092 -* [Patch]: Added a tooltip for the disassembly station. by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1094 -* [Patch]: Remove handle weapon model override by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1097 -* [Patch]: Added particle offset by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1098 +* [Patch]: Added support for applying overrides in model variants by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1103 +* [Patch]: Property optimizations by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1104 +* [Patch]: Simplified voxelshape for the upgrade station by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/1106 +* [Feature]: Predicate for checking if a player is using an item by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1109 +* [Patch]: Stopped gravity addition after hitting the ground by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1110 +* [Patch]: Added weight to throwable items by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1111 diff --git a/gradle.properties b/gradle.properties index 6eca3547c..324adc4b4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ org.gradle.caching=true maven_group=com.sigmundgranaas mod_id=forgero mod_name=Forgero -mod_version=0.12.7 +mod_version=0.12.8 release_type=release # Dependencies java_version=17