diff --git a/FABRIC_CHANGELOG.txt b/FABRIC_CHANGELOG.txt index d2cf9c9556..9fafd84daf 100644 --- a/FABRIC_CHANGELOG.txt +++ b/FABRIC_CHANGELOG.txt @@ -5,18 +5,5 @@ No formatting, just plain text. CurseForge support for it is terrible. Change logging starts below: ---------- -- fix crashes with fluid and item schedule conditions (#1363, #1391, #1392) -- fix crashes viewing recipes in REI (#1378, #1379, #1380, #1382, #1395) -- fix ingredients of sequenced assembly recipes not being properly linked to their uses (#1394) -- marked known outdated broken addon versions as incompatible -- marked Sound Physics Remastered as broken due to calling non thread safe code off thread -- add cycling to the block displayed in manual item application in EMI -- fix manual item application recipes in emi rendering the shadow in front (#1383) -- make hidden items not show up in REI & EMI -- fix log spam with Continuity (#1370) -- fix backtanks not updating neighboring blocks (#1396) -- fix basin tooltips not updating when removing fluid (#1411) -- fix outputs of draining recipes not being indexed (#1409) -- fix incorrect chances being shown on fan recipes (#1393) -- fix stress tooltips not being shown until entering singleplayer (#1265) -- fix creative crates on contraptions causing crashes +- switched from Forge Config API Port to Porting Lib Config +- updated Porting Lib, fixing config syncing diff --git a/gradle.properties b/gradle.properties index 8777da136c..78a9b8a11a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.jvmargs = -Xmx4G # check these on https://fabricmc.net/develop/ minecraft_version = 1.20.1 loader_version = 0.15.7 -fabric_version = 0.90.0+1.20.1 +fabric_version = 0.91.0+1.20.1 # Mod Properties mod_version = 0.5.1-f @@ -29,7 +29,7 @@ reach_entity_attributes_version = 2.4.0 registrate_version = 1.3.62-MC1.20.1 milk_lib_version = 1.2.60 -port_lib_version = 2.3.2+1.20.1 +port_lib_version = 2.3.4+1.20.1 # adding a module also requires adding a dependency to the FMJ port_lib_modules = accessors,base,entity,extensions,networking,obj_loader,tags,transfer,models,tool_actions,client_events,brewing,config