Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit abaad1eec9
7047 changed files with 99946 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Configuration file
aoe_exclusions {
# Block IDs (with optional metadata) that should not be broken by tool.excavator's AOE effect [default: [examplemod:exampleblock], [examplemod:exampleblock:1]]
S:tool.excavatorExclusions <
examplemod:exampleblock
examplemod:exampleblock:1
>
# Block IDs (with optional metadata) that should not be broken by tool.hammer's AOE effect [default: [examplemod:exampleblock], [examplemod:exampleblock:1]]
S:tool.hammerExclusions <
examplemod:exampleblock
examplemod:exampleblock:1
>
# Block IDs (with optional metadata) that should not be broken by tool.lumberaxe's AOE effect [default: [examplemod:exampleblock], [examplemod:exampleblock:1]]
S:tool.lumberaxeExclusions <
examplemod:exampleblock
examplemod:exampleblock:1
>
}