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.

Splitzer0

Members
  • Joined

  • Last visited

Everything posted by Splitzer0

  1. Actually I've had a version where the count isn't in there and it still hasn't worked, as for the registry names they are I replaced the result in the working one with both and they worked fine, although I haven't tried changing the mod id
  2. ive been stuck on this for literal hou rs and cant figure it out, my problem right now is that my code for a crafting recipe isnt working, none of them are except for the 1 shapeless recipe i got to work Non Working example: { "type": "minecraft:crafting_shaped", "pattern": [ "xxx", "x x", "xxx" ], "key": { "x": { "item": "sdd:straw" } }, "result": { "item": "sdd:jerry_nest", "count": "1" } } Working: { "type": "crafting_shapeless", "ingredients": [ { "item": "minecraft:wheat" } ], "result": { "item": "sdd:straw", "count": 9 } }
  3. i mean like stackto and tab
  4. alright so right now I'm trying to do multiple item properties but i cant figure it out this is the Items Class public class Straw extends Item { public Straw() { super(new Properties().tab(ItemGroupRegistry.sddMaterials)); } }
  5. I've been scratching head bloody on this, but is there a specific version of Java that I need or a specific JDK version I need?

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.