Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

WiseNoobCrusher

Members
  • Joined

  • Last visited

  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. Ik, but I did remove it and it didnt work
  6. 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)
  7. 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...
  8. Nvm, the old recipe is still there, I tried many times but it won't work.
  9. 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
  10. What I am trying to do, cause now I have to figure out which is my IRecipe class, I am only a newb...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.