Skip to content

Block checklist for developers

immortaleeb edited this page Feb 5, 2014 · 2 revisions

A handy checklist that shows us which things need to be checked before finally commiting a new block:

Basic stuff:

    1. Material of the block
    1. Hardness of the block
    1. Resistance against explosions
    1. Stepsounds of the block
    1. Define the harvest levels for the block (Which tier of pickaxe/axe/shovel is needed to break that block?)
    1. Can the block be silk touched?
    1. Does fortune have an effect on this block?
    1. Is the block movable (use getMobilityFlag())
    1. Add if necessary

Other stuff:

    1. Light opacity (how much light does this block let through)
    1. Is the block breakable?
    1. Add if necessary
Clone this wiki locally