parent
ff05f75e12
commit
2dab4b0a8b
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,10 @@ public class SpringPopulate {
|
|||
|
||||
@ForgeSubscribe
|
||||
public void populate(PopulateChunkEvent.Post event) {
|
||||
|
||||
if (!BuildCraftCore.modifyWorld) {
|
||||
return;
|
||||
}
|
||||
|
||||
boolean doGen = TerrainGen.populate(event.chunkProvider, event.world, event.rand, event.chunkX, event.chunkX, event.hasVillageGenerated, PopulateChunkEvent.Populate.EventType.CUSTOM);
|
||||
|
||||
if (!doGen) {
|
||||
|
|
Loading…
Reference in a new issue