Bump version - 0.4.1

This commit is contained in:
Jozufozu 2021-12-11 17:32:39 -08:00
parent 11e5719e0d
commit 46745ae91d
3 changed files with 11 additions and 1 deletions

View file

@ -181,5 +181,6 @@ curseforge {
releaseType = project.curse_type
mainArtifact jar
addGameVersion '1.18'
addGameVersion '1.18.1'
}
}

View file

@ -1,3 +1,12 @@
0.4.1:
Update to 1.18.1
Changes
- Use cylindrical fog to match vanilla
Fixes
- Fix crash affecting systems that don't support persistent mapping
- Fix crash when Create contraptions extend below Y=0
- Fix Create contraptions having misaligned light when launched after world load
0.4.0:
Update to 1.18
Fixes

View file

@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false
# mod version info
mod_version = 0.4.0
mod_version = 0.4.1
mc_update_version = 1.18
minecraft_version = 1.18.1
forge_version = 39.0.0