ModificationStation / StationAPI

A general use API for Fabric Loader mods on legacy Minecraft versions.
85 stars 19 forks source link

Regression on ToolItem's getMiningSpeedMultiplier #113

Open matthewperiut opened 5 months ago

matthewperiut commented 5 months ago

This use to modify the mining speed based off the condition of the item/block/etc which gave lots of freedom in how mining speed was applied based on various factors e.g. nbt or durability for zanite tools.

The returned value is now ignored, if its been replaced it should have the functionality where the base toolItem returns -1 or something, and if it isn't -1, then apply it.

This has been broken for a long time, but if you go to a really old commit it works. Please fix lol :D