Advertisement
-kazi

minecraft crash for minecolonies

Jan 29th, 2020
3,705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.53 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 1/29/20 3:00 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}
  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.226-ALPHA] {re:classloading}
  14. at com.ldtteam.structures.blueprints.v1.Blueprint.rotateWithMirror(Blueprint.java:429) ~[?:0.10.226-ALPHA] {re:classloading}
  15. at com.ldtteam.structures.helpers.Structure.rotate(Structure.java:334) ~[?:0.10.226-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.minecolonies.coremod.client.gui.WindowBuildBuilding$$Lambda$9362/989625655.accept(Unknown Source) ~[?:?] {}
  19. at com.ldtteam.blockout.views.DropDownList.setSelectedIndex(DropDownList.java:211) ~[?:0.10.226-ALPHA] {re:classloading}
  20. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateStyles(WindowBuildBuilding.java:216) ~[?:0.10.593-RELEASE] {re:classloading}
  21. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onOpened(WindowBuildBuilding.java:432) ~[?:0.10.593-RELEASE] {re:classloading}
  22. at com.ldtteam.blockout.BOScreen.tick(BOScreen.java:180) ~[?:0.10.226-ALPHA] {re:classloading}
  23. at net.minecraft.client.Minecraft.lambda$runTick$18(Minecraft.java:1310) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  24. at net.minecraft.client.Minecraft$$Lambda$6952/417063517.run(Unknown Source) ~[?:?] {}
  25. at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:441) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  26. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1309) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  27. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:869) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  28. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  29. at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  33. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  34. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.116.jar:28.1] {}
  35. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$412/1654300454.call(Unknown Source) [forge-1.14.4-28.1.116.jar:28.1] {}
  36. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
  37. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
  38. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
  39. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
  40. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
  41.  
  42.  
  43. A detailed walkthrough of the error, its code path and all known details is as follows:
  44. ---------------------------------------------------------------------------------------
  45.  
  46. -- Head --
  47. Thread: Client thread
  48. Stacktrace:
  49. at net.minecraft.nbt.CompoundNBT.func_218657_a(CompoundNBT.java:75)
  50. at net.minecraftforge.common.capabilities.CapabilityDispatcher.serializeNBT(CapabilityDispatcher.java:127)
  51. at net.minecraftforge.common.capabilities.CapabilityProvider.serializeCaps(CapabilityProvider.java:86)
  52.  
  53. -- Entity being saved --
  54. Details:
  55. Entity Type: minecolonies:citizen (com.minecolonies.coremod.entity.citizen.EntityCitizen)
  56. Entity ID: 39380
  57. Entity Name: entity.minecolonies.citizen
  58. Entity's Exact location: 5.70, 1.00, 9.48
  59. Entity's Block location: World: (5,1,9), Chunk: (at 5,0,9 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)
  60. Entity's Momentum: 0.00, -0.08, 0.00
  61. Entity's Passengers: []
  62. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  63. Stacktrace:
  64. at net.minecraft.entity.Entity.func_189511_e(Entity.java:1398)
  65. at net.minecraftforge.common.extensions.IForgeEntity.serializeNBT(IForgeEntity.java:61)
  66. at com.ldtteam.structures.blueprints.v1.Blueprint.transformEntityInfoWithSettings(Blueprint.java:598)
  67. at com.ldtteam.structures.blueprints.v1.Blueprint.rotateWithMirror(Blueprint.java:429)
  68. at com.ldtteam.structures.helpers.Structure.rotate(Structure.java:334)
  69. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateResources(WindowBuildBuilding.java:257)
  70. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onStyleDropDownChanged(WindowBuildBuilding.java:406)
  71. at com.minecolonies.coremod.client.gui.WindowBuildBuilding$$Lambda$9362/989625655.accept(Unknown Source)
  72. at com.ldtteam.blockout.views.DropDownList.setSelectedIndex(DropDownList.java:211)
  73. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateStyles(WindowBuildBuilding.java:216)
  74. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onOpened(WindowBuildBuilding.java:432)
  75. at com.ldtteam.blockout.BOScreen.tick(BOScreen.java:180)
  76. at net.minecraft.client.Minecraft.lambda$runTick$18(Minecraft.java:1310)
  77. at net.minecraft.client.Minecraft$$Lambda$6952/417063517.run(Unknown Source)
  78.  
  79. -- Affected screen --
  80. Details:
  81. Screen name: com.ldtteam.blockout.BOScreen
  82. Stacktrace:
  83. at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:441)
  84.  
  85. -- Affected level --
  86. Details:
  87. All players: 1 total; [ClientPlayerEntity['_kaziplays'/191, l='MpServer', x=-441.66, y=64.00, z=-1.83]]
  88. Chunk stats: Client Chunk Cache: 729, 481
  89. Level dimension: DimensionType{minecraft:overworld}
  90. Level name: MpServer
  91. Level seed: 0
  92. Level generator: ID 07 - wildnature, ver 0. Features enabled: false
  93. Level generator options: {}
  94. Level spawn location: World: (-480,64,0), Chunk: (at 0,4,0 in -30,0; contains blocks -480,0,0 to -465,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  95. Level time: 529453 game time, 613925 day time
  96. Level storage version: 0x00000 - Unknown?
  97. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  98. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  99. Server brand: forge
  100. Server type: Integrated singleplayer server
  101. Stacktrace:
  102. at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:574)
  103. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1750)
  104. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
  105. at net.minecraft.client.main.Main.main(SourceFile:155)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  108. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  109. at java.lang.reflect.Method.invoke(Method.java:497)
  110. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  111. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$412/1654300454.call(Unknown Source)
  112. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  113. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  114. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  115. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  116. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  117.  
  118. -- System Details --
  119. Details:
  120. Minecraft Version: 1.14.4
  121. Minecraft Version ID: 1.14.4
  122. Operating System: Windows 10 (amd64) version 10.0
  123. Java Version: 1.8.0_51, Oracle Corporation
  124. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  125. Memory: 501603280 bytes (478 MB) / 5647630336 bytes (5386 MB) up to 9544663040 bytes (9102 MB)
  126. CPUs: 8
  127. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10240m -Xms256m -XX:PermSize=256m
  128. ModLauncher: 4.1.0+62+5bfa59b
  129. ModLauncher launch target: fmlclient
  130. ModLauncher naming: srg
  131. ModLauncher services:
  132. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  133. /forge-1.14.4-28.1.116.jar object_holder_definalize PLUGINSERVICE
  134. /forge-1.14.4-28.1.116.jar runtime_enum_extender PLUGINSERVICE
  135. /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  136. /forge-1.14.4-28.1.116.jar capability_inject_definalize PLUGINSERVICE
  137. /forge-1.14.4-28.1.116.jar runtimedistcleaner PLUGINSERVICE
  138. /OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE
  139. /forge-1.14.4-28.1.116.jar fml TRANSFORMATIONSERVICE
  140. FML: 28.1
  141. Forge: net.minecraftforge:28.1.116
  142. FML Language Providers:
  143. minecraft@1
  144. Mod List:
  145. upsizer-mc1.14.4-5.0b4.jar Upsizer {[email protected] DONE}
  146. vilnames_1.14-1.4.jar Villager Names {[email protected] DONE}
  147. DoggyTalents-1.14.4-1.15.2.0.jar Doggy Talents {[email protected] DONE}
  148. ChineseWorkshop-1.14.4-2.4.1.jar ChineseWorkshop {[email protected] DONE}
  149. ChickenDropFeathers-2.0.jar Chicken Drop Feathers {[email protected] DONE}
  150. essentials-1.14.4-2.6.6.jar Essentials {[email protected] DONE}
  151. glassential-forge-1.14.4-1.1.1.jar Glassential {[email protected] DONE}
  152. ForgeEndertech-1.14.4-5.2.1.0-build.0076.jar Forge Endertech {[email protected] DONE}
  153. Controlling-5.0.6.jar Controlling {[email protected] DONE}
  154. NomadicTents-1.14.4-10.1.0.jar Nomadic Tents {[email protected] DONE}
  155. Bookshelf-1.14.4-4.4.71.jar Bookshelf {[email protected] DONE}
  156. Uncrafted 1.14.4 (v.4.0.0 pre1).jar Uncrafted {[email protected] DONE}
  157. guardvillagers-1.14.4-1.0.0.jar Guard Villagers {[email protected] DONE}
  158. u_team_core-1.14.4-2.8.0.140.jar U Team Core {[email protected] DONE}
  159. secretrooms-6.0.5.jar Secret Rooms 6 {[email protected] DONE}
  160. Customized-Dungeon-Loot-1.14.x-(v.2.0.0).jar Customized Dungeon Loot {[email protected] DONE}
  161. Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version DONE}
  162. CarryOn MC1.14.4 v1.12.4.jar Carry On {[email protected] DONE}
  163. JustEnoughResources-1.14.4-0.10.0.70.jar Just Enough Resources {[email protected] DONE}
  164. respawnable-pets-1.0.6.1.jar Respawnable Pets {[email protected] DONE}
  165. absentbydesign-1.14.4-1.0.5.jar Absent By Design Mod {[email protected] DONE}
  166. moveplus-1.14.4-2.4.6.jar Move Plus {[email protected] DONE}
  167. mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] DONE}
  168. dwmh-1.14.4-3.1.1.jar Dude! Where's my Horse? {[email protected] DONE}
  169. useful_backpacks-1.14.4-1.7.4.47.jar Useful Backpacks {[email protected] DONE}
  170. torchmaster-2.0.0-rc2.jar Torchmaster {[email protected] DONE}
  171. embellishcraft-1.14.4-1.5.0.jar EmbellishCraft {[email protected] DONE}
  172. BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {[email protected] DONE}
  173. valhelsia_structures-1.14.4-0.0.2a.jar Valhelsia Structures {[email protected] DONE}
  174. cycp_1.14-1.0.jar Cycle Paintings {[email protected] DONE}
  175. Masonry-0.3.1.jar Masonry {[email protected] DONE}
  176. extcaves-1.5.jar Extended Caves {[email protected] DONE}
  177. simplylight-0.9.0.jar Simply Light {[email protected] DONE}
  178. fairylights-2.1.15-1.14.4.jar Fairy Lights {[email protected] DONE}
  179. PeacefulSurface-1.15.2-v1.jar PeacefulSurface {[email protected] DONE}
  180. AutoRegLib-1.4-35.jar AutoRegLib {[email protected] DONE}
  181. levelhearts-1.14.4-2.1.0.jar LevelHearts {[email protected] DONE}
  182. extlights-1.8.jar Extended Lights {[email protected] DONE}
  183. OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE DONE}
  184. lostcities-1.14-2.0.28-alpha.jar LostCities {[email protected] DONE}
  185. libnonymous-1.14.4-1.0.4.25.jar Libnonymous {[email protected] DONE}
  186. RiddleChests-1.0.1.16.jar Riddle Chests {[email protected] DONE}
  187. elevatorid-1.14.4-1.5.2.jar Elevator Mod {[email protected] DONE}
  188. obfuscate-0.3.3-1.14.4.jar Obfuscate {[email protected] DONE}
  189. guncus-1.14.4-1.1.jar Gun Customization {[email protected] DONE}
  190. mcw-roofs-1.0.1-mc1.14.4.jar Macaw's Roofs {[email protected] DONE}
  191. furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] DONE}
  192. mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {[email protected] DONE}
  193. clearwater-1.3.jar Clear Water {[email protected] DONE}
  194. AdChimneys-1.14.4-4.0.0.1-build.0072.jar Advanced Chimneys {[email protected] DONE}
  195. tramplestopper-1.14.4-2.0.0.26-universal.jar Trample Stopper {[email protected] DONE}
  196. BetterShieldsMC1.14.4-1.1.jar Better Shields {[email protected] DONE}
  197. Charm-1.14.4-1.4.3.jar Charm {[email protected] DONE}
  198. FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 DONE}
  199. PrettyBeaches_1.14.4-3.0.7.jar Pretty Beaches {[email protected] DONE}
  200. corail_pillar-4.6.0-1.14.4.jar Corail Pillar {[email protected] DONE}
  201. Cyclic-1.14.4-0.1.3.jar Cyclic {[email protected] DONE}
  202. inftrading_1.14-1.0.jar Infinite Trading {[email protected] DONE}
  203. Kiwi-1.14.4-2.6.3.jar Kiwi {[email protected] DONE}
  204. doubledoors_1.14-1.2.jar Double Doors {[email protected] DONE}
  205. SoundControl-1.14.4-0.0.4.0.jar §3Dynamic Surroundings
  206. §eSound Control {[email protected] DONE}
  207. Ma-Enchants-1.14.4-1.8.1.jar Ma Enchants {[email protected] DONE}
  208. TrashSlot_1.14.4-10.4.8.jar TrashSlot {[email protected] DONE}
  209. mining-helmet-1.14.4-1.0.4.jar Mining Helmet {[email protected] DONE}
  210. jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] DONE}
  211. justenoughbuttons-1.14.4-1.0b.jar Just Enough Buttons {[email protected] DONE}
  212. wildnature-2.1.3.jar WildNature {[email protected] DONE}
  213. reap-1.10.2.jar Reap Mod {[email protected] DONE}
  214. FloristV1.1.4.jar Florist {[email protected] DONE}
  215. create-mc1.14.4_v0.1.1a.jar Create {[email protected] DONE}
  216. WallpaperCraft-1.14.4-1.0.6.jar Wallpapercraft {[email protected] DONE}
  217. comforts-FORGE-1.14.4-2.0-beta4.jar Comforts {[email protected] DONE}
  218. BotanyPots-1.14.4-1.0.8.jar BotanyPots {[email protected] DONE}
  219. PyramidPlunder-1.14.4-1.1.jar Pyramid Plunder {[email protected] DONE}
  220. corail_pillar_extension_biomesoplenty-4.2.1-1.14.4.jar Corail Pillar - Biomes O'Plenty Extension {[email protected] DONE}
  221. DungeonCrawl-1.14.4-1.6.0.jar Dungeon Crawl {[email protected] DONE}
  222. BetterAnimationsCollection2-v1.1b4-1.14.4.jar Better Animations Collection 2 {[email protected] DONE}
  223. The-Endergetic-Expansion-1.14.4-v1.1.1.jar The Endergetic Expansion {[email protected] DONE}
  224. BonsaiTrees-2.0.2.35.jar Bonsai Trees 2 {[email protected] DONE}
  225. travellersboots-1.14.4-1.2.2.jar Traveller's Boots {[email protected] DONE}
  226. walljump-1.14.4-1.3.1.jar Wall-Jump! {[email protected] DONE}
  227. CraftTweaker-1.14.4-5.0.1.133.jar CraftTweaker {[email protected] DONE}
  228. forge-1.14.4-28.1.116-universal.jar Forge {[email protected] DONE}
  229. ruins-1.14.4.6.jar Ruins {[email protected] DONE}
  230. FeederHelmet-1.7.0.jar AutoFeederHelmet {[email protected] DONE}
  231. forge-1.14.4-28.1.116-client.jar Minecraft {[email protected] DONE}
  232. EnchantmentDescriptions-1.14.4-1.3.9.jar EnchantmentDescriptions {[email protected] DONE}
  233. MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] DONE}
  234. ToolBelt-1.14.4-1.12.5.jar Tool Belt {[email protected] DONE}
  235. AdLods-1.14.4-2.0.0.0-build.0076.jar Large Ore Deposits {[email protected] DONE}
  236. ceilingtorch-1.14.4-v1.5.jar Ceiling Torch {[email protected] DONE}
  237. villagesp_1.14-1.0.jar Village Spawn Point {[email protected] DONE}
  238. astikorcarts-1.0.0.1.jar AstikorCarts {astikorcarts@NONE DONE}
  239. paintings-1.14.4-6.0.1.5.jar Paintings ++ {[email protected] DONE}
  240. Quark-r2.0-209.jar Quark {[email protected] DONE}
  241. Mantle-1.14.4-1.4.32.jar Mantle {[email protected] DONE}
  242. Inspirations-1.14.4-1.0.2.jar Inspirations {[email protected] DONE}
  243. Xaeros_Minimap_20.0.0_Forge_1.14.4.jar Xaero's Minimap {[email protected] DONE}
  244. gravestone-1.15.2.jar Gravestone Mod {[email protected] DONE}
  245. recycler-1.0.0.jar Recycler {[email protected] DONE}
  246. placeableitems-4.0.0.jar Placeable Items {[email protected] DONE}
  247. [1.14.4] SecurityCraft v1.8.15.jar SecurityCraft {[email protected] DONE}
  248. structurize-0.10.226-ALPHA.jar Structurize {[email protected] DONE}
  249. minecolonies-0.10.593-RELEASE-universal.jar Minecolonies {[email protected] DONE}
  250. [1.14.2-1.14.4]TorchBowMod_v1.5.jar TorchBowMod {[email protected] DONE}
  251. engineersdecor-1.14.4-1.0.18-b4.jar Engineer's Decor {[email protected] DONE}
  252. RingOfAttraction-1.14.4-1.0.20.jar Ring of Attraction {[email protected] DONE}
  253. Aquaculture-1.14.4-2.0.7.jar Aquaculture 2 {[email protected] DONE}
  254. FriendlyFire-1.14.4-3.0.1.jar FriendlyFire {[email protected] DONE}
  255. CraftingCraft_1.14.4-7.1.7.jar CraftingCraft {[email protected] DONE}
  256. MineMenu-1.14.4-1.8.2.jar MineMenu {[email protected] DONE}
  257. parachutemod-1.14.4-2.2.1-465.jar Parachute Mod NG {[email protected] DONE}
  258. BetterFoliage-2.5.0-Forge-1.14.4.jar Better Foliage {[email protected] DONE}
  259. Pulsar/inspirations loaded Pulses:
  260. - InspirationsShared (Enabled/Forced)
  261. - InspirationsBuilding (Enabled/Not Forced)
  262. - InspirationsUtility (Enabled/Not Forced)
  263. - InspirationsTools (Enabled/Not Forced)
  264. - InspirationsTweaks (Enabled/Not Forced)
  265.  
  266. Kiwi Modules:
  267. chineseworkshop:blocks
  268. chineseworkshop:debug_stick
  269. chineseworkshop:decorations
  270. chineseworkshop:materials
  271. chineseworkshop:retexture
  272. kiwi:contributors
  273. Launched Version: forge-28.1.116
  274. LWJGL: 3.2.2 build 10
  275. OpenGL: GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.20, NVIDIA Corporation
  276. GL Caps: Using GL 1.3 multitexturing.
  277. Using GL 1.3 texture combiners.
  278. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  279. Shaders are available because OpenGL 2.1 is supported.
  280. VBOs are available because OpenGL 1.5 is supported.
  281.  
  282. Using VBOs: Yes
  283. Is Modded: Definitely; Client brand changed to 'forge'
  284. Type: Client (map_client.txt)
  285. Resource Packs:
  286. Current Language: English (US)
  287. CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
  288. OptiFine Version: OptiFine_1.14.4_HD_U_F5
  289. OptiFine Build: 20191204-141250
  290. Render Distance Chunks: 12
  291. Mipmaps: 4
  292. Anisotropic Filtering: 1
  293. Antialiasing: 0
  294. Multitexture: false
  295. Shaders: null
  296. OpenGlVersion: 4.6.0 NVIDIA 441.20
  297. OpenGlRenderer: GeForce GTX 1060 3GB/PCIe/SSE2
  298. OpenGlVendor: NVIDIA Corporation
  299. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement