deoxxa / jsmc

Pure JavaScript Minecraft server
Other
82 stars 14 forks source link

Added lib/unsupported.js for unsupported items #30

Open whiskers75 opened 11 years ago

whiskers75 commented 11 years ago

WARNING: Currently calls TileEntities unsupported. IF YOU IMPLEMENT THEM, PLEASE CHANGE THIS!! New features: Unsupported.items (array of unsupported items - does not include those unsupported items >= 256) Unsupported.checkForBlock(block id) Returns false if a block is unsupported, a block id if it is or is placed under a different id than given.