mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
fuck it whatever
This commit is contained in:
parent
3e2bf3df76
commit
5f02b92a31
@ -1079,7 +1079,7 @@ public class ModEventHandler {
|
|||||||
for(int k = 0; k < 5; k++) {
|
for(int k = 0; k < 5; k++) {
|
||||||
|
|
||||||
vec.rotateAroundY((float) (1F * Math.PI / 180D));
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -49,7 +49,7 @@ public class NTMWorldGenerator implements IWorldGenerator {
|
|||||||
setRandomSeed(event.world, event.chunkX, event.chunkZ); //Set random for population down the line.
|
setRandomSeed(event.world, event.chunkX, event.chunkZ); //Set random for population down the line.
|
||||||
hasPopulationEvent = true;
|
hasPopulationEvent = true;
|
||||||
|
|
||||||
if(!StructureConfig.enableStructures) return;
|
if(!StructureConfig.enableStructures || !event.world.getWorldInfo().isMapFeaturesEnabled()) return;
|
||||||
|
|
||||||
switch (event.world.provider.dimensionId) {
|
switch (event.world.provider.dimensionId) {
|
||||||
case -1:
|
case -1:
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Loading…
x
Reference in New Issue
Block a user