Sophisticated Core

Library mod for Sophisticated mods

File Details

sophisticatedcore-1.19.2-0.5.98.459.jar

  • R
  • Oct 20, 2023
  • 972.25 KB
  • 1.7M
  • 1.19.2
  • Forge

File Name

sophisticatedcore-1.19.2-0.5.98.459.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:sophisticated-core-618298:4808232")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Stash symbols now show green color if the item is present in the storage that it can be stashed into.

Added caching to improve performance of inserts of items that can't fit in backpack / storage / controlled storage multiblock
Added performance optimization to memorized slots lookups

Fixed almost transparent pixels in inventory background appearing as broken inventory border when rendered in gui
Fixed tooltip rendering on incorrect z level and interfering with other mods gui rendering (EMI stacks count rendering through overlayed tooltip)
Refactored sophisticated inventory rendering to not use big z offset and instead render parts without depth and the correct order to appear on top of each other. Fixes some issues with mods that render items in tooltips and likely other issues where mods rely on inventory screen being at the z level that vanilla uses for its inventories
Fixed dupe bug in upgrade settings clear recipe
Fixed compacting and compression upgrades to work better with compacting recipes when these have multiple results and properly determine that item is uncompactable in that case
Fixed battery upgrade to not overflow max int of energy input/output when way too many stack upgrades are put in backpack.
Fixed shift clicking stack of more than 1 tank upgrade to not break number of slots available in backpack. As well as added check to prevent double click picking up tank upgrades from upgrade slots for the same reason (they can still be clicked shift cliked out of there)
Fixed the enabledItems config that allows disabling sophisticated items and their recipes by moving the config back to COMMON config