You are viewing our Forum Archives. To view or take place in current topics click here.
Crafting Spawner Eggs?
Posted:
Crafting Spawner Eggs?Posted:
Status: Offline
Joined: Aug 26, 201113Year 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?
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:
Status: Offline
Joined: Aug 29, 201014Year Member
Posts: 148
Reputation Power: 5
rotten flesh and mob dropings
- 0useful
- 2not useful
#3. Posted:
Status: Offline
Joined: Aug 26, 201113Year Member
Posts: 36
Reputation Power: 1
psmod60 wrote rotten flesh and mob dropings
WAHT??? what dies that have to do with anything?
- 0useful
- 1not useful
#4. Posted:
Status: Offline
Joined: May 05, 201113Year Member
Posts: 3,656
Reputation Power: 161
Status: Offline
Joined: May 05, 201113Year 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
So like GOLD_BLOCK or DIAMOND_BLOCK. Or the item ID
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.