Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/07/18 in all areas

  1. Here is how you can remove the recipe from the game. ForgeRegistry<IRecipe> recipes = (ForgeRegistry<IRecipe>) ForgeRegistries.RECIPES; recipes.remove(new ResourceLocation("minecraft", "furnace")); Though you will need to re-add the recipes after a disconnect. Though if you send the packet in the correct event it will sync your recipes correctly. On the other hand you could create your own IRecipe implementation that references your config variables and return accordingly in matches and getCraftingResult.
    1 point
  2. 1 point
  3. You should probably run some type of antivirus on your computer
    1 point
×
×
  • Create New...

Important Information

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