Guest User

Untitled

a guest
Jan 25th, 2020
984
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.35 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 1/25/20 6:51 PM
  5. Description: Saving entity NBT
  6.  
  7. java.lang.IllegalArgumentException: Invalid null NBT value with key sndctrl:entityfx
  8. at net.minecraft.nbt.CompoundNBT.func_218657_a(CompoundNBT.java:75) ~[?:?] {re:classloading,pl:accesstransformer:B}
  9. at net.minecraftforge.common.capabilities.CapabilityDispatcher.serializeNBT(CapabilityDispatcher.java:127) ~[?:?] {re:classloading}
  10. at net.minecraftforge.common.capabilities.CapabilityProvider.serializeCaps(CapabilityProvider.java:86) ~[?:?] {re:classloading}
  11. at net.minecraft.entity.Entity.func_189511_e(Entity.java:1398) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:generic-update-hook,xf:fml:quark:override-collision,xf:fml:aov:immunetofire}
  12. at net.minecraftforge.common.extensions.IForgeEntity.serializeNBT(IForgeEntity.java:61) ~[?:?] {re:classloading}
  13. at com.ldtteam.structures.blueprints.v1.Blueprint.transformEntityInfoWithSettings(Blueprint.java:598) ~[?:0.10.216-ALPHA] {re:classloading}
  14. at com.ldtteam.structures.blueprints.v1.Blueprint.rotateWithMirror(Blueprint.java:429) ~[?:0.10.216-ALPHA] {re:classloading}
  15. at com.ldtteam.structures.helpers.Structure.rotate(Structure.java:334) ~[?:0.10.216-ALPHA] {re:classloading}
  16. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateResources(WindowBuildBuilding.java:257) ~[?:0.10.593-RELEASE] {re:classloading}
  17. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onStyleDropDownChanged(WindowBuildBuilding.java:406) ~[?:0.10.593-RELEASE] {re:classloading}
  18. at com.ldtteam.blockout.views.DropDownList.setSelectedIndex(DropDownList.java:211) ~[?:0.10.216-ALPHA] {re:classloading}
  19. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateStyles(WindowBuildBuilding.java:216) ~[?:0.10.593-RELEASE] {re:classloading}
  20. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onOpened(WindowBuildBuilding.java:432) ~[?:0.10.593-RELEASE] {re:classloading}
  21. at com.ldtteam.blockout.BOScreen.tick(BOScreen.java:180) ~[?:0.10.216-ALPHA] {re:classloading}
  22. at net.minecraft.client.Minecraft.lambda$runTick$18(Minecraft.java:1310) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  23. at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:441) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  24. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1309) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  25. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:869) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  26. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  27. at net.minecraft.client.main.Main.main(SourceFile:155) ~[1.14.4.jar:?] {re:classloading}
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231] {}
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_231] {}
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_231] {}
  31. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_231] {}
  32. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.14.4-28.1.107.jar:28.1] {}
  33. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
  34. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
  35. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
  36. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
  37. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Thread: Client thread
  45. Stacktrace:
  46. at net.minecraft.nbt.CompoundNBT.func_218657_a(CompoundNBT.java:75)
  47. at net.minecraftforge.common.capabilities.CapabilityDispatcher.serializeNBT(CapabilityDispatcher.java:127)
  48. at net.minecraftforge.common.capabilities.CapabilityProvider.serializeCaps(CapabilityProvider.java:86)
  49.  
  50. -- Entity being saved --
  51. Details:
  52. Entity Type: minecolonies:citizen (com.minecolonies.coremod.entity.citizen.EntityCitizen)
  53. Entity ID: 30142
  54. Entity Name: entity.minecolonies.citizen
  55. Entity's Exact location: 6.30, 1.00, 4.52
  56. Entity's Block location: World: (6,1,4), Chunk: (at 6,0,4 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  57. Entity's Momentum: 0.00, -0.08, 0.00
  58. Entity's Passengers: []
  59. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  60. Stacktrace:
  61. at net.minecraft.entity.Entity.func_189511_e(Entity.java:1398)
  62. at net.minecraftforge.common.extensions.IForgeEntity.serializeNBT(IForgeEntity.java:61)
  63. at com.ldtteam.structures.blueprints.v1.Blueprint.transformEntityInfoWithSettings(Blueprint.java:598)
  64. at com.ldtteam.structures.blueprints.v1.Blueprint.rotateWithMirror(Blueprint.java:429)
  65. at com.ldtteam.structures.helpers.Structure.rotate(Structure.java:334)
  66. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateResources(WindowBuildBuilding.java:257)
  67. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onStyleDropDownChanged(WindowBuildBuilding.java:406)
  68. at com.ldtteam.blockout.views.DropDownList.setSelectedIndex(DropDownList.java:211)
  69. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateStyles(WindowBuildBuilding.java:216)
  70. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onOpened(WindowBuildBuilding.java:432)
  71. at com.ldtteam.blockout.BOScreen.tick(BOScreen.java:180)
  72. at net.minecraft.client.Minecraft.lambda$runTick$18(Minecraft.java:1310)
  73.  
  74. -- Affected screen --
  75. Details:
  76. Screen name: com.ldtteam.blockout.BOScreen
  77. Stacktrace:
  78. at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:441)
  79.  
  80. -- Affected level --
  81. Details:
  82. All players: 1 total; [ClientPlayerEntity['Areorah'/1253, l='MpServer', x=-2138.50, y=63.00, z=-2292.01]]
  83. Chunk stats: Client Chunk Cache: 361, 201
  84. Level dimension: DimensionType{minecraft:overworld}
  85. Level name: MpServer
  86. Level seed: 0
  87. Level generator: ID 00 - default, ver 1. Features enabled: false
  88. Level generator options: {}
  89. Level spawn location: World: (199,62,-378), Chunk: (at 7,3,6 in 12,-24; contains blocks 192,0,-384 to 207,255,-369), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  90. Level time: 1085207 game time, 1544097 day time
  91. Level storage version: 0x00000 - Unknown?
  92. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  93. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  94. Server brand: forge
  95. Server type: Non-integrated multiplayer server
  96. Stacktrace:
  97. at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:410)
  98. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1750)
  99. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
  100. at net.minecraft.client.main.Main.main(SourceFile:155)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  104. at java.lang.reflect.Method.invoke(Unknown Source)
  105. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  106. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  107. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  108. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  109. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  110. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  111.  
  112. -- System Details --
  113. Details:
  114. Minecraft Version: 1.14.4
  115. Minecraft Version ID: 1.14.4
  116. Operating System: Windows 10 (amd64) version 10.0
  117. Java Version: 1.8.0_231, Oracle Corporation
  118. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  119. Memory: 1990226152 bytes (1898 MB) / 3849846784 bytes (3671 MB) up to 7635730432 bytes (7282 MB)
  120. CPUs: 12
  121. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m -Xmx8192m
  122. ModLauncher: 4.1.0+62+5bfa59b
  123. ModLauncher launch target: fmlclient
  124. ModLauncher naming: srg
  125. ModLauncher services:
  126. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  127. /forge-1.14.4-28.1.107.jar object_holder_definalize PLUGINSERVICE
  128. /forge-1.14.4-28.1.107.jar runtime_enum_extender PLUGINSERVICE
  129. /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  130. /forge-1.14.4-28.1.107.jar capability_inject_definalize PLUGINSERVICE
  131. /forge-1.14.4-28.1.107.jar runtimedistcleaner PLUGINSERVICE
  132. /forge-1.14.4-28.1.107.jar fml TRANSFORMATIONSERVICE
  133. FML: 28.1
  134. Forge: net.minecraftforge:28.1.107
  135. FML Language Providers:
  136. minecraft@1
  137. Mod List:
  138. naturally-spawning-vex-1.14.4-1.0.0.2.jar Naturally Spawning Vex {[email protected] DONE}
  139. CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {[email protected] DONE}
  140. simpleportals-1.14.4-1.6.0.2.jar Simple Portals {[email protected] DONE}
  141. Wyrmroost-1.14.4-1.0.2.jar Wyrmroost {[email protected] DONE}
  142. AoV-1.14-0.13.2.jar Angel of Vengeance {[email protected] DONE}
  143. AdvancedSkinCustomization-2.6.2.jar Advanced Skin Customization {[email protected] DONE}
  144. PreGenForge-0.0.5-mc1.14.4.jar PreGenForge {[email protected] DONE}
  145. DeathCounter-1.14.4-1.2.0.jar Death Counter {[email protected] DONE}
  146. vilnames_1.14-1.4.jar Villager Names {[email protected] DONE}
  147. prefab-1.4.0.9.jar Prefab {[email protected] DONE}
  148. music_player-1.14.4-2.0.7.50.jar Music Player {[email protected] DONE}
  149. BetterCaves-1.14.4-1.1.1.jar YUNG's Better Caves {[email protected] DONE}
  150. ForgeEndertech-1.14.4-5.2.1.0-build.0076.jar Forge Endertech {[email protected] DONE}
  151. XaerosWorldMap_1.5.4_Forge_1.14.4.jar Xaero's World Map {[email protected] DONE}
  152. CookingForBlockheads_1.14.4-7.4.4.jar Cooking for Blockheads {[email protected] DONE}
  153. Controlling-5.0.5.jar Controlling {[email protected] DONE}
  154. ReAuth-1.14-3.8.0.jar ReAuth {[email protected] DONE}
  155. Placebo-1.14.4-2.3.5.jar Placebo {[email protected] DONE}
  156. globaldatapack-1.14.4-1.2.1.jar Dark Roleplay - Global Datapacks {[email protected] DONE}
  157. citadel-1.0.0.jar Citadel {[email protected] DONE}
  158. Temporary Spawners-1.14.4-1.0.0.jar Temporary Spawners {[email protected] DONE}
  159. worldborder_1.14-1.2.jar World Border {[email protected] DONE}
  160. WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {[email protected] DONE}
  161. Bookshelf-1.14.4-4.4.71.jar Bookshelf {[email protected] DONE}
  162. FeaturedServers-1.14.4-1.1.6.jar Featured Servers {[email protected] DONE}
  163. u_team_core-1.14.4-2.8.0.140.jar U Team Core {[email protected] DONE}
  164. wumpleutil-1.14.4-3.2.0.jar Wumple Util Library {[email protected] DONE}
  165. Customized-Dungeon-Loot-1.14.x-(v.2.0.0).jar Customized Dungeon Loot {[email protected] DONE}
  166. ProgressiveBosses-2.1.4.jar Progressive Bosses {[email protected] DONE}
  167. PickUpNotifier-v1.1.1-1.14.4.jar Pick Up Notifier {[email protected] DONE}
  168. Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version DONE}
  169. FpsReducer-mc1.14.4-1.14.jar FPS Reducer {[email protected] DONE}
  170. JustEnoughResources-1.14.4-0.10.0.70.jar Just Enough Resources {[email protected] DONE}
  171. BetterThanMending-1.3.2.jar BetterThanMending {[email protected] DONE}
  172. mzombv_1.14-1.0.jar More Zombie Villagers {[email protected] DONE}
  173. Paraglider-1.14.4-1.1.0.1.jar Paraglider {[email protected] DONE}
  174. nmdar_1.14-3.8.jar Named Areas {[email protected] DONE}
  175. mysticallib-1.14.4-1.13.0.jar Mystical Lib {[email protected] DONE}
  176. corpse-1.14.4-1.0.4.jar Corpse {[email protected] DONE}
  177. mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] DONE}
  178. useful_backpacks-1.14.4-1.7.4.47.jar Useful Backpacks {[email protected] DONE}
  179. AmbientSounds_v3.0.14_mc1.14.4.jar Ambient Sounds {[email protected] DONE}
  180. WorldProtector-1.14.4-V2.jar WorldProtector {[email protected] DONE}
  181. SilentGear-1.14.4-1.4.6+72.jar Silent Gear {[email protected]+72 DONE}
  182. guardillagers-1.14.4-1.0.1.jar GuardIllagers {[email protected] DONE}
  183. horsemodifiers-1.2.2.jar Horse Modifiers {[email protected] DONE}
  184. curios-FORGE-1.14.4-1.0.6.jar Curios API {[email protected] DONE}
  185. flying_things-1.8.5-1.14.4.jar The Flying Things {[email protected] DONE}
  186. AutoRegLib-1.4-35.jar AutoRegLib {[email protected] DONE}
  187. minecraftboom-1.14.4-1.6.3.0-universal.jar Minecraft Boom {[email protected] DONE}
  188. Enemyz-1.14.4-0.3.1.jar Enemyz {[email protected] DONE}
  189. EnigmaticLegacy-1.6.4.jar Enigmatic Legacy {[email protected] DONE}
  190. worldedit-forge-mc1.14.4-7.0.1.jar WorldEdit {[email protected];61bc012 DONE}
  191. mcw-roofs-1.0.1-mc1.14.4.jar Macaw's Roofs {[email protected] DONE}
  192. AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {[email protected] DONE}
  193. Zmod 1.14.4-1.0.2.jar Zmod - New skills system {[email protected] DONE}
  194. ServerFriendlyLooting-1.1.1.jar Server Friendly Looting {[email protected] DONE}
  195. Cyclic-1.14.4-0.1.3.jar Cyclic {[email protected] DONE}
  196. BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {[email protected] DONE}
  197. Cursed-1.14.4-1.0.1.jar Cursed {[email protected] DONE}
  198. SoundControl-1.14.4-0.0.4.0.jar §3Dynamic Surroundings
  199. §eSound Control {[email protected] DONE}
  200. bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE DONE}
  201. Mine and Slash-1.14.4-2.9.4.jar Mine and Slash {[email protected] DONE}
  202. jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] DONE}
  203. BirdsNestsAndTreasures-1.14.4-1.0.0.jar Birds Nests & Treasures {[email protected] DONE}
  204. AttributeFix-1.14.4-3.0.2.jar AttributeFix {[email protected] DONE}
  205. megamap-1.14.4-2.1.0.jar Mega Map {[email protected] DONE}
  206. seals-1.14.4-1.0.2.jar Seals {[email protected] DONE}
  207. caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {[email protected] DONE}
  208. colytra-FORGE-1.14.4-2.0.0.1.jar Colytra {[email protected] DONE}
  209. MS Auto-Compat-1.14.4-1.5.1.jar M&S Auto-Compat 1.14.4 {[email protected] DONE}
  210. ensorcellation-1.14.4-0.2.0b.jar Ensorcellation {[email protected] DONE}
  211. Waystones_1.14.4-5.1.0.jar Waystones {[email protected] DONE}
  212. Clumps-4.0.0.jar Clumps {[email protected] DONE}
  213. pantography-1.14.4-3.2.0.jar Pantography {[email protected] DONE}
  214. comforts-FORGE-1.14.4-2.0-beta4.jar Comforts {[email protected] DONE}
  215. SimpleStorageNetwork-1.14.4-0.2.0.jar Simple Storage Network {[email protected] DONE}
  216. VanillaTweaks-1.14.4.1.5.12.jar VanillaTweaks {[email protected] DONE}
  217. AdHooks-1.14.4-4.0.0.2-build.0072.jar Advanced Hook Launchers {[email protected] DONE}
  218. DungeonCrawl-1.14.4-1.6.0.jar Dungeon Crawl {[email protected] DONE}
  219. FarmingForBlockheads_1.14.4-5.3.2.jar Farming for Blockheads {[email protected] DONE}
  220. BadMobs-1.14.4-3.0.1.jar BadMobs {[email protected] DONE}
  221. cofh_core-1.14.4-0.2.0b.jar CoFH Core {[email protected] DONE}
  222. The-Endergetic-Expansion-1.14.4-v1.1.0.jar The Endergetic Expansion {[email protected] DONE}
  223. walljump-1.14.4-1.3.1.jar Wall-Jump! {[email protected] DONE}
  224. voyage-1.0.0.jar Voyage {[email protected] DONE}
  225. ToastControl-1.14.4-2.2.0.jar Toast Control {[email protected] DONE}
  226. PackingTape-1.14.4-0.9.2.jar Packing Tape {[email protected] DONE}
  227. traverse-1.14.4-2.0.3.jar Traverse {[email protected] DONE}
  228. CraftTweaker-1.14.4-5.0.1.133.jar CraftTweaker {[email protected] DONE}
  229. forge-1.14.4-28.1.107-universal.jar Forge {[email protected] DONE}
  230. infernalmobs-1.14.4.6.jar Infernal Mobs {[email protected] DONE}
  231. forge-1.14.4-28.1.107-client.jar Minecraft {[email protected] DONE}
  232. EnchantmentDescriptions-1.14.4-1.3.9.jar EnchantmentDescriptions {[email protected] DONE}
  233. swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {[email protected] DONE}
  234. pandoras_creatures-1.14.4-0.12.0.jar Pandoras Creatures {[email protected] DONE}
  235. MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] DONE}
  236. ToolBelt-1.14.4-1.12.5.jar Tool Belt {[email protected] DONE}
  237. NaturalProgression-1.14.4-1.2.0.jar Natural Progression {[email protected] DONE}
  238. instahouses-1.14.4-1.1.1.jar Slashkings InstaHouses {[email protected] DONE}
  239. SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 DONE}
  240. behgameon-1.14.4-1.0.5.jar Behgameon {[email protected] DONE}
  241. archers_paradox-1.14.4-0.1.0a.jar Archer's Paradox {[email protected] DONE}
  242. villagesp_1.14-1.0.jar Village Spawn Point {[email protected] DONE}
  243. astikorcarts-1.0.0.1.jar AstikorCarts {astikorcarts@NONE DONE}
  244. customquests-1.14.4-1.0.6.jar Custom Quests {[email protected] DONE}
  245. MobEffects-1.14.4-0.0.4.0.jar §3Dynamic Surroundings
  246. §eMob Effects {[email protected] DONE}
  247. dimdungeons-1.03-forge-1.14.4.jar Dimensional Dungeons {[email protected] DONE}
  248. SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] DONE}
  249. Quark-r2.0-209.jar Quark {[email protected] DONE}
  250. palimpsest-1.14.4-1.3.1.jar Palimpsest {[email protected] DONE}
  251. Mantle-1.14.4-1.4.32.jar Mantle {[email protected] DONE}
  252. rediscovered-1.14.4-1.1.1.jar Rediscovered {[email protected] DONE}
  253. HungerStrike-1.14.4-2.0.2.jar Hunger Strike {[email protected] DONE}
  254. performant-1.14.4-1.5.jar Performant {[email protected] DONE}
  255. structurize-0.10.216-ALPHA.jar Structurize {[email protected] DONE}
  256. minecolonies-0.10.593-RELEASE-universal.jar Minecolonies {[email protected] DONE}
  257. hunterillager-1.14.4-0.4.1.jar HunterIllager {[email protected] DONE}
  258. AppleSkin-mc1.14.4-forge-1.0.13.jar AppleSkin {[email protected] DONE}
  259. Menacing Monsters 1.3.3.jar Menacing Monsters {[email protected] DONE}
  260. solcarrot-1.14.4-1.9.3.jar Spice of Life: Carrot Edition {[email protected] DONE}
  261. SilentGems-1.14.4-3.4.7+80.jar Silent's Gems 3 {[email protected]+80 DONE}
  262. XL-Food-Mod-1.14.4-2.2.1.jar XL Food Mod {[email protected] DONE}
  263. illagers_plus-2.0.jar Illagers+ {[email protected](BETA) DONE}
  264. MineMenu-1.14.4-1.8.2.jar MineMenu {[email protected] DONE}
  265. Ma-Essentials-1.14.4-1.2.11.jar Ma Essentials {[email protected] DONE}
  266. CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {[email protected] DONE}
  267. better_respawn-1.14.4-1.0.0.jar Better Respawn {[email protected] DONE}
  268. farlanders-1.14.4-1.1.0.jar The Farlanders {[email protected] DONE}
  269. Launched Version: forge-28.1.107
  270. LWJGL: 3.2.2 build 10
  271. OpenGL: GeForce RTX 2070/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.41, NVIDIA Corporation
  272. GL Caps: Using GL 1.3 multitexturing.
  273. Using GL 1.3 texture combiners.
  274. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  275. Shaders are available because OpenGL 2.1 is supported.
  276. VBOs are available because OpenGL 1.5 is supported.
  277.  
  278. Using VBOs: Yes
  279. Is Modded: Definitely; Client brand changed to 'forge'
  280. Type: Client (map_client.txt)
  281. Resource Packs: mod_resources, vanilla, file/PureBDcraft 128x MC114.zip
  282. Current Language: English (US)
  283. CPU: 12x Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Advertisement
Add Comment
Please, Sign In to add comment