-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
0d17706
commit 7889462
Showing
39 changed files
with
15,192 additions
and
1 deletion.
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
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,40 @@ | ||
#ChunkLoader Configuration File | ||
#Deleting any element will restore it to it's default value | ||
|
||
#Per player chunk limiting. Values ignored if 0.:Simply add <username>=<value> | ||
players | ||
{ | ||
#Forge gives everyone 12500 by default | ||
DEFAULT=5000 | ||
#For server op's only. | ||
OP=5000 | ||
} | ||
|
||
#If set to false, players will have to be logged in for their chunkloaders to work.:Simply add <username>=<true|false> | ||
allowoffline | ||
{ | ||
DEFAULT=false | ||
OP=true | ||
} | ||
|
||
#Set to false to deny a player access to the chunk viewer | ||
allowchunkviewer | ||
{ | ||
DEFAULT=true | ||
OP=true | ||
} | ||
|
||
#The number of minutes since last login within which chunks from a player will remain active, 0 for infinite. | ||
awayTimeout=0 | ||
|
||
#Sets lasers to render as an outline instead of a solid square. | ||
lasersRenderHollow=false | ||
|
||
#The maximum number of chunks per chunkloader | ||
maxchunks=400 | ||
|
||
#Enabling this lets OPs alter other player's chunkloaders. WARNING: If you change a chunkloader, you have no idea what may break/explode by not being chunkloaded. | ||
op-interact=false | ||
|
||
#Set to false to disable the automatic reloading of mystcraft dimensions on server restart | ||
reload-dimensions=true |
Large diffs are not rendered by default.
Oops, something went wrong.
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,16 @@ | ||
{ | ||
"comment": "", | ||
"data": [ | ||
{ | ||
"comment": "Growthcraft\u0027s default bee", | ||
"item": { | ||
"ore": null, | ||
"comment": "Bee", | ||
"mod_id": "growthcraft_bees", | ||
"name": "bee", | ||
"amount": 1, | ||
"meta": 0 | ||
} | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
server-patches/v0.6.0/config/growthcraft/bees/bees.json.default
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,16 @@ | ||
{ | ||
"comment": "", | ||
"data": [ | ||
{ | ||
"comment": "Growthcraft\u0027s default bee", | ||
"item": { | ||
"ore": null, | ||
"comment": "Bee", | ||
"mod_id": "growthcraft_bees", | ||
"name": "bee", | ||
"amount": 1, | ||
"meta": 0 | ||
} | ||
} | ||
] | ||
} |
25 changes: 25 additions & 0 deletions
25
server-patches/v0.6.0/config/growthcraft/bees/flowers.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,25 @@ | ||
{ | ||
"comment": "", | ||
"data": [ | ||
{ | ||
"comment": "", | ||
"entry_type": "generic", | ||
"block": { | ||
"comment": "Flower", | ||
"mod_id": "minecraft", | ||
"name": "red_flower", | ||
"meta": 32767 | ||
} | ||
}, | ||
{ | ||
"comment": "", | ||
"entry_type": "generic", | ||
"block": { | ||
"comment": "Flower", | ||
"mod_id": "minecraft", | ||
"name": "yellow_flower", | ||
"meta": 32767 | ||
} | ||
} | ||
] | ||
} |
25 changes: 25 additions & 0 deletions
25
server-patches/v0.6.0/config/growthcraft/bees/flowers.json.default
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 @@ | ||
{ | ||
"comment": "", | ||
"data": [ | ||
{ | ||
"comment": "", | ||
"entry_type": "generic", | ||
"block": { | ||
"comment": "Flower", | ||
"mod_id": "minecraft", | ||
"name": "red_flower", | ||
"meta": 32767 | ||
} | ||
}, | ||
{ | ||
"comment": "", | ||
"entry_type": "generic", | ||
"block": { | ||
"comment": "Flower", | ||
"mod_id": "minecraft", | ||
"name": "yellow_flower", | ||
"meta": 32767 | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.