File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 33org.gradle.jvmargs =-Xmx2G
44max_errors =400
55# Mod Properties
6- mod_version =1.17.1-1.6.3
6+ mod_version =1.17.1-1.6.3.1
77maven_group =com.aether
88archives_base_name =paradise-lost
99# Fabric Properties
1010# check these on https://fabricmc.net/versions.html
1111minecraft_version =1.17.1
1212mappings_version =1.17.1+build.64
13- loader_version =0.12.5
13+ loader_version =0.12.6
1414# Dependencies
1515# suppress inspection "UnusedProperty"
1616fabric_api_version =0.43.1+1.17
Original file line number Diff line number Diff line change 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" : " *" ,
You can’t perform that action at this time.
0 commit comments