mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-28 16:06:28 +01:00
Bump version - 0.4.1
This commit is contained in:
parent
11e5719e0d
commit
46745ae91d
3 changed files with 11 additions and 1 deletions
|
@ -181,5 +181,6 @@ curseforge {
|
||||||
releaseType = project.curse_type
|
releaseType = project.curse_type
|
||||||
mainArtifact jar
|
mainArtifact jar
|
||||||
addGameVersion '1.18'
|
addGameVersion '1.18'
|
||||||
|
addGameVersion '1.18.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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:
|
0.4.0:
|
||||||
Update to 1.18
|
Update to 1.18
|
||||||
Fixes
|
Fixes
|
||||||
|
|
|
@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx3G
|
||||||
org.gradle.daemon = false
|
org.gradle.daemon = false
|
||||||
|
|
||||||
# mod version info
|
# mod version info
|
||||||
mod_version = 0.4.0
|
mod_version = 0.4.1
|
||||||
mc_update_version = 1.18
|
mc_update_version = 1.18
|
||||||
minecraft_version = 1.18.1
|
minecraft_version = 1.18.1
|
||||||
forge_version = 39.0.0
|
forge_version = 39.0.0
|
||||||
|
|
Loading…
Reference in a new issue