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've been trying to figure out a way to obtain the Object array that stores the items in a recipe for days now. I really just need some help figuring out how to access the arrays. I've attempted to see how NEI gets the ingredients but it seems to be beyond my understanding. I understand how to get the recipe list and all that just not how to get the object arrays that describe what the recipe actually is. There's a method that gives the output of a recipe but not the input. How would I get the input?

  • Author

Thank you for the quick response. But I still don't understand how figuring out what type the recipe is will allow me to access the object[] that holds the ingredients. Could you please elaborate.

 

while(recIterator.hasNext()){
    		if(recIterator.next() instanceof ShapedRecipes){
    		}
}

 

I pasted my simple code to find out what type it is but I don't know how to proceed further and get the array.

public void removeRecipe()
{
Iterator iterator = FurnaceRecipes.smelting().getSmeltingList().entrySet().iterator();
Entry entry;
do 
{
entry = (Entry)iterator.next();
if(((ItemStack)entry.getKey()).getUnlocalizedName().equalsIgnoreCase("tile.oreIron")||((ItemStack)entry.getKey()).getUnlocalizedName().equalsIgnoreCase("tile.oreGold"))
{
	iterator.remove();
	System.out.println(((ItemStack)entry.getKey()).getUnlocalizedName()+ " Removed!");
}
}

^ look at this, took it out from my mod. i use it to remove recipes.

*********************************

**  Always remember you are unique,  **

**  just like everyone else                   **     

**********************************

Was my post helpful? Say thanks and

press the thank you button, on my post!!

God, damn it!

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.