
[BUG] Maven: Bookshelf-Forge-1.20.1:20.2.12 is Obfuscated
ByThePowerOfScience opened this issue ยท 0 comments
Minecraft Version
1.20.1
Mod Version
20.2.12
Mod Loader
Forge
What environment are you running the mod in?
All
Issue Description
The Bookshelf-Forge-1.20.1:20.2.12 release on the BlameJared maven (https://maven.blamejared.com) is obfuscated, but the readme doesn't say to use fg.deobf
when adding it as a dependency. It took me a good while to figure out why it wasn't working.
Specifically, I was getting a Mixin error while using runClient
: "Could not locate @Shadow
field f_20889_ in net.minecraft.world.entity.LivingEntity". Checking the jar, net.darkhax.bookshelf.mixin.patches.entity.MixinLivingEntity
was using that name. Deobfuscating the jar fixed it and allowed it to run in dev.