Cinnamiroll

我在站内搜索了很多帖子,都使用了里面所说的,但依然无法禁止陨石生成,每次服务器里陨石生成的时候玩家都会卡掉线,这让我非常苦恼。

希望你能解决这个问题~



GiNYAi
worldgen下
    D:meteoriteClusterChance=0
或者
    I:meteoriteDimensionWhitelist <
      >
大概这样?

dougou
在config里找到AppliedEnergistics2的文件夹点开AppliedEnergistics2.cfg按ctrl+F搜索meteoriteSpawnChance把等号后面的数字改为0应该可以禁止陨石的生成

dougou
dougou 发表于 2018-1-9 00:17
在config里找到AppliedEnergistics2的文件夹点开AppliedEnergistics2.cfg按ctrl+F搜索meteoriteSpawnChance ...

还有楼上说的meteoriteClusterChance也可以改下

3TUSK
  1. features {

  2.     world {
  3.         B:CertusOre=true
  4.         B:CertusQuartzWorldGen=true
  5.         B:ChargedCertusOre=true
  6.         B:Charger=true
  7.         B:ChestLoot=true
  8.         B:CrystalGrowthAccelerator=true
  9.         B:DecorativeLights=true
  10.         B:DecorativeQuartzBlocks=true
  11.         B:Flour=true
  12.         B:GrindStone=true
  13.         B:Inscriber=true
  14.         B:MeteoriteWorldGen=true
  15.         B:SkyStoneChests=true
  16.         B:SpawnPressesInMeteorites=true
  17.         B:TinyTNT=true
  18.         B:VillagerTrading=true
  19.     }
  20.     ...
  21. }
复制代码


B:MeteoriteWorldGen=true 改为 B:MeteoriteWorldGen=false