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 just wanted to know if there's a easy way to add my custom planks to crafting recipes like, beds, chests, and stuff like that, so that they will work if I'm using my custom planks with vanilla planks.

 

I know I can do something like this.

GameRegistry.addRecipe(new ItemStack(Blocks.crafting_table, 1),
"ww",
"ww",
'w', new ItemStack(myBlocks.planks, 1, OreDictionary.WILDCARD_VALUE));

But that will only allow me to use my own custom planks in the crafting recipe, if I use any vanilla planks, the recipe won't work.

 

I know this is a newbi question, but you know :P

You do not do this by adding your own recipes, you need to register the plank to the OreDictionary in the init.

  • Author

You do not do this by adding your own recipes, you need to register the plank to the OreDictionary in the init.

I see, and how would I go about doing that, if I may ask? :)

You do not do this by adding your own recipes, you need to register the plank to the OreDictionary in the init.

I see, and how would I go about doing that, if I may ask? :)

 

Call

OreDictionary.registerOre

in init. Forge registers vanilla planks as

"plankWood"

and uses this as a replacement ingredient for planks when it replaces vanilla recipes with ore recipes; so register your planks as

"plankWood"

as well.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

  • Author

You do not do this by adding your own recipes, you need to register the plank to the OreDictionary in the init.

I see, and how would I go about doing that, if I may ask? :)

 

Call

OreDictionary.registerOre

in init. Forge registers vanilla planks as

"plankWood"

and uses this as a replacement ingredient for planks when it replaces vanilla recipes with ore recipes; so register your planks as

"plankWood"

as well.

 

Awesome thanks alot, that did the trick :)

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.