Fabricators-of-Create / Porting-Lib

A collection of utilities for porting mods from Forge to Fabric.
Other
125 stars 34 forks source link

Incorrect key METHOD_SHADER_BLACKLIST was corrected from null to its default #136

Closed Gamerbolts closed 1 month ago

Gamerbolts commented 2 months ago

Hello, I was told by the mod author from Farmer's Delight Refabricated that this was a Porting Lib issue. I had to revert to the depreciated version of Farmers Delight to get it to work however I added Malum to my modpack and it happened again. It is very strange, I am watching the config file as it's generating and it generates the correct config files but then it creates 5 extra toml files as shown below image

The only time this seems to be an issue is when I am starting a server, this same message will constantly repeat in the console and basically freeze the server up and I have to crash it. I have Create for Fabric, but then I got Porting Lib just in case that would solve things but it did not.

Here is the log latest.log

And the extra config file it created malum-common-1.toml.bak.txt Hopefully that works had to make it a .txt to send it through github.

Any help is appreciated as I am going crazy trying to figure this out. Thanks!

MC 1.20.1 Fabric 0.16.5 Create 0.5.1-build.1417 Porting Lib- 2.3.4

Gamerbolts commented 1 month ago

Odd enough as this may seem, the issue was the Dark Mode Everywhere mod. For anyone else having the same issue