Skip to content

Releases: DarkPacks/SevPatches

v1.12.0

28 Feb 11:19
68548af
Compare
Choose a tag to compare

[1.12.0] - 2024-02-28

🐛 Bug Fixes

  • (gc/slimelings) Change favourite food list

v1.11.1

20 Dec 10:23
3d12fe5
Compare
Choose a tag to compare

Avoid repeating work in ChunkTEMixin

v1.11.0

20 Dec 09:55
0af6372
Compare
Choose a tag to compare

Attempt to resolve longstanding CME during chunk loading in late stage worlds

v1.10.1

01 Feb 16:44
3ca7406
Compare
Choose a tag to compare

Bug Fix release

Bug fix to GC's TileEntityInventory#isEmpty - It makes substantially more sense to return that the inventory is empty in the case that the inventory is null.

v1.10

31 Jan 10:58
d170e79
Compare
Choose a tag to compare

Fix two new issues:

  • FastBeacon patch in BetterFPS causes beacon effect to only apply in one quadrant relative to the beacon; in this release, we add a new mixin so that the beacon effect applies regardless of which direction the beacon is in
  • There is a missing null check in Galacticraft's TileEntityInventory#isEmpty method which results in the find items function failing near GC inventories. This release adds a patch that inserts the missing null check.

v1.9

09 Oct 01:07
afba1a4
Compare
Choose a tag to compare

New Patch: Patch Astral's pickaxe and axe so that they work properly on incompletely described modded blocks

v1.8

20 Jan 21:39
b4d07c9
Compare
Choose a tag to compare

Bugfix: clear the list of pending items every tick to avoid ridiculously large lists of dead items building up on long running servers.

v1.7

26 Oct 19:00
1734bf9
Compare
Choose a tag to compare

Remove Galacticraft patch as fixed upstream

v1.6

25 Sep 21:24
ce68fd9
Compare
Choose a tag to compare

Temporary mechanism to add loot to the TF

v1.5

22 Jul 14:01
bcc7710
Compare
Choose a tag to compare

More primal patches