美文网首页Minecraft
「Minecraft」自动修复部分由异常实体或异常方块实体导致的

「Minecraft」自动修复部分由异常实体或异常方块实体导致的

作者: Frost_ZX | 来源:发表于2019-03-06 10:50 被阅读345次
    • 需要安装Forge
    • 客户端服务端均可使用
    • 已测试版本
      正式版 1.7.X 1.8.X 1.9.X 1.10.X 1.11.X 1.12.X

    主要用到的文件

    客户端

    /.minecraft/config/forge.cfg
    

    服务端

    /config/forge.cfg
    

    方法

    • 修改
      B:removeErroringEntities=false
      
      变为
      B:removeErroringEntities=true
      
    • 修改
      B:removeErroringTileEntities=false
      
      变为
      B:removeErroringTileEntities=true
      

    解释

    • B:removeErroringEntities=true

      把此项设置为true,可以自动移除发生异常的实体,而不是崩溃。
      Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log.
      注意,把此项设置为true前,请备份存档,以免丢失数据。
      BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.

    • B:removeErroringTileEntities=true

      把此项设置为true,可以自动移除发生异常的方块实体,而不是崩溃。
      Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log.
      注意,把此项设置为true前,请备份存档,以免丢失数据。
      BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.

    相关文章

      网友评论

        本文标题:「Minecraft」自动修复部分由异常实体或异常方块实体导致的

        本文链接:https://www.haomeiwen.com/subject/vaxtpqtx.html