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.

Featured Replies

Posted

Hey guys,

 

So I'm not completely sure how I'm supposed to add recipes for 1.12. For my mod I need to be able to add recipes for items I've created that use other items I've created or vanilla items.

 

I found this topic which offers a little help but not much.

 

Thanks,

  • Author

Can a recipe be a part of multiple groups? It appears not, but thought I'd ask just in case I'm wrong.

 

Does anyone know where this error is coming from: 

Unknown recipe type: expanded:crafting_shaped

 

Here's the JSON file it's having a problem with:

{
  "type": "crafting_shaped",
  "group": "cactus",
  "pattern": [
    "  #",
    " ##",
    "###"
  ],
  "key": {
    "#": {
      "item": "expanded:cut_cactus_block_block"
    }
  },
  "result": {
    "item": "expanded:cut_cactus_stairs_block",
    "count": 3
  }
}

 

Edited by DragonFerocity

Try changing the "type" to "minecraft:crafting_shaped"
I had this issue until I figured it out

Example:
 

{
  "type": "minecraft:crafting_shaped",
  "group": "minecraft:slime",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "key": {
    "#": {
      "item": "blobman:blue_slimeball"
    }
  },
  "result": {
    "item": "blobman:blue_slime"
  }
}

 

  • Author

Thanks, I just figured that out too. Now I'm getting a strange error on another piece of code but I'll make a new topic since it doesn't relate to this.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.