diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 718032a6..e4baf641 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,10 +14,10 @@ jobs: uses: actions/checkout@v2 - name: validate gradle wrapper uses: gradle/wrapper-validation-action@v1 - - name: setup jdk 17 + - name: setup jdk 21 uses: actions/setup-java@v1 with: - java-version: "17" + java-version: "21" - name: make gradle wrapper executable if: ${{ runner.os != 'Windows' }} run: chmod +x ./gradlew @@ -35,9 +35,11 @@ jobs: version-type: beta version: ${{ github.ref_name }} loaders: neoforge - game-versions: 1.21 + game-versions: | + 1.21 + 1.21.1 java: 21 name: "" - changelog: "https://github.com/Buuz135/FunctionalStorage/blob/main/CHANGELOG.md" + changelog: "https://github.com/Buuz135/FunctionalStorage/blob/1.21/CHANGELOG.md" dependencies: | titanium | depends \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 564d318f..c90ce417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# VERSION 1.3.2 +* Fix fluid drawers not being accessible through controllers, closes #301 + # VERSION 1.3.1 * Fixed Oak Drawer recipe * Added examples for how to craft framed drawers @@ -18,7 +21,6 @@ * Added Max Storage Upgrade closes #279 # VERSION 1.2.9 - * Fixed creative vending upgrades using the base stack, closes #239 # VERSION 1.2.8 diff --git a/gradle.properties b/gradle.properties index 6691a0ae..1fc5f7d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.jvmargs=-Xmx2048M modGroup=com.buuz135 -mod_version=1.3.1 +mod_version=1.3.2 modBaseName=functionalstorage neo_version=21.0.47-beta