RetroFuturaGradle icon indicating copy to clipboard operation
RetroFuturaGradle copied to clipboard

Add generic injection to `MerchantRecipeList`

Open glowredman opened this issue 1 year ago • 0 comments

net.minecraft.village.MerchantRecipeList currently just extends java.util.ArrayList, it should probably extend java.util.ArrayList<net.minecraft.village.MerchantRecipe> though.

glowredman avatar May 10 '23 15:05 glowredman