开放式方块(OpenBlocks)/墓碑
阅读
2020-08-28更新
最新编辑:xiang_xge
阅读:
更新日期:2020-08-28
最新编辑:xiang_xge
墓碑 (Grave)不能直接获得,只有通过创造模式获得。
当玩家死亡时,会在原地创建一个墓碑并且保存玩家的物品,墓碑的材质随底下材质变化而变动。
墓碑受光照影响生成骷髅,与生物群系无关,所以在地狱墓碑也会强制生成骷髅,而非凋灵骷髅。
当启用了神秘力量阻止了物品正常掉落的过程时,不会生成。
可以用铲子或稿子挖掘开或破坏掉。
玩家死亡时是否生成墓碑与墓碑是否保存玩家物品可以在设置文件中开启和关闭。
配置设置
墓碑可以通过配置文件修改和自定义,config文件夹下OpenBlocks.cfg第189行~第219行。
graves { # Can grave spawn single block of dirt when it has no block under? 当没有方块附着时是否强制生成一个泥土 B:canSpawnBase=true # Try to overwrite blocks with graves if no suitable place is found on first try 当没有合适位置是否复写方块 B:destructiveGraves=false # Maximal height where grave should be spawned (default value selected to prevent spawning in bedrock) 墓碑最高的生成高度(默认值选择,以防止生成在基岩中) I:maximalPosY=249 # Minimal height where grave should be spawned (default value selected to prevent spawning in bedrock) 墓碑最低的生成高度(默认值选择,以防止生成在基岩中) I:minimalPosY=6 # Require gravestone to be in a player's inventory (it is consumed) 墓碑里的物品是否会随时间消失 B:requiresGraveInInv=false # Spawn rate, range: 0..1, default: about 1 per 50s 墓碑生成骷髅的频率 D:skeletonSpawnRate=0.002 # Size of cube searched for spaces suitable for grave spawning 墓碑生成位置的范围搜寻 I:spawnRange=10 # Should grave randomly spawn skeletons 墓碑上面是否生成骷髅 B:spawnSkeletons=true # Frequency of special action on grave digging, 0..1 墓碑挖掘速度 D:specialActionFrequency=0.03 # Store contents of spawned graves into separate NBT files (can later be restored with ob_inventory command) 是否记录下nbt数据(基本无效) B:storeContents=true # Should grave try to spawn when player died by falling into void? (false -> legacy behaviour) 掉落虚空是否生成墓碑 B:voidFix=true }
|