How would I override vanilla block properties? For example, decrease obsidian blast resistance, make cobble a falling block, make wool inflammable, etc. Blocks.OBSIDIAN etc are final values and cannot be directly modified.   Also is it possible to modify wool and other colored block properties without manually entering each wool color in an array and parsing through etc?