Skip to content

A new block.py that has every block/item ID and some search functions to help you remember them all!

License

Notifications You must be signed in to change notification settings

Red-exe-Engineer/Custom-MCPI-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Custom-MPCI-API

A new block.py that has every block/item ID and some search functions to help you remember them all!

Github said I should add this. Just put it in your MCPI API dorectory and import *

Examples:

from mcpi.data import *

print(searchAll(search="sign"))

print(searchBlock(search="stone"))

print(searchItem(search="clock"))

blockID = Block("Block of Gold") itemID = Item("Arrow")

print([blockID, itemID])

About

A new block.py that has every block/item ID and some search functions to help you remember them all!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages