Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: blocks #328

Open
21 of 97 tasks
smartcmd opened this issue Jul 30, 2024 · 0 comments
Open
21 of 97 tasks

feat: blocks #328

smartcmd opened this issue Jul 30, 2024 · 0 comments
Labels
Development Task New Feature New feature or request

Comments

@smartcmd
Copy link
Member

smartcmd commented Jul 30, 2024

We are planning to implement most of the block in MCBE 1.2.10.2, here is a list which contains these blocks so that we can know our progress.

For a certain block, there are basical three part of things that need to be implemented:

  1. block placement (P)
  2. item drops (D)
  3. advanced functions (redstone, etc...) (F)

If you only implement part of the functionality of a block, e.g. you only implement the placement and dropping of pistons, you can add the letters P and D after the corresponding item, like this:

  • piston P D

And when you fully implement it:

  • piston

Construction

  • planks
  • wall
  • fences
  • fence gates
  • stairs
  • doors
  • trapdoor
  • iron bars
  • glass
  • glass panes
  • ladder
  • half slabs
  • bricks (brick block, stone bricks, mossy stone bricks, end stone bricks, etc...)
  • sandstone
  • block of coal, gold, iron, emerald, diamond, lazuli
  • quartz block (normal, pillar, chiseled)
  • prismarine (normal, dark)
  • slime block P D
  • hay bale
  • bone block
  • nether wart block
  • wool
  • wool carpet
  • concrete powder
  • concrete
  • clay
  • terracotta (normal, galzed)
  • putpur block (normal, pillar)

Items

  • beds
  • torch
  • crafting table
  • furnace (normal, blast furnace, smoker)
  • brewing stand
  • anvils
  • enchantment table
  • bookshelf
  • cauldron P D
  • chests
    • normal chest
    • trapped chest
    • ender chest
  • shulker boxes
  • note block
  • jukebox
  • glowstone
  • redstone lamp
  • sea lantern
  • sign
  • painting
  • item frame
  • flower pot
  • mob skulls
  • beacon
  • end portal
  • redstone block
  • observerdaylight sensor
  • redstone repeater
  • redstone comparator
  • hopper
  • dropper
  • dispenser
  • piston
  • sticky piston
  • TNT
  • banners

Nature

  • dirt, coarse dirt, grass block, podzol, mycelium P
  • stone (normal, granite, etc...)
  • ores P
  • gravel
  • sand
  • cactus
  • logs
  • leaves P
  • saplings
  • seeds
  • crops
  • jack o'lantern P
  • ground cover (grass, double grass, fern, large fern)
  • flowers
  • vines
  • lily pad
  • dead bush
  • snow P
  • ice P
  • top snow
  • monster stone eggs
  • obsidian
  • bedrock
  • soulsand P D
  • netherrack
  • magma block P D
  • endstone
  • chorus flower
  • chorus plant
  • sponge P D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development Task New Feature New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant