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

good days

i have a little trouble for the amount of textures in 512*512 in mi mod but fix this takes to another trouble and this other trouble

i think i can resolvit using ore dict butnot to fluent whith the ore dict ore the english languague

 

for mi understand

http://www.minecraftforge.net/wiki/How_to_use_the_ore_dictionary

http://www.minecraftforge.net/wiki/Common_Oredict_names

 

*the doub 00

in mi mod i have and steelIngot named AceroMercenario if i declare this ingot in the dictionary like

OreDictionary.registerOre("ingotSteel", new ItemStack(MercenaryModItems.aceroMercenario));

 

this means that this ingot becomes equivalent to any other steel ingot for any other mod that was declare like "ingotSteel" in the ore dictionary

and thus if in mi mod i make a handgun grip using five steel ingots this recipe would be compatible whith any other steelIngot from any mod ? 

 

to test this theory  i register two items from mi mod to the same value, mi steel ingot and mi redstone ingot

 

    OreDictionary.registerOre("ingotSteel", new ItemStack(MercenaryModItems.aceroMercenario));
    
    OreDictionary.registerOre("ingotSteel", new ItemStack(MercenaryModItems.redstoneMercenaria));

 

this means if i put five redstone ingots in the workbench gona have the same output from the steel ingot, an handgun steel grip for output,

and the experiments fail coz there is no output whith the five redstone ingots,

 

soo or

- or  i doit wrong,

- or this is not the way any of this works

 

 

heklp gracias.

  • Author

oooh is working

the rcipe like is formet in the guide dont work but now whit this i mod it form

 

GameRegistry.addRecipe(new ItemStack(MercenaryModItems.mangoAcero, 1,0), new Object[]

{"  ", "AAA", "A  ",  'A', new ItemStack(MercenaryModItems.aceroMercenario,1,0)});

 

 

GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(MercenaryModItems.mangoAcero, 1,0),  new Object[]

{"  ", "AAA", "A  ",  'A', "ingotSteel" }));

 

now there is an steel handgungrip in the exit when i use redstone ingots, even mixing steel and redstone 

 

damnit  looks posible but i must redo like 300 recipes  just to make the test

 

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.