Jump to content

ter0

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ter0

  1. So, I was thinking of ways to make a funny and simple mod and I had this idea of a mod that adds new item that can be found somewhere in the Overworld, when you craft this item, you get one random item from vanilla minecraft or any mod you have installed. I know some basic java, but I'm new to modding on minecraft, so my question is, how can you craft an item and as a result you get a completely random item? GameRegistry.addRecipe(new ItemStack(woodenSickle), new Object[]{"","a","", 'a', random_item?}); What would I replace "random_item?" with?
  2. So, I was thinking of ways to make a funny and simple mod and I had this idea of a mod that adds new item that can be found somewhere in the Overworld, when you craft this item, you get one random item from vanilla minecraft or any mod you have installed. I know some basic java, but I'm new to modding on minecraft, so my question is, how can you craft a item and as a result you get a completely random item?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.