Someone-Else-Was-Taken / BetterNether-Reforged

BetterNether Mod Ported to Forge
GNU General Public License v3.0
8 stars 3 forks source link

[1.16.5] [forge v36.2.6] [server] Too much parsing errors on server startup. #37

Open Cixon opened 2 years ago

Cixon commented 2 years ago

Seems like both BetterNether and BetterEndReforked have parsing errors with recipes. Would love to see this issue resolved sometime soon to reduce log file size and console clutter.

console error(s) msg.txt :

log (line 477) latest.log :

Thombias commented 2 years ago

Hoping for this to get fixed. When you're creating a modpack this makes it very difficult to keep track of errors caused by other mods.

Cixon commented 2 years ago

Hoping for this to get fixed. When you're creating a modpack this makes it very difficult to keep track of errors caused by other mods.

yes, exactly and it's just unreasonable.

creep3rcrafter commented 2 years ago

same here

sfiomn commented 2 years ago

Same for me

Cixon commented 2 years ago

guys i don’t think it’s getting fixed. lol.

Hot-Fudge commented 2 years ago

found the problem for parsing errors at least. within the mod /data/minecraft/recipes and data/minecraft/advancements/recipes all reference betternetherreforged as a tag for the items where it should be betternether.

a fix for this is using an archive editor and either batch editing the files or copying the recipes from the folder /data/betternether/recipes and data/betternether/advancements/recipes respectively.

creep3rcrafter commented 2 years ago

found the problem for parsing errors at least. within the mod /data/minecraft/recipes and data/minecraft/advancements/recipes all reference betternetherreforged as a tag for the items where it should be betternether.

a fix for this is using an archive editor and either batch editing the files or copying the recipes from the folder /data/betternether/recipes and data/betternether/advancements/recipes respectively.

do you wanna create a branch? or should someone else?

StarrickLiu commented 2 years ago

Same for me. Hope for early solution.