Hello, is there any way to create a ItemStack with the Item id? If not is there a list off all the possible Blocks and Items? Im asking because i cant find Bone_meal anywhere and didnt find any useful documentation.
My Example with Bone_meal: (351 is the ID)
ItemStack boneMealStack = new ItemStack(351);
gives the Error The constructor ItemStack(int) is undefined. I know what a Constructor is, but couldnt find anything useful online.