Name | block_strength |
Object | MaterialTag |
Input | ElementTag(Decimal) |
Related Tags | <MaterialTag.block_strength> Returns the material's strength level. (Only for block materials). (...)
|
Description | Sets the strength for all blocks of this material type.
This does not work for specifically obsidian (as it is a hardcoded special case in the Minecraft internals). |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java#L770 |