Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/26/19 in all areas

  1. Of course there is. Normally it shouldn't be done, but since this also refers to other mods I'll say it here(not sure if overriding another mods recipe is viable with the data system). Basically you'll likely need reflection and the RecipeManager is stored server side inside the World class. If it isn't immutable just replace the IRecipe instance with a dummy instance that returns ItemStack.EMPTY when it is matched. However when replacing them maybe check the output first to see if it is planks. If it is Immutable replace the whole fields value.
    1 point
  2. You can see how I remove recipes according to various conditions here. The recipe maps are immutable, but the fields storing them aren't final.
    1 point
×
×
  • Create New...

Important Information

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