Jump to content

psgarsenal

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    France
  • Personal Text
    wassup?

psgarsenal's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Works, but I still have the same error: "ItemStack cannot be resolved to a type" Edit: Now works! had to import: "import net.minecraft.item.ItemStack;" Thanks a lot for helping!
  2. Instead of using "<" use "<=" ? This way it should read the whole array
  3. Hi everyone! I just started following some tutorials about mod creation, but there comes a problem: while trying to declare a recipe, Eclipse shows me an error at line 27: "ItemStack cannot be resolved to a type" The code: I'm using windows 8 64 bits, Eclipse 4.4.2 64 bits, and the latest release of forge 1.8. I was thinking about a missing import? Anyway, thanks for reading!
×
×
  • Create New...

Important Information

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