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

I have been fooling around with the recipe stuff, and I noticed that when I use forge:ore_shaped, it will for some recipes show incorrectly in the crafting table, the recipe works as intended, it's just not showing the correct recipe.

Example:

When I have the pattern to be like this

"pattern": [
    "#",
    "#",
    "#" ]

It will show up in the crafting table "###".

When I use the vanilla method minecraft:crafting_shaped, it shows correctly.

If I put a space before or after '#', in the pattern, it will show correctly in the crafting table.

 

To be clear the recipe DOES work the way it should, but when you click on the item in the recipe book, it will show up incorrect and also pull the materiasl into the incorrect places in the crafting table. It's a minor thing, but something that I believe should be looked into at some point.

 

I should also mention that I'm using the 1.12.1 - 14.22.1.2478 recommend build.

 

For reference this is one of my recipe json files that shows incorrectly. Just in case that it's actually me, who have done something wrong.

{
  "type": "forge:ore_shaped",
  "pattern": [
    "X",
    "X",
    "#"
  ],
  "key": {
      "#": {
        "type": "forge:ore_dict",
        "ore": "stickWood"
      },
      "X": {
        "item": "em:amethyst"
      }
    },
  "result": {
    "item": "em:amethyst_sword"
  }
}

If it's me who have done something wrong, then I apologize for the inconvenience.

Ah an actual bug! {Well more of an oversight}

Thanks for the report, i've fixed it. Vanilla hardcoded the size check for explicitly vanilla shaped recipes. I've abstracted that out to make it work with modded recipes.

The next build will have this fix.

https://github.com/MinecraftForge/MinecraftForge/commit/036191cd52c2901fc881a488fa595835feaa4217

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

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.