Pistons & Enchantment tables /Brewing stand #22


  • Defect
  • Accepted
Open
Assigned to _ForgeUser3817416
  • _ForgeUser8138131 created this issue Dec 24, 2011

    What steps will reproduce the problem?
    [Pistons]
    1.[Creative] Put a diamond bloc (or anything else) in front of a piston, place some redstones
    2./bsc toggle [Survial] place a red stone torch => the diamond bloc will move and then you will be able to pick it up.
    [Enchantment tables /Brewing stand]
    You can use these two blocs in [Creative] mode to put some stuff inside and then toggle to [Suvival] to get it in your inventory.

    What version of the product are you using?
    1.8

    Do you have an error log of what happened?
    Nope

    Please provide any additional information below.
    I think it's easy to solve the issue with enchantment table etc...
    in the "onPlayerInteract" java method  you wrote, something here
    " if ((block.getType() == Material.CHEST || block.getType() == Material.FURNACE || block.getType() == Material.DISPENSER || block.getType() == Material.WORKBENCH) && ....    " but you know better than me !

    I started to think about the "piston" issue, and ATM I don't know how to handle it...

    If you have an idea how to resolve this and you do not have time to code it : can you tell me how would you do so I can try to do the work, I know java and I'm learning bukkit API.

    Anyway, thank you for all you've done, this plugin is still a very good idea !

    Regards,

    Niak

    Any tickets submitted as of September 30, 2011, without this line at the end will be deleted.

  • _ForgeUser8138131 added the tags New Defect Dec 24, 2011
  • _ForgeUser3817416 posted a comment Dec 26, 2011

    I'm aware of the piston issue, as it is listed in issue #12. I'll start work on fixing this problem once I return from my vacation.

  • _ForgeUser3817416 removed a tag New Dec 26, 2011
  • _ForgeUser3817416 added a tag Accepted Dec 26, 2011

To post a comment, please login or register a new account.