承峰解说


嘉晚饭,赢
拔刀剑导致的
位于208.21, 75.85, -3161.39的一个拔刀剑实体触发了这个问题
先开启移除错误实体看一下有没有作用?
找到world/serverconfig/forge-server.toml文件
打开并修改这两项
B:removeErroringEntities=true
B:removeErroringTileEntities=true

承峰解说
嘉晚饭,赢 发表于 2022-2-3 08:42
拔刀剑导致的
位于208.21, 75.85, -3161.39的一个拔刀剑实体触发了这个问题
先开启移除错误实体看一下有没 ...

找不到
  1. #Server configuration settings
  2. [server]
  3.         #Set this to true to remove any BlockEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
  4.         removeErroringBlockEntities = false
  5.         #Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticeable differences in mechanics so default is vanilla behavior. Default: false.
  6.         fullBoundingBoxLadders = false
  7.         #Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic.
  8.         #Range: 0.0 ~ 1.0
  9.         zombieBaseSummonChance = 0.1
  10.         #Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic.
  11.         #Range: 0.0 ~ 1.0
  12.         zombieBabyChance = 0.05
  13.         #Vanilla will treat crafting recipes using empty tags as air, and allow you to craft with nothing in that slot. This changes empty tags to use BARRIER as the item. To prevent crafting with air.
  14.         treatEmptyTagsAsAir = false
  15.         #Fix advancement loading to use a proper topological sort. This may have visibility side-effects and can thus be turned off if needed for data-pack compatibility.
  16.         fixAdvancementLoading = true
  17.         #No comment
  18.         permissionHandler = "forge:default_handler"
复制代码

嘉晚饭,赢

咋1.18这字段又改了((
你先把removeErroringBlockEntities = false设为true试试

第一页 上一页 下一页 最后一页