# Static Properties default configuration file
# Example of valid patterns:
# - minecraft:glowstone requiresTool=true
# - minecraft:bedrock strength=0
# - minecraft:*glass sound=AMETHYST
# - *_leaves hasCollision=false
# - modid:* light=15
# Rules can also be negated by prefixing them with "!"
# This will make all rock have a strength of 1 except for bedrock:
# - *rock strength=1
# - minecraft:bedrock !strength
# Static Properties also support a few preprocessor directives
# - #ifmod <modid>
# - #ifnmod <modid>
# - #endif
# - #import <relative path>
# - #print <message>
# - #warn <message>
# - #define <key> <value>
# Defines can be used by doing $key