thedocruby / resounding

A New Minecraft mod that provides realistic audio physics using parallel wave tracing and an improved physics algorithm.
https://thedocruby.dev/resounding
GNU Lesser General Public License v3.0
85 stars 4 forks source link

Engine: replace minecraft Pair with fastutil Pair #120

Closed acodili-jg closed 2 months ago

acodili-jg commented 2 months ago

net.minecraft.util.Pair doesn't work (well) for Sets as it didn't override equals and hashCode