Skip to content

Commit

Permalink
mod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Dec 6, 2024
1 parent 7aab174 commit 6150443
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 21 deletions.
2 changes: 2 additions & 0 deletions config/actuallyadditions-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
redstoneConfigurator = "minecraft:redstone_torch"
#define the item used to configure Direction in laser relays
relayConfigurator = "minecraft:compass"
#define the item used to configure the area in a farmer
farmerConfigurator = "minecraft:compass"

#Machine Settings
[machineSettings]
Expand Down
16 changes: 0 additions & 16 deletions config/aether-client.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@
"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" = false
#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" = false
#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
Expand Down Expand Up @@ -69,7 +55,5 @@
"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
12 changes: 8 additions & 4 deletions config/cursedearth-server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
"max tick time" = 600
#Force spawns to occur regardless of conditions such as light level and elevation
"force spawns" = false
#does cursed earth die in sunlight
"die in sunlight" = true
#does cursed earth naturally spread
"naturally spread" = true
#do the items set as 'cursed item' and 'blessed item' make earths - set false to disable
"do items make earth" = true
#minimum distance cursed earth has to be away from players before it spawns mobs
Expand All @@ -23,3 +19,11 @@
"cursed item" = "minecraft:wither_rose"
#item used to create blessed earth
"blessed item" = "cursedearth:blessed_flower"
#the light level above which cursed earth blocks burn - default 7 - allowed values 1 to 15
# Default: 7
# Range: 1 ~ 15
"burn light level" = 7
#does cursed earth die from light levels
"dies from light level" = true
#does cursed earth naturally spread
"naturally spreads" = true
4 changes: 3 additions & 1 deletion config/farmersdelight-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
[world]
#Should this mod add some of its items (ropes, seeds, knives, meals etc.) as extra chest loot across Minecraft?
generateFDChestLoot = true
#Generate Compost Heaps across all village biomes
#Should FD generate Compost Heaps across all village biomes?
genVillageCompostHeaps = true
#Should FD crops show up planted randomly in various village farms?
genFDCropsOnVillageFarms = true

#Wild Cabbage generation
[world.wild_cabbages]
Expand Down
2 changes: 2 additions & 0 deletions config/jei/ingredient-list-mod-sort-order.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,5 @@ Advanced AE
AppliedFlux
Oritech
The Aether
Ars Controle
KubeJS

0 comments on commit 6150443

Please sign in to comment.