QuiltMC / quilt-mappings

Quilt's Mappings for Minecraft
Creative Commons Zero v1.0 Universal
96 stars 76 forks source link

fix method conflict in `RegistrySetBuilder` #651

Closed orifu closed 1 month ago

orifu commented 1 month ago

the private method get in the anonymous class defined in RegistrySetBuilder#buildProvider conflicted with the method get in an implemented interface HolderProvider.Provider. this changes the name to getEntry (from mojmap).