Skip to content

A library for creating and editing Minecraft items using python.

License

Notifications You must be signed in to change notification settings

Amp63/mcitemlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mcitemlib

A library for creating and editing Minecraft items using python.

Method List

General

  • get_id
  • get_count
  • get_durability
  • get_name
  • set_id
  • set_count
  • set_durability
  • set_name

Lore

  • get_lore
  • set_lore
  • set_lore_line

Enchantments

  • get_enchantments
  • set_enchantment

Shulker Boxes

  • get_shulker_box_item
  • set_shulker_box_item

Books

  • get_book_text
  • set_book_text
  • set_book_page
  • set_book_author
  • set_book_title

Other

  • get_tag
  • set_tag
  • get_nbt
  • send_to_minecraft

About

A library for creating and editing Minecraft items using python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages