Jump to content

[1.5] using other mod's planks


Satscape

Recommended Posts

 

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.

 

Link to comment
Share on other sites

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/

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.