Open supersaiyansubtlety opened 7 months ago
related to #189
This is happening on https://github.com/QuiltMC/quilt-mappings/commit/3f6043b663243099a0ae112421f01f52342c2750
arg2
's type should be net/minecraft/predicate/DataComponentPredicate.Builder
, but it displays the type of potion
instead
of course
my 'fix' was to swap the default when we don't have access data to non-static, which flips the issue i'll figure out why we don't have access data for that method
It's reporting type
ItemStack
forslot
which is anEquipmentSlot
.If you move the cursor to the
stack
param, the type is missing entirely.It seems like the index is just off by one?