RandomPatches (Forge)

RandomPatches (Forge)

56M Downloads

RandomPatches crashing with Connectivity and Create mod

sirben99 opened this issue ยท 5 comments

commented

Hey!

It seems that when RandomPatches, Connectivity and Create are put together, Create doesent load. Removing any one of them works, meaning they work indivicually, but not together. Connectivity creator sayd that the issue is on RandomPatches (someaddons/connectivity#2) so i desided to open the issue here.

Forge: 36.1.24
Minecraft: 1.16.5
Connectivity: 1.6-1.16.5
Create: 1.16.4+ v0.3.1c
RandomPatches: 2.4.4-forge

Crash.txt:
crash-2021-06-03_19.28.15-fml.txt

Latest.log:
latest.log

Ben

commented

i dont have randompatches in my mod folder and its still crashing

commented

its 1.16.5 forge,

commented

Can confirm the conflicts (with Create and other mods), after removing Random patches from mods folder, everything works fine.

image

commented

Can confirm this

commented

I should add that Connectivity instructed how to fix this problem, but random patches still should fix it them self if possible:

"Set this in the randompatches.toml config file so random patches does not crash when started alongside connectivity mixin_blacklist = ["ServerPlayNetHandlerKeepAlive"]
Connectivity has some overlap with randompatches and happens to apply first, which makes random patches crash."
Source: https://www.curseforge.com/minecraft/mc-mods/connectivity in "Randompatches (in)compatibility" section of the description.