我在站内搜索了很多帖子,都使用了里面所说的,但依然无法禁止陨石生成,每次服务器里陨石生成的时候玩家都会卡掉线,这让我非常苦恼。
希望你能解决这个问题~
worldgen下
D:meteoriteClusterChance=0
或者
I:meteoriteDimensionWhitelist <
>
大概这样?
D:meteoriteClusterChance=0
或者
I:meteoriteDimensionWhitelist <
>
大概这样?
在config里找到AppliedEnergistics2的文件夹点开AppliedEnergistics2.cfg按ctrl+F搜索meteoriteSpawnChance把等号后面的数字改为0应该可以禁止陨石的生成
dougou 发表于 2018-1-9 00:17
在config里找到AppliedEnergistics2的文件夹点开AppliedEnergistics2.cfg按ctrl+F搜索meteoriteSpawnChance ...
还有楼上说的meteoriteClusterChance也可以改下
- features {
 
 
-     world {
 
-         B:CertusOre=true
 
-         B:CertusQuartzWorldGen=true
 
-         B:ChargedCertusOre=true
 
-         B:Charger=true
 
-         B:ChestLoot=true
 
-         B:CrystalGrowthAccelerator=true
 
-         B:DecorativeLights=true
 
-         B:DecorativeQuartzBlocks=true
 
-         B:Flour=true
 
-         B:GrindStone=true
 
-         B:Inscriber=true
 
-         B:MeteoriteWorldGen=true
 
-         B:SkyStoneChests=true
 
-         B:SpawnPressesInMeteorites=true
 
-         B:TinyTNT=true
 
-         B:VillagerTrading=true
 
-     }
 
-     ...
 
- }
 
B:MeteoriteWorldGen=true 改为 B:MeteoriteWorldGen=false