-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
05692b1
commit 57a3ce4
Showing
5 changed files
with
159 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,75 @@ | ||
[Rendering] | ||
#Changes Zephyr and Aerwhale rendering to use their old models from the b1.7.3 version of the mod | ||
"Switches to legacy mob models" = false | ||
#Disables the Aether's custom skybox in case you have a shader that is incompatible with custom skyboxes | ||
"Disables Aether custom skybox" = false | ||
#Removes warm-tinting of the lightmap in the Aether, giving the lighting a colder feel | ||
"Makes lightmap colder" = false | ||
#Enables a green-tinted sunrise and sunset in the Aether, similar to the original mod | ||
"Enables green sunrise/sunset" = false | ||
|
||
[Gui] | ||
#Adds a button to the top right of the main menu screen to toggle between the Aether and vanilla menu | ||
"Enables Aether menu button" = true | ||
#Changes the background panorama into a preview of the latest played world | ||
"Enables world preview" = false | ||
#Adds a button to the top right of the main menu screen to toggle between the panorama and world preview | ||
"Enables toggle world button" = true | ||
#Adds a button to the top right of the main menu screen to allow quick loading into a world if the world preview is enabled | ||
"Enables quick load button" = true | ||
#Determines that menu elements will align left if the menu's world preview is active, if true, this overrides 'Align menu elements left' | ||
"Align menu elements left with world preview" = false | ||
#Determines the default Aether menu style to switch to with the menu theme button | ||
"Default Aether menu style" = "aether:the_aether_left" | ||
#Determines the default Minecraft menu style to switch to with the menu theme button | ||
"Default Minecraft menu style" = "cumulus_menus:minecraft" | ||
#Adds random trivia and tips to the bottom of loading screens | ||
"Enables random trivia" = true | ||
#Makes the extra hearts given by life shards display as silver colored | ||
"Enables silver life shard hearts" = true | ||
#Disables the Aether's accessories button from appearing in GUIs | ||
"Disables the accessories button" = false | ||
#The y-coordinate of the Ascending to the Aether and Descending from the Aether text in loading screens | ||
"Portal text y-coordinate in loading screens" = 50 | ||
#The x-coordinate of the accessories button in the inventory and accessories menus | ||
"Button x-coordinate in inventory menus" = 27 | ||
#The y-coordinate of the accessories button in the inventory and accessories menus | ||
"Button y-coordinate in inventory menus" = 68 | ||
#The x-coordinate of the accessories button in the creative menu | ||
"Button x-coordinate in creative menu" = 74 | ||
#The y-coordinate of the accessories button in the creative menu | ||
"Button y-coordinate in creative menu" = 40 | ||
#The x-coordinate of the accessories button in the accessories menu | ||
"Button x-coordinate in accessories menu" = 9 | ||
#The y-coordinate of the accessories button in the accessories menu | ||
"Button y-coordinate in accessories menu" = 68 | ||
#The x-coordinate of the perks button layout when in the pause menu | ||
"Layout x-coordinate in pause menu" = -116 | ||
#The y-coordinate of the perks button layout when in the pause menu | ||
"Layout y-coordinate in pause menu" = 0 | ||
#Enables the overlay at the top of the screen for the Hammer of Kingbdogz' cooldown | ||
"Enables Hammer of Kingbdogz' cooldown overlay" = true | ||
|
||
[Audio] | ||
#Makes Blue Aerclouds have their wobbly sounds that play when bouncing on them | ||
"Blue Aercloud bouncing sounds" = true | ||
#Sets the minimum delay for the Aether's music manager to use if needing to reset the song delay outside the Aether | ||
"Set backup minimum music delay" = 12000 | ||
#Sets the maximum delay for the Aether's music manager to use if needing to reset the song delay outside the Aether | ||
"Set backup maximum music delay" = 24000 | ||
#Disables the Aether's internal music manager, if true, this overrides all other audio configs | ||
"Disables Aether music manager" = false | ||
#Disables the Aether's boss fight music, only works if 'Disables Aether music manager' is false | ||
"Disables Aether boss music" = false | ||
#Disables the Aether's menu music in case another mod implements its own, only works if 'Disables Aether music manager' is false | ||
"Disables Aether menu music" = false | ||
#Disables the menu music on the vanilla world preview menu, only works if 'Disables Aether music manager' is false | ||
"Disables vanilla world preview menu music" = false | ||
#Disables the menu music on the Aether world preview menu, only works if 'Disables Aether music manager' is false | ||
"Disables Aether world preview menu music" = false | ||
|
||
[Miscellaneous] | ||
#Disables the Cumulus menu selection screen button on launch | ||
"Disable Cumulus button" = false | ||
#Enables a direct join button for the official server | ||
"Enables server button" = false |
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,19 @@ | ||
[Gameplay] | ||
#Use the default Accessories menu instead of the Aether's Accessories Menu. WARNING: Do not enable this without emptying your equipped accessories | ||
"Use default Accessories' menu" = false | ||
#On world creation, the player is given an Aether Portal Frame item to automatically go to the Aether with | ||
"Gives player Aether Portal Frame item" = false | ||
#When the player enters the Aether, they are given a Book of Lore and Golden Parachutes as starting loot | ||
"Gives starting loot on entry" = true | ||
#Moves the message for when a player attacks the Slider with an incorrect item to be above the hotbar instead of in chat | ||
"Reposition attack message above hotbar" = false | ||
#Determines whether the Sun Spirit's dialogue when meeting him should play through every time you meet him | ||
"Repeat Sun Spirit's battle dialogue" = true | ||
#Determines if a message that links The Aether mod's Patreon should show | ||
"Show Patreon message" = true | ||
|
||
["Data Pack"] | ||
#Sets the Aether Temporary Freezing data pack to be added to new worlds automatically | ||
"Add Temporary Freezing automatically" = false | ||
#Sets the Aether Ruined Portals data pack to be added to new worlds automatically | ||
"Add Ruined Portals automatically" = false |
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,59 @@ | ||
[Gameplay] | ||
#Vanilla's beds will explode in the Aether | ||
"Beds explode" = false | ||
#Tools that aren't from the Aether will mine Aether blocks slower than tools that are from the Aether | ||
"Debuff non-Aether tools" = true | ||
#Ambrosium Shards can be eaten to restore a half heart of health | ||
"Ambrosium Shards are edible" = true | ||
#Makes Berry Bushes and Bush Stems behave consistently with Sweet Berry Bushes | ||
"Berry Bush consistency" = false | ||
#Makes Crystal Fruit Leaves behave consistently with Sweet Berry Bushes | ||
"Crystal Fruit Leaves consistency" = false | ||
#Gummy Swets when eaten restore full health instead of full hunger | ||
"Gummy Swets restore health" = false | ||
#Determines the limit of the amount of Life Shards a player can consume to increase their health | ||
"Maximum consumable Life Shards" = 10 | ||
#Determines the cooldown in ticks for the Hammer of Kingbdogz's ability | ||
"Cooldown for the Hammer of Kingbdogz projectile" = 50 | ||
#Determines the cooldown in ticks for the Cloud Staff's ability | ||
"Cooldown for the Cloud Staff" = 40 | ||
#Makes armor abilities depend on wearing the respective gloves belonging to an armor set | ||
"Require gloves for set abilities" = true | ||
|
||
[Loot] | ||
#Allows the Golden Feather to spawn in the Silver Dungeon loot table | ||
"Golden Feather in loot" = false | ||
#Allows the Valkyrie Cape to spawn in the Silver Dungeon loot table | ||
"Valkyrie Cape in loot" = true | ||
|
||
["World Generation"] | ||
#Determines whether the Aether should generate Tall Grass blocks on terrain or not | ||
"Generate Tall Grass in the Aether" = true | ||
#Determines whether Holiday Trees should always be able to generate when exploring new chunks in the Aether, if true, this overrides 'Generate Holiday Trees seasonally' | ||
"Generate Holiday Trees always" = false | ||
#Determines whether Holiday Trees should be able to generate during the time frame of December and January when exploring new chunks in the Aether, only works if 'Generate Holiday Trees always' is set to false | ||
"Generate Holiday Trees seasonally" = true | ||
|
||
[Multiplayer] | ||
#Makes the Invisibility Cloak more balanced in PVP by disabling equipment invisibility temporarily after attacks | ||
"Balance Invisibility Cloak for PVP" = false | ||
#Sets the time in ticks that it takes for the player to become fully invisible again after attacking when wearing an Invisibility Cloak; only works with 'Balance Invisibility Cloak for PVP' | ||
"Invisibility Cloak visibility timer" = 50 | ||
#Makes it so that only whitelisted users or anyone with permission level 4 can use the Sun Altar on a server | ||
"Only whitelisted users access Sun Altars" = false | ||
#Configures what dimensions are able to have their time changed by the Sun Altar | ||
"Configure Sun Altar dimensions" = ["aether:the_aether"] | ||
|
||
[Modpack] | ||
#Spawns the player in the Aether dimension; this is best enabled alongside other modpack configuration to avoid issues | ||
"Spawns the player in the Aether" = false | ||
#Prevents the Aether Portal from being created normally in the mod | ||
"Disables Aether Portal creation" = false | ||
#Prevents the player from falling back to the Overworld when they fall out of the Aether | ||
"Disables falling into the Overworld" = false | ||
#Removes eternal day so that the Aether has a normal daylight cycle even before defeating the Sun Spirit | ||
"Disables eternal day" = false | ||
#Sets the ID of the dimension that the Aether Portal will send the player to | ||
"Sets portal destination dimension" = "aether:the_aether" | ||
#Sets the ID of the dimension that the Aether Portal will return the player to | ||
"Sets portal return dimension" = "minecraft:overworld" |
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,5 @@ | ||
haloEnabled:true | ||
haloColor: | ||
developerGlowEnabled:false | ||
developerGlowColor: | ||
moaSkin: |
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 @@ | ||
[] |