Jump to content

WiseNoobCrusher

Members
  • Posts

    84
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

WiseNoobCrusher's Achievements

Stone Miner

Stone Miner (3/8)

-3

Reputation

  1. Didn't have to remove dummy recipe or nothing....it just works.....what? Me no comprendo...xD
  2. Bro, I moved the removal to the preint event and it now all works....
  3. Tried, keeps the old recipe, besides Idk if you can link directly to a json file
  4. It crashes the game when the recipe book is open with this crash: https://pastebin.com/zACtYw6c EDIT: GitHub code has been updated, cause the Item.getItemFromBlock(Blocks.BREWING_STAND)), the brewing stand was mean to be planks, before someone points that out ItemStack output = r.getRecipeOutput(); if (output.getItem() == Item.getItemFromBlock(Blocks.PLANKS)) { recipeRegistry.remove(r.getRegistryName()); recipeRegistry.register(DummyRecipe.from(r)); }
  5. Ok, I got the axe losing durability, erased the recipe and now I need to overwrite that recipe with the new one, I don't know how to register the new recipe after removing the other recipe. Link to code: https://github.com/WiseNoobCrusher/Extra-Additions/tree/master/src/main (P.S: This is the only thing I need to move on :P)
  6. It is the dummy recipe, if I enable it, it removes all recipes including the one I add and if I disable it, the axe recipe works but the old recipe stays...
  7. Nvm, the old recipe is still there, I tried many times but it won't work.
  8. I did it!!! With some use of choonstar's code and some of what I used in my previous post to removed the recipe, I managed to get it working!! Link to working code: https://github.com/WiseNoobCrusher/Extra-Additions/tree/master/src/main
  9. What I am trying to do, cause now I have to figure out which is my IRecipe class, I am only a newb...
×
×
  • Create New...

Important Information

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