feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#All configuration items related to the core gameplay
[gameplay]
#minecolonies.config.enablecitizenvoices.comment [Default: true]
enablecitizenvoices = true
#By default, when placing a schematic near other buildings, the already-placed buildings will show as if they were at level 5 and have a blue outline around them. You can disable that by setting this to false. [Default: true]
neighborbuildingrendering = true
#How close a building needs to be to another to be considered a neighbor, in blocks. -1 = intersecting, 0 = touching [Default: 4, min: -2, max: 16]
# Default: 4
# Range: -2 ~ 16
neighborbuildingrange = 4
#How close (in blocks) you need to be to see work orders while wearing the Build Goggles. [Default: 50, min: 1, max: 250]
# Default: 50
# Range: 1 ~ 250
buildgogglerange = 50
#When true, the colony borders shown when holding the build tool will be in the colony's team color. When false, the colony you're inside will be white and any other colony will be red. [Default: true]
colonyteamborders = true
#Should special holiday content be displayed? [Default: true]
holidayfeatures = true
#When true, dyed leather items will show a tooltip so that you know what color to use. [Default: true]
showdyetooltips = true