fuck it whatever

This commit is contained in:
Bob 2024-02-26 21:30:50 +01:00
parent 3e2bf3df76
commit 5f02b92a31
3 changed files with 2 additions and 2 deletions

View File

@ -1079,7 +1079,7 @@ public class ModEventHandler {
for(int k = 0; k < 5; k++) {
vec.rotateAroundY((float) (1F * Math.PI / 180D));
player.worldObj.spawnParticle("townaura", player.posX + vec.xCoord, player.posY + 1 + player.worldObj.rand.nextDouble() * 0.05, player.posZ + vec.zCoord, 0.0, 0.0, 0.0);
//player.worldObj.spawnParticle("townaura", player.posX + vec.xCoord, player.posY + 1 + player.worldObj.rand.nextDouble() * 0.05, player.posZ + vec.zCoord, 0.0, 0.0, 0.0);
}
}

View File

@ -49,7 +49,7 @@ public class NTMWorldGenerator implements IWorldGenerator {
setRandomSeed(event.world, event.chunkX, event.chunkZ); //Set random for population down the line.
hasPopulationEvent = true;
if(!StructureConfig.enableStructures) return;
if(!StructureConfig.enableStructures || !event.world.getWorldInfo().isMapFeaturesEnabled()) return;
switch (event.world.provider.dimensionId) {
case -1:

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB