-
-
Notifications
You must be signed in to change notification settings - Fork 30
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:
-
- Material of the block
-
- Hardness of the block
-
- Resistance against explosions
-
- Stepsounds of the block
-
- Define the harvest levels for the block (Which tier of pickaxe/axe/shovel is needed to break that block?)
-
- Can the block be silk touched?
-
- Does fortune have an effect on this block?
-
- Is the block movable (use getMobilityFlag())
-
- Add if necessary
Other stuff:
-
- Light opacity (how much light does this block let through)
-
- Is the block breakable?
-
- Add if necessary