Advertisement
Guest User

minecraft crash // rendering overlay error 2

a guest
Mar 29th, 2020
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.08 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 3/29/20 3:15 PM
  5. Description: Rendering overlay
  6.  
  7. java.lang.NullPointerException: Rendering overlay
  8. at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_195662_a(TextureAtlasSprite.java:788) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  9. at net.minecraftforge.client.model.ItemTextureQuadConverter.convertTextureHorizontal(ItemTextureQuadConverter.java:82) ~[?:?] {re:classloading}
  10. at net.minecraftforge.client.model.ItemTextureQuadConverter.convertTexture(ItemTextureQuadConverter.java:57) ~[?:?] {re:classloading}
  11. at net.minecraftforge.client.model.ModelDynBucket.bake(ModelDynBucket.java:164) ~[?:?] {re:classloading}
  12. at vazkii.botania.client.core.handler.MiscellaneousIcons.onModelBake(MiscellaneousIcons.java:96) ~[?:r1.11-378] {re:classloading}
  13. at net.minecraftforge.eventbus.ASMEventHandler_167_MiscellaneousIcons_onModelBake_ModelBakeEvent.invoke(.dynamic) ~[?:?] {}
  14. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
  15. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
  16. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.2] {re:classloading}
  17. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
  18. at net.minecraftforge.fml.ModLoader$$Lambda$3761/1830602785.accept(Unknown Source) ~[?:?] {}
  19. at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
  20. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
  21. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
  22. at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:380) ~[?:?] {re:classloading}
  23. at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:58) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  24. at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:17) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  25. at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {re:classloading}
  26. at net.minecraft.client.resources.ReloadListener$$Lambda$3953/1101140485.accept(Unknown Source) ~[?:?] {}
  27. at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_51] {}
  28. at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {}
  29. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {}
  30. at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading}
  31. at net.minecraft.resources.AsyncReloader$$Lambda$4088/877118445.run(Unknown Source) ~[?:?] {}
  32. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:170) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  33. at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:classloading}
  34. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:135) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  35. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(ThreadTaskExecutor.java:115) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  36. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:861) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
  37. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
  38. at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  42. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  43. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.2.0.jar:28.2] {}
  44. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/334761329.call(Unknown Source) [forge-1.14.4-28.2.0.jar:28.2] {}
  45. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
  46. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
  47. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
  48. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
  49. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
  50.  
  51.  
  52. A detailed walkthrough of the error, its code path and all known details is as follows:
  53. ---------------------------------------------------------------------------------------
  54.  
  55. -- Head --
  56. Thread: Client thread
  57. Stacktrace:
  58. at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_195662_a(TextureAtlasSprite.java:788)
  59. at net.minecraftforge.client.model.ItemTextureQuadConverter.convertTextureHorizontal(ItemTextureQuadConverter.java:82)
  60. at net.minecraftforge.client.model.ItemTextureQuadConverter.convertTexture(ItemTextureQuadConverter.java:57)
  61. at net.minecraftforge.client.model.ModelDynBucket.bake(ModelDynBucket.java:164)
  62. at vazkii.botania.client.core.handler.MiscellaneousIcons.onModelBake(MiscellaneousIcons.java:96)
  63. at net.minecraftforge.eventbus.ASMEventHandler_167_MiscellaneousIcons_onModelBake_ModelBakeEvent.invoke(.dynamic)
  64. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  65. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  66. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  67. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
  68. at net.minecraftforge.fml.ModLoader$$Lambda$3761/1830602785.accept(Unknown Source)
  69. at java.util.HashMap.forEach(HashMap.java:1280)
  70. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
  71. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
  72. at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:380)
  73. at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:58)
  74. at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:17)
  75. at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13)
  76. at net.minecraft.client.resources.ReloadListener$$Lambda$3953/1101140485.accept(Unknown Source)
  77. at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656)
  78. at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632)
  79. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
  80. at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71)
  81. at net.minecraft.resources.AsyncReloader$$Lambda$4088/877118445.run(Unknown Source)
  82. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:170)
  83. at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
  84. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:135)
  85.  
  86. -- Overlay render details --
  87. Details:
  88. Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
  89. Stacktrace:
  90. at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:880)
  91. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890)
  92. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
  93. at net.minecraft.client.main.Main.main(SourceFile:155)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  96. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  97. at java.lang.reflect.Method.invoke(Method.java:497)
  98. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  99. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/334761329.call(Unknown Source)
  100. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  101. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  102. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  103. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  104. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  105.  
  106. -- System Details --
  107. Details:
  108. Minecraft Version: 1.14.4
  109. Minecraft Version ID: 1.14.4
  110. Operating System: Windows 10 (amd64) version 10.0
  111. Java Version: 1.8.0_51, Oracle Corporation
  112. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  113. Memory: 2865815304 bytes (2733 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
  114. CPUs: 8
  115. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  116. ModLauncher: 4.1.0+62+5bfa59b
  117. ModLauncher launch target: fmlclient
  118. ModLauncher naming: srg
  119. ModLauncher services:
  120. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  121. /forge-1.14.4-28.2.0.jar object_holder_definalize PLUGINSERVICE
  122. /forge-1.14.4-28.2.0.jar runtime_enum_extender PLUGINSERVICE
  123. /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  124. /forge-1.14.4-28.2.0.jar capability_inject_definalize PLUGINSERVICE
  125. /forge-1.14.4-28.2.0.jar runtimedistcleaner PLUGINSERVICE
  126. /OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE
  127. /forge-1.14.4-28.2.0.jar fml TRANSFORMATIONSERVICE
  128. FML: 28.2
  129. Forge: net.minecraftforge:28.2.0
  130. FML Language Providers:
  131. javafml@28.2
  132. minecraft@1
  133. Mod List:
  134. CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {cyclopscore@1.6.1 CREATE_REGISTRIES}
  135. SoundControl-1.14.4-0.0.5.0.jar §3Dynamic Surroundings
  136. §eSound Control {sndctrl@1.14.4-0.0.5.0 CREATE_REGISTRIES}
  137. bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE CREATE_REGISTRIES}
  138. item-filters-2.1.0.5.jar Item Filters {itemfilters@2.1.0.5 CREATE_REGISTRIES}
  139. platforms-1.14-1.5.1.jar Platforms {platforms@1.5.0 CREATE_REGISTRIES}
  140. jei-1.14.4-6.0.0.13.jar Just Enough Items {jei@6.0.0.13 CREATE_REGISTRIES}
  141. EverlastingAbilities-1.14.4-1.6.0.jar EverlastingAbilities {everlastingabilities@1.6.0 CREATE_REGISTRIES}
  142. AttributeFix-1.14.4-3.0.2.jar AttributeFix {attributefix@3.0.2 CREATE_REGISTRIES}
  143. wildnature-2.1.4.jar WildNature {wildnature@2.1.4 CREATE_REGISTRIES}
  144. caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {caelus@FORGE-1.14.4-1.0.1.1 CREATE_REGISTRIES}
  145. Upgrade-Aquatic-1.14.4-v1.4.9.jar Upgrade Aquatic {upgrade_aquatic@1.4.9 CREATE_REGISTRIES}
  146. KleeSlabs_1.14.4-7.4.8.jar KleeSlabs {kleeslabs@7.4.8 CREATE_REGISTRIES}
  147. colytra-FORGE-1.14.4-2.0.0.1.jar Colytra {colytra@FORGE-1.14.4-2.0.0.1 CREATE_REGISTRIES}
  148. rsgauges-1.14.4-1.2.0.jar Gauges and Switches {rsgauges@1.2.0 CREATE_REGISTRIES}
  149. extraboats-1.2.3-1.14.4.jar Extra Boats {extraboats@1.2.3 CREATE_REGISTRIES}
  150. BetterCaves-1.14.4-1.1.1.jar YUNG's Better Caves {bettercaves@1.14.4-1.1.1 CREATE_REGISTRIES}
  151. Waystones_1.14.4-5.1.1.jar Waystones {waystones@5.1.1 CREATE_REGISTRIES}
  152. glassential-forge-1.14.4-1.1.1.jar Glassential {glassential@1.1.1 CREATE_REGISTRIES}
  153. ReAuth-1.14-3.8.0.jar ReAuth {reauth@3.8.0 CREATE_REGISTRIES}
  154. Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 CREATE_REGISTRIES}
  155. comforts-FORGE-1.14.4-2.0-beta4.jar Comforts {comforts@FORGE-1.14.4-2.0-beta4 CREATE_REGISTRIES}
  156. NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {naturescompass@1.14.4-1.8.3 CREATE_REGISTRIES}
  157. SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {sereneseasons@1.14.4-2.0.0.40 CREATE_REGISTRIES}
  158. ClassicCombat-1.14.3-1.0.0-universal.jar Classic Combat {classiccombat@1.0.1 CREATE_REGISTRIES}
  159. PyramidPlunder-1.14.4-1.1.jar Pyramid Plunder {pyramidplunder@1.14.4-1.0 CREATE_REGISTRIES}
  160. potionsmaster-0.0.8-1.14.4-28.1.109.jar Potions Master {potionsmaster@0.0.8 CREATE_REGISTRIES}
  161. WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {wstweaks@3.1.0 CREATE_REGISTRIES}
  162. randompatches-1.14.4-1.21.0.0.jar RandomPatches {randompatches@1.14.4-1.21.0.0 CREATE_REGISTRIES}
  163. ChanceCubes-1.14.4-4.0.0.298.jar Chance Cubes {chancecubes@1.14.4-4.0.0.298 CREATE_REGISTRIES}
  164. Customized-Dungeon-Loot-1.14.x-(v.2.0.0).jar Customized Dungeon Loot {cdl@2.0.0 CREATE_REGISTRIES}
  165. deathquotes-1.2-1.14.4.jar DeathQuotes {deathquotes@1.0 CREATE_REGISTRIES}
  166. Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
  167. ToastControl-1.14.4-2.2.0.jar Toast Control {toastcontrol@2.2.0 CREATE_REGISTRIES}
  168. CarryOn+MC1.14.4+v1.12.4.jar Carry On {carryon@1.12.4 CREATE_REGISTRIES}
  169. ExpOre-1.14.4-1.4.jar Exp Ore Block Mod {exp_ore@1.4 CREATE_REGISTRIES}
  170. mysticalworld-1.14.4-1.7.1.jar Mystical World {mysticalworld@1.14.4-1.7.1 ERROR}
  171. forge-1.14.4-28.2.0-universal.jar Forge {forge@28.2.0 CREATE_REGISTRIES}
  172. shetiphiancore-1.14-3.6.0.jar ShetiPhian-Core {shetiphiancore@3.6.0 CREATE_REGISTRIES}
  173. ruins-1.14.4.6.jar Ruins {ruins@1.14.4.6 CREATE_REGISTRIES}
  174. Bones-1.14.4-1.3.2.jar Bones {bones@1.14.4-1.3.2 CREATE_REGISTRIES}
  175. mysticallib-1.14.4-1.13.0.jar Mystical Lib {mysticallib@1.14.4-1.13.0 CREATE_REGISTRIES}
  176. Explorercraft-1.14.4-3.2.4.jar Explorercraft {explorercraft@3.2.4 CREATE_REGISTRIES}
  177. simpleores-1.14.4-2.0.6.0.jar Simple Ores {simpleores@1.14.4-2.0.6.0 CREATE_REGISTRIES}
  178. ironchest-1.14.4-9.1.5 (1).jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
  179. SimpleDivingGear-3.0.4+mc+1.14.4.jar Simple Diving Gear {simpledivegear@3.0.4 mc 1.14.4 CREATE_REGISTRIES}
  180. CraftingTweaks_1.14.4-10.2.1.jar Crafting Tweaks {craftingtweaks@10.2.1 CREATE_REGISTRIES}
  181. forge-1.14.4-28.2.0-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
  182. luckyblock-1.14.4-7.9.1.jar Lucky Block {lucky@7.9.1 CREATE_REGISTRIES}
  183. swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 CREATE_REGISTRIES}
  184. pandoras_creatures-1.14.4-0.12.0.jar Pandoras Creatures {pandoras_creatures@1.14.4-0.12.0 CREATE_REGISTRIES}
  185. embellishcraft-1.14.4-1.5.0.jar EmbellishCraft {embellishcraft@1.14.4-1.5.0 CREATE_REGISTRIES}
  186. MouseTweaks-2.11-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.11 CREATE_REGISTRIES}
  187. ToolBelt-1.14.4-1.12.5.jar Tool Belt {toolbelt@1.12.5 CREATE_REGISTRIES}
  188. SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 CREATE_REGISTRIES}
  189. extcaves-1.5.jar Extended Caves {extcaves@1.5 CREATE_REGISTRIES}
  190. Ding-1.14.4-1.1.0.jar Ding {ding@1.1.0 CREATE_REGISTRIES}
  191. astikorcarts-1.0.0.1.jar AstikorCarts {astikorcarts@NONE CREATE_REGISTRIES}
  192. paintings-1.14.4-6.0.1.5.jar Paintings ++ {paintings@1.14.4-6.0.1.5 CREATE_REGISTRIES}
  193. MobEffects-1.14.4-0.0.5.0.jar §3Dynamic Surroundings
  194. §eMob Effects {mobeffects@1.14.4-0.0.5.0 CREATE_REGISTRIES}
  195. ElecCore-1.14.4-2.0.30-Beta.jar ElecCore {eleccore@2.0.30 CREATE_REGISTRIES, eleccoreloader@2.0.30 CREATE_REGISTRIES}
  196. curios-FORGE-1.14.4-1.0.6.1.jar Curios API {curios@FORGE-1.14.4-1.0.6.1 CREATE_REGISTRIES}
  197. Botania+r1.11-378.jar Botania {botania@r1.11-378 CREATE_REGISTRIES}
  198. SpartanShields-1.14.4-2.0.0.jar Spartan Shields {spartanshields@2.0.0 CREATE_REGISTRIES}
  199. Patchouli-1.14.4-1.1-26.jar Patchouli {patchouli@1.14.4-1.1-25 CREATE_REGISTRIES}
  200. AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 CREATE_REGISTRIES}
  201. FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {fastbench@2.1.4 CREATE_REGISTRIES}
  202. sit-1.14.4-v1.3.jar Sit {sit@v1.3 CREATE_REGISTRIES}
  203. tombstone-4.1.9-1.14.4.jar Corail Tombstone {tombstone@4.1.9 CREATE_REGISTRIES}
  204. Quark-r2.0-209.jar Quark {quark@r2.0-209 CREATE_REGISTRIES}
  205. noRecipeBook_v1.4.1formc1.14.4.jar No Recipe Book {norecipebook@1.4.1 CREATE_REGISTRIES}
  206. FastFurnace-1.14.4-2.2.4.jar FastFurnace {fastfurnace@2.2.4 CREATE_REGISTRIES}
  207. furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre15 CREATE_REGISTRIES}
  208. AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {appleskin@1.0.12 CREATE_REGISTRIES}
  209. Aquaculture-1.14.4-2.0.7.jar Aquaculture 2 {aquaculture@1.14.4-2.0.7 CREATE_REGISTRIES}
  210. SilentGems-1.14.4-3.4.8+81.jar Silent's Gems 3 {silentgems@3.4.8+81 CREATE_REGISTRIES}
  211. XL-Food-Mod-1.14.4-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
  212. mysticalwildlife-1.14.4-1.3.4.jar Mystical Wildlife {mysticalwildlife@1.3.4 CREATE_REGISTRIES}
  213. illagers_plus-2.0.jar Illagers+ {illagers_plus@2.0(BETA) CREATE_REGISTRIES}
  214. CHAS+v1.3+for+1.14.jar Craftable Horse Armour {craftablehorsearmour@1.3 CREATE_REGISTRIES}
  215. ScalingHealth-1.14.4-2.3.13+40.jar Scaling Health {scalinghealth@2.3.13+40 CREATE_REGISTRIES}
  216. FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
  217. overloadedarmorbar-3.0.0b.jar Overloaded Armor Bar {overloadedarmorbar@3.0.0b CREATE_REGISTRIES}
  218. luckyores-1.14.4-1.2.jar Lucky Ores Mod {luckyores@1.2 CREATE_REGISTRIES}
  219. TrinityWeapons-1.14.4-1.4.0.jar TrinityWeapons {trinity@1.4.0 CREATE_REGISTRIES}
  220. BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {betteradvancements@0.1.0.90 CREATE_REGISTRIES}
  221. Launched Version: 1.14.4-forge-28.2.0
  222. LWJGL: 3.2.2 build 10
  223. OpenGL: GeForce GTX 650 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 432.00, NVIDIA Corporation
  224. GL Caps: Using GL 1.3 multitexturing.
  225. Using GL 1.3 texture combiners.
  226. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  227. Shaders are available because OpenGL 2.1 is supported.
  228. VBOs are available because OpenGL 1.5 is supported.
  229.  
  230. Using VBOs: Yes
  231. Is Modded: Definitely; Client brand changed to 'forge'
  232. Type: Client (map_client.txt)
  233. Resource Packs:
  234. Current Language: English (US)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement