This repository was archived by the owner on Apr 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 129
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
TODO List #464
Copy link
Copy link
Open
Description
This is a comprehensive TODO list that will be regularly updated. It contains what has been done and what needs to be done.
Last updated: 29/04/2020 at 15:16 pm
World
- Chunks
- Biome colours
- Block entities
- Chest (working on it)
- Enderchest (working on it)
- Furnace
- Enchanting table
- Beacon
- Brewing stand
- Signs (kind of)
- Spawner
...Plus more, but this is a good starting list
- Implement sign editing
- Sounds
- Bossbar
- Block breaking
- Fix block breaking
- Support for enchantments and effects when breaking blocks
- Block placing
- Support for stopping time (
/gamerule doDaylightCycle false
) - Dimension changing (
feature/dimension-changing
) - Implement maps
- Implement item frames (entities in java, block entity in bedrock. ugh.)
- World border support (World border #540)
Player
- Movement (slightly buggy)
- Chat
- Don't allow sending a message longer than 256 characters
- Fix chat translation sometimes being weird (section symbol before a message, etc)
- Full translation support
- Fix movement on slabs/stairs/carpets
- Commands (can also translate the arguments to bedrock! well, its a bit broken...)
- View statistics (/stats)
- General
- Items
- Mobs
- Inventory support
- Item NBT translation (name and lore currently)
- Dropping items
- Moving items (untested)
- Inventories (
feature/inventories
)- Player inventory
- Beacon
- Command block
- Brewing stand
- Furnace
- Chest-style inventories (chest, ender chest etc)
- Block off rows that do not exist due to custom inventory sizes (Java can have an inventory with a single row, bedrock cant)
- Enchanting table
...Plus more, but this is a good starting list
- Creative inventory
- Don't allow creative crafting (doesn't exist in Java)
- Fix creative inventory being buggy
- Block pick request
- Fix player being invisible (Player is invisible #470)
- Fix player flying (no gamemode c fly #484)
Entities
- Viewing other entities
- Spawn egg support
- Effects
- Full entity metadata support
- Pig
- Horse
- Creeper
- Wolf
- Ocelot
- Fox
- Falling block
- Creeper
- Wither
- Cat
- Blaze
- Enderman
- Iron golem
- Snow golem
- Zombie
- Zombie villager
- Villager
- Ender dragon
- Dropped items
- Fishing rods
- Giant zombies (because why not?)
- Riding entities (minecarts, boats etc) (being worked on)
Other
- Skin fetching
- Support for alex skins
- Optifine cape support
- Official Mojang cape support (and Minecon)
- Mojang authentication (online mode)
- Scoreboard (
feature/scoreboards-new
) - Titles
- Resource packs
- Fix offline mode (see also Sometimes offline mode players join too late #471)
- Multiple languages
- Item pickup animation
rmellis, Zafpyr, SrBedrock and roseckyj