Omnimetatron

CreaturesXL

Feb 26th, 2020
1,812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 26/02/20 20:41
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException: Ticking entity
  8. at net.minecraft.entity.MobEntity.func_70652_k(MobEntity.java:1681) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  9. at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_190102_a(MeleeAttackGoal.java:138) ~[?:?] {re:classloading}
  10. at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_75246_d(MeleeAttackGoal.java:130) ~[?:?] {re:classloading}
  11. at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55) ~[?:?] {re:classloading}
  12. at com.performant.coremod.entity.ai.CustomGoalSelector.func_75774_a(CustomGoalSelector.java:302) ~[?:1.14.4-1.5] {re:classloading}
  13. at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:843) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  14. at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2186) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:caelus:coremodone}
  15. at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:642) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  16. at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2032) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:caelus:coremodone}
  17. at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:397) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  18. at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook}
  19. at net.minecraft.world.server.ServerWorld$$Lambda$10291/1183053793.accept(Unknown Source) ~[?:?] {}
  20. at net.minecraft.world.World.func_217390_a(World.java:684) ~[?:?] {re:classloading,pl:accesstransformer:B}
  21. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook}
  22. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829) ~[?:?] {re:classloading,pl:accesstransformer:B}
  23. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?] {re:classloading,pl:accesstransformer:B}
  24. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:161) ~[?:?] {re:classloading,xf:OptiFine:default}
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {re:classloading,pl:accesstransformer:B}
  26. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- Head --
  33. Thread: Server thread
  34. Stacktrace:
  35. at net.minecraft.entity.MobEntity.func_70652_k(MobEntity.java:1681)
  36. at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_190102_a(MeleeAttackGoal.java:138)
  37. at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_75246_d(MeleeAttackGoal.java:130)
  38. at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55)
  39. at com.performant.coremod.entity.ai.CustomGoalSelector.func_75774_a(CustomGoalSelector.java:302)
  40. at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:843)
  41. at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2186)
  42. at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:642)
  43. at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2032)
  44. at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:397)
  45. at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587)
  46. at net.minecraft.world.server.ServerWorld$$Lambda$10291/1183053793.accept(Unknown Source)
  47.  
  48. -- Entity being ticked --
  49. Details:
  50. Entity Type: creatures_xl:cheetah (net.mcreator.creatures_xl.MCreatorCheetah.CustomEntity)
  51. Entity ID: 53628
  52. Entity Name: Cheetah
  53. Entity's Exact location: 269.84, 63.00, -495.92
  54. Entity's Block location: World: (269,63,-496), Chunk: (at 13,3,0 in 16,-31; contains blocks 256,0,-496 to 271,255,-481), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  55. Entity's Momentum: 0.40, -0.08, -0.06
  56. Entity's Passengers: []
  57. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  58. Stacktrace:
  59. at net.minecraft.world.World.func_217390_a(World.java:684)
  60. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394)
  61.  
  62. -- Affected level --
  63. Details:
  64. All players: 1 total; [ServerPlayerEntity['Omnimetatron'/552, l='CreaturesXL', x=263.06, y=63.00, z=-499.74]]
  65. Chunk stats: ServerChunkCache: 3853
  66. Level dimension: DimensionType{minecraft:overworld}
  67. Level name: CreaturesXL
  68. Level seed: -493800109
  69. Level generator: ID 09 - biomesoplenty, ver 0. Features enabled: true
  70. Level generator options: {}
  71. Level spawn location: World: (-256,64,-208), Chunk: (at 0,4,0 in -16,-13; contains blocks -256,0,-208 to -241,255,-193), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  72. Level time: 229531 game time, 297441 day time
  73. Level storage version: 0x04ABD - Anvil
  74. Level weather: Rain time: 79064 (now: false), thunder time: 4586 (now: false)
  75. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  76. Stacktrace:
  77. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829)
  78. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
  79. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:161)
  80. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
  81. at java.lang.Thread.run(Thread.java:745)
  82.  
  83. -- System Details --
  84. Details:
  85. Minecraft Version: 1.14.4
  86. Minecraft Version ID: 1.14.4
  87. Operating System: Windows 10 (amd64) version 10.0
  88. Java Version: 1.8.0_51, Oracle Corporation
  89. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  90. Memory: 910446536 bytes (868 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
  91. CPUs: 12
  92. JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+UseG1GC -Xmx4G -Xms4G -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  93. ModLauncher: 4.1.0+62+5bfa59b
  94. ModLauncher launch target: fmlclient
  95. ModLauncher naming: srg
  96. ModLauncher services:
  97. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  98. /forge-1.14.4-28.2.0.jar object_holder_definalize PLUGINSERVICE
  99. /forge-1.14.4-28.2.0.jar runtime_enum_extender PLUGINSERVICE
  100. /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  101. /forge-1.14.4-28.2.0.jar capability_inject_definalize PLUGINSERVICE
  102. /forge-1.14.4-28.2.0.jar runtimedistcleaner PLUGINSERVICE
  103. /OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE
  104. /forge-1.14.4-28.2.0.jar fml TRANSFORMATIONSERVICE
  105. FML: 28.2
  106. Forge: net.minecraftforge:28.2.0
  107. FML Language Providers:
  108. minecraft@1
  109. Mod List:
  110. vilnames_1.14-1.4.jar Villager Names {[email protected] DONE}
  111. DoggyTalents-1.14.4-1.15.2.0.jar Doggy Talents {[email protected] DONE}
  112. SilentMechanisms-1.14.4-0.6.13+49.jar Silent's Mechanisms {[email protected]+49 DONE}
  113. Neat+1.5-19.jar Neat {[email protected] DONE}
  114. IronJetpacks-1.14.4-2.0.3.jar Iron Jetpacks {[email protected] DONE}
  115. BetterCaves-1.14.4-1.1.1.jar YUNG's Better Caves {[email protected] DONE}
  116. XaerosWorldMap_1.5.5_Forge_1.14.4.jar Xaero's World Map {[email protected] DONE}
  117. CookingForBlockheads_1.14.4-7.4.4.jar Cooking for Blockheads {[email protected] DONE}
  118. Controlling-5.0.6.jar Controlling {[email protected] DONE}
  119. Placebo-1.14.4-2.3.5.jar Placebo {[email protected] DONE}
  120. dankstorage-1.15.jar Dank Storage {[email protected] DONE}
  121. Powah-1.14.4-0.2.7.jar Powah {[email protected] DONE}
  122. Fence+Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE}
  123. NomadicTents-1.14.4-10.1.0.jar Nomadic Tents {[email protected] DONE}
  124. randompatches-1.14.4-1.21.0.0.jar RandomPatches {[email protected] DONE}
  125. buildinggadgets-3.1.1b.jar Building Gadgets {[email protected] DONE}
  126. ForgivingVoid_1.14.4-3.0.8.jar Forgiving Void {[email protected] DONE}
  127. ironshulkerboxes-1.14.4-3.1.12.jar Iron Shulker Boxes {[email protected] DONE}
  128. Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version DONE}
  129. CarryOn+MC1.14.4+v1.12.4.jar Carry On {[email protected] DONE}
  130. JustEnoughResources-1.14.4-0.10.0.66.jar Just Enough Resources {[email protected] DONE}
  131. BetterThanMending-1.3.2.jar BetterThanMending {[email protected] DONE}
  132. mysticallib-1.14.4-1.14.0.jar Mystical Lib {[email protected] DONE}
  133. refinedstorage-1.7.3.jar Refined Storage {[email protected] DONE}
  134. industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {[email protected] DONE}
  135. AmbientSounds_v3.0.16_mc1.14.4.jar Ambient Sounds {[email protected] DONE}
  136. Ping-1.14.4-1.6.3.jar Ping {[email protected] DONE}
  137. winterambience-1.0.0.jar Winter Ambience {[email protected] DONE}
  138. Lollipop-1.14.4-0.0.23.jar Lollipop {[email protected] DONE}
  139. toughnessbar-4.1.jar Toughness Bar {[email protected] DONE}
  140. SilentGear-1.14.4-1.4.6+72.jar Silent Gear {[email protected]+72 DONE}
  141. extcaves-1.4.2.jar Extended Caves {[email protected] DONE}
  142. simplefarming-1.14.4-1.2.7.jar Simple Farming {[email protected] DONE}
  143. guardillagers-1.14.4-1.0.1.jar GuardIllagers {[email protected] DONE}
  144. horsemodifiers-1.2.2.jar Horse Modifiers {[email protected] DONE}
  145. gaiadimension-1.14.4-1.1.2.jar The Gaia Dimension {[email protected] DONE}
  146. curios-FORGE-1.14.4-1.0.6.1.jar Curios API {[email protected] DONE}
  147. Patchouli-1.14.4-1.1-26.jar Patchouli {[email protected] DONE}
  148. corail_woodcutter-1.1.1-1.14.4.jar Corail Woodcutter {[email protected] DONE}
  149. PeacefulSurface-1.14.4-v2a.jar PeacefulSurface {[email protected] DONE}
  150. AutoRegLib-1.4-35.jar AutoRegLib {[email protected] DONE}
  151. levelhearts-1.14.4-2.1.0.jar LevelHearts {[email protected] DONE}
  152. RingOfBlink-1.14.4-1.0.22.jar Ring of Blink {[email protected] DONE}
  153. OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE DONE}
  154. angelring-1.1.0.jar Angel Ring {[email protected] DONE}
  155. libnonymous-1.14.4-1.0.3.24.jar Libnonymous {[email protected] DONE}
  156. elevatorid-1.14.4-1.5.2.jar Elevator Mod {[email protected] DONE}
  157. Fertilization_1.14.4-3.0.6.jar Fertilization {[email protected] DONE}
  158. RingOfEnderchest-1.14.4-1.0.20.jar Ring of Enderchest {[email protected] DONE}
  159. ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {[email protected] DONE}
  160. AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {[email protected] DONE}
  161. TropicalV1.0.0.jar Tropical {[email protected] DONE}
  162. YAMDA-4.0.1.jar YAMDA {[email protected] DONE}
  163. CobbleForDays-1.0.2.jar Cobble For Days {cobblefordays@NONE DONE}
  164. FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 DONE}
  165. Disenchanting_(forge)_1.14.4-1.2.0.jar Disenchanting {[email protected] DONE}
  166. CleanView-1.14.4-v1.jar CleanView {[email protected] DONE}
  167. ServerTabInfo-1.14.4-1.2.6.jar Server Tab Info {[email protected] DONE}
  168. SaveMyStronghold-1.14.4-1.0.0.jar Save My Stronghold! {[email protected] DONE}
  169. SoundControl-1.14.4-0.1.0.0.jar §3Dynamic Surroundings: §eSound Control {[email protected] DONE}
  170. Cucumber-1.14.4-2.0.5.jar Cucumber Library {[email protected] DONE}
  171. TrashSlot_1.14.4-10.4.8.jar TrashSlot {[email protected] DONE}
  172. ultra_amplified_mod-1.14.4-6.12.1.jar Ultra Amplified Mod {[email protected] DONE}
  173. mining-helmet-1.14.4-1.0.6.jar Mining Helmet {[email protected] DONE}
  174. craftingstation-2.1.5a.jar Crafting Station {[email protected] DONE}
  175. jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] DONE}
  176. metalbarrels-1.4.jar Metal Barrels {[email protected] DONE}
  177. Druidcraft-1.14-0.2.32.jar Druidcraft {[email protected] DONE}
  178. AttributeFix-1.14.4-3.0.2.jar AttributeFix {[email protected] DONE}
  179. seals-1.14.4-1.0.2.jar Seals {[email protected] DONE}
  180. caelus-FORGE-1.14.4-1.0.1.2.jar Caelus API {[email protected] DONE}
  181. Upgrade-Aquatic-1.14.4-v1.4.10.jar Upgrade Aquatic {[email protected] DONE}
  182. colytra-FORGE-1.14.4-2.0.0.1.jar Colytra {[email protected] DONE}
  183. comforts-FORGE-1.14.4-2.0-beta6.jar Comforts {[email protected] DONE}
  184. SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] DONE}
  185. decorative_blocks_5.jar Decorative Blocks {[email protected] DONE}
  186. BasicNetherOres-1.14.4-3.2.2.jar Basic Nether Ores {[email protected] DONE}
  187. PyramidPlunder-1.14.4-1.1.jar Pyramid Plunder {[email protected] DONE}
  188. DungeonCrawl-1.14.4-1.6.1.jar Dungeon Crawl {[email protected] DONE}
  189. curioofundying-FORGE-1.14.4-2.0.1.jar Curio of Undying {[email protected] DONE}
  190. FarmingForBlockheads_1.14.4-5.3.2.jar Farming for Blockheads {[email protected] DONE}
  191. RingOfTeleport-1.14.4-1.0.18.jar Ring of Teleport {[email protected] DONE}
  192. The-Endergetic-Expansion-1.14.4-v1.1.2.jar The Endergetic Expansion {[email protected] DONE}
  193. snowundertrees-1.14.4-v1.0.jar Snow Under Trees {[email protected] DONE}
  194. BonsaiTrees-2.0.2.35.jar Bonsai Trees 2 {[email protected] DONE}
  195. travellersboots-1.14.4-1.2.2.jar Traveller's Boots {[email protected] DONE}
  196. mininggadgets-1.2.3.jar Mining Gadgets {[email protected] DONE}
  197. mysticalworld-1.14.4-1.7.2.jar Mystical World {[email protected] DONE}
  198. forge-1.14.4-28.2.0-universal.jar Forge {[email protected] DONE}
  199. ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] DONE}
  200. villagerdeathm_1.14-1.2.jar Villager Death Messages {[email protected] DONE}
  201. forge-1.14.4-28.2.0-client.jar Minecraft {[email protected] DONE}
  202. EnchantmentDescriptions-1.14.4-1.3.8.jar EnchantmentDescriptions {[email protected] DONE}
  203. swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {[email protected] DONE}
  204. Mortar-1.1.1.jar Mortar {[email protected] DONE}
  205. watercan-1.14.4-2.1.0.jar Watercan {[email protected] DONE}
  206. ToolBelt-1.14.4-1.12.5.jar Tool Belt {[email protected] DONE}
  207. titanium-1.14.4-2.2.10.jar Titanium {[email protected] DONE}
  208. simpleworldtimer-1.14.4-1.1.2-beta.jar Simple World Timer {[email protected] DONE}
  209. SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 DONE}
  210. forbidden_arcanus-1.14.4-1.5.jar Forbidden & Arcanus {[email protected] DONE}
  211. ceramicbucket-0.9.0-1.14.4_1.15.X.jar Ceramic Bucket {[email protected]_1.15.X DONE}
  212. LargeFluidTank-14.9.6.jar FluidTank {[email protected] DONE}
  213. MobEffects-1.14.4-0.1.0.0.jar §3Dynamic Surroundings: §eMob Effects {[email protected] DONE}
  214. dimdungeons-1.03-forge-1.14.4.jar Dimensional Dungeons {[email protected] DONE}
  215. whisperwoods-1.14.4-1.0.1.jar Whisperwoods {[email protected] DONE}
  216. SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] DONE}
  217. Mantle-1.14.4-1.4.32.jar Mantle {[email protected] DONE}
  218. Xaeros_Minimap_20.2.0_Forge_1.14.4.jar Xaero's Minimap {[email protected] DONE}
  219. FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {[email protected] DONE}
  220. StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {[email protected] DONE}
  221. StorageDrawersUnlimited-1.14.4-1.3.4.jar Storage Drawers Unlimited {[email protected] DONE}
  222. BiomesOPlenty-1.14.4-9.0.0.261-universal.jar Biomes O' Plenty {[email protected] DONE}
  223. Quark-r2.0-210.jar Quark {[email protected] DONE}
  224. Charm-1.14.4-1.5.0.jar Charm {[email protected] DONE}
  225. performant-1.14.4-1.5.jar Performant {[email protected] DONE}
  226. backpacked-1.4.0-1.14.4.jar Backpacked {[email protected] DONE}
  227. mysticalmachinery-1.14.4-0.0.0.3.jar Mystical Machinery {[email protected] DONE}
  228. FastFurnace-1.14.4-2.2.4.jar FastFurnace {[email protected] DONE}
  229. AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {[email protected] DONE}
  230. guardscraft-1.14.4-1.0.0.jar GuardsCraft {[email protected] DONE}
  231. modular-routers-1.14.4-5.1.4-9.jar Modular Routers {[email protected] DONE}
  232. SilentGems-1.14.4-3.4.8+81.jar Silent's Gems 3 {[email protected]+81 DONE}
  233. illagers_plus-2.0.jar Illagers+ {[email protected](BETA) DONE}
  234. refinedstorageaddons-0.5.jar Refined Storage Addons {[email protected] DONE}
  235. overloadedarmorbar-3.0.0b.jar Overloaded Armor Bar {[email protected] DONE}
  236. Savanna_BETA.jar Creatures_XL {[email protected] DONE}
  237. Player Count: 1 / 8; [ServerPlayerEntity['Omnimetatron'/552, l='CreaturesXL', x=263.06, y=63.00, z=-499.74]]
  238. Data Packs: vanilla, mod:aiimprovements, mod:ambientsounds, mod:angelring, mod:appleskin, mod:arl, mod:attributefix, mod:backpacked, mod:bettercaves, mod:betterthanmending, mod:biomesoplenty, mod:bno, mod:bonsaitrees2, mod:buildinggadgets, mod:caelus, mod:carryon, mod:charm, mod:chunknogobyebye, mod:cleanview, mod:cobblefordays, mod:colytra, mod:comforts, mod:controlling, mod:cookingforblockheads, mod:corail_woodcutter, mod:craftingstation, mod:creatures_xl, mod:cucumber, mod:curioofundying, mod:curios, mod:dankstorage, mod:decorative_blocks, mod:dimdungeons, mod:disenchanting, mod:doggytalents, mod:druidcraft, mod:dungeoncrawl, mod:elevatorid, mod:enchdesc, mod:endergetic, mod:extcaves, mod:farmingforblockheads, mod:fastbench, mod:fastfurnace, mod:fastleafdecay, mod:fencejumper, mod:fertilization, mod:fluidtank, mod:forbidden_arcanus, mod:forge, mod:forgivingvoid, mod:gaiadimension, mod:guardillagers, mod:guardscraft, mod:horsemodifiers, mod:illagers_plus, mod:industrialforegoing (incompatible), mod:ironchest, mod:ironjetpacks, mod:ironshulkerbox, mod:jei, mod:jeresources (incompatible), mod:levelhearts, mod:libnonymous, mod:lollipop, mod:mantle, mod:metalbarrels, mod:mining_helmet, mod:mininggadgets, mod:modularrouters, mod:mortar, mod:mysticallib, mod:mysticalmachinery, mod:mysticalworld, mod:neat, mod:nomadictents, mod:oreexcavation, mod:overloadedarmorbar, mod:patchouli, mod:peacefulsurface, mod:performant, mod:ping, mod:placebo, mod:powah, mod:pyramidplunder, mod:quark, mod:randompatches, mod:refinedstorage, mod:refinedstorageaddons, mod:ring_of_blink, mod:ring_of_enderchest, mod:ring_of_teleport, mod:seals, mod:sereneseasons, mod:servertabinfo, mod:silentgear, mod:silentgems, mod:silentlib, mod:silents_mechanisms, mod:simplefarming (incompatible), mod:simpleworldtimer, mod:snowundertrees, mod:spartanshields, mod:storagedrawers, mod:storagedrawersunlimited, mod:swingthroughgrass, mod:titanium (incompatible), mod:toolbelt, mod:toughnessbar, mod:trashslot, mod:travellersboots, mod:tropical, mod:ultra_amplified_mod, mod:upgrade_aquatic, mod:villagerdeathm, mod:vilnames, mod:waila, mod:watercan, mod:whisperwoods, mod:winterambience, mod:xaerominimap, mod:xaeroworldmap, mod:yamda, mod:ceramicbucket, mod:savemystronghold, mod:mobeffects, mod:sndctrl
  239. Type: Integrated Server (map_client.txt)
  240. Is Modded: Definitely; Client brand changed to 'forge'
  241. OptiFine Version: OptiFine_1.14.4_HD_U_F5
  242. OptiFine Build: 20191204-141250
  243. Render Distance Chunks: 12
  244. Mipmaps: 4
  245. Anisotropic Filtering: 1
  246. Antialiasing: 0
  247. Multitexture: false
  248. Shaders: Chocapic13 Better Default Beta 4.zip
  249. OpenGlVersion: 4.6.13587 Compatibility Profile Context 20.2.1 26.20.15019.1003
  250. OpenGlRenderer: Radeon RX 590 Series
  251. OpenGlVendor: ATI Technologies Inc.
  252. CpuCount: 12
Advertisement
Add Comment
Please, Sign In to add comment