Ready for release

This commit is contained in:
Jozufozu 2021-12-12 22:53:22 -08:00
parent 0cafa48964
commit 03f513a2f1
3 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,6 @@ curseforge {
changelog = file('changelog.txt') changelog = file('changelog.txt')
releaseType = project.curse_type releaseType = project.curse_type
mainArtifact jar mainArtifact jar
addGameVersion '1.18'
addGameVersion '1.18.1' addGameVersion '1.18.1'
} }
} }

View File

@ -6,6 +6,7 @@ Fixes
- Fix crash affecting systems that don't support persistent mapping - Fix crash affecting systems that don't support persistent mapping
- Fix crash when Create contraptions extend below Y=0 - Fix crash when Create contraptions extend below Y=0
- Fix Create contraptions having misaligned light when launched after world load - Fix Create contraptions having misaligned light when launched after world load
- Fix minecarts disappearing on chunk reload
0.4.0: 0.4.0:
Update to 1.18 Update to 1.18

View File

@ -17,7 +17,7 @@ parchment_version = 2021.10.31
# curseforge info # curseforge info
projectId = 486392 projectId = 486392
curse_type = beta curse_type = release
# github info # github info
github_project = Jozufozu/Flywheel github_project = Jozufozu/Flywheel