Skip to main content

Python AZNB Event Handler Item Crafted

Comments

3 comments

  • This is a known issue in the Python library and hopefully it will be resolved in the coming months. I shall say though I wouldn't think it's an event that would be used often...

    0
  • Debbie Alexander
    Moderator Beacon of Knowledge Super Star

    Thanks Andrew! I also noticed that on_player_travelled has changed behavior. It seems to think I am flying when I walk. Appreciate the help so much! I hope you are having a good summer!

    (Is it normal for on_item_used to say you used a golden axe when you place water from a bucket of water? lol I've been in Minecraft for awhile, but there's so much that's still new. But I sure don't have a golden axe in my inventory, and the message says I used a golden axe and my method was pour bucket.)

    def on_item_used(item,method):

        say("You used ",item," by ",method)

    0
  • Debbie Alexander
    Moderator Beacon of Knowledge Super Star

    Andrew Mulholland - you are right, the crafting error is fixed with the new, object data being returned for item names, now. (I assume that data is object data; please correct me.) The on_item_used event was fixed in the same way.

    However, the on_player_travelled only works for walk in the beginning, then it stops working and thinks you are still flying when you try to walk after flying. 

     

    1

Please sign in to leave a comment.