Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
simibubi committed Oct 29, 2021
0 parents commit cd3f8bc
Show file tree
Hide file tree
Showing 695 changed files with 52,433 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
25 changes: 25 additions & 0 deletions .gitignore
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
21 changes: 21 additions & 0 deletions config/ChickenChunks.cfg
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" {
}
14 changes: 14 additions & 0 deletions config/EnderStorage.cfg
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
Loading

0 comments on commit cd3f8bc

Please sign in to comment.