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.

quantumapples

Members
  • Joined

  • Last visited

Everything posted by quantumapples

  1. From my experience with Java 9/10 they've really screwed up reflection. EnumHelper, to give an example, probably won't work in Java 10 because Oracle has decided they're going to be very much more strict about illegal reflective operations. (Changing final variables especially, but I imagine this will carry over into enums as a security 'feature'). And afaik there isn't any amount of elevated privilege that allows you to bypass this, but I could be wrong. Is the plan to switch FML to Java 9/10? If not what's the plan to handle these sorts of things?
  2. The last thing that comes to mind for me would be that my class (effectively*) extends item. Does the item need to extend tool for the 32767 to register as 'any damage level'? Thanks for all your help, if I figure it out I'll update with what the issue was. *I have an item base which auto-registers and does other basic stuff, but the item base extends directly from item.
  3. Sure: And if it is relevant, here is the recipe for the sharpener itself: Thanks!
  4. I updated the relevant portion of the recipe: But in game I put the sharpener and the item in the crafting grid and it will only craft one of them still. I also tried it with a comma in the event that JSON required it and that didn't work either. Is there anything I need to do in the crafting for the sharpener? Any recipe factories I might need or would I need to add it to a recipe group? I appreciate the help
  5. Hi. How can I configure a recipe JSON to accept items of any damage level? Currently my item damages itself during crafting and then I am unable to use it further. I know I could make one JSON for each damage level (there are only 12) but I am hoping someone might have a more elegant solution to the problem. Any advice is appreciated, and the codes are below. Thanks! Recipe: Carnyx Sharpener:

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.