Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.45 KB | None | 0 0
  1. [12:53:30] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
  2. net.minecraft.util.ReportedException: Exception ticking world
  3. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:762) ~[MinecraftServer.class:?]
  4. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
  5. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) ~[chd.class:?]
  6. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  7. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  8. Caused by: java.lang.NullPointerException
  9. at io.github.opencubicchunks.cubicchunks.cubicgen.customcubic.populator.DefaultDecorator$Ores.generate(DefaultDecorator.java:85) ~[DefaultDecorator$Ores.class:?]
  10. at io.github.opencubicchunks.cubicchunks.api.worldgen.populator.CubicPopulatorList.lambda$generate$0(CubicPopulatorList.java:63) ~[CubicPopulatorList.class:?]
  11. at java.util.ArrayList.forEach(ArrayList.java:1255) ~[?:1.8.0_151]
  12. at io.github.opencubicchunks.cubicchunks.api.worldgen.populator.CubicPopulatorList.generate(CubicPopulatorList.java:63) ~[CubicPopulatorList.class:?]
  13. at io.github.opencubicchunks.cubicchunks.cubicgen.customcubic.CustomTerrainGenerator.populate(CustomTerrainGenerator.java:246) ~[CustomTerrainGenerator.class:?]
  14. at io.github.opencubicchunks.cubicchunks.cubicgen.customcubic.CustomTerrainGenerator.populate(CustomTerrainGenerator.java:215) ~[CustomTerrainGenerator.class:?]
  15. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.lambda$populateCube$4(CubeProviderServer.java:457) ~[CubeProviderServer.class:?]
  16. at io.github.opencubicchunks.cubicchunks.api.util.Box.forEachPoint(Box.java:51) ~[Box.class:?]
  17. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.populateCube(CubeProviderServer.java:437) ~[CubeProviderServer.class:?]
  18. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.postCubeLoadAttempt(CubeProviderServer.java:379) ~[CubeProviderServer.class:?]
  19. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.getCube(CubeProviderServer.java:315) ~[CubeProviderServer.class:?]
  20. at io.github.opencubicchunks.cubicchunks.core.server.CubeWatcher.providePlayerCube(CubeWatcher.java:167) ~[CubeWatcher.class:?]
  21. at io.github.opencubicchunks.cubicchunks.core.server.PlayerCubeMap.func_72693_b(PlayerCubeMap.java:379) ~[PlayerCubeMap.class:?]
  22. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227) ~[oo.class:?]
  23. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) ~[MinecraftServer.class:?]
  24. ... 4 more
  25. [12:53:30] [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: /home/nshashok96/.local/share/multimc/instances/CubicBuilding/.minecraft/crash-reports/crash-2019-08-25_12.53.30-server.txt
  26. [12:53:30] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
  27. [12:53:30] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----
  28.  
  29. WARNING: coremods are present:
  30. CubicGenCoreMod (CubicWorldGen-1.12.2-0.0.67.0-SNAPSHOT-all.jar)
  31. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  32. CWGFarPlaneViewCoreMod (CWGFarPlaneView-0.1.7-core.jar)
  33. CubicChunksCoreMod (CubicChunks-1.12.2-0.0.991.0-SNAPSHOT-all.jar)
  34. Contact their authors BEFORE contacting forge
  35.  
  36. // On the bright side, I bought you a teddy bear!
  37.  
  38. Time: 8/25/19 12:53 PM
  39. Description: Exception ticking world
  40.  
  41. java.lang.NullPointerException: Exception ticking world
  42. at io.github.opencubicchunks.cubicchunks.cubicgen.customcubic.populator.DefaultDecorator$Ores.generate(DefaultDecorator.java:85)
  43. at io.github.opencubicchunks.cubicchunks.api.worldgen.populator.CubicPopulatorList.lambda$generate$0(CubicPopulatorList.java:63)
  44. at java.util.ArrayList.forEach(ArrayList.java:1255)
  45. at io.github.opencubicchunks.cubicchunks.api.worldgen.populator.CubicPopulatorList.generate(CubicPopulatorList.java:63)
  46. at io.github.opencubicchunks.cubicchunks.cubicgen.customcubic.CustomTerrainGenerator.populate(CustomTerrainGenerator.java:246)
  47. at io.github.opencubicchunks.cubicchunks.cubicgen.customcubic.CustomTerrainGenerator.populate(CustomTerrainGenerator.java:215)
  48. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.lambda$populateCube$4(CubeProviderServer.java:457)
  49. at io.github.opencubicchunks.cubicchunks.api.util.Box.forEachPoint(Box.java:51)
  50. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.populateCube(CubeProviderServer.java:437)
  51. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.postCubeLoadAttempt(CubeProviderServer.java:379)
  52. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.getCube(CubeProviderServer.java:315)
  53. at io.github.opencubicchunks.cubicchunks.core.server.CubeWatcher.providePlayerCube(CubeWatcher.java:167)
  54. at io.github.opencubicchunks.cubicchunks.core.server.PlayerCubeMap.func_72693_b(PlayerCubeMap.java:379)
  55. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  56. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  57. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  58. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  59. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  60. at java.lang.Thread.run(Thread.java:748)
  61.  
  62.  
  63. A detailed walkthrough of the error, its code path and all known details is as follows:
  64. ---------------------------------------------------------------------------------------
  65.  
  66. -- Head --
  67. Thread: Client thread
  68. Stacktrace:
  69. at io.github.opencubicchunks.cubicchunks.cubicgen.customcubic.populator.DefaultDecorator$Ores.generate(DefaultDecorator.java:85)
  70. at io.github.opencubicchunks.cubicchunks.api.worldgen.populator.CubicPopulatorList.lambda$generate$0(CubicPopulatorList.java:63)
  71. at java.util.ArrayList.forEach(ArrayList.java:1255)
  72. at io.github.opencubicchunks.cubicchunks.api.worldgen.populator.CubicPopulatorList.generate(CubicPopulatorList.java:63)
  73. at io.github.opencubicchunks.cubicchunks.cubicgen.customcubic.CustomTerrainGenerator.populate(CustomTerrainGenerator.java:246)
  74. at io.github.opencubicchunks.cubicchunks.cubicgen.customcubic.CustomTerrainGenerator.populate(CustomTerrainGenerator.java:215)
  75. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.lambda$populateCube$4(CubeProviderServer.java:457)
  76. at io.github.opencubicchunks.cubicchunks.api.util.Box.forEachPoint(Box.java:51)
  77. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.populateCube(CubeProviderServer.java:437)
  78. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.postCubeLoadAttempt(CubeProviderServer.java:379)
  79. at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.getCube(CubeProviderServer.java:315)
  80. at io.github.opencubicchunks.cubicchunks.core.server.CubeWatcher.providePlayerCube(CubeWatcher.java:167)
  81. at io.github.opencubicchunks.cubicchunks.core.server.PlayerCubeMap.func_72693_b(PlayerCubeMap.java:379)
  82. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  83.  
  84. -- Affected level --
  85. Details:
  86. Level name: New World
  87. All players: 1 total; [EntityPlayerMP['LooseElectron'/503, l='New World', x=125.50, y=65.00, z=250.50]]
  88. Chunk stats: CubeProviderServer: 729 columns, 13851 cubes
  89. Level seed: 2284554347082311883
  90. Level generator: ID 09 - CustomCubic, ver 0. Features enabled: true
  91. Level generator options: {
  92. "waterLevel": 63,
  93. "caves": true,
  94. "strongholds": true,
  95. "alternateStrongholdsPositions": false,
  96. "villages": true,
  97. "mineshafts": true,
  98. "temples": true,
  99. "oceanMonuments": true,
  100. "woodlandMansions": true,
  101. "ravines": true,
  102. "dungeons": true,
  103. "dungeonCount": 7,
  104. "waterLakes": true,
  105. "waterLakeRarity": 4,
  106. "lavaLakes": true,
  107. "lavaLakeRarity": 8,
  108. "aboveSeaLavaLakeRarity": 13,
  109. "lavaOceans": false,
  110. "biome": -1,
  111. "biomeSize": 4,
  112. "riverSize": 4,
  113. "standardOres": [
  114. {
  115. "blockstate": {
  116. "Properties": {
  117. "variant": "dirt",
  118. "snowy": "false"
  119. },
  120. "Name": "minecraft:dirt"
  121. },
  122. "spawnSize": 33,
  123. "spawnTries": 10,
  124. "spawnProbability": 0.0625,
  125. "minHeight": -Infinity,
  126. "maxHeight": Infinity
  127. },
  128. {
  129. "blockstate": {
  130. "Name": "minecraft:gravel"
  131. },
  132. "spawnSize": 33,
  133. "spawnTries": 8,
  134. "spawnProbability": 0.0625,
  135. "minHeight": -Infinity,
  136. "maxHeight": Infinity
  137. },
  138. {
  139. "blockstate": {
  140. "Properties": {
  141. "variant": "granite"
  142. },
  143. "Name": "minecraft:stone"
  144. },
  145. "spawnSize": 33,
  146. "spawnTries": 10,
  147. "spawnProbability": 0.2,
  148. "minHeight": -Infinity,
  149. "maxHeight": 0.25
  150. },
  151. {
  152. "blockstate": {
  153. "Properties": {
  154. "variant": "diorite"
  155. },
  156. "Name": "minecraft:stone"
  157. },
  158. "spawnSize": 33,
  159. "spawnTries": 10,
  160. "spawnProbability": 0.2,
  161. "minHeight": -Infinity,
  162. "maxHeight": 0.25
  163. },
  164. {
  165. "blockstate": {
  166. "Properties": {
  167. "variant": "andesite"
  168. },
  169. "Name": "minecraft:stone"
  170. },
  171. "spawnSize": 33,
  172. "spawnTries": 10,
  173. "spawnProbability": 0.2,
  174. "minHeight": -Infinity,
  175. "maxHeight": 0.25
  176. },
  177. {
  178. "blockstate": {
  179. "Name": "minecraft:coal_ore"
  180. },
  181. "spawnSize": 17,
  182. "spawnTries": 20,
  183. "spawnProbability": 0.125,
  184. "minHeight": -Infinity,
  185. "maxHeight": 1.0
  186. },
  187. {
  188. "blockstate": {
  189. "Name": "minecraft:iron_ore"
  190. },
  191. "spawnSize": 9,
  192. "spawnTries": 20,
  193. "spawnProbability": 0.25,
  194. "minHeight": -Infinity,
  195. "maxHeight": 0.0
  196. },
  197. {
  198. "blockstate": {
  199. "Name": "minecraft:gold_ore"
  200. },
  201. "spawnSize": 9,
  202. "spawnTries": 2,
  203. "spawnProbability": 0.5,
  204. "minHeight": -Infinity,
  205. "maxHeight": -0.5
  206. },
  207. {
  208. "blockstate": {
  209. "Name": "minecraft:redstone_ore"
  210. },
  211. "spawnSize": 8,
  212. "spawnTries": 8,
  213. "spawnProbability": 1.0,
  214. "minHeight": -Infinity,
  215. "maxHeight": -0.75
  216. },
  217. {
  218. "blockstate": {
  219. "Name": "minecraft:diamond_ore"
  220. },
  221. "spawnSize": 8,
  222. "spawnTries": 1,
  223. "spawnProbability": 1.0,
  224. "minHeight": -Infinity,
  225. "maxHeight": -0.75
  226. },
  227. {
  228. "blockstate": {
  229. "Name": "minecraft:emerald_ore"
  230. },
  231. "biomes": [
  232. "minecraft:extreme_hills_with_trees",
  233. "minecraft:smaller_extreme_hills",
  234. "minecraft:mutated_extreme_hills_with_trees",
  235. "minecraft:extreme_hills",
  236. "minecraft:mutated_extreme_hills"
  237. ],
  238. "spawnSize": 1,
  239. "spawnTries": 11,
  240. "spawnProbability": 0.2857143,
  241. "minHeight": -Infinity,
  242. "maxHeight": 0.0
  243. },
  244. {
  245. "blockstate": {
  246. "Properties": {
  247. "variant": "stone"
  248. },
  249. "Name": "minecraft:monster_egg"
  250. },
  251. "biomes": [
  252. "minecraft:extreme_hills_with_trees",
  253. "minecraft:smaller_extreme_hills",
  254. "minecraft:mutated_extreme_hills_with_trees",
  255. "minecraft:extreme_hills",
  256. "minecraft:mutated_extreme_hills"
  257. ],
  258. "spawnSize": 7,
  259. "spawnTries": 7,
  260. "spawnProbability": 0.25,
  261. "minHeight": -Infinity,
  262. "maxHeight": -0.5
  263. },
  264. {
  265. "blockstate": {
  266. "Name": "minecraft:gold_ore"
  267. },
  268. "biomes": [
  269. "minecraft:mesa_clear_rock",
  270. "minecraft:mutated_mesa_clear_rock",
  271. "minecraft:mutated_mesa",
  272. "minecraft:mesa_rock",
  273. "minecraft:mutated_mesa_rock",
  274. "minecraft:mesa"
  275. ],
  276. "spawnSize": 20,
  277. "spawnTries": 2,
  278. "spawnProbability": 0.5,
  279. "minHeight": -0.5,
  280. "maxHeight": 0.25
  281. }
  282. ],
  283. "periodicGaussianOres": [
  284. {
  285. "blockstate": {
  286. "Name": "minecraft:lapis_ore"
  287. },
  288. "spawnSize": 7,
  289. "spawnTries": 1,
  290. "spawnProbability": 0.93330777,
  291. "heightMean": -0.75,
  292. "heightStdDeviation": 0.11231705,
  293. "heightSpacing": 3.0,
  294. "minHeight": -Infinity,
  295. "maxHeight": -0.5
  296. }
  297. ],
  298. "expectedBaseHeight": 64.0,
  299. "expectedHeightVariation": 64.0,
  300. "actualHeight": 256.0,
  301. "heightVariationFactor": 64.0,
  302. "specialHeightVariationFactorBelowAverageY": 0.25,
  303. "heightVariationOffset": 0.0,
  304. "heightFactor": 64.0,
  305. "heightOffset": 64.0,
  306. "depthNoiseFactor": 1.024,
  307. "depthNoiseOffset": 0.0,
  308. "depthNoiseFrequencyX": 0.0015258789,
  309. "depthNoiseFrequencyZ": 0.0015258789,
  310. "depthNoiseOctaves": 16,
  311. "selectorNoiseFactor": 12.75,
  312. "selectorNoiseOffset": 0.5,
  313. "selectorNoiseFrequencyX": 0.016709277,
  314. "selectorNoiseFrequencyY": 0.008354639,
  315. "selectorNoiseFrequencyZ": 0.016709277,
  316. "selectorNoiseOctaves": 8,
  317. "lowNoiseFactor": 1.0,
  318. "lowNoiseOffset": 0.0,
  319. "lowNoiseFrequencyX": 0.005221649,
  320. "lowNoiseFrequencyY": 0.0026108245,
  321. "lowNoiseFrequencyZ": 0.005221649,
  322. "lowNoiseOctaves": 16,
  323. "highNoiseFactor": 1.0,
  324. "highNoiseOffset": 0.0,
  325. "highNoiseFrequencyX": 0.005221649,
  326. "highNoiseFrequencyY": 0.0026108245,
  327. "highNoiseFrequencyZ": 0.005221649,
  328. "highNoiseOctaves": 16,
  329. "cubeAreas": [
  330. [
  331. {
  332. "minX": -1000000,
  333. "minY": -10,
  334. "minZ": -1000000,
  335. "maxX": 1000000,
  336. "maxY": -7,
  337. "maxZ": 1000000
  338. },
  339. {
  340. "waterLevel": -116,
  341. "caves": true,
  342. "strongholds": true,
  343. "alternateStrongholdsPositions": false,
  344. "villages": true,
  345. "mineshafts": true,
  346. "temples": true,
  347. "oceanMonuments": true,
  348. "woodlandMansions": true,
  349. "ravines": true,
  350. "dungeons": true,
  351. "dungeonCount": 7,
  352. "waterLakes": true,
  353. "waterLakeRarity": 4,
  354. "lavaLakes": false,
  355. "lavaLakeRarity": 8,
  356. "aboveSeaLavaLakeRarity": 13,
  357. "lavaOceans": false,
  358. "biome": -1,
  359. "biomeSize": 4,
  360. "riverSize": 4,
  361. "standardOres": [
  362. {
  363. "blockstate": {
  364. "Properties": {
  365. "level": "0"
  366. },
  367. "Name": "minecraft:water"
  368. },
  369. "genInBlockstates": [
  370. {
  371. "Properties": {
  372. "variant": "prismarine"
  373. },
  374. "Name": "minecraft:prismarine"
  375. }
  376. ],
  377. "spawnSize": 1,
  378. "spawnTries": 50,
  379. "spawnProbability": 0.125,
  380. "minHeight": -Infinity,
  381. "maxHeight": Infinity
  382. },
  383. {
  384. "blockstate": {
  385. "Name": "minecraft:sea_lantern"
  386. },
  387. "genInBlockstates": [
  388. {
  389. "Properties": {
  390. "variant": "prismarine"
  391. },
  392. "Name": "minecraft:prismarine"
  393. }
  394. ],
  395. "spawnSize": 4,
  396. "spawnTries": 50,
  397. "spawnProbability": 0.25,
  398. "minHeight": -Infinity,
  399. "maxHeight": Infinity
  400. }
  401. ],
  402. "periodicGaussianOres": [
  403. {
  404. "blockstate": {
  405. "Name": "minecraft:lapis_ore"
  406. },
  407. "spawnSize": 7,
  408. "spawnTries": 1,
  409. "spawnProbability": 0.93330777,
  410. "heightMean": -0.75,
  411. "heightStdDeviation": 0.11231705,
  412. "heightSpacing": 3.0,
  413. "minHeight": -Infinity,
  414. "maxHeight": -0.5
  415. }
  416. ],
  417. "expectedBaseHeight": -1.3,
  418. "expectedHeightVariation": 11.5,
  419. "actualHeight": 127.2,
  420. "heightVariationFactor": 90.0,
  421. "specialHeightVariationFactorBelowAverageY": 2.875,
  422. "heightVariationOffset": 1.7,
  423. "heightFactor": 11.52,
  424. "heightOffset": -112.0,
  425. "depthNoiseFactor": 1.024,
  426. "depthNoiseOffset": 0.0,
  427. "depthNoiseFrequencyX": 0.0015258789,
  428. "depthNoiseFrequencyZ": 0.0015258789,
  429. "depthNoiseOctaves": 16,
  430. "selectorNoiseFactor": 6.7734375,
  431. "selectorNoiseOffset": 0.5,
  432. "selectorNoiseFrequencyX": 0.032405872,
  433. "selectorNoiseFrequencyY": 0.0139243975,
  434. "selectorNoiseFrequencyZ": 0.032405872,
  435. "selectorNoiseOctaves": 8,
  436. "lowNoiseFactor": 0.46875,
  437. "lowNoiseOffset": 0.0,
  438. "lowNoiseFrequencyX": 0.033333335,
  439. "lowNoiseFrequencyY": 0.008354639,
  440. "lowNoiseFrequencyZ": 0.033333335,
  441. "lowNoiseOctaves": 16,
  442. "highNoiseFactor": 0.453125,
  443. "highNoiseOffset": 0.0,
  444. "highNoiseFrequencyX": 0.030380502,
  445. "highNoiseFrequencyY": 0.030380502,
  446. "highNoiseFrequencyZ": 0.030380502,
  447. "highNoiseOctaves": 16,
  448. "cubeAreas": [],
  449. "replacerConfig": {
  450. "defaults": {
  451. "cubicgen:biome_fill_noise_octaves": 4.0,
  452. "cubicgen:ocean_block": {
  453. "Properties": {
  454. "level": "0"
  455. },
  456. "Name": "minecraft:water"
  457. },
  458. "cubicgen:height_scale": 64.0,
  459. "cubicgen:biome_fill_noise_freq": 0.0078125,
  460. "cubicgen:water_level": 63.0,
  461. "cubicgen:biome_fill_depth_factor": 2.3333333333333335,
  462. "cubicgen:terrain_fill_block": {
  463. "Properties": {
  464. "variant": "prismarine"
  465. },
  466. "Name": "minecraft:prismarine"
  467. },
  468. "cubicgen:mesa_depth": 16.0,
  469. "cubicgen:biome_fill_depth_offset": 3.0,
  470. "cubicgen:horizontal_gradient_depth_decrease_weight": 1.0,
  471. "cubicgen:height_offset": 64.0
  472. },
  473. "overrides": {
  474. "cubicgen:biome_fill_depth_factor": NaN
  475. }
  476. },
  477. "version": 3
  478. }
  479. ],
  480. [
  481. {
  482. "minX": -1000000,
  483. "minY": -6,
  484. "minZ": -1000000,
  485. "maxX": 1000000,
  486. "maxY": -1,
  487. "maxZ": 1000000
  488. },
  489. {
  490. "waterLevel": -96,
  491. "caves": true,
  492. "strongholds": true,
  493. "alternateStrongholdsPositions": false,
  494. "villages": true,
  495. "mineshafts": true,
  496. "temples": true,
  497. "oceanMonuments": true,
  498. "woodlandMansions": true,
  499. "ravines": true,
  500. "dungeons": true,
  501. "dungeonCount": 7,
  502. "waterLakes": true,
  503. "waterLakeRarity": 4,
  504. "lavaLakes": false,
  505. "lavaLakeRarity": 8,
  506. "aboveSeaLavaLakeRarity": 13,
  507. "lavaOceans": false,
  508. "biome": -1,
  509. "biomeSize": 4,
  510. "riverSize": 4,
  511. "standardOres": [
  512. {
  513. "blockstate": {
  514. "Name": "minecraft:sea_lantern"
  515. },
  516. "genInBlockstates": [
  517. {
  518. "Properties": {
  519. "variant": "prismarine"
  520. },
  521. "Name": "minecraft:prismarine"
  522. }
  523. ],
  524. "spawnSize": 4,
  525. "spawnTries": 50,
  526. "spawnProbability": 0.25,
  527. "minHeight": -Infinity,
  528. "maxHeight": Infinity
  529. },
  530. null
  531. ],
  532. "periodicGaussianOres": [
  533. {
  534. "blockstate": {
  535. "Name": "minecraft:lapis_ore"
  536. },
  537. "spawnSize": 7,
  538. "spawnTries": 1,
  539. "spawnProbability": 0.93330777,
  540. "heightMean": -0.75,
  541. "heightStdDeviation": 0.11231705,
  542. "heightSpacing": 3.0,
  543. "minHeight": -Infinity,
  544. "maxHeight": -0.5
  545. }
  546. ],
  547. "expectedBaseHeight": -36.0,
  548. "expectedHeightVariation": 11.5,
  549. "actualHeight": -101.3,
  550. "heightVariationFactor": 57.6,
  551. "specialHeightVariationFactorBelowAverageY": 0.0043945312,
  552. "heightVariationOffset": -192.0,
  553. "heightFactor": 11.52,
  554. "heightOffset": 60.0,
  555. "depthNoiseFactor": 1.024,
  556. "depthNoiseOffset": 0.0,
  557. "depthNoiseFrequencyX": 0.0015258789,
  558. "depthNoiseFrequencyZ": 0.0015258789,
  559. "depthNoiseOctaves": 16,
  560. "selectorNoiseFactor": 6.7734375,
  561. "selectorNoiseOffset": 0.5,
  562. "selectorNoiseFrequencyX": 0.032405872,
  563. "selectorNoiseFrequencyY": 0.0139243975,
  564. "selectorNoiseFrequencyZ": 0.032405872,
  565. "selectorNoiseOctaves": 8,
  566. "lowNoiseFactor": 0.46875,
  567. "lowNoiseOffset": 0.0,
  568. "lowNoiseFrequencyX": 0.033333335,
  569. "lowNoiseFrequencyY": 0.008354639,
  570. "lowNoiseFrequencyZ": 0.033333335,
  571. "lowNoiseOctaves": 16,
  572. "highNoiseFactor": 0.453125,
  573. "highNoiseOffset": 0.0,
  574. "highNoiseFrequencyX": 0.030380502,
  575. "highNoiseFrequencyY": 0.030380502,
  576. "highNoiseFrequencyZ": 0.030380502,
  577. "highNoiseOctaves": 16,
  578. "cubeAreas": [],
  579. "replacerConfig": {
  580. "defaults": {
  581. "cubicgen:biome_fill_noise_octaves": 4.0,
  582. "cubicgen:ocean_block": {
  583. "Properties": {
  584. "level": "0"
  585. },
  586. "Name": "minecraft:water"
  587. },
  588. "cubicgen:height_scale": 64.0,
  589. "cubicgen:biome_fill_noise_freq": 0.0078125,
  590. "cubicgen:water_level": 63.0,
  591. "cubicgen:biome_fill_depth_factor": 2.3333333333333335,
  592. "cubicgen:terrain_fill_block": {
  593. "Properties": {
  594. "variant": "prismarine"
  595. },
  596. "Name": "minecraft:prismarine"
  597. },
  598. "cubicgen:mesa_depth": 16.0,
  599. "cubicgen:biome_fill_depth_offset": 3.0,
  600. "cubicgen:horizontal_gradient_depth_decrease_weight": 1.0,
  601. "cubicgen:height_offset": 64.0
  602. },
  603. "overrides": {
  604. "cubicgen:biome_fill_depth_factor": NaN
  605. }
  606. },
  607. "version": 3
  608. }
  609. ]
  610. ],
  611. "replacerConfig": {
  612. "defaults": {
  613. "cubicgen:biome_fill_noise_octaves": 4.0,
  614. "cubicgen:ocean_block": {
  615. "Properties": {
  616. "level": "0"
  617. },
  618. "Name": "minecraft:water"
  619. },
  620. "cubicgen:height_scale": 64.0,
  621. "cubicgen:biome_fill_noise_freq": 0.0078125,
  622. "cubicgen:water_level": 63.0,
  623. "cubicgen:biome_fill_depth_factor": 2.3333333333333335,
  624. "cubicgen:terrain_fill_block": {
  625. "Properties": {
  626. "variant": "stone"
  627. },
  628. "Name": "minecraft:stone"
  629. },
  630. "cubicgen:mesa_depth": 16.0,
  631. "cubicgen:biome_fill_depth_offset": 3.0,
  632. "cubicgen:horizontal_gradient_depth_decrease_weight": 1.0,
  633. "cubicgen:height_offset": 64.0
  634. },
  635. "overrides": {}
  636. },
  637. "version": 3
  638. }
  639. Level spawn location: World: (132,64,256), Chunk: (at 4,4,0 in 8,16; contains blocks 128,0,256 to 143,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  640. Level time: 4 game time, 4 day time
  641. Level dimension: 0
  642. Level storage version: 0x04ABD - Anvil
  643. Level weather: Rain time: 162219 (now: false), thunder time: 167225 (now: false)
  644. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  645. Stacktrace:
  646. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  647. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  648. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  649. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  650. at java.lang.Thread.run(Thread.java:748)
  651.  
  652. -- System Details --
  653. Details:
  654. Minecraft Version: 1.12.2
  655. Operating System: Linux (amd64) version 4.15.0-58-generic
  656. Java Version: 1.8.0_151, Oracle Corporation
  657. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  658. Memory: 5484151496 bytes (5230 MB) / 6247940096 bytes (5958 MB) up to 6247940096 bytes (5958 MB)
  659. JVM Flags: 2 total; -Xms6144m -Xmx6144m
  660. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  661. FML: MCP 9.42 Powered by Forge 14.23.5.2768 9 mods loaded, 8 mods active
  662. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  663.  
  664. | State | ID | Version | Source | Signature |
  665. |:--------- |:--------------- |:------------------------- |:---------------------------------------------- |:---------------------------------------- |
  666. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  667. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  668. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  669. | UCHIJAAAA | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  670. | UCHIJAAAA | cubicchunks | 1.12.2-0.0.991.0-SNAPSHOT | CubicChunks-1.12.2-0.0.991.0-SNAPSHOT-all.jar | None |
  671. | UCHIJAAAA | cubicgen | 1.12.2-0.0.67.0-SNAPSHOT | CubicWorldGen-1.12.2-0.0.67.0-SNAPSHOT-all.jar | None |
  672. | UCHIJAAAA | cwgfarplaneview | 0.1.7 | CWGFarPlaneView-0.1.7.jar | None |
  673. | UCHIJAAAA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  674. | UD | cubicchunkscore | @@VERSION@@ | minecraft.jar | None |
  675.  
  676. Loaded coremods (and transformers):
  677. CubicGenCoreMod (CubicWorldGen-1.12.2-0.0.67.0-SNAPSHOT-all.jar)
  678.  
  679. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  680.  
  681. CWGFarPlaneViewCoreMod (CWGFarPlaneView-0.1.7-core.jar)
  682. cwgfarplaneview.core.CWGFPVClassTransformer
  683. CubicChunksCoreMod (CubicChunks-1.12.2-0.0.991.0-SNAPSHOT-all.jar)
  684. io.github.opencubicchunks.cubicchunks.core.asm.transformer.CubicChunksWorldEditTransformer
  685. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  686. CubicChunks WorldGen Hang Watchdog samples: (no data)
  687. Profiler Position: N/A (disabled)
  688. Player Count: 1 / 8; [EntityPlayerMP['LooseElectron'/503, l='New World', x=125.50, y=65.00, z=250.50]]
  689. Type: Integrated Server (map_client.txt)
  690. Is Modded: Definitely; Client brand changed to 'fml,forge'
  691. [12:53:30] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# /home/nshashok96/.local/share/multimc/instances/CubicBuilding/.minecraft/crash-reports/crash-2019-08-25_12.53.30-server.txt
  692. [12:53:30] [main/INFO] [FML]: Waiting for the server to terminate/save.
  693. [12:53:30] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players
  694. [12:53:30] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: LooseElectron lost connection: Server closed
  695. [12:53:30] [Server thread/INFO] [minecraft/MinecraftServer]: LooseElectron left the game
  696. [12:53:30] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: Stopping singleplayer server as player logged out
  697. [12:53:30] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
  698. [12:53:30] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld
  699. [12:53:31] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/the_nether
  700. [12:53:33] [Server thread/INFO] [FML]: Unloading dimension 0
  701. [12:53:33] [Server thread/INFO] [FML]: Unloading dimension -1
  702. [12:53:33] [Server thread/INFO] [FML]: Applying holder lookups
  703. [12:53:33] [Server thread/INFO] [FML]: Holder lookups applied
  704. [12:53:33] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  705. [12:53:33] [main/INFO] [FML]: Server terminated.
  706. [12:53:33] [Client Shutdown Thread/INFO] [minecraft/MinecraftServer]: Stopping server
  707. AL lib: (EE) alc_cleanup: 1 device not closed
  708. Process exited with code 255.
  709. Clipboard copy at: 25 Aug 2019 12:53:37 -0400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement