Skip to content

Commit b638291

Browse files
committed
Bump loader to resolve possible JDK 17 Issues discovered by Fabric
1 parent 4b04907 commit b638291

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# Changes
2-
3-
- Stopped rooks from spawning. They'll be adjusted for 1.7
4-
- Began work on datafixers behind-the-scenes
5-
- Swet jiggle physics have been slightly changed
6-
- Blue Swets now burn up in the Nether
7-
81
# Fixes
92

10-
- Removed "setblock in far chunk" logging errors
11-
- Swets will now grow upon consuming any item that grows them, not just swet balls.
3+
- Bumped Loader Requirement to resolve possible JDK 17 Issue both here and in 1.18 (Servers should be generated by Fabric Installer 0.10+ in 1.18)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
org.gradle.jvmargs=-Xmx2G
44
max_errors=400
55
# Mod Properties
6-
mod_version=1.17.1-1.6.3
6+
mod_version=1.17.1-1.6.3.1
77
maven_group=com.aether
88
archives_base_name=paradise-lost
99
# Fabric Properties
1010
# check these on https://fabricmc.net/versions.html
1111
minecraft_version=1.17.1
1212
mappings_version=1.17.1+build.64
13-
loader_version=0.12.5
13+
loader_version=0.12.6
1414
# Dependencies
1515
# suppress inspection "UnusedProperty"
1616
fabric_api_version=0.43.1+1.17

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"issues": "https://github.com/devs-immortal/The-Aether/issues"
3030
},
3131
"depends": {
32-
"fabricloader": ">=0.12.5",
32+
"fabricloader": ">=0.12.6",
3333
"minecraft": ">=1.17",
3434
"java": ">=16",
3535
"fabric-api-base": "*",

0 commit comments

Comments
 (0)