Crafting recipe yeilds mossy stone brick

Discussion in 'Plugin Development' started by millerni456, Dec 23, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    millerni456

    Hello I figure this is an easy question, but I am unable to find information to it.

    I want to create a crafting recipe of shape
    [ ][V][ ]
    [V][M][V]
    [ ][V][ ]

    Where the M is stone brick
    and the V 's are vines.

    However when I go to set the result of the recipe
    Code:
    new ShapedRecipe(new ItemStack);
    
    I do not know how to make it so the itemstack contains a value not listed under the Material enum.
    Also I am not able to specify the ID for mossy stone brick (which is 98.1).
    Help appreciated, thanks!
     
  2. Offline

    unicode21B9

  3. Offline

    millerni456

    thanks it worked ;)
     
Thread Status:
Not open for further replies.

Share This Page