Draylar / tiered

Adds tiers/modifiers to tools.
https://www.curseforge.com/minecraft/mc-mods/tiered
MIT License
11 stars 43 forks source link

Identifying incompatible mods #26

Closed BrekiTomasson closed 3 years ago

BrekiTomasson commented 3 years ago

So I'm trying to narrow down which of my many mods are failing to add their items to the correct fabric tags, but still seem to be missing some. Any way you could imagine making the crash log more informative so that we poor mod pack developers can have an easier time identifying which mods need fixing? The classic java.lang.NoSuchFieldException: MAINHAND doesn't give me much to work with other than it's most likely a tool rather than armor. :)

Draylar commented 3 years ago

Could you provide your full game log? Tool tags should not be causing a crash like that.

itschonky commented 3 years ago

i encountered the same problem (i think) while generating a world, not sure if its only specifically when you create a world though my game output crash log = https://pastebin.com/K6kt6ug5 not really able to post the launcher log since its huge and none of the sites i know support more than 1mb, sorry about that anyways i hope this helps in some way

BrekiTomasson commented 3 years ago

@Draylar Here you go: https://paste.ubuntu.com/p/mBvkxYcVr4/

I've tried disabling a number of different mods, but no matter how I try it still throws the same error, so I'm beginning to suspect it's not just item tags.