Advertisement
Guest User

Crash Report

a guest
Nov 17th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.17 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 17.11.19 21:42
  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:accesstransformer:B,pl:runtimedistcleaner:A}
  9. at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.0] {re:classloading,pl:object_holder_definalize:A}
  10. at doggytalents.DoggyTalentsMod$$Lambda$2615/388773721.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$2013/1092112789.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:243) ~[?:?] {re:classloading}
  17. at net.minecraftforge.fml.ModLoader$$Lambda$3853/616535532.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:243) ~[?:?] {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:accesstransformer:B,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.90.jar:28.1] {}
  31. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$409/969502280.call(Unknown Source) [forge-1.14.4-28.1.90.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$2615/388773721.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$2013/1092112789.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:243)
  54. at net.minecraftforge.fml.ModLoader$$Lambda$3853/616535532.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:243)
  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$409/969502280.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: 3866085488 bytes (3686 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
  87. CPUs: 4
  88. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  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.90.jar object_holder_definalize PLUGINSERVICE
  95. /forge-1.14.4-28.1.90.jar runtime_enum_extender PLUGINSERVICE
  96. /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  97. /forge-1.14.4-28.1.90.jar capability_inject_definalize PLUGINSERVICE
  98. /forge-1.14.4-28.1.90.jar runtimedistcleaner PLUGINSERVICE
  99. /OptiFine_1.14.4_HD_U_F4.jar OptiFine TRANSFORMATIONSERVICE
  100. /forge-1.14.4-28.1.90.jar fml TRANSFORMATIONSERVICE
  101. FML: 28.1
  102. Forge: net.minecraftforge:28.1.90
  103. FML Language Providers:
  104. javafml@28.1
  105. minecraft@1
  106. kotlinfml@1.1.1
  107. Mod List:
  108. CyclopsCore-1.14.4-1.5.5.jar Cyclops Core {cyclopscore@1.5.5 CREATE_REGISTRIES}
  109. blockdrops-1.14.4-1.0.2.jar Block Drops {blockdrops@1.0.2 CREATE_REGISTRIES}
  110. zombiehs_1.14-2.1.2.jar Zombie Horse Spawn {zombiehs@2.1.2 CREATE_REGISTRIES}
  111. nethercraft-1.14.4-1.0.3.jar Nethercraft {nethercraft@1.0.3 CREATE_REGISTRIES}
  112. curiousshulkerboxes-FORGE-1.14.4-1.0.0.1.jar Curious Shulker Boxes {curiousshulkerboxes@FORGE-1.14.4-1.0.0.1 CREATE_REGISTRIES}
  113. DoggyTalents-1.14.4-1.15.2.0.jar Doggy Talents {doggytalents@1.15.2.0 CREATE_REGISTRIES}
  114. embellishcraft-bop-1.14.4-1.0.0.jar EmbellishCraft BoP Addon {embellishcraft-bop@1.14.4-1.0.0 CREATE_REGISTRIES}
  115. Uppers-0.1.10.jar Uppers {uppers@0.1.10 CREATE_REGISTRIES}
  116. modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {modnametooltip@1.12.1 CREATE_REGISTRIES}
  117. KleeSlabs_1.14.4-7.4.7.jar KleeSlabs {kleeslabs@7.4.7 CREATE_REGISTRIES}
  118. rsgauges-1.14.4-1.1.9-b2.jar Redstone Gauges and Switches {rsgauges@1.1.9-b2 CREATE_REGISTRIES}
  119. findme-1.14.4-1.1.0.13.jar Find Me {findme@NONE CREATE_REGISTRIES}
  120. essentials-1.14.4-2.6.1.jar Essentials {essentials@1.14.4-2.6.1 CREATE_REGISTRIES}
  121. IconExporter-1.14.4-1.1.0.jar IconExporter {iconexporter@1.1.0 CREATE_REGISTRIES}
  122. Controlling-5.0.4.jar Controlling {controlling@5.0.4 CREATE_REGISTRIES}
  123. Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 CREATE_REGISTRIES}
  124. essentialfeatures-3.0.1.jar Essential Features {essentialfeatures@3.0.1 CREATE_REGISTRIES}
  125. branders-lampblock-v1.2.1-1.14.4.jar Lamp Block Mod {lampblockmod@1.1.1 CREATE_REGISTRIES}
  126. WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {wstweaks@3.1.0 CREATE_REGISTRIES}
  127. u_team_core-1.14.4-2.7.8.138.jar U Team Core {uteamcore@2.7.8.138 CREATE_REGISTRIES}
  128. secretrooms-6.0.5.jar Secret Rooms 6 {secretroomsmod@6.0.5 CREATE_REGISTRIES}
  129. Waddles-1.14.4-0.8.3.jar Waddles {waddles@1.14.4-0.8.3 CREATE_REGISTRIES}
  130. ironshulkerboxes-1.14.4-3.1.12.jar Iron Shulker Boxes {ironshulkerbox@1.14.4-3.1.12 CREATE_REGISTRIES}
  131. al_1.14-1.3.jar All Loot {al@1.3 CREATE_REGISTRIES}
  132. Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
  133. snowvariants-1.14.4-1.1.1.jar Snow Variants {snowvariants@1.14.4-1.1.1 CREATE_REGISTRIES}
  134. SnowRealMagic-1.14.4-1.4.1.jar Snow! Real Magic! {snowrealmagic@1.4.1 CREATE_REGISTRIES}
  135. villagerhats-1.14.4-1.1.1.jar Villager Hats {villagerhats@1.14.4-1.1.1 CREATE_REGISTRIES}
  136. JustEnoughResources-1.14.4-0.10.0.66.jar Just Enough Resources {jeresources@0.10.0.66 CREATE_REGISTRIES}
  137. bsc_1.14-1.0.jar Better Spawner Control {bsc@1.0 CREATE_REGISTRIES}
  138. mshrtw_1.14.4-1.0.jar Mooshroom Tweaks {mshrtw@1.0 CREATE_REGISTRIES}
  139. bettercompass-1.14.2-1.6.0.jar Better Compass {bettercompass@1.14.2-1.6.0 CREATE_REGISTRIES}
  140. mysticallib-1.14.4-1.8.0.jar Mystical Lib {mysticallib@1.14.4-1.8.0 CREATE_REGISTRIES}
  141. moveplus-1.14.4-2.4.6.jar Move Plus {moveplus@2.4.6 CREATE_REGISTRIES}
  142. wild_netherwart-1.14.4-v3.0.jar Wild Netherwart {wildnetherwart@1.0 CREATE_REGISTRIES}
  143. simpleores-1.14.4-2.0.6.0.jar Simple Ores {simpleores@1.14.4-2.0.6.0 CREATE_REGISTRIES}
  144. AirHop-v1.1.1-1.14.4.jar Air Hop {airhop@1.1.1 CREATE_REGISTRIES}
  145. wetstone-1.1.2.jar Wetstone {wetstone@1.1.2 CREATE_REGISTRIES}
  146. embellishcraft-1.14.4-1.3.1.jar EmbellishCraft {embellishcraft@1.14.4-1.3.1 CREATE_REGISTRIES}
  147. UselessMod-1.14.4-2.2.5.jar Useless Mod {uselessmod@1.14.4-2.2.5 CREATE_REGISTRIES}
  148. toughnessbar-4.1.jar Toughness Bar {toughnessbar@4.1 CREATE_REGISTRIES}
  149. cycp_1.14-1.0.jar Cycle Paintings {cycp@1.0 CREATE_REGISTRIES}
  150. seafaring-1.14.4-0.1.46.jar Seafaring {sea@0.1.46 CREATE_REGISTRIES}
  151. extcaves-1.3.3.jar Extended Caves {extcaves@1.3.3 CREATE_REGISTRIES}
  152. simplefarming-1.14.4-1.2.2.jar Simple Farming {simplefarming@1.14.4-1.2.2 CREATE_REGISTRIES}
  153. SignButton-1.14.2-2.0.1.jar Sign Button {signbutton@version CREATE_REGISTRIES}
  154. randomenchants-2.1.0.jar Random Enchants {randomenchants@2.1.0 ERROR}
  155. Trapcraft-1.14.4-2.6.1-universal.jar Trapcraft {trapcraft@2.6.1 CREATE_REGISTRIES}
  156. curios-FORGE-1.14.4-1.0.5.3.jar Curios API {curios@FORGE-1.14.4-1.0.5.3 CREATE_REGISTRIES}
  157. AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 CREATE_REGISTRIES}
  158. EnderMagnet-1.14.3-1.0.0.jar Ender Magnet {endermagnet@1.14.3-1.0.0 CREATE_REGISTRIES}
  159. OreExcavation-1.6.145.jar Ore Excavation {oreexcavation@1.6.145 CREATE_REGISTRIES}
  160. VanillaUtils-1.14.4-2019.08.08.jar Vanilla Utils {vanillautils@1.14.4-2019.08.08 CREATE_REGISTRIES}
  161. SurvivalPlus-1.14.4-0.1.1.jar SurvivalPlus {survivalplus@0.1.1 CREATE_REGISTRIES}
  162. BiomesOPlenty-1.14.4-9.0.0.257-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.256 CREATE_REGISTRIES}
  163. elevatorid-1.14.4-1.5.2.jar Elevator Mod {elevatorid@1.14.4-1.5.2 CREATE_REGISTRIES}
  164. usefulhats-1.4.0.jar Useful Hats {usefulhats@1.4.0 CREATE_REGISTRIES}
  165. cg_1.14-1.0.jar Crying Ghasts {cg@1.0 CREATE_REGISTRIES}
  166. hidden-levers.jar Hidden Levers {hiddenlevers@1.0 CREATE_REGISTRIES}
  167. curiouselytra-FORGE-1.14.4-1.0.jar Curious Elytra {curiouselytra@FORGE-1.14.4-1.0 CREATE_REGISTRIES}
  168. biomeinfo-1.14.4-v1.2.4.jar BiomeInfo {biomeinfo@v1.2.4 CREATE_REGISTRIES}
  169. ebp_1.14-1.0.jar Edible Blaze Powder {ebp@1.0 CREATE_REGISTRIES}
  170. SBM-WoodenShears-1.14.4-1.0.0.jar SBM-Wooden Shears {woodenshears@1.0.0 CREATE_REGISTRIES}
  171. Charm-1.14.4-1.4.1.jar Charm {charm@1.14.4-1.4.1 CREATE_REGISTRIES}
  172. strayspawn_1.14-1.0.jar Stray Spawn {strayspawn@1.0 CREATE_REGISTRIES}
  173. AnimatedRecipeButton-v1.2.1-1.14.4.jar Animated Recipe Button {animatedrecipebutton@1.2.1 CREATE_REGISTRIES}
  174. sfm_1.14-1.0.jar Snowballs Freeze Mobs {sfm@1.0 CREATE_REGISTRIES}
  175. TrinityWeapons-1.14.4-1.3.1.jar TrinityWeapons {trinity@1.3.1 CREATE_REGISTRIES}
  176. attack_speed_enchantment-1.14.4-0.9.1.2.jar Attack Speed Enchantment {attackspeedenchantment@0.9.1.2 CREATE_REGISTRIES}
  177. BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {betteradvancements@0.1.0.90 CREATE_REGISTRIES}
  178. Kiwi-1.14.4-2.3.3.jar Kiwi {kiwi@2.3.3 CREATE_REGISTRIES}
  179. aerialaffinity-3.0a.jar Aerial Affinity {aerialaffinity@3.0a CREATE_REGISTRIES}
  180. Ma-Enchants-1.14.4-1.4.1.jar Ma Enchants {ma-enchants@1.14.4-1.4.1 CREATE_REGISTRIES}
  181. EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {equipmenttooltips@1.3.2+10 CREATE_REGISTRIES}
  182. snad-1.14.4-1.7.10.27a.jar Snad {snad@1.7.10.27a CREATE_REGISTRIES}
  183. bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE CREATE_REGISTRIES}
  184. jei-1.14.4-6.0.0.25.jar Just Enough Items {jei@6.0.0.25 CREATE_REGISTRIES}
  185. JustEnoughCalculation-1.14.4-3.3.1.jar Just Enough Calculation {jecalculation@3.3.1 CREATE_REGISTRIES}
  186. metalbarrels-1.4.jar Metal Barrels {metalbarrels@1.4 CREATE_REGISTRIES}
  187. longfallboots-1.3.0a.jar Long Fall Boots {longfallboots@1.3.0a CREATE_REGISTRIES}
  188. Druidcraft-1.14-0.2.32.jar Druidcraft {druidcraft@0.2.32 CREATE_REGISTRIES}
  189. wildnature-2.0.5.jar WildNature Mod {wildnature@2.0.5 CREATE_REGISTRIES}
  190. cosmeticbeds-FORGE-1.14.4-2.0.jar Cosmetic Beds {cosmeticbeds@FORGE-1.14.4-2.0 CREATE_REGISTRIES}
  191. caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {caelus@FORGE-1.14.4-1.0.1.1 CREATE_REGISTRIES}
  192. Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar Upgrade Aquatic {upgrade_aquatic@1.0.7 CREATE_REGISTRIES}
  193. NotEnoughMaterials-1.14.4-0.1.2.jar Not Enough Materials {nem@0.1.2 CREATE_REGISTRIES}
  194. ediblegs_1.14-1.0.jar Edible Glowstone {ediblegs@1.0 CREATE_REGISTRIES}
  195. colytra-FORGE-1.14.4-2.0.0.1.jar Colytra {colytra@FORGE-1.14.4-2.0.0.1 CREATE_REGISTRIES}
  196. skeletonhs_1.14-1.1.2.jar Skeleton Horse Spawn {skeletonhs@1.1.2 CREATE_REGISTRIES}
  197. create-mc1.14.4_v0.1.1a.jar Create {create@0.1.1a CREATE_REGISTRIES}
  198. yoyos_1.14.4-2.0.1.5.jar Yoyos {yoyos@2.0.1.5 ERROR}
  199. Clumps-4.0.0.jar Clumps {clumps@4.0.0 CREATE_REGISTRIES}
  200. comforts-FORGE-1.14.4-2.0-beta3.jar Comforts {comforts@FORGE-1.14.4-2.0-beta3 CREATE_REGISTRIES}
  201. VanillaTweaks-1.14.4.1.5.10.jar VanillaTweaks {vanillatweaks@1.14.4.1.5.10 CREATE_REGISTRIES}
  202. rubys-0.2.jar Vanilla Rubys {rubys@0.2 CREATE_REGISTRIES}
  203. curioofundying-FORGE-1.14.4-2.0.jar Curio of Undying {curioofundying@FORGE-1.14.4-2.0 CREATE_REGISTRIES}
  204. The-Endergetic-Expansion-1.14.4-v1.0.jar The Endergetic Expansion {endergetic@1.0 CREATE_REGISTRIES}
  205. shb_1.14-1.0.jar Softer Hay Bales {shb@1.0 CREATE_REGISTRIES}
  206. traverse-1.14.4-2.0.1.jar Traverse {traverse@1.14.4-2.0.1 CREATE_REGISTRIES}
  207. CraftTweaker-1.14.4-5.0.1.140.jar CraftTweaker {crafttweaker@5.0.1.140 CREATE_REGISTRIES}
  208. mysticalworld-1.14.4-1.6.10.jar Mystical World {mysticalworld@1.14.4-1.6.10 CREATE_REGISTRIES}
  209. moveminecarts_1.14-1.2.jar Move Minecarts {moveminecarts@1.2 CREATE_REGISTRIES}
  210. campfiretorches-1.14.4-1.0.3.jar Campfire Torches {campfiretorches@1.14.4-1.0.3 CREATE_REGISTRIES}
  211. forge-1.14.4-28.1.90-universal.jar Forge {forge@28.1.90 CREATE_REGISTRIES}
  212. Arcana Beta-0.0.2.jar Arcana {arcana@BETA-0.0.1 CREATE_REGISTRIES}
  213. emc_1.14-1.0.jar Edible Magma Cream {emc@1.0 CREATE_REGISTRIES}
  214. ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
  215. forge-1.14.4-28.1.90-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
  216. Flopper-1.14.4-1.0.4.jar Flopper {flopper@1.0.4 CREATE_REGISTRIES}
  217. EnchantmentDescriptions-1.14.4-1.3.8.jar EnchantmentDescriptions {enchdesc@1.3.8 CREATE_REGISTRIES}
  218. swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 CREATE_REGISTRIES}
  219. playerplates-1.14.4-forge-1.1.0.jar Player Plates {playerplates@1.14.4-forge-1.1.0 CREATE_REGISTRIES}
  220. MouseTweaks-2.12-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.12 CREATE_REGISTRIES}
  221. moolands-1.14.4-1.1.0.jar Moolands {moolands@1.0.1 CREATE_REGISTRIES}
  222. UndergroundBiomes-1.14.4-1.0-53.jar Underground Biomes {undergroundbiomes@1.0-53 CREATE_REGISTRIES}
  223. PeriodicMetals-1.14.4-1.0.0.jar Periodic Metals {periodicmetals@1.0.0 CREATE_REGISTRIES}
  224. useful_railroads-1.14.4-1.2.2.14.jar Useful Railroads {usefulrailroads@1.2.2.14 CREATE_REGISTRIES}
  225. edibsgr_1.14-2.0.jar Edible Sugar {edibsgr@2.0 CREATE_REGISTRIES}
  226. woolbuttons-1.14.4-v1.1.jar Wool Buttons {sbmwoolbuttons@v1.1 CREATE_REGISTRIES}
  227. gates-1.3.0.jar Gates {gates@1.3.0 CREATE_REGISTRIES}
  228. moveboats_1.14-1.1.jar Move Boats {moveboats@1.1 CREATE_REGISTRIES}
  229. ffenchants-1.14.4-1.2.2.jar FlashFyre's Enchantments {ffenchants@1.2.2 CREATE_REGISTRIES}
  230. SpartanShields-1.14.4-2.0.0-beta-1.jar Spartan Shields {spartanshields@1.14.4-2.0.0-beta-1 CREATE_REGISTRIES}
  231. Quark-r2.0-199.jar Quark {quark@r2.0-199 CREATE_REGISTRIES}
  232. Mantle-1.14.4-1.4.32.jar Mantle {mantle@1.4.32 CREATE_REGISTRIES}
  233. JAOPCA-1.14.4-3.0.0.11.jar JAOPCA {jaopca@3.0.0.11 CREATE_REGISTRIES}
  234. ShulkerTooltip-1.9.jar Shulker Tooltip {shulkertooltip@1.9 CREATE_REGISTRIES}
  235. gravestone-1.15.2.jar Gravestone Mod {gravestone@1.15.2 CREATE_REGISTRIES}
  236. [1.14.4] SecurityCraft v1.8.14.1.jar SecurityCraft {securitycraft@v1.8.14.1 CREATE_REGISTRIES}
  237. StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 CREATE_REGISTRIES}
  238. sit-1.14.4-v1.2.3.jar Sit {sit@v1.2.3 CREATE_REGISTRIES}
  239. Harvest-forge-1.14.4-1.2.10-23.jar Harvest {harvest@version CREATE_REGISTRIES}
  240. hunterillager-1.14.4-0.2.2.jar HunterIllager {hunterillager@0.2.2 CREATE_REGISTRIES}
  241. AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {appleskin@1.0.12 CREATE_REGISTRIES}
  242. ilikewood-1.14.4-1.1.2.3.jar I Like Wood {ilikewood@1.1.2.3 CREATE_REGISTRIES}
  243. Aquaculture-1.14.4-2.0.2.jar Aquaculture 2 {aquaculture@1.14.4-2.0.2 CREATE_REGISTRIES}
  244. illagers_plus-2.0.jar Illagers+ {illagers_plus@2.0(BETA) CREATE_REGISTRIES}
  245. CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v1a CREATE_REGISTRIES}
  246. overloadedarmorbar-3.0.0b.jar Overloaded Armor Bar {overloadedarmorbar@3.0.0b CREATE_REGISTRIES}
  247. purplium v1.1.jar Purplium Mod {purplium@1.1gr CREATE_REGISTRIES}
  248. healingcf_1.14-1.7.jar Healing Campfire {healingcf@1.7 CREATE_REGISTRIES}
  249. rbmf_1.14-1.0.jar Random Bone Meal Flowers {rbmf@1.0 CREATE_REGISTRIES}
  250. chesthopper-2.1.1.jar ChestHopper {chesthopper@v2.1.1 CREATE_REGISTRIES}
  251. useful_resources-1.14.4-0.10.2.11-SNAPSHOT.jar Useful Resources {usefulresources@0.10.2.11-SNAPSHOT CREATE_REGISTRIES}
  252. Kiwi Modules:
  253.  
  254. Launched Version: 1.14.4-forge-28.1.90
  255. LWJGL: 3.2.2 build 10
  256. OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4358, Intel
  257. GL Caps: Using GL 1.3 multitexturing.
  258. Using GL 1.3 texture combiners.
  259. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  260. Shaders are available because OpenGL 2.1 is supported.
  261. VBOs are available because OpenGL 1.5 is supported.
  262.  
  263. Using VBOs: Yes
  264. Is Modded: Definitely; Client brand changed to 'forge'
  265. Type: Client (map_client.txt)
  266. Resource Packs:
  267. Current Language: English (US)
  268. CPU: 4x Intel(R) Core(TM) i3-3120M CPU @ 2.50GHz
  269. OptiFine Version: OptiFine_1.14.4_HD_U_F4
  270. OptiFine Build: 20191025-153543
  271. Render Distance Chunks: 6
  272. Mipmaps: 4
  273. Anisotropic Filtering: 1
  274. Antialiasing: 0
  275. Multitexture: false
  276. Shaders: null
  277. OpenGlVersion: 4.0.0 - Build 10.18.10.4358
  278. OpenGlRenderer: Intel(R) HD Graphics 4000
  279. OpenGlVendor: Intel
  280. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement