-
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
2194a75
commit 9eac11c
Showing
1,624 changed files
with
313,045 additions
and
90,859 deletions.
There are no files selected for viewing
Empty file.
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
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
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,60 @@ | ||
# Configuration file | ||
|
||
client { | ||
# tooltips are always shown when enabled | ||
B:alwaysShowTooltip=false | ||
} | ||
|
||
|
||
general { | ||
# Attack damage boost for power glove, mechanical glove & fire gauntlet | ||
# Min: 1 | ||
# Max: 2147483647 | ||
I:attackDamageBoost=3 | ||
|
||
# whether animals can drop everlasting food | ||
B:enableEverlastingFood=true | ||
|
||
# Hallow star damage when striking an entity | ||
# Min: 0 | ||
# Max: 2147483647 | ||
I:starCloakDamage=4 | ||
|
||
# Maximum amount of falling stars that spawn when struck while wearing a star cloak | ||
# Min: 0 | ||
# Max: 2147483647 | ||
I:starCloakStarsMax=8 | ||
|
||
# Minimum amount of falling stars that spawn when struck while wearing a star cloak | ||
# Min: 0 | ||
# Max: 2147483647 | ||
I:starCloakStarsMin=3 | ||
|
||
# per-chunk chance an underground chest is attempted to generate, from y = 1 to y = 45 | ||
# setting this to 0 prevents underground chests from generating | ||
# for values higher than 1, the amount of per-chunk attempts lies between floor(value) and ceil(value) | ||
# Min: 0.0 | ||
# Max: 1.7976931348623157E308 | ||
D:undergroundChestChance=0.35 | ||
|
||
# list of dimensions underground chests can spawn in (separated by commas) | ||
S:undergroundChestDimensions=0 | ||
|
||
# chance for a mimic to spawn instead of an underground chest | ||
# setting this to 0 prevents underground mimics from generating | ||
# Min: 0.0 | ||
# Max: 1.0 | ||
D:undergroundChestMimicRatio=0.4 | ||
|
||
# per-chunk chance an underwater shrine is attempted to generate, from y = 255 to y = 1, with at least 20 water blocks between the ocean surface and floor | ||
# setting this to 0 prevents underwater shrines from generating | ||
# for values higher than 1, the amount of per-chunk attempts lies between floor(value) and ceil(value) | ||
# Min: 0.0 | ||
# Max: 1.7976931348623157E308 | ||
D:underwaterShrineChance=0.001 | ||
|
||
# list of dimensions underwater shrines can spawn in (separated by commas) | ||
S:underwaterShrineDimensions=0 | ||
} | ||
|
||
|
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,133 @@ | ||
# Configuration file | ||
|
||
avaritiatweaks { | ||
|
||
tweaks { | ||
# If true, enables the Enhancement Crystal, | ||
# which allows it to be crafted with Infinity Tools / Armor to get special capabilities | ||
# e.g. Enchantments, Potion Effects, etc. | ||
B:enableEnhancementCrystal=true | ||
|
||
# If true, fixes the tooltip on Sword of the Cosmos so it matches with the Vanilla 1.9+ tooltips | ||
B:fixInfinitySwordTooltip=true | ||
|
||
# If true, enables unbreakable blocks mining with the World Breaker | ||
B:makeWorldBreakerGreatAgain=true | ||
} | ||
|
||
compats { | ||
# If true, enables Botania compat | ||
B:botaniaCompat=true | ||
|
||
# If true, enables JEI compat | ||
B:jeiCompat=true | ||
|
||
jei { | ||
# If true, provides descriptions for some items on JEI | ||
B:descriptions=true | ||
} | ||
|
||
botania { | ||
# If true, enables Gaia Block | ||
B:gaiaBlock=true | ||
|
||
# If true, enables Infinitato | ||
B:infinitato=true | ||
|
||
asgardandelion { | ||
# If true, enables Asgardandelion | ||
B:enabled=true | ||
|
||
# Set the delay in ticks between each generation cycle for Asgardandelion | ||
I:generationCycleDelay=1 | ||
|
||
# Set the amount of mana generated during each generation cycle for Asgardandelion | ||
I:generationCycleMana=1000000 | ||
|
||
# Set the max mana that can be stored by Asgardandelion | ||
I:maxMana=1000000 | ||
} | ||
|
||
soarleander { | ||
# If true, enables Soarleander | ||
B:enabled=true | ||
|
||
# Set the delay in ticks between each generation cycle for Soarleander | ||
I:generationCycleDelay=20 | ||
|
||
# Set the amount of mana generated during each generation cycle for Soarleander | ||
I:generationCycleMana=100 | ||
|
||
# Set the max mana that can be stored by Soarleander | ||
I:maxMana=1000000 | ||
} | ||
|
||
} | ||
|
||
} | ||
|
||
infinityarmor { | ||
# Put a list of Potion registery names you would like to have when wearing Infinity Boots | ||
# Requires Enhancement Crystal to be installed on Infinity Boots | ||
S:infinityBootsPotionEffects < | ||
> | ||
|
||
# Put a list of Potion registery names you would like to have when wearing Infinity Chestplate | ||
# Requires Enhancement Crystal to be installed on Infinity Chestplate | ||
S:infinityChestplatePotionEffects < | ||
> | ||
|
||
# Put a list of Potion registery names you would like to have when wearing Infinity Helmet | ||
# Requires Enhancement Crystal to be installed on Infinity Helmet | ||
S:infinityHelmetPotionEffects < | ||
minecraft:night_vision | ||
> | ||
|
||
# Put a list of Potion registery names you would like to have when wearing Infinity Leggings | ||
# Requires Enhancement Crystal to be installed on Infinity Leggings | ||
S:infinityLeggingsPotionEffects < | ||
> | ||
} | ||
|
||
infinitytools { | ||
# Put a list of Enchantment registery names + Enchantment level you would like to have on Nature's Ruin | ||
# Requires Enhancement Crystal to be installed on Nature's Ruin | ||
# Example: minecraft:unbreaking@100 | ||
S:infinityAxeEnchantments < | ||
> | ||
|
||
# Put a list of Enchantment registery names + Enchantment level you would like to have on Longbow of the Heavens | ||
# Requires Enhancement Crystal to be installed on Longbow of the Heavens | ||
# Example: minecraft:unbreaking@100 | ||
S:infinityBowEnchantments < | ||
> | ||
|
||
# Put a list of Enchantment registery names + Enchantment level you would like to have on Hoe of the Green Earth | ||
# Requires Enhancement Crystal to be installed on Hoe of the Green Earth | ||
# Example: minecraft:unbreaking@100 | ||
S:infinityHoeEnchantments < | ||
> | ||
|
||
# Put a list of Enchantment registery names + Enchantment level you would like to have on World Breaker | ||
# Requires Enhancement Crystal to be installed on World Breaker | ||
# Example: minecraft:unbreaking@100 | ||
S:infinityPickaxeEnchantments < | ||
> | ||
|
||
# Put a list of Enchantment registery names + Enchantment level you would like to have on Planet Eater | ||
# Requires Enhancement Crystal to be installed on Planet Eater | ||
# Example: minecraft:unbreaking@100 | ||
S:infinityShovelEnchantments < | ||
> | ||
|
||
# Put a list of Enchantment registery names + Enchantment level you would like to have on Sword of the Cosmos | ||
# Requires Enhancement Crystal to be installed on Sword of the Cosmos | ||
# Example: minecraft:unbreaking@100 | ||
S:infinitySwordEnchantments < | ||
minecraft:looting@10 | ||
> | ||
} | ||
|
||
} | ||
|
||
|
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,18 @@ | ||
# Configuration file | ||
|
||
"output files" { | ||
# If true, BiomeTweaker will not generate any output files. [default: false] | ||
B:"Disable Output Files"=false | ||
|
||
# If true, BiomeTweaker will generate separate files for each item when creating the status report. [default: true] | ||
B:"Output Seperate Files"=true | ||
} | ||
|
||
|
||
scripting { | ||
# A list of script files to include that are not in the scripts folder. An example script file is created along with this configuration file. [default: ] | ||
S:"Script Files" < | ||
> | ||
} | ||
|
||
|
Oops, something went wrong.