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

View File

@@ -0,0 +1,14 @@
# Configuration file
general {
# Whether villagers check the metadata of the given items by default (defaul:true) [default: true]
B:checkMetaByDefault=true
# Whether villagers check the NBT tag of the given items by default (defaul:false) [default: false]
B:checkNbtByDefault=false
# Set to false to disable the icons in the villager trading GUI indicating whether a trade is NBT/meta-sensitive [default: true]
B:guiIcons=true
}