ENCHANTMENT BONUSES GETS REMOVED WHEN DURABILITY GETS DOWN
tomygcz opened this issue ยท 5 comments
Every time I use a tool with an enchantment bonus, the bonus in question gets removed once I used the tool 1 time as shown in the images. Here I attach the latest log and also how I have the config
"client settings"
"1. Enable Tooltips"=true
"2. Dynamic Tooltip Searching (JEI/HEI)"=1
"server settings"
"1. Equipment" <
WShovel, wooden_shovel
>
"2. Equipment Sets" <
ShSet, Shovel, mainhand = WShovel
>
"2f. Bonuses" <
ShBonus, Knockback, 1, ShSet
>
"5. Enchantments" <
ShBonus, mainhand = WShovel, knockback.2.2
>
Thanks for the report. Looks like when I added support for oredict and regex, the new syntax became a bit harder to use; in the current version (1.12.2.033) you would need
minecraft:wooden_shovel:.*
(The "minecraft" here is necessary on the current version)
I think I'll look into the parsing for this. I can probably make the simple names compatible in a "normal" way like you were going for and still keep the new oredict and regex stuff.
If you have a larger setting file in use for a modpack, I suggest NOT worrying about editing it; I should have a fix available before the end of the day.
This should now be fixed in the latest release (1.12.2.034)
You'll need to update Fantastic Lib as well
OHHHH so it was that? Honestly I just followed the examples showed in the config instructions, fortunately now those will be accurate for vanilla stuff again!
Don't worry I was just starting to play with the mod so the configuration I sended was the one I had so far but many thanks for the concern!
Perfect! Will update when I got back to working on it, thank you very much!

