[Unanswered] Having something drop 2 Items
MC Modding :: Help :: Help
Page 1 of 1
[Unanswered] Having something drop 2 Items
I have a mod that is a cocaine plant (pm me if you want the code I used cause people are having difficulty with this) and I was wondering how to make it drop 2 things, ex: cocaine leaves And cocaine seeds
(I only put this part as this is all I need help with.)
- Code:
return mod_COCAINELEAVES.Cocaineleaves.shiftedIndex;
} else
{
return 3;
}
}
public int quantityDropped(Random random)
{
return 2;
}
}
(I only put this part as this is all I need help with.)
jesshankin22- Member
- Posts : 47
Join date : 2011-10-24
MC Modding :: Help :: Help
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum