Add blocks by wildcard?
PurpleHel opened this issue ยท 4 comments
Is it possible to add blocks to the config via wildcard? If so, how? If not, consider this a feature request. :D
The default config shows examples how to use regex for matching (path only, don't regex the namespace / modid).
Ok, so can't use wildcards for the blocks themselves. got it. Is that something that you might change in the future? Cos it'd be really useful to be able to just add like, anything from a given mod that has 'block' in the name.
the last three examples in the default config show uses of wildcards
{
"baseRegistryName": "minecraft:.*_log",
"depth": 16,
"hardnessMultiplier": 9.0,
"recipeEnabled": true
},
{
"baseRegistryName": "minecraft:.*_wool",
"depth": 16,
"hardnessMultiplier": 9.0,
"recipeEnabled": true
},
{
"baseRegistryName": "minecraft:.*_concrete$",
"depth": 16,
"hardnessMultiplier": 9.0,
"recipeEnabled": true
}