Skip to content

Commit 60a67cc

Browse files
committed
Optimize twillightforest & update readme
1 parent a5d1c10 commit 60a67cc

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ For comfortable game you need just 2GB RAM. If your server have not 2GB RAM, del
1919

2020
`powerful-client` - client only mods. Install it if you have not problem with perfomance.
2121

22-
`conflicts-with-shaders` - client only mods. Install it if you do not use a not-vanila shaders and if you have not problem with perfomance.
22+
`conflicts-with-shaders` - client only mods. Install it if you do not use a not-vanila shaders and if you have not problem with perfomance.
23+
24+
25+
## And
26+
27+
Please don't turn on `spawn-npcs` at server.properties. Villagers greatly facilitate the extraction of emeralds.

client/config/twilightforest.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ general {
164164
# Amount of canopy coverage. Lower numbers improve chunk generation speed at the cost of a thinner forest.
165165
# Min: 0.0
166166
# Max: 1.7976931348623157E308
167-
D:canopyCoverage=1.6
167+
D:canopyCoverage=1.0
168168

169169
# If the dimension has per-block skylight values. Disabling this will significantly improve world generation performance, at the cost of flat lighting everywhere.
170170
# WARNING: Once chunks are loaded without skylight, that data is lost and cannot easily be regenerated. Be careful!
@@ -181,7 +181,7 @@ general {
181181
# Chance that a chunk in the Twilight Forest will contain a twilight oak tree. Higher numbers reduce the number of trees, increasing performance.
182182
# Min: 1
183183
# Max: 2147483647
184-
I:twilightOakChance=42
184+
I:twilightOakChance=111
185185
}
186186

187187
##########################################################################################################

0 commit comments

Comments
 (0)