Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.74 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 10/23/19 2:06 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  9. at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.1.7] {re:classloading,pl:object_holder_definalize:A}
  10. at doggytalents.DoggyTalentsMod$$Lambda$2880/405069664.accept(Unknown Source) ~[?:?] {}
  11. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-1.0.0-service.jar:?] {}
  12. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-1.0.0-service.jar:?] {}
  13. at net.minecraftforge.eventbus.EventBus$$Lambda$2001/2078726843.invoke(Unknown Source) ~[?:?] {}
  14. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
  15. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
  16. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241) ~[?:?] {re:classloading}
  17. at net.minecraftforge.fml.ModLoader$$Lambda$3295/2132487943.accept(Unknown Source) ~[?:?] {}
  18. at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
  19. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
  20. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241) ~[?:?] {re:classloading}
  21. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184) ~[?:?] {re:classloading}
  22. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  23. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  24. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  25. at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  29. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  30. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.64.jar:28.1] {}
  31. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$392/117249632.call(Unknown Source) [forge-1.14.4-28.1.64.jar:28.1] {}
  32. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
  33. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
  34. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
  35. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
  36. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
  37.  
  38.  
  39. A detailed walkthrough of the error, its code path and all known details is as follows:
  40. ---------------------------------------------------------------------------------------
  41.  
  42. -- Head --
  43. Thread: Client thread
  44. Stacktrace:
  45. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
  46. at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46)
  47. at doggytalents.DoggyTalentsMod$$Lambda$2880/405069664.accept(Unknown Source)
  48. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
  49. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
  50. at net.minecraftforge.eventbus.EventBus$$Lambda$2001/2078726843.invoke(Unknown Source)
  51. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  52. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  53. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241)
  54. at net.minecraftforge.fml.ModLoader$$Lambda$3295/2132487943.accept(Unknown Source)
  55. at java.util.HashMap.forEach(HashMap.java:1280)
  56. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
  57. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241)
  58. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184)
  59. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
  60. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
  61.  
  62. -- Initialization --
  63. Details:
  64. Stacktrace:
  65. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
  66. at net.minecraft.client.main.Main.main(SourceFile:155)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:497)
  71. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  72. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$392/117249632.call(Unknown Source)
  73. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  74. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  75. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  76. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  77. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  78.  
  79. -- System Details --
  80. Details:
  81. Minecraft Version: 1.14.4
  82. Minecraft Version ID: 1.14.4
  83. Operating System: Windows 10 (amd64) version 10.0
  84. Java Version: 1.8.0_51, Oracle Corporation
  85. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  86. Memory: 7756198800 bytes (7396 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
  87. CPUs: 8
  88. JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8192m -Xms256m -XX:PermSize=256m -XX:+UseG1GC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=10 -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=7
  89. ModLauncher: 4.1.0+62+5bfa59b
  90. ModLauncher launch target: fmlclient
  91. ModLauncher naming: srg
  92. ModLauncher services:
  93. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  94. /forge-1.14.4-28.1.64.jar object_holder_definalize PLUGINSERVICE
  95. /forge-1.14.4-28.1.64.jar runtime_enum_extender PLUGINSERVICE
  96. /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE
  97. /forge-1.14.4-28.1.64.jar capability_inject_definalize PLUGINSERVICE
  98. /forge-1.14.4-28.1.64.jar runtimedistcleaner PLUGINSERVICE
  99. /forge-1.14.4-28.1.64.jar fml TRANSFORMATIONSERVICE
  100. FML: 28.1
  101. Forge: net.minecraftforge:28.1.64
  102. FML Language Providers:
  103. javafml@28.1
  104. minecraft@1
  105. kotori_scala@2.13.1
  106. Mod List:
  107. AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {aiimprovements@0.2.2 CREATE_REGISTRIES}
  108. AmbientSounds_v3.0.14_mc1.14.4.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
  109. angelblock-1.0a.jar Angel Block {angelblock@1.0a CREATE_REGISTRIES}
  110. animalnet-v1.14.4 Forge b4.jar AnimalNet {animalnet@v1.14.4 Forge b4 CREATE_REGISTRIES}
  111. AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {appleskin@1.0.12 CREATE_REGISTRIES}
  112. AttributeFix-1.14.4-3.0.2.jar AttributeFix {attributefix@3.0.2 CREATE_REGISTRIES}
  113. BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {betteradvancements@0.1.0.90 CREATE_REGISTRIES}
  114. BetterSigns-1.0_v1.14.4.jar Better Signs {bettersigns@1.0 CREATE_REGISTRIES}
  115. blockdrops-1.14.4-1.0.2.jar Block Drops {blockdrops@1.0.2 CREATE_REGISTRIES}
  116. buildinggadgets-3.0.5.jar Building Gadgets {buildinggadgets@3.0.5 CREATE_REGISTRIES}
  117. bwncr-1.14.4-3.5.11.jar Bad Wither No Cookie Reloaded {bwncr@1.14.4-3.5.11 CREATE_REGISTRIES}
  118. caelus-FORGE-1.14.4-1.0.jar Caelus API {caelus@FORGE-1.14.4-1.0 CREATE_REGISTRIES}
  119. CapabilityProxy-1.14.4-2.1.4.jar CapabilityProxy {capabilityproxy@2.1.4 CREATE_REGISTRIES}
  120. CarryOn MC1.14.4 v1.12.4.jar Carry On {carryon@1.12.4 CREATE_REGISTRIES}
  121. ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {chunknogobyebye@1.14.4-1.0.3 CREATE_REGISTRIES}
  122. classicbar-2.0.0a.jar Classic Bar {classicbar@2.0.0a CREATE_REGISTRIES}
  123. Clumps-4.0.0.jar Clumps {clumps@4.0.0 CREATE_REGISTRIES}
  124. compact-2.6a.jar Compressed {compressed@2.6a CREATE_REGISTRIES}
  125. Controlling-5.0.4.jar Controlling {controlling@5.0.4 CREATE_REGISTRIES}
  126. CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v1a CREATE_REGISTRIES}
  127. Craftable Saddles [1.14]-1.3.jar Craftable Saddles {craftable_saddles@1.3 CREATE_REGISTRIES}
  128. CraftingCraft_1.14.4-7.1.6.jar CraftingCraft {craftingcraft@7.1.6 CREATE_REGISTRIES}
  129. craftingstation-2.0.7.jar Crafting Station {craftingstation@2.0.7 CREATE_REGISTRIES}
  130. CraftingTweaks_1.14.4-10.1.4.jar Crafting Tweaks {craftingtweaks@10.1.4 CREATE_REGISTRIES}
  131. create-mc1.14.4_v0.1.1a.jar Create {create@0.1.1a CREATE_REGISTRIES}
  132. Cucumber-1.14.4-2.0.4.jar Cucumber Library {cucumber@2.0.4 CREATE_REGISTRIES}
  133. curioofundying-FORGE-1.14.4-2.0.jar Curio of Undying {curioofundying@FORGE-1.14.4-2.0 CREATE_REGISTRIES}
  134. curios-FORGE-1.14.4-1.0.4.jar Curios API {curios@FORGE-1.14.4-1.0.4 CREATE_REGISTRIES}
  135. curiouselytra-FORGE-1.14.4-1.0.jar Curious Elytra {curiouselytra@FORGE-1.14.4-1.0 CREATE_REGISTRIES}
  136. CyclopsCore-1.14.4-1.5.5.jar Cyclops Core {cyclopscore@1.5.5 CREATE_REGISTRIES}
  137. dankstorage-1.9a.jar Dank Storage {dankstorage@1.9a CREATE_REGISTRIES}
  138. DoggyTalents-1.14.4-1.15.1.7-universal.jar Doggy Talents {doggytalents@1.15.1.7 CREATE_REGISTRIES}
  139. DungeonCrawl-1.14.4-1.4.0.jar Dungeon Crawl {dungeoncrawl@1.4.0 CREATE_REGISTRIES}
  140. elevatorid-1.14.4-1.5.2.jar Elevator Mod {elevatorid@1.14.4-1.5.2 CREATE_REGISTRIES}
  141. EnchantmentDescriptions-1.14.4-1.3.8.jar EnchantmentDescriptions {enchdesc@1.3.8 CREATE_REGISTRIES}
  142. Explorercraft-1.14.4-3.2.2.jar Explorercraft {explorercraft@3.2.2 CREATE_REGISTRIES}
  143. extcaves-1.3.2.jar Extended Caves {extcaves@1.3.2 CREATE_REGISTRIES}
  144. extraanvils-2.4.jar Extra Anvils {extraanvils@2.4 CREATE_REGISTRIES}
  145. extrabows-v1.14.4 b6.jar Extra Bows {extrabows@v1.14.4 b6 CREATE_REGISTRIES}
  146. FastFurnace-1.14.4-2.2.4.jar FastFurnace {fastfurnace@2.2.4 CREATE_REGISTRIES}
  147. FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
  148. FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {fastbench@2.1.4 CREATE_REGISTRIES}
  149. Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version CREATE_REGISTRIES}
  150. findme-1.14.4-1.1.0.13.jar Find Me {findme@NONE CREATE_REGISTRIES}
  151. forgemod_VoxelMap-1.9.13b_for_1.14.4.jar VoxelMap {voxelmap@1.9.13 CREATE_REGISTRIES}
  152. furniture-7.0.0-pre10-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre10 CREATE_REGISTRIES}
  153. glassential-forge-1.14.4-1.1.1.jar Glassential {glassential@1.1.1 CREATE_REGISTRIES}
  154. globaldatapack-1.14.4-1.2.1.jar Dark Roleplay - Global Datapacks {globaldatapack@1.14.4-1.2 CREATE_REGISTRIES}
  155. Gobber2-1.14.4-2.1.108.jar Gobber 2 {gobber2@2.1.108 CREATE_REGISTRIES}
  156. infernalmobs-1.14.4.5.jar Infernal Mobs {infernalmobs@1.14.4.5 CREATE_REGISTRIES}
  157. instantunify-1.14.4-1.0.1.jar InstantUnify {instantunify@1.0.1 CREATE_REGISTRIES}
  158. inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {inventorysorter@16.2.0 CREATE_REGISTRIES}
  159. ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
  160. IronJetpacks-1.14.4-2.0.2.jar Iron Jetpacks {ironjetpacks@2.0.2 CREATE_REGISTRIES}
  161. ironshulkerboxes-1.14.4-3.1.12.jar Iron Shulker Boxes {ironshulkerbox@1.14.4-3.1.12 CREATE_REGISTRIES}
  162. jei-1.14.4-6.0.0.18.jar Just Enough Items {jei@6.0.0.18 CREATE_REGISTRIES}
  163. KleeSlabs_1.14.4-7.4.7.jar KleeSlabs {kleeslabs@7.4.7 CREATE_REGISTRIES}
  164. LargeFluidTank-14.8.4.jar FluidTank {fluidtank@14.8.4 CREATE_REGISTRIES}
  165. LinkedDestruction-1.14.4-0.7.2.9999.jar Linked Destruction {linkeddestruction@1.14.4-0.7.2.9999 CREATE_REGISTRIES}
  166. mcjtylib-1.14-3.5.9-alpha.jar McJtyLib {mcjtylib@1.14-3.5.9-alpha CREATE_REGISTRIES}
  167. metalbarrels-1.3d.jar Metal Barrels {metalbarrels@1.3d CREATE_REGISTRIES}
  168. Mine and Slash-1.14.4-2.9.2.jar Mine and Slash {mmorpg@2.8.0 CREATE_REGISTRIES}
  169. Mine and Slash - Expansion-1.4.1.29.jar Mine & Slash Expansion {mineandslashexpansion@1.4.1.29 CREATE_REGISTRIES}
  170. modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {modnametooltip@1.12.1 CREATE_REGISTRIES}
  171. Morpheus-1.14.4-4.2.43.jar Morpheus {morpheus@version CREATE_REGISTRIES}
  172. MouseTweaks-2.12-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.12 CREATE_REGISTRIES}
  173. nbttooltips-1.0.jar NBT Tooltips {nbttooltips@1.0 CREATE_REGISTRIES}
  174. NomadicTents-1.14.4-10.0.1-beta.jar Nomadic Tents {nomadictents@10.0.0-beta CREATE_REGISTRIES}
  175. OresAllEasy-1.14.4-1.4.0.jar OresAllEasy {oresalleasy@1.4.0 CREATE_REGISTRIES}
  176. BiomesOPlenty-1.14.4-9.0.0.255-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.254 CREATE_REGISTRIES}
  177. PickleTweaks-1.14.4-3.0.6.jar Pickle Tweaks {pickletweaks@3.0.6 CREATE_REGISTRIES}
  178. Placebo-1.14.4-2.3.1.jar Placebo {placebo@2.3.1 CREATE_REGISTRIES}
  179. practicaltools-1.14.4-1.4.jar Practical Tools {practicaltools@1.14.4-1.4 CREATE_REGISTRIES}
  180. ProgressiveBosses-2.1.2.jar Progressive Bosses {progressivebosses@2.1.2 CREATE_REGISTRIES}
  181. respawnablepets-1.0.5.1.jar Respawnable Pets {respawnablepets@1.0.5.1 CREATE_REGISTRIES}
  182. RFTLR1.4.4.jar Advanced Rotten Flesh to Leather {sonyikaarftl@1.4.4 CREATE_REGISTRIES}
  183. rftoolsbase-1.14-0.0.6-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.6-alpha CREATE_REGISTRIES}
  184. rftoolspower-1.14-1.2.6-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.6-alpha CREATE_REGISTRIES}
  185. SilentGear-1.14.4-1.4.3+68.jar Silent Gear {silentgear@1.4.3+68 CREATE_REGISTRIES}
  186. SilentGems-1.14.4-3.4.6+79.jar Silent's Gems 3 {silentgems@3.4.6+79 CREATE_REGISTRIES}
  187. SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 CREATE_REGISTRIES}
  188. SilentMechanisms-1.14.4-0.6.6+39.jar Silent's Mechanisms {silents_mechanisms@0.6.6+39 ERROR}
  189. SimpleStorageNetwork-1.14.4-0.0.13.jar Simple Storage Network {storagenetwork@1.14.4-0.0.13 CREATE_REGISTRIES}
  190. sisser-1.0.jar Sisser {sisser@1.0 CREATE_REGISTRIES}
  191. SolarGeneration-1.14.4.-1.1.0.jar Solar Generation {solargeneration@1.1.0 CREATE_REGISTRIES}
  192. solcarrot-1.14.4-1.9.3.jar Spice of Life: Carrot Edition {solcarrot@1.14.4-1.9.3 CREATE_REGISTRIES}
  193. SpartanShields-1.14.4-2.0.0-beta-1.jar Spartan Shields {spartanshields@1.14.4-2.0.0-beta-1 CREATE_REGISTRIES}
  194. speedyhoppers-1.14.4-6.jar Speedy Hoppers {speedyhoppers@1.14.4-6 CREATE_REGISTRIES}
  195. speedyladders-1.14.4-4.jar Speedy Ladders {speedyladders@1.14.4-4 CREATE_REGISTRIES}
  196. StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 CREATE_REGISTRIES}
  197. swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 CREATE_REGISTRIES}
  198. theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE CREATE_REGISTRIES}
  199. tombstone-4.1.5-1.14.4.jar Corail Tombstone {tombstone@4.1.5 CREATE_REGISTRIES}
  200. torchmaster-2.0.0-rc1.jar Torchmaster {torchmaster@2.0.0-rc1 CREATE_REGISTRIES}
  201. TrinityWeapons-1.14.4-1.3.1.jar TrinityWeapons {trinity@1.3.1 CREATE_REGISTRIES}
  202. tubesreloaded-1.14.4-1.1.0c.jar Tubes Reloaded {tubesreloaded@1.14.4-1.1.0c CREATE_REGISTRIES}
  203. u_team_core-1.14.4-2.7.4.134.jar U Team Core {uteamcore@2.7.4.134 CREATE_REGISTRIES}
  204. upsizer-mc1.14.4-5.0b2.jar Upsizer {upsizer@5.0.0b2 CREATE_REGISTRIES}
  205. useful_backpacks-1.14.4-1.7.1.41.jar Useful Backpacks {usefulbackpacks@1.7.1.41 CREATE_REGISTRIES}
  206. WesserboysOverlays-1.0.0.1-1.14.4.jar Wesserboy's Overlays {wesserboysoverlays@1.0.0.1 CREATE_REGISTRIES}
  207. WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {wstweaks@3.1.0 CREATE_REGISTRIES}
  208. XL-Food-Mod-1.14.4-2.1.1.jar XL Food Mod {xlfoodmod@2.1.1 CREATE_REGISTRIES}
  209. forge-1.14.4-28.1.64-universal.jar Forge {forge@28.1.64 CREATE_REGISTRIES}
  210. forge-1.14.4-28.1.64-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
  211. Launched Version: forge-28.1.64
  212. LWJGL: 3.2.2 build 10
  213. OpenGL: GeForce GT 750M/PCIe/SSE2 GL version 4.6.0 NVIDIA 425.31, NVIDIA Corporation
  214. GL Caps: Using GL 1.3 multitexturing.
  215. Using GL 1.3 texture combiners.
  216. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  217. Shaders are available because OpenGL 2.1 is supported.
  218. VBOs are available because OpenGL 1.5 is supported.
  219.  
  220. Using VBOs: Yes
  221. Is Modded: Definitely; Client brand changed to 'forge'
  222. Type: Client (map_client.txt)
  223. Resource Packs: vanilla
  224. Current Language: English (US)
  225. CPU: 8x Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement