-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit cd3f8bc
Showing
695 changed files
with
52,433 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.mixin.out/** | ||
crash-reports/** | ||
logs/** | ||
mods/** | ||
natives/** | ||
paintings/** | ||
palettes/** | ||
local/** | ||
patchouli_books/** | ||
resourcepacks/** | ||
saves/** | ||
schematics/** | ||
screenshots/** | ||
themes/** | ||
config.json | ||
hotbar.nbt | ||
knownkeys.txt | ||
optionsof.txt | ||
optionsshaders.txt | ||
patchouli_data.json | ||
reauth.toml | ||
servers.dat | ||
servers.dat_old | ||
usercache.json | ||
usernamecache.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# If Players with OP permissions bypass chunk loading restrictions. | ||
B:"opsBypassRestrictions"=false | ||
|
||
# If Players with OP permissions can manage other users ChunkLoaders | ||
B:"opsAccessAllLoaders"=true | ||
|
||
# If chunks should stay loaded when a ChunkLoader's owner is offline. | ||
B:"allowOffline"=true | ||
|
||
# How long in minutes ChickenChunks should wait after a Player logs out to unload their chunks. Only effective when allowOffline=false | ||
I:"offlineTimeout"=0 | ||
|
||
# The number of chunks each player is allowed to load in total. | ||
I:"totalAllowedChunks"=5000 | ||
|
||
# The number of chunks each ChunkLoader is allowed to load in total. | ||
I:"chunksPerLoader"=400 | ||
|
||
# Specifies restrictions for each player, Use /chickenchunks instead. | ||
"playerRestrictions" { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# The RegistryName for the Item to lock EnderChests and Tanks. | ||
S:"personalItem"="minecraft:diamond" | ||
|
||
# Causes chests to lose personal settings and drop the diamond on break. | ||
B:"anarchyMode"=false | ||
|
||
# The size of each inventory of EnderStorage, 0 = 3x3, 1 = 3x9, 2 = 6x9, default = 1 | ||
I:"item_storage_size"=1 | ||
|
||
# Disables the tank on top of creators heads. | ||
B:"disableCreatorVisuals"=false | ||
|
||
# Enable this to make EnderStorage use vanilla's EnderChest sounds instead of the standard chest. | ||
B:"useVanillaEnderChestsSounds"=false |
Oops, something went wrong.