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.

vassdeniss

Members
  • Joined

  • Last visited

  1. Ok thanks i will do that!
  2. Wouldn't that break my mods?
  3. I tried playing with a friend today on our server but it's crashing. I do not know why and need some help. The server worked fine the other day, we played on the 24th last time. Pastebin link to the log P.S Yes I have tried deleting the config folder
  4. From the looks of it LoomContainer still doesn't call onCraftMatrixChanged... What am i missing seriously?
  5. Something like this? @Override public void onCraftMatrixChanged(IInventory inventoryIn) { ItemStack itemStack = base.getStack(); ItemStack itemStack1 = addition.getStack(); ItemStack itemStack2 = result.getStack(); if (itemStack2.isEmpty() && itemStack.isEmpty() || itemStack1.isEmpty()) { this.result.putStack(ItemStack.EMPTY); } super.onCraftMatrixChanged(inventoryIn); updateOutput(); }
  6. because everytime i try to find a reference it never finds me one... Do I need to call it from the tile entity # insertItem?
  7. No but i meant it never gets called manually in vanilla either. I presume i need to call it whenever i place an item inside?
  8. As far as i can see the onMatrixChange never gets called manually? How should I go about implementing this?
  9. I will do that! Thank you very much for your time!
  10. I knew it. But isnt that called whenever something in the container is placed?
  11. Do let me know whenever you acquire the code
  12. here: https://github.com/vassdeniss/makoru-1-16-4-source Dont mind the clutter of unorganization ill get to that soon
  13. From what I can understand it doesn't trigger the method

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.