• Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • None
    • Affects Version/s: None
    • Environment:

      spigot-1.8.8-R0.1-SNAPSHOT.jar

      A FlowerPot's contents cannot be set or retrieved correctly using the existing API calls.

      The code used in testing:

      FlowerPot fp = (FlowerPot) block.getState().getData();
      MaterialData d = new MaterialData(Material.RED_ROSE);
      fp.setContents(d);
      block.getState().update(true);
      

      Also, see the test done by Spigot user Mareckoo01:

            Assignee:
            md_5
            Reporter:
            Brian Voter
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: