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

 

Hi all, I have several recipes in my mod that use planks:

GameRegistry.addRecipe(new ItemStack(buildingConstructor, 1), new Object[]{
            "PPP", "CWC", "CCC",
            Character.valueOf('C'), Block.cobblestone,
            Character.valueOf('P'), Block.planks,
            Character.valueOf('W'), Block.workbench
        });

 

I've noticed in NEI when looking up recipes that other mods can use planks from other mods such as Forestry and XtraBiomesXL. How do I do that with mine, as they currently only accept vanilla planks. Is it something to do with the ore dictionary? (even though planks are not ores!) or are they using the respective mod's API ?

 

Thanks.

 

if the mod registers the wood using forge ore dictionary you can use the forge ore dictionary.

 

I think you might find this usefull http://www.minecraftforge.net/wiki/Common_Oredict_names

 

and this guy has tutorials on how to use the ore dictionary (note its for 1.4.7 not sure if it works for 1.5 haven't tested but I doubt the ore dict was changed in 1.5)

http://www.minecraftforum.net/topic/1452051-147-deverions-forge-modding-tutorials-updated-04-03-2013-23-tutorials/

also, if you add it to that you can transmute it using the forge lexicon

The Korecraft Mod

  • Author

Thanks guys, my mod doesn't add new planks, it uses planks in it's recipes, but it looks like I can use OreDictionary.getOres() method to get all planks available (including Forestry planks etc) and add a recipe for each type, nice!

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.