Guest User

Untitled

a guest
May 22nd, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.20 KB | None | 0 0
  1. minecraft@crash:~/gen12> ./minecraft_server.sh
  2. [00:21:23] [main/INFO]: Loading for game Minecraft 1.14
  3. [00:21:23] [ForkJoinPool-1-worker-5/WARN]: Mod ID harvest uses outdated schema version: 0 < 1
  4. [00:21:23] [ForkJoinPool-1-worker-7/WARN]: Mod ID simpleteleporters uses outdated schema version: 0 < 1
  5. [00:21:23] [ForkJoinPool-1-worker-2/WARN]: Mod ID fabric uses outdated schema version: 0 < 1
  6. [00:21:23] [ForkJoinPool-1-worker-2/WARN]: Mod ID lil-tater uses outdated schema version: 0 < 1
  7. [00:21:23] [ForkJoinPool-1-worker-7/WARN]: Mod ID codatech uses outdated schema version: 0 < 1
  8. [00:21:23] [ForkJoinPool-1-worker-5/WARN]: Mod ID fabric uses outdated schema version: 0 < 1
  9. [00:21:23] [ForkJoinPool-1-worker-2/WARN]: Mod ID fabric uses outdated schema version: 0 < 1
  10. [00:21:23] [ForkJoinPool-1-worker-1/WARN]: Mod ID fabric uses outdated schema version: 0 < 1
  11. [00:21:23] [ForkJoinPool-1-worker-4/WARN]: Mod ID fabric uses outdated schema version: 0 < 1
  12. [00:21:23] [main/WARN]: Non-mandatory unsatisfied dependencies!
  13. - Mod cursedchests recommends mod {roughlyenoughitems @ [>=2.8.2+build.104]}, which is missing!
  14. [00:21:23] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/home/services/minecraft/gen12/fabric-server-launch.jar Service=Knot/Fabric Env=SERVER
  15. [00:21:23] [main/INFO]: Compatibility level set to JAVA_8
  16. [00:21:24] [main/ERROR]: Mixin config minershorizon.common.json does not specify "minVersion" property
  17. [00:21:24] [main/ERROR]: Mixin config refinedmachinery.mixins.json does not specify "minVersion" property
  18. [00:21:24] [main/ERROR]: Mixin config appleskin.mixins.json does not specify "minVersion" property
  19. [00:21:24] [main/ERROR]: Mixin config modid.client.json does not specify "minVersion" property
  20. [00:21:24] [main/ERROR]: Mixin config net.fabricmc.fabric.mixins.common.json does not specify "minVersion" property
  21. [00:21:24] [main/ERROR]: Mixin config modid.mixins.json does not specify "minVersion" property
  22. [00:21:24] [main/ERROR]: Mixin config abusedlib.mixins.json does not specify "minVersion" property
  23. [00:21:24] [main/WARN]: Reference map 'lil-tater-refmap.json' for modid.common.json could not be read. If this is a development environment you can ignore this message
  24. [00:21:27] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
  25. [00:21:27] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  26. [00:21:27] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
  27. [00:21:27] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
  28. [00:21:27] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  29. [00:21:28] [main/INFO]: Loading config file refinedmachinery.json
  30. [00:21:29] [main/INFO]: [COTTON]: Loaded config.
  31. [00:21:29] [main/INFO]: [STDOUT]: Hello World!
  32. [00:21:29] [main/INFO]: Initializing Disenchanting
  33. [00:21:29] [Server thread/INFO]: Starting minecraft server version 1.14
  34. [00:21:29] [Server thread/INFO]: Loading properties
  35. [00:21:29] [Server thread/INFO]: Default game type: SURVIVAL
  36. [00:21:29] [Server thread/INFO]: Generating keypair
  37. [00:21:29] [Server thread/INFO]: Starting Minecraft server on crash.develz.org:25565
  38. [00:21:29] [Server thread/INFO]: Using epoll channel type
  39. [00:21:29] [Server thread/INFO]: Preparing level "world"
  40. [00:21:29] [Server thread/INFO]: Loading Fabric registry [file 1/4]
  41. [00:21:29] [Server thread/INFO]: Loading Fabric registry [file 2/4]
  42. [00:21:29] [Server thread/INFO]: Loading Fabric registry [file 3/4]
  43. [00:21:29] [Server thread/WARN]: Failed to save registry file!
  44. java.io.FileNotFoundException: ./world/data/fabricRegistry.dat (No such file or directory)
  45. at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_171]
  46. at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_171]
  47. at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_171]
  48. at java.io.FileOutputStream.<init>(FileOutputStream.java:162) ~[?:1.8.0_171]
  49. at net.minecraft.class_29.handler$readWorldProperties$zcc000(class_29.java:602) [intermediary-server.jar:?]
  50. at net.minecraft.class_29.method_133(class_29.java) [intermediary-server.jar:?]
  51. at net.minecraft.server.MinecraftServer.method_3735(MinecraftServer.java:348) [intermediary-server.jar:?]
  52. at net.minecraft.class_3176.method_3823(class_3176.java:218) [intermediary-server.jar:?]
  53. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:605) [intermediary-server.jar:?]
  54. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  55. [00:21:30] [Server thread/INFO]: Found new data pack fabric/alwaysdroploot, loading it automatically
  56. [00:21:30] [Server thread/INFO]: Found new data pack fabric/antiqueatlas, loading it automatically
  57. [00:21:30] [Server thread/INFO]: Found new data pack fabric/battle-towers, loading it automatically
  58. [00:21:30] [Server thread/INFO]: Found new data pack fabric/chunkactivator, loading it automatically
  59. [00:21:30] [Server thread/INFO]: Found new data pack fabric/codatech, loading it automatically
  60. [00:21:30] [Server thread/INFO]: Found new data pack fabric/cotton, loading it automatically
  61. [00:21:30] [Server thread/INFO]: Found new data pack fabric/cursedchests, loading it automatically
  62. [00:21:30] [Server thread/INFO]: Found new data pack fabric/disenchanting, loading it automatically
  63. [00:21:30] [Server thread/INFO]: Found new data pack fabric/extra-pressure-plates, loading it automatically
  64. [00:21:30] [Server thread/INFO]: Found new data pack fabric/fabric, loading it automatically
  65. [00:21:30] [Server thread/INFO]: Found new data pack fabric/harvest, loading it automatically
  66. [00:21:30] [Server thread/INFO]: Found new data pack fabric/lil-tater, loading it automatically
  67. [00:21:30] [Server thread/INFO]: Found new data pack fabric/refinedmachinery, loading it automatically
  68. [00:21:30] [Server thread/INFO]: Found new data pack fabric/simpleteleporters, loading it automatically
  69. [00:21:30] [Server thread/INFO]: Found new data pack fabric/stockpile, loading it automatically
  70. [00:21:30] [Server thread/INFO]: Found new data pack fabric/vanilla-hammers, loading it automatically
  71. [00:21:30] [Server thread/INFO]: Found new data pack global/cotton (generated), loading it automatically
  72. [00:21:30] [Server thread/INFO]: Found new data pack vanilla, loading it automatically
  73. [00:21:30] [Server thread/INFO]: Reloading ResourceManager: Default, Vanilla Hammers, Stockpile, Simple Teleporters, Refined Machinery, Lil Tater, Harvest, Fabric API, Extra Pressure Plates, Disenchanting, CursedChests, Cotton, CodaTech, Chunk Activator, Battle Towers, Antique Atlas, Always Drop Loot, cotton (generated)
  74. [00:21:30] [Server thread/INFO]: Loaded 8 recipes
  75. [00:21:33] [Server thread/INFO]: Loaded 828 advancements
  76. [00:21:33] [Server thread/INFO]: Loaded AlwaysDropLootConfig{alwaysDropXp=true, lootDropMode=ALWAYS_AS_PLAYER}
  77. [00:21:38] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  78. [00:21:38] [Server-Worker-5/INFO]: Preparing spawn area: 0%
  79. [00:21:39] [Server-Worker-4/INFO]: Preparing spawn area: 0%
  80. [00:21:39] [Server-Worker-1/INFO]: Preparing spawn area: 2%
  81. [00:21:40] [Server-Worker-4/INFO]: Preparing spawn area: 3%
  82. [00:21:40] [Server-Worker-6/INFO]: Preparing spawn area: 5%
  83. [00:21:41] [Server-Worker-3/INFO]: Preparing spawn area: 7%
  84. [00:21:41] [Server-Worker-3/INFO]: Preparing spawn area: 11%
  85. [00:21:42] [Server-Worker-1/INFO]: Preparing spawn area: 14%
  86. [00:21:42] [Server-Worker-5/INFO]: Preparing spawn area: 17%
  87. [00:21:43] [Server-Worker-3/INFO]: Preparing spawn area: 19%
  88. [00:21:43] [Server-Worker-1/INFO]: Preparing spawn area: 23%
  89. [00:21:44] [Server-Worker-7/INFO]: Preparing spawn area: 25%
  90. [00:21:44] [Server-Worker-2/INFO]: Preparing spawn area: 29%
  91. [00:21:45] [Server-Worker-1/INFO]: Preparing spawn area: 33%
  92. [00:21:46] [Server-Worker-4/INFO]: Preparing spawn area: 34%
  93. [00:21:46] [Server-Worker-4/INFO]: Preparing spawn area: 34%
  94. [00:21:46] [Server-Worker-4/INFO]: Preparing spawn area: 34%
  95. [00:21:47] [Server-Worker-5/INFO]: Preparing spawn area: 45%
  96. [00:21:47] [Server-Worker-2/INFO]: Preparing spawn area: 49%
  97. [00:21:48] [Server-Worker-2/INFO]: Preparing spawn area: 51%
  98. [00:21:48] [Server-Worker-5/INFO]: Preparing spawn area: 55%
  99. [00:21:49] [Server-Worker-5/INFO]: Preparing spawn area: 57%
  100. [00:21:49] [Server-Worker-5/INFO]: Preparing spawn area: 61%
  101. [00:21:50] [Server-Worker-6/INFO]: Preparing spawn area: 65%
  102. [00:21:50] [Server-Worker-2/INFO]: Preparing spawn area: 69%
  103. [00:21:51] [Server-Worker-3/INFO]: Preparing spawn area: 72%
  104. [00:21:51] [Server-Worker-2/INFO]: Preparing spawn area: 75%
  105. [00:21:52] [Server-Worker-1/INFO]: Preparing spawn area: 79%
  106. [00:21:52] [Server-Worker-6/INFO]: Preparing spawn area: 82%
  107. [00:21:53] [Server-Worker-6/INFO]: Preparing spawn area: 85%
  108. [00:21:53] [Server-Worker-4/INFO]: Preparing spawn area: 88%
  109. [00:21:54] [Server-Worker-4/INFO]: Preparing spawn area: 92%
  110. [00:21:54] [Server-Worker-4/INFO]: Preparing spawn area: 96%
  111. [00:21:54] [Server thread/INFO]: Time elapsed: 16366 ms
  112. [00:21:54] [Server thread/INFO]: Done (24.991s)! For help, type "help"
  113. [00:22:42] [User Authenticator #1/INFO]: UUID of player mthoben is 5edab215-f16b-4b10-94a2-ea0df8ed7062
  114. [00:22:42] [Server thread/INFO]: mthoben[/5.10.190.142:46260] logged in with entity id 450 at (-185.5, 63.0, 166.5)
  115. [00:22:42] [Server thread/INFO]: mthoben joined the game
  116. [00:22:42] [Server thread/INFO]: Sent markers data #-1 to player mthoben
  117. [00:22:42] [Server thread/INFO]: Sent custom biome data to player mthoben
  118. [00:23:14] [Server thread/INFO]: [mthoben: Set own game mode to Creative Mode]
  119. [00:24:17] [Server thread/INFO]: [mthoben: Set own game mode to Survival Mode]
  120. [00:24:23] [Server thread/INFO]: <mthoben> entering first time now
  121. [00:24:41] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5561ms or 111 ticks behind
  122. [00:24:41] [Server thread/WARN]: mthoben moved too quickly! 0.9728921396161638,82.0,-0.5109526337877242
  123. [00:24:41] [Server thread/WARN]: mthoben moved too quickly! 0.9728921396161638,82.0,-0.5109526337877242
  124. [00:24:41] [Server thread/WARN]: mthoben moved too quickly! 0.9728921396161638,82.0,-0.5109526337877242
  125. [00:24:59] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2880ms or 57 ticks behind
  126. 0.17748149
  127. 0.0044444446
  128. 0.0044444446
  129. 0.0044444446
  130. 0.0044444446
  131. 0.0044444446
  132. 0.0044444446
  133. 0.0044444446
  134. 0.0044444446
  135. 0.17748149
  136. 0.17748149
  137. 0.17748149
  138. 0.0044444446
  139. 0.0044444446
  140. 0.0044444446
  141. 0.0044444446
  142. 0.0044444446
  143. 0.0044444446
  144. 0.17748149
  145. [00:25:03] [Server thread/INFO]: mthoben has made the advancement [Stone Age]
  146. 0.0354963
  147. 8.888889E-4
  148. 0.0044444446
  149. 0.0044444446
  150. 0.0044444446
  151. 0.0044444446
  152. 0.0044444446
  153. 0.0044444446
  154. 0.17748149
  155. 0.17777778
  156. 0.0044444446
  157. 0.0044444446
  158. 0.0044444446
  159. 0.0044444446
  160. 0.0044444446
  161. 0.0044444446
  162. 0.17777778
  163. 0.17748149
  164. 0.0044444446
  165. 0.0044444446
  166. 0.0044444446
  167. 0.0044444446
  168. 0.0044444446
  169. 0.0044444446
  170. 0.0044444446
  171. 0.17748149
  172. 0.17748149
  173. 0.0044444446
  174. 0.0044444446
  175. 0.0044444446
  176. 0.0044444446
  177. 0.0044444446
  178. 0.0044444446
  179. 0.0044444446
  180. 0.0044444446
  181. 0.0044444446
  182. 0.0044444446
  183. 0.17748149
  184. 0.17748149
  185. 0.0044444446
  186. 0.0044444446
  187. 0.0044444446
  188. 0.0044444446
  189. 0.0044444446
  190. 0.0044444446
  191. 0.0044444446
  192. 0.0044444446
  193. 0.0044444446
  194. 0.17748149
  195. 0.17748149
  196. 0.0044444446
  197. 0.0044444446
  198. 0.0044444446
  199. 0.0044444446
  200. 0.0044444446
  201. 0.0044444446
  202. 0.0044444446
  203. 0.0044444446
  204. 0.0044444446
  205. 0.17748149
  206. 0.17748149
  207. 0.0044444446
  208. 0.0044444446
  209. 0.0044444446
  210. 0.0044444446
  211. 0.0044444446
  212. 0.0044444446
  213. 0.0044444446
  214. 0.17748149
  215. 0.1762963
  216. 0.0044444446
  217. 0.0044444446
  218. 0.0044444446
  219. 0.0044444446
  220. 0.1762963
  221. 0.0044444446
  222. 0.1762963
  223. 0.0044444446
  224. 0.1762963
  225. 0.0044444446
  226. 0.0044444446
  227. 0.0044444446
  228. 0.0044444446
  229. 0.0044444446
  230. 0.0044444446
  231. 0.1762963
  232. 0.1762963
  233. 0.0044444446
  234. 0.0044444446
  235. 0.0044444446
  236. 0.0044444446
  237. 0.0044444446
  238. 0.0044444446
  239. 0.0044444446
  240. 0.0044444446
  241. 0.0044444446
  242. 0.0044444446
  243. 0.1762963
  244. 0.1762963
  245. 0.0044444446
  246. 0.0044444446
  247. 0.0044444446
  248. 0.0044444446
  249. 0.0044444446
  250. 0.0044444446
  251. 0.0044444446
  252. 0.0044444446
  253. 0.1762963
  254. 0.1762963
  255. 0.0044444446
  256. 0.0044444446
  257. 0.0044444446
  258. 0.0044444446
  259. 0.0044444446
  260. 0.0044444446
  261. 0.0044444446
  262. 0.1762963
  263. [00:25:26] [Server thread/INFO]: <mthoben> leaving now
  264. [00:25:29] [Server thread/WARN]: mthoben moved too quickly! -1.3771064718919774,-81.5,0.08319738820989642
  265. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-151, y=257, z=-30} but found not block entity block Block{minecraft:air} at location
  266. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-151, y=257, z=-30}
  267. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-153, y=257, z=-30} but found not block entity block Block{minecraft:air} at location
  268. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-153, y=257, z=-30}
  269. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-149, y=256, z=-20} but found not block entity block Block{minecraft:air} at location
  270. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-149, y=256, z=-20}
  271. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-148, y=256, z=-24} but found not block entity block Block{minecraft:air} at location
  272. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-148, y=256, z=-24}
  273. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-157, y=256, z=-20} but found not block entity block Block{minecraft:air} at location
  274. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-157, y=256, z=-20}
  275. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-150, y=256, z=-28} but found not block entity block Block{minecraft:air} at location
  276. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-150, y=256, z=-28}
  277. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-155, y=256, z=-24} but found not block entity block Block{minecraft:air} at location
  278. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-155, y=256, z=-24}
  279. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-159, y=256, z=-24} but found not block entity block Block{minecraft:air} at location
  280. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-159, y=256, z=-24}
  281. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-151, y=258, z=-31} but found not block entity block Block{minecraft:air} at location
  282. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-151, y=258, z=-31}
  283. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-153, y=258, z=-31} but found not block entity block Block{minecraft:air} at location
  284. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-153, y=258, z=-31}
  285. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-147, y=257, z=-21} but found not block entity block Block{minecraft:air} at location
  286. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-147, y=257, z=-21}
  287. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-149, y=257, z=-19} but found not block entity block Block{minecraft:air} at location
  288. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-149, y=257, z=-19}
  289. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-152, y=257, z=-29} but found not block entity block Block{minecraft:air} at location
  290. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-152, y=257, z=-29}
  291. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-153, y=257, z=-29} but found not block entity block Block{minecraft:air} at location
  292. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-153, y=257, z=-29}
  293. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-152, y=257, z=-31} but found not block entity block Block{minecraft:air} at location
  294. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-152, y=257, z=-31}
  295. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-153, y=257, z=-31} but found not block entity block Block{minecraft:air} at location
  296. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-153, y=257, z=-31}
  297. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-149, y=256, z=-19} but found not block entity block Block{minecraft:air} at location
  298. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-149, y=256, z=-19}
  299. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-148, y=256, z=-21} but found not block entity block Block{minecraft:air} at location
  300. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-148, y=256, z=-21}
  301. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-148, y=256, z=-23} but found not block entity block Block{minecraft:air} at location
  302. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-148, y=256, z=-23}
  303. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-149, y=256, z=-23} but found not block entity block Block{minecraft:air} at location
  304. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-149, y=256, z=-23}
  305. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-147, y=256, z=-25} but found not block entity block Block{minecraft:air} at location
  306. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-147, y=256, z=-25}
  307. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-148, y=256, z=-27} but found not block entity block Block{minecraft:air} at location
  308. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-148, y=256, z=-27}
  309. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-148, y=256, z=-29} but found not block entity block Block{minecraft:air} at location
  310. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-148, y=256, z=-29}
  311. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-153, y=256, z=-25} but found not block entity block Block{minecraft:air} at location
  312. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-153, y=256, z=-25}
  313. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-150, y=256, z=-29} but found not block entity block Block{minecraft:air} at location
  314. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-150, y=256, z=-29}
  315. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-151, y=256, z=-29} but found not block entity block Block{minecraft:air} at location
  316. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-151, y=256, z=-29}
  317. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-151, y=256, z=-31} but found not block entity block Block{minecraft:air} at location
  318. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-151, y=256, z=-31}
  319. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-159, y=256, z=-23} but found not block entity block Block{minecraft:air} at location
  320. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-159, y=256, z=-23}
  321. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-152, y=256, z=-31} but found not block entity block Block{minecraft:air} at location
  322. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-152, y=256, z=-31}
  323. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-154, y=256, z=-29} but found not block entity block Block{minecraft:air} at location
  324. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-154, y=256, z=-29}
  325. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-154, y=256, z=-31} but found not block entity block Block{minecraft:air} at location
  326. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-154, y=256, z=-31}
  327. [00:25:32] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=-156, y=256, z=-29} but found not block entity block Block{minecraft:air} at location
  328. [00:25:32] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:air} but failed at location class_2338{x=-156, y=256, z=-29}
  329. [00:25:44] [Server thread/INFO]: <mthoben> all good, entering again
  330. [00:25:50] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2765ms or 55 ticks behind
  331. [00:25:50] [Server thread/WARN]: mthoben moved too quickly! 1.0781574189949765,83.0,-0.4723198314761987
  332. [00:25:50] [Server thread/WARN]: mthoben moved too quickly! 1.0781574189949765,83.0,-0.4723198314761987
  333. [00:26:04] [Server thread/INFO]: <mthoben> all good, leaving again
  334. [00:26:07] [Server thread/WARN]: mthoben moved too quickly! -1.6374201761462928,-81.5,0.1441308628414788
  335. [00:26:16] [Server thread/INFO]: mthoben lost connection: Disconnected
  336. [00:26:16] [Server thread/INFO]: mthoben left the game
  337. stop
  338. [00:26:48] [Server thread/INFO]: Stopping the server
  339. [00:26:48] [Server thread/INFO]: Stopping server
  340. [00:26:48] [Server thread/INFO]: Saving players
  341. [00:26:48] [Server thread/INFO]: Saving worlds
  342. [00:26:48] [Server thread/INFO]: Saving chunks for level 'world'/minecraft:overworld
  343. [00:26:48] [Server thread/INFO]: Saving local markers data to NBT
  344. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  345. [00:26:50] [Server thread/INFO]: Saving chunks for level 'world'/minecraft:the_nether
  346. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  347. [00:26:50] [Server thread/INFO]: Saving chunks for level 'world'/minecraft:the_end
  348. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  349. [00:26:50] [Server thread/INFO]: Saving chunks for level 'world'/miners_horizon:miners_horizon
  350. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM_miners_horizon): All chunks are saved
  351. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  352. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  353. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  354. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  355. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  356. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  357. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM_miners_horizon): All chunks are saved
  358. [00:26:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM_miners_horizon): All chunks are saved
  359. (modsman) minecraft@crash:~/gen12>
Advertisement
Add Comment
Please, Sign In to add comment