This repository has been archived by the owner on Jan 12, 2025. It is now read-only.
-
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
Showing
832 changed files
with
76,328 additions
and
76,524 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,47 @@ | ||
# Configuration file | ||
|
||
"client configs" { | ||
# Wireless Terminal will show a warning when Infinty Energy drops below this point and infinite range is active [range: 10 ~ 1000000, default: 5000] | ||
I:InfinityEnergyWarningAmount=5000 | ||
|
||
# Will shift-clicking a bauble try to put said bauble in a bauble slot before trying to store in system [default: true] | ||
B:ShiftClickBaubles=true | ||
} | ||
|
||
|
||
general { | ||
# Should Infinity Booster Card Recipe be disabled? [default: false] | ||
B:DisableBoosterRecipe=false | ||
|
||
# Should Dragons drop Infinity Booster Card? [default: true] | ||
B:DragonDropsBooster=true | ||
|
||
# Enable Infinity Booster Card [default: true] | ||
B:EnableBooster=true | ||
|
||
# If true, AE2 controller will chunk load itself [default: false] | ||
B:EnableControllerChunkLoading=false | ||
|
||
# Percentage chance that booster card will drop upon killing an Enderman. (between 1 and 100) [range: 1 ~ 100, default: 5] | ||
I:EndermanBoosterDropChance=5 | ||
|
||
# Will Enderman randomly drop infinity booster cards on death? [default: true] | ||
B:EndermanDropBoosters=true | ||
|
||
# Amount of Infinity Energy Consumed every 10 ticks when not in range of a WAP [range: 5 ~ 100, default: 15] | ||
I:InfinityEnergyDrainAmount=15 | ||
|
||
# Amount of Infinity Energy 1 Infinity Booster Card will convert to [range: 5 ~ 1000, default: 100] | ||
I:InfinityEnergyPerBooster=100 | ||
|
||
# If true, then simply inserting 1 Infinity Booster Card into the slot, will give limitless infinite range. [default: false] | ||
B:UseOldInfinityMechanic=false | ||
|
||
# Percentage chance that booster card will drop upon killing a wither. (between 1 and 100) [range: 1 ~ 100, default: 30] | ||
I:WitherBoosterDropChance=30 | ||
|
||
# Should Withers drop Infinity Booster Card? [default: true] | ||
B:WitherDropsBooster=true | ||
} | ||
|
||
|
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
Oops, something went wrong.