mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
delegate strongholds to vanilla if vanilla structures are enabled
This commit is contained in:
parent
809a0b375d
commit
1f17bfff1b
@ -112,6 +112,7 @@ public class ForgeChunkGeneratorWrapper extends ChunkGenerator implements Genera
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean hasStronghold(@NotNull ChunkPos p_235952_1_) {
|
public boolean hasStronghold(@NotNull ChunkPos p_235952_1_) {
|
||||||
|
if(pack.getTemplate().vanillaStructures()) return super.hasStronghold(p_235952_1_);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user