From 84be56fefb21863b28fd922b6b56eed07c5b56ed Mon Sep 17 00:00:00 2001 From: Intyre Date: Fri, 2 Oct 2015 00:49:56 +0200 Subject: [PATCH] edited TODO.md --- TODO.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 1d96bb645..156f0fdf4 100644 --- a/TODO.md +++ b/TODO.md @@ -3,4 +3,19 @@ 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 -- [ ] add things here +## src/pocketmine/item/Item.php + +- [x] add missing items + - [x] sort all items in ``public static function init(){}`` + - sort using ID + - [x] create list of missing items +- [ ] create seperate functions for views (maybe?) + - [ ] sort everything in ``private static function initCreativeItems(){}`` + - the way it looks ingame using **MCPE 0.12.1** + +## src/pocketmine/block/Block.php + +- [ ] add missing blocks + - [ ] sort all blocks in init() + - sort using ID + - [ ] create a list of missing blocks