Skip to content

Commit

Permalink
Disable structure generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubang-SF committed Dec 24, 2024
1 parent 9451b49 commit 6a499ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .minecraft/config/Embers/world.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,10 @@ world {
"small ruin" {
# Spawning frequency of the small ruin structure.
# A value of 0 will prevent spawning altogether.
I:Chance=5
I:Chance=0

# A list of all dimension IDs in which Embers small ruin generation is prohibited.
I:"Dimension Blacklist" <
0
>

# Whether the small ruin generation blacklist is a whitelist.
Expand Down
14 changes: 7 additions & 7 deletions .minecraft/config/actuallyadditions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ other {

"world gen" {
# Should Black Lotus generate in the World?
B:"Black Lotus Gen"=true
B:"Black Lotus Gen"=false

# The Amount of Black Lotus generating
I:"Black Lotus: Amount"=14
Expand All @@ -518,13 +518,13 @@ other {
B:"Black Quartz"=false

# Should Canola generate in the World?
B:"Canola Gen"=true
B:"Canola Gen"=false

# The Amount of Canola generating
I:"Canola: Amount"=10

# Should Coffee Plants generate in the World?
B:"Coffee Gen"=true
B:"Coffee Gen"=false

# The Amount of Coffee generating
I:"Coffee: Amount"=6
Expand All @@ -533,19 +533,19 @@ other {
B:"Crop Field: Existence"=true

# If Crystal Clusters should generate in Lush Caves
B:"Crystal Clusters in Lush Caves"=true
B:"Crystal Clusters in Lush Caves"=false

# Should the Engineer Villager and his House generate in the worl?
B:"Engineer Villager: Existence"=false

# Should Flax generate in the World?
B:"Flax Gen"=true
B:"Flax Gen"=false

# The Amount of Flax generating
I:"Flax: Amount"=8

# Should caves with trees and grass randomly generate underground?
B:"Generate Lush Caves"=true
B:"Generate Lush Caves"=false

# Should the Jam Villager and his House generate in the world?
B:"Jam Villager: Existence"=false
Expand All @@ -565,7 +565,7 @@ other {
>

# Should Rice generate in the World?
B:"Rice Gen"=true
B:"Rice Gen"=false

# The Amount of Rice generating
I:"Rice: Amount"=15
Expand Down
2 changes: 1 addition & 1 deletion .minecraft/config/tconstruct.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ values {

worldgen {
# If true, slime islands will generate.
B:generateSlimeIslands=true
B:generateSlimeIslands=false

# If true, slime islands generate in superflat worlds.
B:generateIslandsInSuperflat=false
Expand Down

0 comments on commit 6a499ef

Please sign in to comment.