| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2024-06-15 15:39:14
|
| 5 | Description: Neruina has caught too many ticking exceptions in a short period of time, something is very wrong, see below for more info
|
| 6 |
|
| 7 | java.lang.RuntimeException: Too Many Ticking Exceptions
|
| 8 | at com.bawnorton.neruina.handler.TickHandler.trackError(TickHandler.java:313)
|
| 9 | at com.bawnorton.neruina.handler.TickHandler.handleTickingEntity(TickHandler.java:256)
|
| 10 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:98)
|
| 11 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 12 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 13 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 14 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 15 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 16 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 17 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 18 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 19 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 20 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 21 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 22 |
|
| 23 |
|
| 24 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 25 | ---------------------------------------------------------------------------------------
|
| 26 |
|
| 27 | -- Head --
|
| 28 | Thread: Server thread
|
| 29 | Stacktrace:
|
| 30 | at com.bawnorton.neruina.handler.TickHandler.trackError(TickHandler.java:313)
|
| 31 | at com.bawnorton.neruina.handler.TickHandler.handleTickingEntity(TickHandler.java:256)
|
| 32 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:98)
|
| 33 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 34 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 35 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 36 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 37 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 38 |
|
| 39 | -- Information --
|
| 40 | Details:
|
| 41 | Threshold: 10, set "ticking_exception_threshold" to -1 to disable.
|
| 42 | Caught: 10
|
| 43 | : ===========================================================================
|
| 44 | Wiki: https://github.com/Bawnorton/Neruina/wiki/Too-Many-Ticking-Exceptions
|
| 45 | : ===========================================================================
|
| 46 | Stacktrace:
|
| 47 | at com.bawnorton.neruina.handler.TickHandler.trackError(TickHandler.java:313)
|
| 48 | at com.bawnorton.neruina.handler.TickHandler.handleTickingEntity(TickHandler.java:256)
|
| 49 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:98)
|
| 50 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 51 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 52 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 53 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 54 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 55 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 56 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 57 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 58 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 59 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 60 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 61 |
|
| 62 | -- Ticking Exception #1 - (Entity: Wheat Seeds) --
|
| 63 | Details:
|
| 64 | Message: Cannot read field "simulateWakes" because "rule" is null
|
| 65 | Entity Type: minecraft:item (net.minecraft.class_1542)
|
| 66 | Entity ID: 11
|
| 67 | Entity Name: Wheat Seeds
|
| 68 | Entity's Exact location: 333.57, 62.39, -240.50
|
| 69 | Entity's Block location: World: (333,62,-241), Section: (at 13,14,15 in 20,3,-16; chunk contains blocks 320,-64,-256 to 335,319,-241), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 70 | Entity's Momentum: -0.20, 0.20, -0.01
|
| 71 | Entity's Passengers: []
|
| 72 | Entity's Vehicle: null
|
| 73 | Stacktrace:
|
| 74 | at net.minecraft.entity.Entity.spawnEffects(Entity.java:21440)
|
| 75 | at net.minecraft.entity.Entity.handler$ial00b$wakes$tick(Entity.java:21411)
|
| 76 | at net.minecraft.entity.Entity.tick(Entity.java:475)
|
| 77 | at net.minecraft.entity.ItemEntity.tick(ItemEntity.java:107)
|
| 78 | at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:739)
|
| 79 | at net.minecraft.class_1937.mixinextras$bridge$accept$170(class_1937.java)
|
| 80 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:91)
|
| 81 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 82 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 83 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 84 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 85 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 86 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 87 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 88 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 89 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 90 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 91 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 92 |
|
| 93 | -- Ticking Exception #2 - (Entity: Rock) --
|
| 94 | Details:
|
| 95 | Message: Cannot read field "simulateWakes" because "rule" is null
|
| 96 | Entity Type: minecraft:item (net.minecraft.class_1542)
|
| 97 | Entity ID: 53
|
| 98 | Entity Name: Rock
|
| 99 | Entity's Exact location: 336.50, 62.35, -301.63
|
| 100 | Entity's Block location: World: (336,62,-302), Section: (at 0,14,2 in 21,3,-19; chunk contains blocks 336,-64,-304 to 351,319,-289), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 101 | Entity's Momentum: -0.04, 0.20, 0.07
|
| 102 | Entity's Passengers: []
|
| 103 | Entity's Vehicle: null
|
| 104 | Stacktrace:
|
| 105 | at net.minecraft.entity.Entity.spawnEffects(Entity.java:21440)
|
| 106 | at net.minecraft.entity.Entity.handler$ial00b$wakes$tick(Entity.java:21411)
|
| 107 | at net.minecraft.entity.Entity.tick(Entity.java:475)
|
| 108 | at net.minecraft.entity.ItemEntity.tick(ItemEntity.java:107)
|
| 109 | at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:739)
|
| 110 | at net.minecraft.class_1937.mixinextras$bridge$accept$170(class_1937.java)
|
| 111 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:91)
|
| 112 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 113 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 114 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 115 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 116 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 117 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 118 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 119 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 120 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 121 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 122 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 123 |
|
| 124 | -- Ticking Exception #3 - (Entity: Rock) --
|
| 125 | Details:
|
| 126 | Message: Cannot read field "simulateWakes" because "rule" is null
|
| 127 | Entity Type: minecraft:item (net.minecraft.class_1542)
|
| 128 | Entity ID: 147
|
| 129 | Entity Name: Rock
|
| 130 | Entity's Exact location: 300.66, 62.61, -213.75
|
| 131 | Entity's Block location: World: (300,62,-214), Section: (at 12,14,10 in 18,3,-14; chunk contains blocks 288,-64,-224 to 303,319,-209), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 132 | Entity's Momentum: -0.03, 0.20, -0.09
|
| 133 | Entity's Passengers: []
|
| 134 | Entity's Vehicle: null
|
| 135 | Stacktrace:
|
| 136 | at net.minecraft.entity.Entity.spawnEffects(Entity.java:21440)
|
| 137 | at net.minecraft.entity.Entity.handler$ial00b$wakes$tick(Entity.java:21411)
|
| 138 | at net.minecraft.entity.Entity.tick(Entity.java:475)
|
| 139 | at net.minecraft.entity.ItemEntity.tick(ItemEntity.java:107)
|
| 140 | at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:739)
|
| 141 | at net.minecraft.class_1937.mixinextras$bridge$accept$170(class_1937.java)
|
| 142 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:91)
|
| 143 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 144 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 145 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 146 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 147 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 148 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 149 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 150 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 151 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 152 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 153 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 154 |
|
| 155 | -- Ticking Exception #4 - (Entity: Sunflower) --
|
| 156 | Details:
|
| 157 | Message: Cannot read field "simulateWakes" because "rule" is null
|
| 158 | Entity Type: minecraft:item (net.minecraft.class_1542)
|
| 159 | Entity ID: 148
|
| 160 | Entity Name: Sunflower
|
| 161 | Entity's Exact location: 314.48, 62.22, -217.49
|
| 162 | Entity's Block location: World: (314,62,-218), Section: (at 10,14,6 in 19,3,-14; chunk contains blocks 304,-64,-224 to 319,319,-209), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 163 | Entity's Momentum: -0.00, 0.20, -0.03
|
| 164 | Entity's Passengers: []
|
| 165 | Entity's Vehicle: null
|
| 166 | Stacktrace:
|
| 167 | at net.minecraft.entity.Entity.spawnEffects(Entity.java:21440)
|
| 168 | at net.minecraft.entity.Entity.handler$ial00b$wakes$tick(Entity.java:21411)
|
| 169 | at net.minecraft.entity.Entity.tick(Entity.java:475)
|
| 170 | at net.minecraft.entity.ItemEntity.tick(ItemEntity.java:107)
|
| 171 | at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:739)
|
| 172 | at net.minecraft.class_1937.mixinextras$bridge$accept$170(class_1937.java)
|
| 173 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:91)
|
| 174 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 175 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 176 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 177 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 178 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 179 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 180 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 181 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 182 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 183 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 184 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 185 |
|
| 186 | -- Ticking Exception #5 - (Entity: Wheat Seeds) --
|
| 187 | Details:
|
| 188 | Message: Cannot read field "simulateWakes" because "rule" is null
|
| 189 | Entity Type: minecraft:item (net.minecraft.class_1542)
|
| 190 | Entity ID: 177
|
| 191 | Entity Name: Wheat Seeds
|
| 192 | Entity's Exact location: 334.73, 62.41, -303.44
|
| 193 | Entity's Block location: World: (334,62,-304), Section: (at 14,14,0 in 20,3,-19; chunk contains blocks 320,-64,-304 to 335,319,-289), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 194 | Entity's Momentum: -0.15, 0.20, -0.02
|
| 195 | Entity's Passengers: []
|
| 196 | Entity's Vehicle: null
|
| 197 | Stacktrace:
|
| 198 | at net.minecraft.entity.Entity.spawnEffects(Entity.java:21440)
|
| 199 | at net.minecraft.entity.Entity.handler$ial00b$wakes$tick(Entity.java:21411)
|
| 200 | at net.minecraft.entity.Entity.tick(Entity.java:475)
|
| 201 | at net.minecraft.entity.ItemEntity.tick(ItemEntity.java:107)
|
| 202 | at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:739)
|
| 203 | at net.minecraft.class_1937.mixinextras$bridge$accept$170(class_1937.java)
|
| 204 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:91)
|
| 205 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 206 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 207 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 208 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 209 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 210 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 211 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 212 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 213 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 214 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 215 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 216 |
|
| 217 | -- Ticking Exception #6 - (Entity: Flint) --
|
| 218 | Details:
|
| 219 | Message: Cannot read field "simulateWakes" because "rule" is null
|
| 220 | Entity Type: minecraft:item (net.minecraft.class_1542)
|
| 221 | Entity ID: 178
|
| 222 | Entity Name: Flint
|
| 223 | Entity's Exact location: 316.69, 61.43, -316.47
|
| 224 | Entity's Block location: World: (316,61,-317), Section: (at 12,13,3 in 19,3,-20; chunk contains blocks 304,-64,-320 to 319,319,-305), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 225 | Entity's Momentum: 0.05, 0.14, 0.03
|
| 226 | Entity's Passengers: []
|
| 227 | Entity's Vehicle: null
|
| 228 | Stacktrace:
|
| 229 | at net.minecraft.entity.Entity.spawnEffects(Entity.java:21440)
|
| 230 | at net.minecraft.entity.Entity.handler$ial00b$wakes$tick(Entity.java:21411)
|
| 231 | at net.minecraft.entity.Entity.tick(Entity.java:475)
|
| 232 | at net.minecraft.entity.ItemEntity.tick(ItemEntity.java:107)
|
| 233 | at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:739)
|
| 234 | at net.minecraft.class_1937.mixinextras$bridge$accept$170(class_1937.java)
|
| 235 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:91)
|
| 236 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 237 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 238 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 239 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 240 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 241 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 242 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 243 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 244 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 245 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 246 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 247 |
|
| 248 | -- Ticking Exception #7 - (Entity: Polished Blackstone Button) --
|
| 249 | Details:
|
| 250 | Message: Cannot read field "simulateWakes" because "rule" is null
|
| 251 | Entity Type: minecraft:item (net.minecraft.class_1542)
|
| 252 | Entity ID: 190
|
| 253 | Entity Name: Polished Blackstone Button
|
| 254 | Entity's Exact location: 188.67, -7.79, -204.29
|
| 255 | Entity's Block location: World: (188,-8,-205), Section: (at 12,8,3 in 11,-1,-13; chunk contains blocks 176,-64,-208 to 191,319,-193), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 256 | Entity's Momentum: -0.06, 0.20, -0.03
|
| 257 | Entity's Passengers: []
|
| 258 | Entity's Vehicle: null
|
| 259 | Stacktrace:
|
| 260 | at net.minecraft.entity.Entity.spawnEffects(Entity.java:21440)
|
| 261 | at net.minecraft.entity.Entity.handler$ial00b$wakes$tick(Entity.java:21411)
|
| 262 | at net.minecraft.entity.Entity.tick(Entity.java:475)
|
| 263 | at net.minecraft.entity.ItemEntity.tick(ItemEntity.java:107)
|
| 264 | at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:739)
|
| 265 | at net.minecraft.class_1937.mixinextras$bridge$accept$170(class_1937.java)
|
| 266 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:91)
|
| 267 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 268 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 269 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 270 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 271 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 272 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 273 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 274 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 275 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 276 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 277 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 278 |
|
| 279 | -- Ticking Exception #8 - (Entity: Squid) --
|
| 280 | Details:
|
| 281 | Message: Cannot read field "simulateWakes" because "rule" is null
|
| 282 | Entity Type: minecraft:squid (net.minecraft.class_1477)
|
| 283 | Entity ID: 194
|
| 284 | Entity Name: Squid
|
| 285 | Entity's Exact location: 213.50, 53.00, -286.50
|
| 286 | Entity's Block location: World: (213,53,-287), Section: (at 5,5,1 in 13,3,-18; chunk contains blocks 208,-64,-288 to 223,319,-273), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 287 | Entity's Momentum: 0.00, 0.00, 0.00
|
| 288 | Entity's Passengers: []
|
| 289 | Entity's Vehicle: null
|
| 290 | Stacktrace:
|
| 291 | at net.minecraft.entity.Entity.spawnEffects(Entity.java:21440)
|
| 292 | at net.minecraft.entity.Entity.handler$ial00b$wakes$tick(Entity.java:21411)
|
| 293 | at net.minecraft.entity.Entity.tick(Entity.java:475)
|
| 294 | at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2380)
|
| 295 | at net.minecraft.entity.mob.MobEntity.tick(MobEntity.java:351)
|
| 296 | at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:739)
|
| 297 | at net.minecraft.class_1937.mixinextras$bridge$accept$170(class_1937.java)
|
| 298 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:91)
|
| 299 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 300 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 301 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 302 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 303 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 304 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 305 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 306 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 307 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 308 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 309 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 310 |
|
| 311 | -- Ticking Exception #9 - (Entity: Polished Blackstone Button) --
|
| 312 | Details:
|
| 313 | Message: Cannot read field "simulateWakes" because "rule" is null
|
| 314 | Entity Type: minecraft:item (net.minecraft.class_1542)
|
| 315 | Entity ID: 97
|
| 316 | Entity Name: Polished Blackstone Button
|
| 317 | Entity's Exact location: 120.35, -7.78, -160.60
|
| 318 | Entity's Block location: World: (120,-8,-161), Section: (at 8,8,15 in 7,-1,-11; chunk contains blocks 112,-64,-176 to 127,319,-161), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 319 | Entity's Momentum: -0.05, 0.19, 0.06
|
| 320 | Entity's Passengers: []
|
| 321 | Entity's Vehicle: null
|
| 322 | Stacktrace:
|
| 323 | at net.minecraft.entity.Entity.spawnEffects(Entity.java:21440)
|
| 324 | at net.minecraft.entity.Entity.handler$ial00b$wakes$tick(Entity.java:21411)
|
| 325 | at net.minecraft.entity.Entity.tick(Entity.java:475)
|
| 326 | at net.minecraft.entity.ItemEntity.tick(ItemEntity.java:107)
|
| 327 | at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:739)
|
| 328 | at net.minecraft.class_1937.mixinextras$bridge$accept$170(class_1937.java)
|
| 329 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:91)
|
| 330 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 331 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 332 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 333 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 334 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 335 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 336 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 337 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 338 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 339 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 340 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 341 |
|
| 342 | -- Ticking Exception #10 - (Entity: Polished Blackstone Button) --
|
| 343 | Details:
|
| 344 | Message: Cannot read field "simulateWakes" because "rule" is null
|
| 345 | Entity Type: minecraft:item (net.minecraft.class_1542)
|
| 346 | Entity ID: 149
|
| 347 | Entity Name: Polished Blackstone Button
|
| 348 | Entity's Exact location: 119.55, -7.59, -163.26
|
| 349 | Entity's Block location: World: (119,-8,-164), Section: (at 7,8,12 in 7,-1,-11; chunk contains blocks 112,-64,-176 to 127,319,-161), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 350 | Entity's Momentum: 0.10, 0.20, -0.08
|
| 351 | Entity's Passengers: []
|
| 352 | Entity's Vehicle: null
|
| 353 | Stacktrace:
|
| 354 | at net.minecraft.entity.Entity.spawnEffects(Entity.java:21440)
|
| 355 | at net.minecraft.entity.Entity.handler$ial00b$wakes$tick(Entity.java:21411)
|
| 356 | at net.minecraft.entity.Entity.tick(Entity.java:475)
|
| 357 | at net.minecraft.entity.ItemEntity.tick(ItemEntity.java:107)
|
| 358 | at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:739)
|
| 359 | at net.minecraft.class_1937.mixinextras$bridge$accept$170(class_1937.java)
|
| 360 | at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:91)
|
| 361 | at net.minecraft.world.World.wrapOperation$flm000$neruina$catchTickingEntities$notTheCauseOfTickLag(World.java:8048)
|
| 362 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 363 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 364 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 365 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 366 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 367 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 368 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 369 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 370 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 371 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 372 |
|
| 373 | -- Entity being ticked --
|
| 374 | Details:
|
| 375 | Entity Type: minecraft:item (net.minecraft.class_1542)
|
| 376 | Entity ID: 149
|
| 377 | Entity Name: Polished Blackstone Button
|
| 378 | Entity's Exact location: 119.55, -7.59, -163.26
|
| 379 | Entity's Block location: World: (119,-8,-164), Section: (at 7,8,12 in 7,-1,-11; chunk contains blocks 112,-64,-176 to 127,319,-161), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 380 | Entity's Momentum: 0.10, 0.20, -0.08
|
| 381 | Entity's Passengers: []
|
| 382 | Entity's Vehicle: null
|
| 383 | Stacktrace:
|
| 384 | at net.minecraft.world.World.tickEntity(World.java:480)
|
| 385 | at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:385)
|
| 386 | at net.minecraft.world.EntityList.forEach(EntityList.java:54)
|
| 387 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:353)
|
| 388 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 389 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 390 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 391 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 392 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 393 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 394 |
|
| 395 | -- Affected level --
|
| 396 | Details:
|
| 397 | All players: 1 total; [class_3222['SpigotDE'/185, l='ServerLevel[New World]', x=270.50, y=65.00, z=-186.50]]
|
| 398 | Chunk stats: 2372
|
| 399 | Level dimension: minecraft:overworld
|
| 400 | Level spawn location: World: (272,64,-192), Section: (at 0,0,0 in 17,4,-12; chunk contains blocks 272,-64,-192 to 287,319,-177), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
| 401 | Level time: 13 game time, 13 day time
|
| 402 | Level name: New World
|
| 403 | Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
|
| 404 | Level weather: Rain time: 118429 (now: false), thunder time: 139078 (now: false)
|
| 405 | Known server brands: fabric
|
| 406 | Removed feature flags:
|
| 407 | Level was modded: true
|
| 408 | Level storage version: 0x04ABD - Anvil
|
| 409 | Stacktrace:
|
| 410 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
| 411 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
| 412 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
| 413 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
| 414 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
| 415 | at java.base/java.lang.Thread.run(Thread.java:840)
|
| 416 |
|
| 417 | -- System Details --
|
| 418 | Details:
|
| 419 | Minecraft Version: 1.20.1
|
| 420 | Minecraft Version ID: 1.20.1
|
| 421 | Operating System: Windows 11 (amd64) version 10.0
|
| 422 | Java Version: 17.0.9, Eclipse Adoptium
|
| 423 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
| 424 | Memory: 3539988328 bytes (3375 MiB) / 5301600256 bytes (5056 MiB) up to 12884901888 bytes (12288 MiB)
|
| 425 | CPUs: 16
|
| 426 | Processor Vendor: AuthenticAMD
|
| 427 | Processor Name: AMD Ryzen 7 3800X 8-Core Processor
|
| 428 | Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
| 429 | Microarchitecture: Zen 2
|
| 430 | Frequency (GHz): 3.89
|
| 431 | Number of physical packages: 1
|
| 432 | Number of physical CPUs: 8
|
| 433 | Number of logical CPUs: 16
|
| 434 | Graphics card #0 name: NVIDIA GeForce RTX 2070 SUPER
|
| 435 | Graphics card #0 vendor: NVIDIA (0x10de)
|
| 436 | Graphics card #0 VRAM (MB): 4095.00
|
| 437 | Graphics card #0 deviceId: 0x1e84
|
| 438 | Graphics card #0 versionInfo: DriverVersion=31.0.15.4665
|
| 439 | Memory slot #0 capacity (MB): 16384.00
|
| 440 | Memory slot #0 clockSpeed (GHz): 2.40
|
| 441 | Memory slot #0 type: DDR4
|
| 442 | Memory slot #1 capacity (MB): 16384.00
|
| 443 | Memory slot #1 clockSpeed (GHz): 2.40
|
| 444 | Memory slot #1 type: DDR4
|
| 445 | Memory slot #2 capacity (MB): 16384.00
|
| 446 | Memory slot #2 clockSpeed (GHz): 2.40
|
| 447 | Memory slot #2 type: DDR4
|
| 448 | Memory slot #3 capacity (MB): 16384.00
|
| 449 | Memory slot #3 clockSpeed (GHz): 2.40
|
| 450 | Memory slot #3 type: DDR4
|
| 451 | Virtual memory max (MB): 79794.29
|
| 452 | Virtual memory used (MB): 18209.71
|
| 453 | Swap memory total (MB): 14336.00
|
| 454 | Swap memory used (MB): 0.64
|
| 455 | JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx12288m
|
| 456 | Fabric Mods:
|
| 457 | additionz: AdditionZ 1.3.2
|
| 458 | advanced_runtime_resource_pack: Runtime Resource Pack 0.8.1
|
| 459 | advancementsfullscreen: AdvancementsFullscreen 1.0
|
| 460 | advancementssearch: AdvancementsSearch 1.0
|
| 461 | adventurez: AdventureZ 1.4.20
|
| 462 | agedaddition: Aged-Addition 1.0.5
|
| 463 | ambientenvironment: Ambient Environment **.**.**.**
|
| 464 | another_furniture: Another Furniture 1.20.1-3.0.1
|
| 465 | antique-atlas: Antique Atlas 2.9.0+1.20
|
| 466 | folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.1
|
| 467 | surveyor: Surveyor Map Framework 0.5.0+1.20
|
| 468 | appleskin: AppleSkin 2.5.1+mc1.20
|
| 469 | architectury: Architectury 9.2.14
|
| 470 | astrocraft: Astrocraft 1.3.0+1.20.1
|
| 471 | asynclocator: Async Locator 1.3.0
|
| 472 | athena: Athena 3.1.2
|
| 473 | autotag-convention: AutoTag Convention 2.0.2+1.20
|
| 474 | autotag: AutoTag 2.0.2+1.20
|
| 475 | backslot: BackSlot 1.2.15
|
| 476 | amecsapi: Amecs API 1.5.0+mc1.20-pre1
|
| 477 | backslotaddon: BackSlot Addon 1.1.1
|
| 478 | badoptimizations: BadOptimizations 2.1.4
|
| 479 | bakery: [Let's Do] Bakery 1.1.11
|
| 480 | balm-fabric: Balm 7.3.4
|
| 481 | kuma_api: KumaAPI 20.1.6
|
| 482 | bbb: Building But Better 1.20.1-fabric-1.0.2
|
| 483 | betterarcheology: Better Archeology 1.1.9-1.20.1
|
| 484 | bettercombat: Better Combat 1.8.5+1.20.1
|
| 485 | betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
|
| 486 | org_reflections_reflections: reflections 0.10.2
|
| 487 | betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
|
| 488 | betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
|
| 489 | betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
|
| 490 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
|
| 491 | betterstats: Better Statistics Screen 3.9.7+fabric-1.20.1
|
| 492 | tcdcommons: TCD Commons API 3.9.6+fabric-1.20.1
|
| 493 | biomemoss: Biome Moss 1.1.0
|
| 494 | birds-boids: Birds Boids 1.1.0
|
| 495 | blur: Blur (Fabric) 3.1.0
|
| 496 | midnightlib: MidnightLib 1.4.1
|
| 497 | boids: Boids 1.2.2
|
| 498 | blue_endless_jankson: jankson 1.2.3
|
| 499 | borderlessmining: Borderless Mining 1.1.8+1.20.1
|
| 500 | brewery: [Let's Do] Brewery 1.1.9
|
| 501 | candlelight: [Let's Do] Candlelight 1.2.13
|
| 502 | chalk: Chalk 2.2.4
|
| 503 | com_github_mclegoman_releasetypeutils: releasetypeutils 2.1.0
|
| 504 | fabric-simplelibs: Simple Fabric Libs 2.0.0
|
| 505 | charmonium: Charmonium 6.0.7
|
| 506 | charmony: Charmony 6.12.0
|
| 507 | charmony_api: Charmony API 6.7.0
|
| 508 | com_moandjiezana_toml_toml4j: toml4j 0.7.2
|
| 509 | chipped: Chipped 3.0.6
|
| 510 | cloth-config: Cloth Config v11 11.1.118
|
| 511 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 512 | combatroll: Combat Roll 1.3.2+1.20.1
|
| 513 | connectiblechains: Connectible Chains 2.2.1+1.20.1
|
| 514 | couplings: Couplings 1.9.5+1.20
|
| 515 | crawl: Crawl 0.12.0
|
| 516 | mm: Manningham Mills 2.3
|
| 517 | creeperoverhaul: Creeper Overhaul 3.0.2
|
| 518 | crop_growth_modifier: Crop Growth Modifier 1.20.1-1.1.1
|
| 519 | defaultoptions: Default Options 18.0.1
|
| 520 | dehydration: Dehydration 1.3.6
|
| 521 | deuf_refabricated: DEUF Refabricated 1.1.0
|
| 522 | doapi: [Let's Do] API 1.2.13
|
| 523 | terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
|
| 524 | dungeonnowloading: Dungeon Now Loading 1.5
|
| 525 | dungeonz: DungeonZ 1.0.5
|
| 526 | earlystage: EarlyStage 1.1.1
|
| 527 | emi: EMI 1.1.6+1.20.1+fabric
|
| 528 | emi_enchanting: EMI Enchanting 0.1.0+1.20.1
|
| 529 | emi_loot: EMI Loot 0.6.6+1.20.1
|
| 530 | emi_ores: EMI Ores 0.4+1.20.1
|
| 531 | emiffect: EMIffect 1.1.2+mc1.20.1
|
| 532 | emitrades: EMI Trades 1.2.1+mc1.20.1
|
| 533 | org_quiltmc_parsers_json: json 0.2.1
|
| 534 | endermanoverhaul: Enderman Overhaul 1.0.4
|
| 535 | endrem: End Remastered 5.2.4
|
| 536 | entity_model_features: Entity Model Features 2.0.2
|
| 537 | entity_texture_features: Entity Texture Features 6.1.1
|
| 538 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
| 539 | entityculling: EntityCulling 1.6.6
|
| 540 | environmentz: EnvironmentZ 2.0.8
|
| 541 | exposure: Exposure 1.6.0
|
| 542 | extended_drawers: Extended Drawers 2.1.1+mc.1.20.1
|
| 543 | config_toolkit: ConfigToolkit 1.0.0
|
| 544 | io_determann_shadow-api-17: shadow-api-17 0.1.1
|
| 545 | net_fabricmc_javapoet: javapoet 0.1.0
|
| 546 | graphlib: Graph Lib 1.4.0+1.20
|
| 547 | kmodlib-overlay: KModLib Overlay 0.2.12+1.20
|
| 548 | libnetworkstack: Lib Network Stack 0.10.0
|
| 549 | noindium: No Indium? 1.1.0+1.20
|
| 550 | extendeddrawersaddon: ExtendedDrawersAddon 1.0.2
|
| 551 | fabric-api: Fabric API 0.92.2+1.20.1
|
| 552 | fabric-api-base: Fabric API Base 0.4.31+1802ada577
|
| 553 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
|
| 554 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
|
| 555 | fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
|
| 556 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
|
| 557 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
|
| 558 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
|
| 559 | fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
|
| 560 | fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
|
| 561 | fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
|
| 562 | fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
|
| 563 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
|
| 564 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
|
| 565 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
|
| 566 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
|
| 567 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
|
| 568 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
|
| 569 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
|
| 570 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
|
| 571 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
|
| 572 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
|
| 573 | fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
|
| 574 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
|
| 575 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
|
| 576 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
|
| 577 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
|
| 578 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
|
| 579 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
|
| 580 | fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
|
| 581 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
|
| 582 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
|
| 583 | fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
|
| 584 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
|
| 585 | fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
|
| 586 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
|
| 587 | fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
|
| 588 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
|
| 589 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
|
| 590 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
|
| 591 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
|
| 592 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
|
| 593 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
|
| 594 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
|
| 595 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
|
| 596 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
|
| 597 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
|
| 598 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
|
| 599 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
|
| 600 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
|
| 601 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
|
| 602 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
|
| 603 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
|
| 604 | fabricloader: Fabric Loader 0.15.11
|
| 605 | mixinextras: MixinExtras 0.3.5
|
| 606 | ferritecore: FerriteCore 6.0.1
|
| 607 | firstperson: FirstPerson 2.4.2
|
| 608 | fishingreal: Fishingreal 1.20.1-1.7.2
|
| 609 | fleshz: FleshZ 1.5.1
|
| 610 | forgeconfigapiport: Forge Config API Port 8.0.0
|
| 611 | formations: Formations 1.0.2
|
| 612 | formationsnether: Formations Nether 1.0.4
|
| 613 | formationsoverworld: Formations Overworld 1.0.3
|
| 614 | gardens_of_the_dead: Gardens of the Dead 4.0.1
|
| 615 | geckoanimfix: GeckoLibIrisCompat 1.0.0
|
| 616 | geckolib: GeckoLib 4 4.4.6
|
| 617 | com_eliotlash_mclib_mclib: mclib 20
|
| 618 | geocluster: Geocluster 1.3.4+1.20.1
|
| 619 | cardinal-components-world: Cardinal Components API (worlds) 5.2.1
|
| 620 | herbalbrews: [Let's Do] HerbalBrews **.**.**.**
|
| 621 | herdspanic: Herds Panic 1.1.0
|
| 622 | hopobettermineshaft: Hopo Better Mineshaft 1.1.8
|
| 623 | hopobetterunderwaterruins: Hopo Better Underwater Ruins 1.1.4
|
| 624 | immediatelyfast: ImmediatelyFast 1.2.18+1.20.4
|
| 625 | net_lenni0451_reflect: Reflect 1.3.4
|
| 626 | immersive_aircraft: Immersive Aircraft 1.0.1+1.20.1
|
| 627 | org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
|
| 628 | immersive_armors: Immersive Armors 1.6.1+1.20.1
|
| 629 | immersivesnow: Immersive Snow 1.3.0
|
| 630 | indium: Indium 1.0.31+mc1.20.4
|
| 631 | inmis: Inmis 2.7.2-1.20.1
|
| 632 | omega-config: OmegaConfig 1.2.3-1.18.1
|
| 633 | inmisaddon: InmisAddon 1.0.4
|
| 634 | interactic: Interactic 0.2.0+1.20
|
| 635 | inventory_sort: Chai's Inventory Sorter 1.2.3+1.20
|
| 636 | iris: Iris 1.7.0+mc1.20.1
|
| 637 | io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
|
| 638 | org_anarres_jcpp: jcpp 1.4.14
|
| 639 | org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
|
| 640 | java: OpenJDK 64-Bit Server VM 17
|
| 641 | jobsaddon: JobsAddon 1.1.6
|
| 642 | jumpoverfences: Jump Over Fences 1.3.1
|
| 643 | l_g_c: Luki's Grand Capitals 0.7
|
| 644 | lavender: Lavender 0.1.9+1.20
|
| 645 | lavender-md: lavender-md 0.1.1+1.20
|
| 646 | lavender-md-owo-ui: lavender-md-owo-ui 0.1.1+1.20
|
| 647 | leahs-immersive-thunder: Immersive Thunder 1.20.1+1.2.2
|
| 648 | letmedespawn: Let Me Despawn 1.2.1
|
| 649 | levelz: LevelZ 1.4.13
|
| 650 | libz: LibZ 1.0.3
|
| 651 | lithium: Lithium 0.11.2
|
| 652 | lmft: Load My F***ing Tags 1.0.2+1.20
|
| 653 | loadmyresources: Load My Resources 1.0.4
|
| 654 | logbegone: Log Begone 1.0.8
|
| 655 | lootbeams: Lootbeams 2.0..7+1.20.1
|
| 656 | microconfig: Microconfig 2.2.1
|
| 657 | lootr: Lootr **.**.**.**
|
| 658 | meadow: [Let's Do] Meadow 1.3.17
|
| 659 | mixinsquared: MixinSquared 0.1.2-beta.5
|
| 660 | medieval_buildings: Medieval Buildings 1.0.1
|
| 661 | medievalweapons: Medieval Weapons 1.4.8
|
| 662 | memoryleakfix: Memory Leak Fix 1.1.5
|
| 663 | mes: Moog's End Structures 1.3.1-1.20-fabric
|
| 664 | minecraft: Minecraft 1.20.1
|
| 665 | mns: Moog's Nether Structures 1.0.1-1.20-fabric
|
| 666 | modelfix: Model Gap Fix 1.15
|
| 667 | modernfix: ModernFix 5.18.1+mc1.20.1
|
| 668 | modmenu: Mod Menu 7.2.2
|
| 669 | moonlight: Moonlight 1.20-2.11.37
|
| 670 | moreculling: More Culling 1.20.4-0.24.0
|
| 671 | conditional-mixin: conditional mixin 0.3.2
|
| 672 | mr_dungeons: Dungeons+ 1.8.4b
|
| 673 | mr_dungeons_andtaverns: Dungeons and Taverns 3.0.3.f
|
| 674 | mr_dungeons_andtavernsancientcityoverhaul: Dungeons and Taverns Ancient City Overhaul 1
|
| 675 | mr_dungeons_andtavernspillageroutpostrework: Dungeons and Taverns Pillager Outpost Rework 1.1
|
| 676 | mr_dungeons_andtavernsstrongholdrework: Dungeons and Taverns Stronghold Rework 1
|
| 677 | mr_ships: Ships 3.0.1
|
| 678 | mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.0c
|
| 679 | mr_villager_transportation: Villager Transportation 1.3
|
| 680 | mru: Mineblock's Repeated Utilities 0.4.2+1.20.1
|
| 681 | nameplate: Nameplate 1.1.4
|
| 682 | naturalist: Naturalist 4.0.3
|
| 683 | natures_spirit: Nature's Spirit 1.5.3-1.20.1
|
| 684 | neruina: Neruina 2.0.0-beta.10
|
| 685 | com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.17.0
|
| 686 | com_fasterxml_jackson_core_jackson-core: jackson-core 2.17.0
|
| 687 | com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.17.0
|
| 688 | org_apache_maven_maven-artifact: maven-artifact 3.8.1
|
| 689 | org_kohsuke_github-api: github-api 1.318
|
| 690 | nethervinery: [Let's Do] NetherVinery 1.2.13
|
| 691 | niftycarts: NiftyCarts 3.0.2+1.20.1
|
| 692 | nimble: Nimble 5.0.1
|
| 693 | nutritionz: NutritionZ 1.0.8
|
| 694 | nvidium: Nvidium 0.2.6-beta
|
| 695 | overflowingbars: Overflowing Bars 8.0.0
|
| 696 | owo: oωo 0.11.2+1.20
|
| 697 | particular: Particular 1.1.1
|
| 698 | partyaddon: PartyAddon 1.0.4
|
| 699 | passableleaves: PassableLeaves 1.5.1
|
| 700 | paxi: Paxi 1.20-Fabric-4.0
|
| 701 | phantom: Phantom Library 20.1.5
|
| 702 | player-animator: Player Animator 1.0.2-rc1+1.20
|
| 703 | pockets: Pockets 1.2.0
|
| 704 | presencefootsteps: Presence Footsteps 1.9.4+1.20.1
|
| 705 | kirin: Kirin UI 1.15.6+1.20.1
|
| 706 | profundis: Profundis 1.6.2
|
| 707 | puzzleslib: Puzzles Lib 8.1.20
|
| 708 | puzzlesaccessapi: Puzzles Access Api 8.0.7
|
| 709 | qualitysounds: Quality Sounds 1.0.0-1.20.1
|
| 710 | reciperemover: Recipe Remover 1.0.8
|
| 711 | resourcefulconfig: Resourcefulconfig 2.1.2
|
| 712 | resourcefullib: Resourceful Lib 2.1.25
|
| 713 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
| 714 | com_teamresourceful_yabn: yabn 1.0.3
|
| 715 | revive: Revive 1.0.7
|
| 716 | rpgdifficulty: RpgDifficulty 1.3.13
|
| 717 | rsls: Raise Sound Limit Simplified 1.1.1
|
| 718 | scholar: Scholar 1.0.0
|
| 719 | seamless_loading_screen: Seamless Loading Screen 2.0.3+1.20.1
|
| 720 | seasons: Fabric Seasons 2.3+1.20
|
| 721 | shut_up_gl_error: Shut Up GL Error 1.0.0
|
| 722 | simplemod: SimpleMod 1.20.1
|
| 723 | skinlayers3d: 3d-Skin-Layers 1.6.6
|
| 724 | smallships: Small Ships 2.0.0-b1.3
|
| 725 | smarterfarmers: Smarter Farmers 1.20-1.8.2
|
| 726 | smitherz: SmitherZ 1.0.4
|
| 727 | smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.1.2
|
| 728 | smoothswapping: Smooth Swapping **.**.**.**
|
| 729 | sodium: Sodium 0.5.8+mc1.20.1
|
| 730 | sound_physics_remastered: Sound Physics Remastered 1.20.1-1.4.2
|
| 731 | sounds: Sounds 0.9.0+1.20.1
|
| 732 | org_chenliang_oggus_oggus: oggus 1.2.0
|
| 733 | sparsestructures: Sparse Structures 2.1.2
|
| 734 | spawnanimations: Spawn Animations 1.9.4+mod
|
| 735 | spider_caves: Spider Caves 20.1.0
|
| 736 | spoiledz: SpoiledZ 1.0.10
|
| 737 | capsaicin: Capsaicin 1.3.3+mc1.20.1
|
| 738 | spyglass-improvements: Spyglass Improvements 1.5.1+mc1.20+fabric
|
| 739 | stoneworks: Stoneworks 8.0.0
|
| 740 | superbsteeds: Superb Steeds 1.20-4
|
| 741 | cardinal-components-base: Cardinal Components API (base) 5.2.2
|
| 742 | cardinal-components-entity: Cardinal Components API (entities) 5.2.2
|
| 743 | sushi_bar: Sushi Bar 0.2.0
|
| 744 | com_moulberry_mixinconstraints: mixinconstraints 1.0.1
|
| 745 | tawct: Time & Wind Custom Ticker 1.4.8+1.20-1.20.1
|
| 746 | terrablender: TerraBlender **.**.**.**
|
| 747 | com_electronwill_night-config_core: core 3.6.7
|
| 748 | com_electronwill_night-config_toml: toml 3.6.7
|
| 749 | tiered: Tiered 1.3.3
|
| 750 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
| 751 | tlc: The Lost Castle 1.0.1
|
| 752 | tooltipfix: ToolTip Fix 1.1.1-1.20
|
| 753 | translucencyfix: Translucency Fix 2.2.0
|
| 754 | travelerz: TravelerZ 1.0.1
|
| 755 | treechop: HT's TreeChop 0.19.0
|
| 756 | trinkets: Trinkets 3.7.2
|
| 757 | u_desert: Unnamed Deserts 1.3.0
|
| 758 | underground_jungle: Underground Jungle 20.1.2
|
| 759 | vc_gliders: Gliders 1.1.5
|
| 760 | palladiumcore: PalladiumCore 1.20-2.0.0.0
|
| 761 | villagerfix: Villager Trade Fix 1.0.4
|
| 762 | villagesandpillages: Villages&Pillages 1.0.0
|
| 763 | vinery: [Let's Do] Vinery 1.4.23
|
| 764 | voidz: VoidZ 1.0.11
|
| 765 | wakes: Wakes 0.2.4+1.20.1
|
| 766 | com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
|
| 767 | satin: Satin 1.14.0
|
| 768 | walk-jog-run: Walk, Jog, Run 1.1.0+1.20.1
|
| 769 | waterdripsound: Drip Sounds 1.19-0.3.2
|
| 770 | welcomescreen: WelcomeScreen 1.0.1
|
| 771 | yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.20.1-fabric
|
| 772 | com_twelvemonkeys_common_common-image: common-image 3.10.0
|
| 773 | com_twelvemonkeys_common_common-io: common-io 3.10.0
|
| 774 | com_twelvemonkeys_common_common-lang: common-lang 3.10.0
|
| 775 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
|
| 776 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
|
| 777 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
|
| 778 | org_quiltmc_parsers_gson: gson 0.2.1
|
| 779 | yungsapi: YUNG's API 1.20-Fabric-4.0.5
|
| 780 | org_javassist_javassist: javassist 3.29.2-GA
|
| 781 | Loaded Shaderpack: (off)
|
| 782 | Server Running: true
|
| 783 | Player Count: 1 / 8; [class_3222['SpigotDE'/185, l='ServerLevel[New World]', x=270.50, y=65.00, z=-186.50]]
|
| 784 | Data Packs: vanilla, fabric, fleshz:naturalist_compat, jobsaddon:vinery_compat, nutritionz:natures_spirit_nutrition_compat, natures_spirit:modified_badlands, nutritionz:dehydration_x_meadow_nutrition_compat, natures_spirit:modified_flower_forest, natures_spirit:modified_birch_forest, natures_spirit:modified_dark_forest, nutritionz:naturalist_nutrition_compat, jobsaddon:candlelight_compat, nutritionz:nethervinery_nutrition_compat, natures_spirit:modified_desert, nutritionz:bakery_nutrition_compat, natures_spirit:modified_jungle, natures_spirit:modified_savannas, nutritionz:meadow_nutrition_compat, natures_spirit:modified_mountain_biomes, nutritionz:adventurez_nutrition_compat, nutritionz:herbalbrews_nutrition_compat, fleshz:adventurez_compat, nutritionz:dehydration_nutrition_compat, fleshz:meadow_compat, nutritionz:brewery_nutrition_compat, nutritionz:candlelight_nutrition_compat, nutritionz:dehydration_x_vinery_nutrition_compat, natures_spirit:modified_swamp, nutritionz:dehydration_x_nethervinery_nutrition_compat, jobsaddon:bakery_compat, jobsaddon:earlystage_compat, nutritionz:vinery_nutrition_compat, Moonlight Mods Dynamic Assets, aged, aged_welcome_screen, create-the-server_datapack-v0.2, tales_of_aged, WWOO_2.3.1 (incompatible), loadmyresources.hiddenpack (incompatible)
|
| 785 | Enabled Feature Flags: minecraft:vanilla
|
| 786 | World Generation: Stable
|
| 787 | Type: Integrated Server (map_client.txt)
|
| 788 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
| 789 | Launched Version: 1.20.1
|
| 790 |
|