Jump to content

nbarber20

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by nbarber20

  1. I gave that a try, and it only seems to work for about half of the armor recipes i want to remove. Also, how would i go about removing the tool repair recipes? (previously held at minecraft:repairItem)
  2. Is it still possible? in <1.13 I used to be able to just do: ForgeRegistry<IRecipe> recipeRegistry = (ForgeRegistry<IRecipe>)ForgeRegistries.RECIPES; ArrayList<IRecipe> recipes = Lists.newArrayList(recipeRegistry.getValues()); recipeRegistry.remove(new ResourceLocation("minecraft","repairitem")); FogeRegistries.RECIPES seems to be gone.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.