Jump to content
  • Home
  • Files
  • Docs
  • Merch
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • lucidagrande

lucidagrande

Members
 View Profile  See their activity
  • Content Count

    2
  • Joined

    April 13, 2017
  • Last visited

    Monday at 06:07 PM

Community Reputation

0 Neutral

About lucidagrande

  • Rank
    Tree Puncher
  1. lucidagrande

    [1.12.2] onItemRightClick returns old itemstacks stacksize (Solved)

    lucidagrande replied to lucidagrande's topic in Modder Support

    Worked like a charm, thanks!
    • December 16, 2017
    • 2 replies
  2. lucidagrande

    [1.12.2] onItemRightClick returns old itemstacks stacksize (Solved)

    lucidagrande posted a topic in Modder Support

    When using onItemRightClick on a item that has a stacksize above 1 i notice an unwanted behavior. EXAMPLE: Let's say that the item which onItemRightClick belongs to has 20 items in its itemstack and when rightclicked it should output 1 coccoa beans i use this code: @Override public ActionResult<ItemStack> onItemRightClick(World worldIn, EntityPlayer playerIn, EnumHand handIn) { // Should return 1 cocoa beans return new ActionResult<>(EnumActionResult.SUCCESS, new ItemStack(Items.DYE, 1, 3)); } Instead of returning an itemstack of 1 cocoa beans i get 20 as in the example above. So how do i fix this?
    • December 16, 2017
    • 2 replies
  • All Activity
  • Home
  • lucidagrande
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community