Skip to content

Commit

Permalink
bump porting lib, fix #1448
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Apr 18, 2024
1 parent 6e0c7d9 commit cb55b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
17 changes: 2 additions & 15 deletions FABRIC_CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit cb55b6d

Please sign in to comment.