Skip to content

Commit 95e0930

Browse files
authored
Merge pull request #36 from WaitingIdly/thornvines
Thornvine generation fix
2 parents 0667be4 + 1cf9f40 commit 95e0930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/progwml6/natura/world/worldgen/VineGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void generateNether(Random random, int chunkX, int chunkZ, World world)
8181

8282
public boolean shouldGenerateInDimension(int dimension)
8383
{
84-
for (int dimensionId : Config.overworldWorldGenWhitelist)
84+
for (int dimensionId : Config.netherWorldGenWhitelist)
8585
{
8686
if (dimension == dimensionId)
8787
{

0 commit comments

Comments
 (0)