Rekt1

Untitled

May 14th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.63 KB | None | 0 0
  1. Time: 5/14/20 9:47 PM
  2. Description: Initializing game
  3.  
  4. java.lang.NullPointerException: Registry Object not present: trapcraft:grass_covering
  5. at java.util.Objects.requireNonNull(Objects.java:290) ~[?:1.8.0_51] {}
  6. at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:92) ~[?:?] {re:classloading}
  7. at trapcraft.TrapcraftMod.registerBlockColors(TrapcraftMod.java:108) ~[?:2.7.0] {re:classloading}
  8. at trapcraft.TrapcraftMod$$Lambda$4012/2070646614.accept(Unknown Source) ~[?:?] {}
  9. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?] {}
  10. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?] {}
  11. at net.minecraftforge.eventbus.EventBus$$Lambda$2082/1899907523.invoke(Unknown Source) ~[?:?] {}
  12. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
  13. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
  14. at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
  15. at net.minecraftforge.fml.ModLoader$$Lambda$9875/736370064.accept(Unknown Source) ~[?:?] {}
  16. at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
  17. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
  18. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
  19. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
  20. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  21. at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  22. at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  26. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  27. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.88.jar:31.1] {}
  28. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$460/786116491.call(Unknown Source) [forge-1.15.2-31.1.88.jar:31.1] {}
  29. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
  30. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
  31. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
  32. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
  33. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}
  34.  
  35.  
  36. A detailed walkthrough of the error, its code path and all known details is as follows:
  37. ---------------------------------------------------------------------------------------
  38.  
  39. -- Head --
  40. Thread: Render thread
  41. Stacktrace:
  42. at java.util.Objects.requireNonNull(Objects.java:290)
  43. at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:92)
  44. at trapcraft.TrapcraftMod.registerBlockColors(TrapcraftMod.java:108)
  45. at trapcraft.TrapcraftMod$$Lambda$4012/2070646614.accept(Unknown Source)
  46. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
  47. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
  48. at net.minecraftforge.eventbus.EventBus$$Lambda$2082/1899907523.invoke(Unknown Source)
  49. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  50. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  51. at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
  52. at net.minecraftforge.fml.ModLoader$$Lambda$9875/736370064.accept(Unknown Source)
  53. at java.util.HashMap.forEach(HashMap.java:1280)
  54. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
  55. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
  56. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
  57. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
  58. at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
  59.  
  60. -- Initialization --
  61. Details:
  62. Stacktrace:
  63. at net.minecraft.client.main.Main.main(SourceFile:166)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  67. at java.lang.reflect.Method.invoke(Method.java:497)
  68. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  69. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$460/786116491.call(Unknown Source)
  70. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  71. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  72. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  73. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  74. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  75.  
  76. -- System Details --
  77. Details:
  78. Minecraft Version: 1.15.2
  79. Minecraft Version ID: 1.15.2
  80. ModLauncher: 5.1.0+69+master.79f13f7
  81. ModLauncher launch target: fmlclient
  82. ModLauncher naming: srg
  83. ModLauncher services:
  84. /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
  85. /forge-1.15.2-31.1.88.jar object_holder_definalize PLUGINSERVICE
  86. /forge-1.15.2-31.1.88.jar runtime_enum_extender PLUGINSERVICE
  87. /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
  88. /forge-1.15.2-31.1.88.jar capability_inject_definalize PLUGINSERVICE
  89. /forge-1.15.2-31.1.88.jar runtimedistcleaner PLUGINSERVICE
  90. /forge-1.15.2-31.1.88.jar fml TRANSFORMATIONSERVICE
  91. /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
  92. /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
  93. /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
  94. FML: 31.1
  95. Forge: net.minecraftforge:31.1.88
  96. FML Language Providers:
  97. minecraft@1
  98. Mod List:
  99. techemistry-1.15.2-2.jar Techemistry {[email protected] CREATE_REGISTRIES}
  100. prefab-1.5.0.9.jar Prefab {[email protected] CREATE_REGISTRIES}
  101. Uppers-0.2.12.jar Uppers {[email protected] CREATE_REGISTRIES}
  102. ProjectE-1.15.2-PE1.0.3B.jar ProjectE {[email protected] CREATE_REGISTRIES}
  103. Glacia-15.2.2.jar §9§lGlacia§r {greenapple_glacia@§915.2.2§r CREATE_REGISTRIES}
  104. SilentMechanisms-1.15.2-0.7.1+51.jar Silent's Mechanisms {[email protected]+51 CREATE_REGISTRIES}
  105. noautojump-1.15.2-1.jar No Auto-Jump {[email protected] CREATE_REGISTRIES}
  106. IronJetpacks-1.15.2-3.0.1.jar Iron Jetpacks {[email protected] CREATE_REGISTRIES}
  107. essentials-1.15.2-2.7.1.jar Essentials {[email protected] CREATE_REGISTRIES}
  108. ForgeEndertech-1.15.2-6.0.3.0-build.0036.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
  109. ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] CREATE_REGISTRIES}
  110. Elementary+Staffs+1.7.2.jar Elementary Staffs {[email protected] CREATE_REGISTRIES}
  111. Powah-1.15.2-1.1.14.jar Powah {[email protected] CREATE_REGISTRIES}
  112. rangedpumps-0.7.1.jar Ranged Pumps {[email protected] CREATE_REGISTRIES}
  113. WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {[email protected] CREATE_REGISTRIES}
  114. Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] CREATE_REGISTRIES}
  115. ChanceCubes-1.15.2-5.0.2.371.jar Chance Cubes {[email protected] CREATE_REGISTRIES}
  116. DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
  117. Apotheosis-1.15.2-3.1.0.jar Apotheosis {[email protected] CREATE_REGISTRIES}
  118. Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
  119. WaterStrainer-1.15.2-9.0.0.jar Water Strainer {[email protected] CREATE_REGISTRIES}
  120. carpetstairsmod-1.15.2_v1.4.4.jar Carpet Stairs Mod {[email protected] CREATE_REGISTRIES}
  121. TMechworks-1.15.2-2.1.0.jar Tinkers' Mechworks {[email protected] CREATE_REGISTRIES}
  122. shetiphiancore-1.15-3.7.1.jar ShetiPhian-Core {[email protected] CREATE_REGISTRIES}
  123. mysticallib-1.15.2-2.0.0.jar Mystical Lib {[email protected] CREATE_REGISTRIES}
  124. refinedstorage-1.8.3.jar Refined Storage {[email protected] CREATE_REGISTRIES}
  125. industrial-foregoing-1.15.2-2.3.0-6f57752.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
  126. torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
  127. repurposedstructures-1.15.2-1.4.1.jar Repurposed Structures {[email protected] CREATE_REGISTRIES}
  128. astral-1.2.13.jar Astral {[email protected] CREATE_REGISTRIES}
  129. edibles_1.15-1.0.jar Edibles {[email protected] CREATE_REGISTRIES}
  130. SilentGear-1.15.2-1.6.4+90.jar Silent Gear {[email protected]+90 CREATE_REGISTRIES}
  131. masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE CREATE_REGISTRIES}
  132. ferroustry-2.2.jar Ferroustry {[email protected] CREATE_REGISTRIES}
  133. MysticalAdaptations-1.15.2-1.1.jar Mystical Adaptations {mysticaladaptations@NONE CREATE_REGISTRIES}
  134. MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] CREATE_REGISTRIES}
  135. portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] CREATE_REGISTRIES}
  136. Trapcraft-1.15.2-2.7.0.jar Trapcraft {[email protected] CREATE_REGISTRIES}
  137. curios-FORGE-1.15.2-2.0.2.2.jar Curios API {[email protected] CREATE_REGISTRIES}
  138. Botania-r1.15-384.jar Botania {[email protected] CREATE_REGISTRIES}
  139. corail_woodcutter-1.1.3-1.15.2.jar Corail Woodcutter {[email protected] CREATE_REGISTRIES}
  140. extendedmushrooms-1.4.1-1.15.2+.jar Extended Mushrooms {[email protected]+ CREATE_REGISTRIES}
  141. angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] CREATE_REGISTRIES}
  142. tombstone-4.3.7-1.15.2.jar Corail Tombstone {[email protected] CREATE_REGISTRIES}
  143. NaturesAura-27.0.jar Nature's Aura {[email protected] CREATE_REGISTRIES}
  144. mcw-furniture-1.0.1-mc1.15.1+1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
  145. the_bumblezone-1.15.2-1.2.0.jar The Bumblezone {[email protected] CREATE_REGISTRIES}
  146. getinthebucketmod-1.15.2-2.2.0.jar Get In The Bucket Mod {[email protected] CREATE_REGISTRIES}
  147. CobbleForDays-1.1.3.jar Cobble For Days {[email protected] CREATE_REGISTRIES}
  148. FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
  149. SimpleDiscordRichPresence-1.15.2-1.2.6.jar Simple Discord Rich Presence {[email protected] CREATE_REGISTRIES}
  150. Industrial+Agriculture[Industrial+Foregoing]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Industrial Foregoing {[email protected] CREATE_REGISTRIES}
  151. QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
  152. torchslabmod-1.15.2_v1.6.10.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
  153. jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
  154. EverlastingAbilities-1.15.2-1.6.1.jar EverlastingAbilities {[email protected] CREATE_REGISTRIES}
  155. Mekanism-1.15.2-9.10.5.418.jar Mekanism {[email protected] CREATE_REGISTRIES}
  156. sweetconcrete-1.15.2-1.7.0.jar Sweet Concrete {[email protected] CREATE_REGISTRIES}
  157. PyramidPlunder-1.15.2-1.0.jar Pyramid Plunder {[email protected] CREATE_REGISTRIES}
  158. engineerstools-1.15.2-1.0.7.jar Engineer's Tools {[email protected] CREATE_REGISTRIES}
  159. FarmingForBlockheads_1.15.2-6.1.2.jar Farming for Blockheads {[email protected] CREATE_REGISTRIES}
  160. pneumaticcraft-repressurized-1.15.2-1.1.2-14.jar PneumaticCraft: Repressurized {[email protected] CREATE_REGISTRIES}
  161. The-Endergetic-Expansion-1.15.2-v1.2.8.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
  162. alib-1.15.2-1.jar A Lib {[email protected] CREATE_REGISTRIES}
  163. ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] CREATE_REGISTRIES}
  164. JEITweaker-1.0.1.jar JEI Tweaker {[email protected] CREATE_REGISTRIES}
  165. CraftTweaker-1.15.2-6.0.0.24.jar CraftTweaker {[email protected] CREATE_REGISTRIES}
  166. extradisks-1.15.1-1.2.jar Extra Disks {[email protected] CREATE_REGISTRIES}
  167. ruins-1.15.1.3.jar Ruins {[email protected] CREATE_REGISTRIES}
  168. exp_bottling-1.15.2-1.jar EXP Bottling {[email protected] CREATE_REGISTRIES}
  169. ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
  170. infernalmobs-1.15.1.1.jar Infernal Mobs {[email protected] CREATE_REGISTRIES}
  171. compressed_items-1.15.1-1.1.jar Compressed Items {[email protected] CREATE_REGISTRIES}
  172. alchemistry-1.15.2-5.jar Alchemistry {[email protected] CREATE_REGISTRIES}
  173. forge-1.15.2-31.1.88-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
  174. theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] CREATE_REGISTRIES}
  175. MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
  176. pamhc2crops-1.15.2-1.0.2.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version CREATE_REGISTRIES}
  177. AdLods-1.15.2-3.0.3.0-build.0035.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES}
  178. customquests-1.15.2-1.0.1.jar Custom Quests {[email protected] CREATE_REGISTRIES}
  179. dimdungeons-1.051-forge-1.15.2.jar Dimensional Dungeons {[email protected] CREATE_REGISTRIES}
  180. Mantle-1.15.2-1.5.15.jar Mantle {[email protected] CREATE_REGISTRIES}
  181. pamhc2foodcore-1.15.2-1.0.2.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES}
  182. extratags-1.1.jar Extra Tags {[email protected] CREATE_REGISTRIES}
  183. AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
  184. [1.15.2] SecurityCraft v1.8.17.jar SecurityCraft {[email protected] CREATE_REGISTRIES}
  185. DoubleSlabs-1.15-2.2.7.jar Double Slabs {[email protected] CREATE_REGISTRIES}
  186. themidnight-0.5.7-3.jar The Midnight {[email protected] CREATE_REGISTRIES}
  187. HardcoreRevival_1.15.2-4.0.1.jar Hardcore Revival {[email protected] CREATE_REGISTRIES}
  188. structurize-0.10.313-RELEASE.jar Structurize {[email protected] CREATE_REGISTRIES}
  189. AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
  190. Industrial+Agriculture[Mekanism]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Mekanism {[email protected] CREATE_REGISTRIES}
  191. Stairway_1.15.2_v15.jar StairwayToAether {stairway@v15 CREATE_REGISTRIES}
  192. CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {[email protected] CREATE_REGISTRIES}
  193. managear-1.1.1.jar Mana Gear {[email protected] CREATE_REGISTRIES}
  194. ExtendedCrafting-1.15.2-2.0.1.jar Extended Crafting {[email protected] CREATE_REGISTRIES}
  195. Industrial+Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {[email protected] CREATE_REGISTRIES}
  196. KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] CREATE_REGISTRIES}
  197. rsgauges-1.15.2-1.2.2.jar Gauges and Switches {[email protected] CREATE_REGISTRIES}
  198. CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES}
  199. Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
  200. Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
  201. dankstorage-2.6.jar Dank Storage {[email protected] CREATE_REGISTRIES}
  202. citadel-1.1.5-1.15.2.jar Citadel {[email protected] CREATE_REGISTRIES}
  203. rats-5.2.2-1.15.2.jar Rats {[email protected] CREATE_REGISTRIES}
  204. ftb-gui-library-1.0.0.14.jar FTB GUI Library {[email protected] CREATE_REGISTRIES}
  205. Bookshelf-1.15.2-5.5.34.jar Bookshelf {[email protected] CREATE_REGISTRIES}
  206. BotanyPots-1.15.2-2.0.14.jar BotanyPots {[email protected] CREATE_REGISTRIES}
  207. buildinggadgets-3.3.5.jar Building Gadgets {[email protected] CREATE_REGISTRIES}
  208. forge-1.15.2-31.1.88-universal.jar Forge {[email protected] CREATE_REGISTRIES}
  209. cofh_core-1.15.2-0.3.2b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
  210. Aquaculture-1.15.2-2.0.13.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
  211. unstabletools-4.1.jar Unstable Tools {[email protected] ERROR}
  212. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] CREATE_REGISTRIES}
  213. MekanismGenerators-1.15.2-9.10.5.418.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES}
  214. mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
  215. entangled-1.2.4-mc1.15.jar Entangled {[email protected] CREATE_REGISTRIES}
  216. endertanks-1.15-1.8.0.jar EnderTanks {[email protected] CREATE_REGISTRIES}
  217. embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {[email protected] CREATE_REGISTRIES}
  218. BetterCrates-1.15.2-1.0.0.jar Better Crates {[email protected] CREATE_REGISTRIES}
  219. Industrial+Agriculture[Silent's+Mechanisms]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Silent's Mechanisms {[email protected] CREATE_REGISTRIES}
  220. Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
  221. LagsLib-1.15.2-1.0.0.jar Lag's Lib {[email protected] CREATE_REGISTRIES}
  222. mining_dimension-1.15.2-1.0.4.jar Mining World {[email protected] CREATE_REGISTRIES}
  223. tgcropesmod-1.15.2-1.2.0 (1).jar Ropes Mod {[email protected] CREATE_REGISTRIES}
  224. SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES}
  225. goprone-1.15.x-1.3.0.jar GoProne {[email protected] CREATE_REGISTRIES}
  226. Patchouli-1.15.2-1.2-33.jar Patchouli {[email protected] CREATE_REGISTRIES}
  227. Industrial+Agriculture[Silent's+Gems]-1.15.2-1.6.6.jar Industrial Agriculture Plugin-Silent's Gems {[email protected] CREATE_REGISTRIES}
  228. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
  229. EndReborn+[0.5.1].jar End: Reborn {[email protected] CREATE_REGISTRIES}
  230. lottaterracotta-1.15.2-1.2.0.jar Lotta Terracotta {[email protected] CREATE_REGISTRIES}
  231. lostcities-1.15-3.0.1-alpha.jar LostCities {[email protected] CREATE_REGISTRIES}
  232. libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
  233. elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
  234. Gobber2-1.15.2-2.2.92.jar Gobber 2 {[email protected] CREATE_REGISTRIES}
  235. wirelessredstone-1.15.2-0.1.0.jar Wireless Redstone {[email protected] CREATE_REGISTRIES}
  236. EnigmaticLegacy-1.7.0.jar Enigmatic Legacy {[email protected] CREATE_REGISTRIES}
  237. AttainedDrops-1.15.2-6.0.7.jar Attained Drops {[email protected] CREATE_REGISTRIES}
  238. MekanismTools-1.15.2-9.10.5.418.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
  239. productivebees-1.15.2-0.1.5.jar Productive Bees {[email protected] CREATE_REGISTRIES}
  240. tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {[email protected] CREATE_REGISTRIES}
  241. branders-sulfurpotassiummod-1.15.2-2.3.0.jar Sulfur And Potassium - make gunpowder {[email protected] CREATE_REGISTRIES}
  242. Cyclic-1.15.2-0.4.1.jar Cyclic {[email protected] CREATE_REGISTRIES}
  243. inftrading_1.15.2-1.0.jar Infinite Trading {[email protected] CREATE_REGISTRIES}
  244. inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
  245. Cucumber-1.15.2-3.0.5.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
  246. pamhc2trees-1.15.2-1.0.2.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version CREATE_REGISTRIES}
  247. equaldragons-1.2.jar Equal Dragons {[email protected] CREATE_REGISTRIES}
  248. craftingstation-3.1.0.jar Crafting Station {[email protected] CREATE_REGISTRIES}
  249. Overloaded-1.15.2-0.0.86.jar Overloaded {[email protected] CREATE_REGISTRIES}
  250. metalbarrels-2.1.jar Metal Barrels {[email protected] CREATE_REGISTRIES}
  251. reap-1.12.3.jar Reap Mod {[email protected] CREATE_REGISTRIES}
  252. Vulcanite-2.1.0-mc1.15.2.jar Vulcanite {[email protected] CREATE_REGISTRIES}
  253. ensorcellation-1.15.2-0.3.0b.jar Ensorcellation {[email protected] CREATE_REGISTRIES}
  254. Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
  255. Clumps-5.0.2.jar Clumps {[email protected] CREATE_REGISTRIES}
  256. journeymap-1.15.2-5.7.0b2.jar Journeymap {[email protected] CREATE_REGISTRIES}
  257. comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {[email protected] CREATE_REGISTRIES}
  258. SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
  259. gardentools-1.15.2-1.0.0.jar Garden Tools {[email protected] CREATE_REGISTRIES}
  260. DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
  261. BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
  262. mcjtylib-1.15-4.1.0-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
  263. rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
  264. rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
  265. rftoolsbuilder-1.15-2.1.1-beta.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
  266. rftoolsstorage-1.15-1.1.2-beta.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
  267. mapperbase-1.15.2-1.1.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES}
  268. traverse-1.15.2-3.0.0.jar Traverse {[email protected] CREATE_REGISTRIES}
  269. mininggadgets-1.3.5.jar Mining Gadgets {[email protected] CREATE_REGISTRIES}
  270. ftb-chunks-1.0.1.4.jar FTB Chunks {[email protected] CREATE_REGISTRIES}
  271. ultra_amplified_dimension-1.15.2-7.4.2.jar Ultra Amplified Dimension {[email protected] CREATE_REGISTRIES}
  272. ColossalChests-1.15.2-1.7.8.jar ColossalChests {[email protected] CREATE_REGISTRIES}
  273. MysticalAgriculture-1.15.2-3.0.4.jar Mystical Agriculture {[email protected] CREATE_REGISTRIES}
  274. UselessMod-1.15.2-3.1.1.jar Useless Mod {[email protected] CREATE_REGISTRIES}
  275. rftoolsutility-1.15-2.1.2-beta.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
  276. Inspirations-1.15.2-1.1.0.jar Inspirations {[email protected] CREATE_REGISTRIES}
  277. EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
  278. titanium-1.15.2-2.4.0.jar Titanium {[email protected] CREATE_REGISTRIES}
  279. naturalslabsmod-1.0.4.jar Natural Slabs Mod {[email protected] CREATE_REGISTRIES}
  280. compactores-1.15.2-2.1.2.jar Compact Ores {[email protected] CREATE_REGISTRIES}
  281. SilentLib-1.15.2-4.6.1+49.jar Silent Lib {[email protected]+49 CREATE_REGISTRIES}
  282. travel_bag-1.1.2-1.15.2.jar Travel Bag {[email protected] CREATE_REGISTRIES}
  283. bluepower-1.15.2-0.4.188-alpha-universal.jar Blue Power {[email protected] CREATE_REGISTRIES}
  284. forbidden_arcanus-1.15.2-1.3.1.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES}
  285. spiketraps-2.0.jar Spike Traps {[email protected] CREATE_REGISTRIES}
  286. extragolems-10.1.1.jar Extra Golems {[email protected] CREATE_REGISTRIES}
  287. Quark-r2.1-237.jar Quark {[email protected] CREATE_REGISTRIES}
  288. JAOPCA-1.15.2-3.2.0.9.jar JAOPCA {[email protected] CREATE_REGISTRIES}
  289. chemlib-1.15.2-3.jar Chem Lib {[email protected] CREATE_REGISTRIES}
  290. corail_recycler-4.0.5-1.15.2.jar Corail Recycler {[email protected] CREATE_REGISTRIES}
  291. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
  292. enderchests-1.15-1.6.0.jar EnderChests {[email protected] CREATE_REGISTRIES}
  293. Animalium-0.5.3.jar Animalium {[email protected] CREATE_REGISTRIES}
  294. tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {[email protected] CREATE_REGISTRIES}
  295. minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
  296. mobcatcher-2.2.jar Mob Catcher {[email protected] CREATE_REGISTRIES}
  297. engineersdecor-1.15.2-1.0.20-b7.jar Engineer's Decor {[email protected] CREATE_REGISTRIES}
  298. simplecoloredblocks-2.0.0a.jar Simple Colored Blocks {[email protected] CREATE_REGISTRIES}
  299. solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {[email protected] CREATE_REGISTRIES}
  300. aawitherskull_1.15.2-1.0.jar Always a Wither Skull {[email protected] CREATE_REGISTRIES}
  301. SilentGems-1.15.2-3.5.3+86.jar Silent's Gems 3 {[email protected]+86 CREATE_REGISTRIES}
  302. betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {[email protected] CREATE_REGISTRIES}
  303. refinedstorageaddons-0.6.1.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
  304. Pulsar/inspirations loaded Pulses:
  305. - InspirationsShared (Enabled/Forced)
  306. - InspirationsBuilding (Enabled/Not Forced)
  307. - InspirationsUtility (Enabled/Not Forced)
  308. - InspirationsTools (Enabled/Not Forced)
  309. - InspirationsTweaks (Enabled/Not Forced)
Add Comment
Please, Sign In to add comment