diff --git a/gradle.properties b/gradle.properties index 4c4430e211..ddbe90988e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -mod_version=1.22.0 +mod_version=1.23.0 group=org.cyclops.cyclopscore java_version=21 diff --git a/resources/changelog/1.21.1-1.23.0.txt b/resources/changelog/1.21.1-1.23.0.txt new file mode 100644 index 0000000000..a907e730fd --- /dev/null +++ b/resources/changelog/1.21.1-1.23.0.txt @@ -0,0 +1,12 @@ +As always, don't forget to backup your world before updating! + +Additions: +* Port advancement criteria to Forge and Fabric +* Add biome modifier config to Forge +* Add entity config to common + +Changes: +* Move capacity and energy components to common + +Fixes: +* Fix some config registrations for some registries in Forge failing