Skip to content

Commit 0161f66

Browse files
committed
v1.0.0
1 parent bc40432 commit 0161f66

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/PUBLISH.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on: [workflow_dispatch]
55
env:
66
MINECRAFT_VERSION: 1.21.1
77
JAVA_VERSION: 21
8-
VERSION: 0.2.4
9-
VERSION_TYPE: release
8+
VERSION: 1.0.0
9+
VERSION_TYPE: beta
1010
PUBLISH_GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
1111
PUBLISH_MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
1212
PUBLISH_CURSEFORGE_TOKEN: ${{ secrets.PUBLISH_CURSEFORGE_TOKEN }}
@@ -33,7 +33,6 @@ jobs:
3333
java-version: "${{env.JAVA_VERSION}}"
3434

3535
- name: Make Gradle Wrapper Executable
36-
if: ${{ runner.os != 'Windows' }}
3736
run: chmod +x ./gradlew
3837

3938
- name: Build

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v1.0.0
2+
The port to Minecraft 1.21.1 is finally here!
3+
A bunch of bug fixes.
4+
15
### v0.2.4
26
Fixed biofuel from Create Crafts & Additions not super heating
37
Ad Astra fuels and Create: Garnished peanut oil now work in diesel generators

LATEST_CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
### v0.2.4
2-
Fixed biofuel from Create Crafts & Additions not super heating
3-
Ad Astra fuels and Create: Garnished peanut oil now work in diesel generators
1+
### v1.0.0
2+
The port to Minecraft 1.21.1 is finally here!
3+
A bunch of bug fixes.

0 commit comments

Comments
 (0)