Initial commit

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

15
both/config/fodc.cfg Normal file
View File

@@ -0,0 +1,15 @@
# Configuration file
general {
# Names that match any of these regexes will not be registered. Supports multiple expressions separated by commas.
# Uses Java's Pattern class regex syntax. See the following page for more info about Pattern regex syntax:
# http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
S:blacklist=
# Only names that match any of these regexes will be registered. Supports multiple expressions separated by commas.
# Uses Java's Pattern class regex syntax. See the following page for more info about Pattern regex syntax:
# http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
S:whitelist=^ore.*,^ingot.*,^dust.*,^block.*
}