mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
geerate vanilla structures on bukkit
This commit is contained in:
@@ -97,7 +97,7 @@ public class BukkitChunkGeneratorWrapper extends org.bukkit.generator.ChunkGener
|
||||
|
||||
@Override
|
||||
public boolean shouldGenerateStructures() {
|
||||
return false;
|
||||
return true;
|
||||
//return pack.vanillaStructures();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user