Skip to content

Commit

Permalink
feat: release files from Darkosto
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrusso committed Nov 12, 2020
1 parent d92a00d commit 68c4498
Show file tree
Hide file tree
Showing 42 changed files with 607 additions and 2,273 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ src/config/worldstripper-common.toml

# Client configs
# These are ones we feel the user should be customizing, not us.
src/config/jei/bookmarks.ini
src/config/jei/bookmarks.ini

# Mod Junk
src/config/byg/README.txt
7 changes: 2 additions & 5 deletions src/config/byg/byg-world.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#Is the list of biomes a blacklist or whitelist?
#When this list is a blacklist, the values in the list will not be in world generation.
#When this list is a whitelist, Adding a biome several times gives it more weight in generation and it must contain at least 1 value.
#When set to true, datapack biomes will work automatically!
#When set to true, datapack biomes will work automatically! When set to false, you will need to manually add datapack entries.
#Default: true
isBlacklistEnd = true
#
Expand All @@ -18,7 +18,6 @@
#
#This works as a whitelist or blacklist depending on the "isBlacklistEnd" value.
#NO SPACES AFTER COMMAS!
#DOES NOT ACCEPT DATAPACK VALUES!
#Default: "byg:viscal_isles,byg:shattered_viscal_isles,minecraft:small_end_islands,minecraft:the_end,minecraft:end_barrens"
BlacklistEnd = "byg:viscal_isles,byg:shattered_viscal_isles,minecraft:small_end_islands,minecraft:the_end,minecraft:end_barrens"
#
Expand All @@ -32,7 +31,6 @@
#Add biomes by their registry String ID's in a commented list.
#Adding a biome several times gives it more weight in generation.
#NO SPACES AFTER COMMAS!
#DOES NOT ACCEPT DATAPACK VALUES!
#Default: "byg:viscal_isles,byg:shattered_viscal_isles,minecraft:small_end_islands"
VoidBiomes = "byg:viscal_isles,byg:shattered_viscal_isles,minecraft:small_end_islands"
#
Expand Down Expand Up @@ -154,7 +152,7 @@
#Is the list of biomes a blacklist or whitelist?
#When this list is a blacklist, the values in the list will not be in world generation.
#When this list is a whitelist, Adding a biome several times gives it more weight in generation and it must contain at least 1 value.
#When set to true, datapack biomes will work automatically!
#When set to true, datapack biomes will work automatically! When set to false, you will need to manually add datapack entries.
#Default: true
isBlacklistNether = true
#
Expand All @@ -168,7 +166,6 @@
#
#This works as a whitelist or blacklist depending on the "isBlacklistNether" value.
#NO SPACES AFTER COMMAS!
#DOES NOT ACCEPT DATAPACK VALUES!
#Default: ""
BlacklistNether = ""

1 change: 1 addition & 0 deletions src/config/candidate-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

15 changes: 15 additions & 0 deletions src/config/candidate-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

#Spawn Settings
["Spawn Settings"]
#Candidate Group Minimum Size
#Range: > 1
candidate_min_spawn_size = 1
#Candidate Spawn Group Maximum Size
#Range: > 1
candidate_max_spawn_size = 1
#Candidate Spawn Chance Probability
#Range: > 1
candidate_chance = 1
#Candidate Spawn Dimension Blacklist
candidate_dimensions = []

2 changes: 1 addition & 1 deletion src/config/diregoo-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
#Range: 1 ~ 10000
gen_normal_underground_chance = 25
#Can normal goo generate above ground (in the air)
can_gen_normal_aboveground = true
can_gen_normal_aboveground = false
#The minimum Y level that normal goo can spawn underground
#Range: 0 ~ 255
gen_normal_underground_ymin = 0
Expand Down
2 changes: 1 addition & 1 deletion src/config/healingcf-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[General]
#The radius around the campfire in blocks where players receive the regeneration effect.
#Range: 1 ~ 64
healingRadius = 16
healingRadius = 8
#The level of regeneration which the campfire applies, by default 1.
#Range: 1 ~ 50
regenerationLevel = 1
Expand Down
2 changes: 1 addition & 1 deletion src/config/hornets-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
hornet_max_spawn_size = 1
#Hornet Spawn Chance Probability
#Range: > 1
hornet_chance = 50
hornet_chance = 3
#Hornet Spawn Group Minimum Size
#Range: > 1
hornet_min_spawn_size = 1
Expand Down
43 changes: 0 additions & 43 deletions src/config/ichunutil/themes/aztec.json

This file was deleted.

186 changes: 0 additions & 186 deletions src/config/ichunutil/themes/blue&black.json

This file was deleted.

Loading

0 comments on commit 68c4498

Please sign in to comment.