mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-28 16:17:01 +00:00
670 B
670 B
TODO
This branch will get used to to fix all issues with items and blocks.
Working from branch mcpe-0.12 tested with MCPE 0.12.1
src/pocketmine/item/Item.php
- add missing items
- sort all items in
public static function init(){}
- sort using ID
- create list of missing items
- sort all items in
- create seperate functions for views (maybe?)
- sort everything in
private static function initCreativeItems(){}
- the way it looks ingame using MCPE 0.12.1
- sort everything in
src/pocketmine/block/Block.php
- add missing blocks
- sort all blocks in init()
- sort using ID
- create a list of missing blocks
- sort all blocks in init()