I'm using mcpe 0.9.5 on BlockLauncher 1.7.7. I've got the following code:
[quote]lock.defineBlock(214, "My Block",[
["diamond_block",0],
["redstone_block",0],
["iron_block",0],
["iron_block",0],
["iron_block",0],
["iron_block",0]]);
Block.setLightLevel(214, 13);
Item.setCategory(214,ItemCategory.TOOL);
Block.setDestroyTime(214,1); When I run the mcpe, import the mod, tmi shows the block in the tool category, but when I open minecraft's creative tabs, there are only original mcpe blocks and items. The Item.setCategory doesn't display custom items in creative tabs, too. Can somebody solve this problem?
[quote]lock.defineBlock(214, "My Block",[
["diamond_block",0],
["redstone_block",0],
["iron_block",0],
["iron_block",0],
["iron_block",0],
["iron_block",0]]);
Block.setLightLevel(214, 13);
Item.setCategory(214,ItemCategory.TOOL);
Block.setDestroyTime(214,1); When I run the mcpe, import the mod, tmi shows the block in the tool category, but when I open minecraft's creative tabs, there are only original mcpe blocks and items. The Item.setCategory doesn't display custom items in creative tabs, too. Can somebody solve this problem?