You are viewing our Forum Archives. To view or take place in current topics click here.
Crafting Spawner Eggs?
Posted:

Crafting Spawner Eggs?Posted:

crofty96
  • New Member
Status: Offline
Joined: Aug 26, 201112Year Member
Posts: 36
Reputation Power: 1
Status: Offline
Joined: Aug 26, 201112Year Member
Posts: 36
Reputation Power: 1
I am creating a mod which allows you to create spawner eggs but I don't know what to put.

This is the recipe
-------------------------------------------------------------------------------------
addRecipe(new ItemStack(???????, 1), new Object[]
{
"#X#", '#', Block.dirt, 'X', Item.seeds
});
-------------------------------------------------------------------------------------
I will most likely change the recipe but what do I enter where I have placed the question marks?
#2. Posted:
psmod60
  • Challenger
Status: Offline
Joined: Aug 29, 201013Year Member
Posts: 148
Reputation Power: 5
Status: Offline
Joined: Aug 29, 201013Year Member
Posts: 148
Reputation Power: 5
rotten flesh and mob dropings
#3. Posted:
crofty96
  • New Member
Status: Offline
Joined: Aug 26, 201112Year Member
Posts: 36
Reputation Power: 1
Status: Offline
Joined: Aug 26, 201112Year Member
Posts: 36
Reputation Power: 1
psmod60 wrote rotten flesh and mob dropings


WAHT??? what dies that have to do with anything?
#4. Posted:
PSG1
  • TTG Contender
Status: Offline
Joined: May 05, 201112Year Member
Posts: 3,656
Reputation Power: 161
Status: Offline
Joined: May 05, 201112Year Member
Posts: 3,656
Reputation Power: 161
Put the material name in the questionmarks.


So like GOLD_BLOCK or DIAMOND_BLOCK. Or the item ID
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.