Nonsanity

Untitled

Jan 26th, 2020
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.90 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 1/26/20 7:13 AM
  5. Description: Ticking block entity
  6.  
  7. java.lang.ClassCastException: net.minecraft.block.AirBlock cannot be cast to com.jaquadro.minecraft.storagedrawers.block.BlockDrawers
  8. at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawers.getDrawerCapacity(TileEntityDrawers.java:168) ~[?:1.14.4-6.0.5] {re:classloading,pl:runtimedistcleaner:A}
  9. at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawers.getEffectiveDrawerCapacity(TileEntityDrawers.java:175) ~[?:1.14.4-6.0.5] {re:classloading,pl:runtimedistcleaner:A}
  10. at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$StandardDrawerData.getStackCapacity(TileEntityDrawersStandard.java:153) ~[?:1.14.4-6.0.5] {re:classloading}
  11. at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.getMaxCapacity(StandardDrawerGroup.java:305) ~[?:1.14.4-6.0.5] {re:classloading}
  12. at com.jaquadro.minecraft.storagedrawers.api.storage.IDrawer.getMaxCapacity(IDrawer.java:82) ~[?:1.14.4-6.0.5] {re:classloading}
  13. at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.adjustStoredItemCount(StandardDrawerGroup.java:276) ~[?:1.14.4-6.0.5] {re:classloading}
  14. at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.adjustStoredItemCount(StandardDrawerGroup.java:264) ~[?:1.14.4-6.0.5] {re:classloading}
  15. at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.insertItemInternal(DrawerItemHandler.java:102) ~[?:1.14.4-6.0.5] {re:classloading}
  16. at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.insertItem(DrawerItemHandler.java:72) ~[?:1.14.4-6.0.5] {re:classloading}
  17. at net.minecraftforge.items.ItemHandlerHelper.insertItem(ItemHandlerHelper.java:45) ~[?:?] {re:classloading}
  18. at mcjty.xnet.apiimpl.items.ItemChannelSettings.lambda$insertStackReal$2(ItemChannelSettings.java:438) ~[?:1.14-1.8.7-alpha] {re:classloading}
  19. at net.minecraftforge.common.util.LazyOptional.lambda$map$0(LazyOptional.java:184) ~[?:?] {re:classloading}
  20. at net.minecraftforge.common.util.LazyOptional.getValue(LazyOptional.java:116) ~[?:?] {re:classloading}
  21. at net.minecraftforge.common.util.LazyOptional.orElse(LazyOptional.java:219) ~[?:?] {re:classloading}
  22. at mcjty.xnet.apiimpl.items.ItemChannelSettings.insertStackReal(ItemChannelSettings.java:438) ~[?:1.14-1.8.7-alpha] {re:classloading}
  23. at mcjty.xnet.apiimpl.items.ItemChannelSettings.tickItemHandler(ItemChannelSettings.java:265) ~[?:1.14-1.8.7-alpha] {re:classloading}
  24. at mcjty.xnet.apiimpl.items.ItemChannelSettings.lambda$tick$0(ItemChannelSettings.java:185) ~[?:1.14-1.8.7-alpha] {re:classloading}
  25. at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161) ~[?:?] {re:classloading}
  26. at mcjty.xnet.apiimpl.items.ItemChannelSettings.tick(ItemChannelSettings.java:183) ~[?:1.14-1.8.7-alpha] {re:classloading}
  27. at mcjty.xnet.modules.controller.blocks.TileEntityController.func_73660_a(TileEntityController.java:260) ~[?:1.14-1.8.7-alpha] {re:classloading}
  28. at net.minecraft.world.World.func_217391_K(World.java:621) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  29. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:367) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:runtimedistcleaner:A}
  30. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  31. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?] {re:classloading,pl:accesstransformer:B}
  32. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  33. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  34. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181] {}
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Thread: Server thread
  42. Stacktrace:
  43. at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawers.getDrawerCapacity(TileEntityDrawers.java:168)
  44. at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawers.getEffectiveDrawerCapacity(TileEntityDrawers.java:175)
  45. at com.jaquadro.minecraft.storagedrawers.block.tile.TileEntityDrawersStandard$StandardDrawerData.getStackCapacity(TileEntityDrawersStandard.java:153)
  46. at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.getMaxCapacity(StandardDrawerGroup.java:305)
  47. at com.jaquadro.minecraft.storagedrawers.api.storage.IDrawer.getMaxCapacity(IDrawer.java:82)
  48. at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.adjustStoredItemCount(StandardDrawerGroup.java:276)
  49. at com.jaquadro.minecraft.storagedrawers.block.tile.tiledata.StandardDrawerGroup$DrawerData.adjustStoredItemCount(StandardDrawerGroup.java:264)
  50. at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.insertItemInternal(DrawerItemHandler.java:102)
  51. at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.insertItem(DrawerItemHandler.java:72)
  52. at net.minecraftforge.items.ItemHandlerHelper.insertItem(ItemHandlerHelper.java:45)
  53. at mcjty.xnet.apiimpl.items.ItemChannelSettings.lambda$insertStackReal$2(ItemChannelSettings.java:438)
  54. at net.minecraftforge.common.util.LazyOptional.lambda$map$0(LazyOptional.java:184)
  55. at net.minecraftforge.common.util.LazyOptional.getValue(LazyOptional.java:116)
  56. at net.minecraftforge.common.util.LazyOptional.orElse(LazyOptional.java:219)
  57. at mcjty.xnet.apiimpl.items.ItemChannelSettings.insertStackReal(ItemChannelSettings.java:438)
  58. at mcjty.xnet.apiimpl.items.ItemChannelSettings.tickItemHandler(ItemChannelSettings.java:265)
  59. at mcjty.xnet.apiimpl.items.ItemChannelSettings.lambda$tick$0(ItemChannelSettings.java:185)
  60. at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161)
  61. at mcjty.xnet.apiimpl.items.ItemChannelSettings.tick(ItemChannelSettings.java:183)
  62. at mcjty.xnet.modules.controller.blocks.TileEntityController.func_73660_a(TileEntityController.java:260)
  63.  
  64. -- Block entity being ticked --
  65. Details:
  66. Name: xnet:controller // mcjty.xnet.modules.controller.blocks.TileEntityController
  67. Block: Block{xnet:controller}[error=false,facing=east]
  68. Block location: World: (4097,77,5556), Chunk: (at 1,4,4 in 256,347; contains blocks 4096,0,5552 to 4111,255,5567), Region: (8,10; contains chunks 256,320 to 287,351, blocks 4096,0,5120 to 4607,255,5631)
  69. Block: Block{xnet:controller}[error=false,facing=east]
  70. Block location: World: (4097,77,5556), Chunk: (at 1,4,4 in 256,347; contains blocks 4096,0,5552 to 4111,255,5567), Region: (8,10; contains chunks 256,320 to 287,351, blocks 4096,0,5120 to 4607,255,5631)
  71. Stacktrace:
  72. at net.minecraft.world.World.func_217391_K(World.java:621)
  73. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:367)
  74.  
  75. -- Affected level --
  76. Details:
  77. All players: 2 total; [ServerPlayerEntity['Ergoplato'/44231, l='world', x=3062.45, y=103.00, z=-159.55], ServerPlayerEntity['Nonsanity'/18273, l='world', x=4099.22, y=77.00, z=5560.03]]
  78. Chunk stats: ServerChunkCache: 6854
  79. Level dimension: DimensionType{minecraft:overworld}
  80. Level name: world
  81. Level seed: 123456789
  82. Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: true
  83. Level generator options: {}
  84. Level spawn location: World: (-328,112,215), Chunk: (at 8,7,7 in -21,13; contains blocks -336,0,208 to -321,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  85. Level time: 26755401 game time, 63255 day time
  86. Level storage version: 0x04ABD - Anvil
  87. Level weather: Rain time: 77187 (now: false), thunder time: 140173 (now: false)
  88. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  89. Stacktrace:
  90. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829)
  91. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
  92. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
  93. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
  94. at java.lang.Thread.run(Thread.java:748)
  95.  
  96. -- System Details --
  97. Details:
  98. Minecraft Version: 1.14.4
  99. Minecraft Version ID: 1.14.4
  100. Operating System: Linux (amd64) version 4.4.0-154-generic
  101. Java Version: 1.8.0_181, Oracle Corporation
  102. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  103. Memory: 5852358840 bytes (5581 MB) / 8353742848 bytes (7966 MB) up to 8353742848 bytes (7966 MB)
  104. CPUs: 24
  105. JVM Flags: 5 total; -Xms8000M -Xmx8000M -XX:+AggressiveOpts -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC
  106. ModLauncher: 4.1.0+62+5bfa59b
  107. ModLauncher launch target: fmlserver
  108. ModLauncher naming: srg
  109. ModLauncher services:
  110. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  111. /forge.jar object_holder_definalize PLUGINSERVICE
  112. /forge.jar runtime_enum_extender PLUGINSERVICE
  113. /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  114. /forge.jar capability_inject_definalize PLUGINSERVICE
  115. /forge.jar runtimedistcleaner PLUGINSERVICE
  116. /forge.jar fml TRANSFORMATIONSERVICE
  117. FML: 28.1
  118. Forge: net.minecraftforge:28.1.107
  119. FML Language Providers:
  120. minecraft@1
  121. Mod List:
  122. justenoughbeacons-1.2.jar Just Enough Beacons {[email protected] DONE}
  123. extendedfoods-1.14.4-0.0.2-beta.jar Extended Foods {[email protected] DONE}
  124. AdditionalEnchantedMiner-1.14.4-14.1.5.jar QuarryPlus {[email protected] DONE}
  125. nethercraft-1.14.4-1.0.4.jar Nethercraft {[email protected] DONE}
  126. SilentMechanisms-1.14.4-0.6.12+45.jar Silent's Mechanisms {[email protected]+45 DONE}
  127. MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {[email protected] DONE}
  128. bambooeverything-1.14-1.5.0.jar Bamboo Everything {[email protected] DONE}
  129. IronJetpacks-1.14.4-2.0.3.jar Iron Jetpacks {[email protected] DONE}
  130. essentials-1.14.4-2.6.5.jar Essentials {[email protected] DONE}
  131. xnet-1.14-1.8.7-alpha.jar XNet {[email protected] DONE}
  132. ResourcefulTools-1.14.4-1.0.7.jar Resourceful Tools {[email protected] DONE}
  133. Powah-1.14.4-0.2.5.jar Powah {[email protected] DONE}
  134. rangedpumps-0.6.1.jar Ranged Pumps {[email protected] DONE}
  135. WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {[email protected] DONE}
  136. StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {[email protected] DONE}
  137. randompatches-1.14.4-1.19.1.1.jar RandomPatches {[email protected] DONE}
  138. DarkUtilities-1.14.4-2.0.10.jar Dark Utilities {[email protected] DONE}
  139. Morpheus-1.14.4-4.2.44.jar Morpheus {morpheus@version DONE}
  140. WaterStrainer-1.14.4-7.0.2.jar Water Strainer {[email protected] DONE}
  141. speedyhoppers-1.14.4-7.jar Speedy Hoppers {[email protected] DONE}
  142. villagerhats-1.14.4-1.1.1.jar Villager Hats {[email protected] DONE}
  143. StoneChest-1.14.4-1.0.1.jar Stone Chest {[email protected] DONE}
  144. TMechworks-1.14.4-2.0.1.jar Tinkers' Mechworks {[email protected] DONE}
  145. JustEnoughResources-1.14.4-0.10.0.70.jar Just Enough Resources {[email protected] DONE}
  146. ExpOre-1.14.4-1.4.jar Exp Ore Block Mod {[email protected] DONE}
  147. bsc_1.14-1.0.jar Better Spawner Control {[email protected] DONE}
  148. BetterThanMending-1.3.2.jar BetterThanMending {[email protected] DONE}
  149. MysticalAgradditions-1.14.4-2.0.0.jar Mystical Agradditions {[email protected] DONE}
  150. mysticallib-1.14.4-1.13.0.jar Mystical Lib {[email protected] DONE}
  151. refinedstorage-1.7.3.jar Refined Storage {[email protected] DONE}
  152. extendedfurnace-1.2a.jar Extended Furnace {[email protected] DONE}
  153. industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {[email protected] DONE}
  154. wetstone-1.1.2.jar Wetstone {[email protected] DONE}
  155. torchmaster-2.0.0-rc2.jar Torchmaster {[email protected] DONE}
  156. turf-1.14.4-1.0.0.jar Turf {[email protected] DONE}
  157. BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {[email protected] DONE}
  158. wandermaid-1.14.4-0.1.3.jar Wander Maid {[email protected] DONE}
  159. seafaring-1.14.4-0.1.46.jar Seafaring {[email protected] DONE}
  160. SilentGear-1.14.4-1.4.6+72.jar Silent Gear {[email protected]+72 DONE}
  161. Masonry-0.3.1.jar Masonry {[email protected] DONE}
  162. extcaves-1.5.jar Extended Caves {[email protected] DONE}
  163. guardillagers-1.14.4-1.0.1.jar GuardIllagers {[email protected] DONE}
  164. ferroustry-1.3b.jar Ferroustry {[email protected] DONE}
  165. fairylights-2.1.15-1.14.4.jar Fairy Lights {[email protected] DONE}
  166. portality-1.14.4-2.0.4-b0b3467.jar Portality {[email protected] DONE}
  167. Trapcraft-1.14.4-2.6.1-universal.jar Trapcraft {[email protected] DONE}
  168. curios-FORGE-1.14.4-1.0.6.jar Curios API {[email protected] DONE}
  169. Botania r1.11-376.jar Botania {[email protected] DONE}
  170. carrotslib-mc1.14.4-2.0b4.jar Carrots Lib {[email protected] DONE}
  171. vanillafoodpantry-mc1.14.4-5.0b4.jar Vanilla Food Pantry {[email protected] DONE}
  172. AutoRegLib-1.4-35.jar AutoRegLib {[email protected] DONE}
  173. extlights-1.8.jar Extended Lights {[email protected] DONE}
  174. angelring-1.14.4-1.0.1.jar Angel Ring {[email protected] DONE}
  175. tombstone-4.1.8-1.14.4.jar Corail Tombstone {[email protected] DONE}
  176. Fertilization_1.14.4-3.0.6.jar Fertilization {[email protected] DONE}
  177. mcw-roofs-1.0.1-mc1.14.4.jar Macaw's Roofs {[email protected] DONE}
  178. ManPuppy's Blaze Sword Mod! v2.5.jar Blaze Sword Mod {[email protected] DONE}
  179. furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] DONE}
  180. globalxp-1.14.4-v1.4.10.jar Global XP {[email protected] DONE}
  181. Better Muffling-1.14.4-0.3.0-Beta.jar Better Muffling {[email protected] DONE}
  182. Charm-1.14.4-1.4.3.jar Charm {[email protected] DONE}
  183. FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 DONE}
  184. StevesFactoryManager-1.14.4-3.0.0-alpha25.jar Steve's Factory Manager {[email protected] DONE}
  185. rockcandy-1.14.4-1.1.6.jar Rock Candy {rockcandy@version DONE}
  186. dwarfcoal-1.14.4-1.0.0.jar Dwarf Coal {[email protected] DONE}
  187. simply_trophies-1.1-1.14.4.jar Simple Trophies {[email protected] DONE}
  188. animalnet-v1.14.4 Forge b4.jar AnimalNet {[email protected] Forge b4 DONE}
  189. torchslabmod-1.14.4_v1.3.1.jar Torch Slab Mod {[email protected] DONE}
  190. Floocraft 1.14.4-1.10.0.jar Floocraft {[email protected] DONE}
  191. bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE DONE}
  192. jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] DONE}
  193. EnderEnhancement-1.14.4-1.0.3.1.jar Ender Enhancement {[email protected] DONE}
  194. AttributeFix-1.14.4-3.0.2.jar AttributeFix {[email protected] DONE}
  195. BioTechnik-1.14.4-1.0.1.jar Bio Technik {[email protected] DONE}
  196. caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {[email protected] DONE}
  197. Upgrade-Aquatic-1.14.4-v1.4.7.jar Upgrade Aquatic {[email protected] DONE}
  198. colytra-FORGE-1.14.4-2.0.0.1.jar Colytra {[email protected] DONE}
  199. CTD-Core-1.14.4-2.0.5b.jar CTD Core {[email protected] DONE}
  200. NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {[email protected] DONE}
  201. cursedearth-1.5-debug2.jar Cursed Earth {[email protected] DONE}
  202. angelblock-1.0a.jar Angel Block {[email protected] DONE}
  203. PyramidPlunder-1.14.4-1.1.jar Pyramid Plunder {[email protected] DONE}
  204. engineerstools-1.14.4-1.0.5.jar Engineer's Tools {[email protected] DONE}
  205. branders-wellfedmod-1.14.4-1.2.0.jar Well Fed - quality food! {[email protected] DONE}
  206. cofh_core-1.14.4-0.2.0b.jar CoFH Core {[email protected] DONE}
  207. The-Endergetic-Expansion-1.14.4-v1.1.0.jar The Endergetic Expansion {[email protected] DONE}
  208. ClickMachine-1.14.4-2.1.2.jar Click Machine {[email protected] DONE}
  209. travellersboots-1.14.4-1.2.2.jar Traveller's Boots {[email protected] DONE}
  210. BetterFlintAndSteels_1.14.4-1.1.2-beta.jar Better Flint & Steels {[email protected] DONE}
  211. PackingTape-1.14.4-0.9.2.jar Packing Tape {[email protected] DONE}
  212. CraftTweaker-1.14.4-5.0.1.161.jar CraftTweaker {[email protected] DONE}
  213. mysticalworld-1.14.4-1.7.1.jar Mystical World {[email protected] DONE}
  214. extradisks-1.14.4-1.1.jar Extra Disks {[email protected] DONE}
  215. ruins-1.14.4.6.jar Ruins {[email protected] DONE}
  216. FeederHelmet-1.7.0.jar AutoFeederHelmet {[email protected] DONE}
  217. Mo-Glowstone-1.14.4-2.0.4.jar Mo' Glowstone {[email protected] DONE}
  218. exp_bottling-1.14.4-4.jar EXP Bottling {[email protected] DONE}
  219. ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] DONE}
  220. infernalmobs-1.14.4.6.jar Infernal Mobs {[email protected] DONE}
  221. forge-1.14.4-28.1.107-server.jar Minecraft {[email protected] DONE}
  222. logprot-1.14.4-1.1.jar Logprot {[email protected] DONE}
  223. Flopper-1.14.4-1.0.5.jar Flopper {[email protected] DONE}
  224. theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE DONE}
  225. gates-1.5.0.jar Gates {[email protected] DONE}
  226. ceilingtorch-1.14.4-v1.5.jar Ceiling Torch {[email protected] DONE}
  227. BerryBushes-1.0.2.jar Berry Bushes {[email protected] DONE}
  228. Mantle-1.14.4-1.4.32.jar Mantle {[email protected] DONE}
  229. FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {[email protected] DONE}
  230. [1.14.4] SecurityCraft v1.8.15.jar SecurityCraft {[email protected] DONE}
  231. earthmobsmod-1.14.4-0.1.0.6-Beta.jar Earth Mobs Mod {[email protected] DONE}
  232. backpacked-1.4.0-1.14.4.jar Backpacked {[email protected] DONE}
  233. themidnight-0.4.6.jar The Midnight {[email protected] DONE}
  234. polyores-1.2.jar Poly's Ores {[email protected] DONE}
  235. acceleratorcraft-1.2.jar AcceleratorCraft {[email protected] DONE}
  236. PickleTweaks-1.14.4-3.0.7.jar Pickle Tweaks {[email protected] DONE}
  237. FastFurnace-1.14.4-2.2.4.jar FastFurnace {[email protected] DONE}
  238. AppleSkin-mc1.14.4-forge-1.0.13.jar AppleSkin {[email protected] DONE}
  239. RefinedRelocation_1.14.4-6.2.6.jar Refined Relocation {[email protected] DONE}
  240. easyelytrato_1.14-1.1.jar Easy Elytra Takeoff {[email protected] DONE}
  241. taffydaf-1.14.4-0.3.jar Taffy Date and Forecast {[email protected] DONE}
  242. CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {[email protected] DONE}
  243. parachutemod-1.14.4-2.2.1-465.jar Parachute Mod NG {[email protected] DONE}
  244. wrenchest-1.14.4-v1.0.1.jar Wrenchest {[email protected] DONE}
  245. farlanders-1.14.4-1.1.0.jar The Farlanders {[email protected] DONE}
  246. ComPatchedStorage-1.14.4-2.1.4.jar ComPatchedStorage {[email protected] DONE}
  247. CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {[email protected] DONE}
  248. aiotbotania-1.14.4-1.1.1.jar AIOT Botania {[email protected] DONE}
  249. Wyrmroost-1.14.4-1.0.2.jar Wyrmroost {[email protected] DONE}
  250. curiousshulkerboxes-FORGE-1.14.4-1.0.0.1.jar Curious Shulker Boxes {[email protected] DONE}
  251. SwordBlockingCombat-v1.0.2-1.14.4.jar Sword Blocking Combat {[email protected] DONE}
  252. BetterSigns-1.0_v1.14.4.jar Better Signs {[email protected] DONE}
  253. extrabows-v1.14.4 b6.jar Extra Bows {[email protected] b6 DONE}
  254. KleeSlabs_1.14.4-7.4.8.jar KleeSlabs {[email protected] DONE}
  255. rsgauges-1.14.4-1.2.0-b2.jar Gauges and Switches {[email protected] DONE}
  256. findme-1.14.4-1.1.0.13.jar Find Me {findme@NONE DONE}
  257. BowInfinityFix-1.14.4-rv7.1.jar Bow Infinity Fix {[email protected] DONE}
  258. glassential-forge-1.14.4-1.1.1.jar Glassential {[email protected] DONE}
  259. XaerosWorldMap_1.5.4_Forge_1.14.4.jar Xaero's World Map {[email protected] DONE}
  260. CookingForBlockheads_1.14.4-7.4.4.jar Cooking for Blockheads {[email protected] DONE}
  261. Placebo-1.14.4-2.3.5.jar Placebo {[email protected] DONE}
  262. dankstorage-1.15.jar Dank Storage {[email protected] DONE}
  263. citadel-1.0.0.jar Citadel {[email protected] DONE}
  264. firefly-1.14.4-1.0.1.jar Firefly {[email protected] DONE}
  265. Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE}
  266. Bookshelf-1.14.4-4.4.71.jar Bookshelf {[email protected] DONE}
  267. u_team_core-1.14.4-2.8.0.140.jar U Team Core {[email protected] DONE}
  268. buildinggadgets-3.1.1b.jar Building Gadgets {[email protected] DONE}
  269. forge-1.14.4-28.1.107-universal.jar Forge {[email protected] DONE}
  270. Aquaculture-1.14.4-2.0.3.jar Aquaculture 2 {[email protected] DONE}
  271. unstabletools-3.6b.jar Unstable Tools {[email protected] DONE}
  272. Waddles-1.14.4-0.8.3.jar Waddles {[email protected] DONE}
  273. ProgressiveBosses-2.1.4.jar Progressive Bosses {[email protected] DONE}
  274. ironshulkerboxes-1.14.4-3.1.12.jar Iron Shulker Boxes {[email protected] DONE}
  275. FpsReducer-mc1.14.4-1.14.jar FPS Reducer {[email protected] DONE}
  276. bettercompass-1.14.2-1.6.0.jar Better Compass {[email protected] DONE}
  277. anviltweaks-1.4b.jar Anvil Tweaks {[email protected] DONE}
  278. mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] DONE}
  279. dwmh-1.14.4-3.1.1.jar Dude! Where's my Horse? {[email protected] DONE}
  280. useful_backpacks-1.14.4-1.7.4.47.jar Useful Backpacks {[email protected] DONE}
  281. embellishcraft-1.14.4-1.5.0.jar EmbellishCraft {[email protected] DONE}
  282. Glowglass-1.14.4-1.1.jar Glowglass {[email protected] DONE}
  283. Compressium-1.0.12.jar Compressium {[email protected] DONE}
  284. BetterCrates-1.14.4-1.0.1.jar Better Crates {[email protected] DONE}
  285. Lollipop-1.14.4-0.0.23.jar Lollipop {[email protected] DONE}
  286. practicaltools-1.14.4-1.4.jar Practical Tools {[email protected] DONE}
  287. simplefarming-1.14.4-1.2.7.jar Simple Farming {[email protected] DONE}
  288. StuffASockInIt-1.14.4-3.0.3.jar StuffASockInIt {[email protected] DONE}
  289. SolarFluxReborn-1.14.4-14.1.4.jar Solar Flux Reborn {[email protected] DONE}
  290. recall-1.14.4-1.2.jar Recall {[email protected] DONE}
  291. goprone-1.14.x-1.1.0.jar GoProne {[email protected] DONE}
  292. Patchouli-1.1-24.jar Patchouli {[email protected] DONE}
  293. flying_things-1.8.5-1.14.4.jar The Flying Things {[email protected] DONE}
  294. RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] DONE}
  295. ClothConfig2-1.4.1.jar Cloth Config Forge v2 API {[email protected] DONE}
  296. OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE DONE}
  297. libnonymous-1.14.4-1.0.4.25.jar Libnonymous {[email protected] DONE}
  298. elevatorid-1.14.4-1.5.2.jar Elevator Mod {[email protected] DONE}
  299. Gobber2-1.14.4-2.1.117.jar Gobber 2 {[email protected] DONE}
  300. EnigmaticLegacy-1.6.4.jar Enigmatic Legacy {[email protected] DONE}
  301. AttainedDrops-1.14.4-5.3.2.jar Attained Drops {[email protected] DONE}
  302. PowderPower-1.14.4-3.0.42.jar Powder Power {[email protected] DONE}
  303. ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {[email protected] DONE}
  304. curiouselytra-FORGE-1.14.4-1.0.jar Curious Elytra {[email protected] DONE}
  305. cc-tweaked-1.14.4-1.86.2.jar CC: Tweaked {[email protected] DONE}
  306. AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {[email protected] DONE}
  307. YAMDA-4.0.1.jar YAMDA {[email protected] DONE}
  308. bwncr-1.14.4-3.5.12.jar Bad Wither No Cookie Reloaded {[email protected] DONE}
  309. branders-sulfur-potassium-2.3.0-1.14.4-.jar Sulfur And Potassium - make gunpowder {[email protected] DONE}
  310. speedyladders-1.14.4-4.jar Speedy Ladders {[email protected] DONE}
  311. More Dogs-1.0.1.jar More Dog Breeds {[email protected] DONE}
  312. QuantumStorage-1.14.4-5.0.2.jar QuantumStorage {quantumstorage@NONE DONE}
  313. turtletweaks-1.14.4-1.0.2.jar Turtle Tweaks {[email protected] DONE}
  314. TrinityWeapons-1.14.4-1.4.0.jar TrinityWeapons {[email protected] DONE}
  315. Cyclic-1.14.4-0.1.3.jar Cyclic {[email protected] DONE}
  316. jmh_1.14.4-2.2.jar Just Mob Heads {[email protected] DONE}
  317. Ma-Enchants-1.14.4-1.8.1.jar Ma Enchants {[email protected] DONE}
  318. Cucumber-1.14.4-2.0.6.jar Cucumber Library {[email protected] DONE}
  319. TrashSlot_1.14.4-10.4.8.jar TrashSlot {[email protected] DONE}
  320. EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {[email protected]+10 DONE}
  321. craftingstation-2.1.5a.jar Crafting Station {[email protected] DONE}
  322. snad-1.14.4-1.7.10.28a.jar Snad {[email protected] DONE}
  323. Overloaded-1.14.4-0.0.78.jar Overloaded {[email protected] DONE}
  324. janoeo-2.3.jar Just Another Nether/Overworld/End Ores {[email protected] DONE}
  325. metalbarrels-1.4.jar Metal Barrels {[email protected] DONE}
  326. longfallboots-1.3.0b.jar Long Fall Boots {[email protected] DONE}
  327. Druidcraft-1.14-0.2.32.jar Druidcraft {[email protected] DONE}
  328. fishtraps-0.0.4.jar Fish Traps {[email protected] DONE}
  329. extraboats-1.2.2-1.14.4.jar Extra Boats {[email protected] DONE}
  330. ensorcellation-1.14.4-0.2.0b.jar Ensorcellation {[email protected] DONE}
  331. create-mc1.14.4_v0.1.1a.jar Create {[email protected] DONE}
  332. yoyos_1.14.4-2.0.0.4.jar Yoyos {[email protected] DONE}
  333. Waystones_1.14.4-5.1.0.jar Waystones {[email protected] DONE}
  334. comforts-FORGE-1.14.4-2.0-beta4.jar Comforts {[email protected] DONE}
  335. EnderBags-1.14.4-4.2.0.jar Ender Bags {[email protected] DONE}
  336. SimpleStorageNetwork-1.14.4-0.2.0.jar Simple Storage Network {[email protected] DONE}
  337. chunk_claim-2.8.4.jar Chunk Claim {[email protected] DONE}
  338. VanillaTweaks-1.14.4.1.5.12.jar VanillaTweaks {[email protected] DONE}
  339. DungeonCrawl-1.14.4-1.6.0.jar Dungeon Crawl {[email protected] DONE}
  340. betteranimalsplus-1.14.4-8.2.0.jar Better Animals Plus {[email protected] DONE}
  341. Craft_and_Hunt_V0.9.3_MC_1.14.4.jar Craft and Hunt {[email protected] DONE}
  342. BonsaiTrees-2.0.2.35.jar Bonsai Trees 2 {[email protected] DONE}
  343. mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {[email protected] DONE}
  344. rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {[email protected] DONE}
  345. rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {[email protected] DONE}
  346. rftoolsbuilder-1.14-1.2.12-alpha.jar RFToolsBuilder {[email protected] DONE}
  347. restrictions-1.14-1.3.10.jar Restrictions {[email protected] DONE}
  348. permasomnia_v1.0.0_formc1.14.4.jar Permasomnia {[email protected] DONE}
  349. extdiamond-1.3.jar Extended Diamond {[email protected] DONE}
  350. mininggadgets-1.2.3.jar Mining Gadgets {[email protected] DONE}
  351. swampexpansion-1.2.jar Swamp Expansion {[email protected] DONE}
  352. Bones-1.14.4-1.3.2.jar Bones {[email protected] DONE}
  353. ColossalChests-1.14.4-1.7.6.jar ColossalChests {[email protected] DONE}
  354. MysticalAgriculture-1.14.4-2.0.6.jar Mystical Agriculture {[email protected] DONE}
  355. SimpleDivingGear-3.0.4 mc 1.14.4.jar Simple Diving Gear {[email protected] mc 1.14.4 DONE}
  356. CraftingTweaks_1.14.4-10.2.1.jar Crafting Tweaks {[email protected] DONE}
  357. nm_1.14-1.0.jar Nutritious Milk {[email protected] DONE}
  358. extraanvils-2.5b.jar Extra Anvils {[email protected] DONE}
  359. rftoolsutility-1.14-1.2.14-alpha.jar RFToolsUtility {[email protected] DONE}
  360. woolplates-1.14.4-v1.2.1.jar Wool Pressure Plates {[email protected] DONE}
  361. swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {[email protected] DONE}
  362. playerplates-1.14.4-forge-1.1.0.jar Player Plates {[email protected] DONE}
  363. watercan-1.14.4-2.1.0.jar Watercan {[email protected] DONE}
  364. ToolBelt-1.14.4-1.12.5.jar Tool Belt {[email protected] DONE}
  365. titanium-1.14.4-2.2.10.jar Titanium {[email protected] DONE}
  366. SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 DONE}
  367. travel_bag-1.0.6-1.14.4.jar Travel Bag {[email protected] DONE}
  368. TeaAndBiscuits-1.7.jar teaandbiscuits {[email protected] DONE}
  369. forbidden_arcanus-1.14.4-1.5.jar Forbidden & Arcanus {[email protected] DONE}
  370. LargeFluidTank-14.9.1.jar FluidTank {[email protected] DONE}
  371. extragolems-9.0.5.jar Extra Golems {[email protected] DONE}
  372. SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] DONE}
  373. Quark-r2.0-209.jar Quark {[email protected] DONE}
  374. FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {[email protected] DONE}
  375. StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {[email protected] DONE}
  376. simplytea-2.0.4.jar Simply Tea {[email protected] DONE}
  377. tubesreloaded-1.14.4-1.1.1c.jar Tubes Reloaded {[email protected] DONE}
  378. Smoke-1.14.4-1.0.2.jar Smoke {[email protected] DONE}
  379. hunterillager-1.14.4-0.4.1.jar HunterIllager {[email protected] DONE}
  380. engineersdecor-1.14.4-1.0.18-b3.jar Engineer's Decor {[email protected] DONE}
  381. solcarrot-1.14.4-1.9.3.jar Spice of Life: Carrot Edition {[email protected] DONE}
  382. modular-routers-1.14.4-5.1.2-7.jar Modular Routers {[email protected] DONE}
  383. ilikewood-1.14.4-1.1.2.3.jar I Like Wood {[email protected] DONE}
  384. SilentGems-1.14.4-3.4.7+80.jar Silent's Gems 3 {[email protected]+80 DONE}
  385. CloudBoots-1.14.4-2.0.0.jar Cloud Boots {[email protected] DONE}
  386. mysticalwildlife-1.14.4-1.3.4.jar Mystical Wildlife {[email protected] DONE}
  387. refinedstorageaddons-0.5.jar Refined Storage Addons {[email protected] DONE}
  388. CraftingCraft_1.14.4-7.1.7.jar CraftingCraft {[email protected] DONE}
  389. Ma-Essentials-1.14.4-1.2.11.jar Ma Essentials {[email protected] DONE}
  390. SuperTools-1.6b.jar Super Tools {[email protected] DONE}
  391. OpenLoader-1.14.4-1.0.4.jar OpenLoader {[email protected] DONE}
  392. chesthopper-2.1.1.jar ChestHopper {[email protected] DONE}
  393. Player Count: 2 / 20; [ServerPlayerEntity['Nonsanity'/18273, l='world', x=4099.22, y=77.00, z=5560.03], ServerPlayerEntity['Ergoplato'/44231, l='world', x=3062.45, y=103.00, z=-159.55]]
  394. Data Packs: vanilla, mod:acceleratorcraft, mod:aiimprovements, mod:aiotbotania, mod:angelblock, mod:angelring, mod:animalnet, mod:anviltweaks, mod:appleskin, mod:aquaculture, mod:arl, mod:attained_drops, mod:attributefix, mod:backpacked, mod:bambooeverything, mod:berrybushes, mod:betteranimalsplus, mod:bettercompass, mod:bettercrates, mod:bettermuffling, mod:bettersigns, mod:betterthanmending, mod:bfs (incompatible), mod:biomesoplenty, mod:biotechnik, mod:blazeswordmod, mod:bones, mod:bookshelf, mod:botania, mod:bountifulbaubles, mod:bowinfinityfix, mod:bsc, mod:buildinggadgets, mod:bwncr, mod:caelus, mod:carrots, mod:ceilingtorch, mod:cfm, mod:charm, mod:chesthopper, mod:chunk_claim, mod:chunknogobyebye, mod:citadel, mod:clickmachine, mod:cloth-config2, mod:cloudboots, mod:cofh_core, mod:colossalchests, mod:colytra, mod:comforts, mod:compatchedstorage, mod:compressium, mod:computercraft, mod:cookingforblockheads, mod:cosmeticarmorreworked, mod:craftandhunt, mod:craftingstation, mod:crafttweaker, mod:create, mod:ctdcore, mod:cucumber, mod:curios, mod:curiouselytra, mod:curiousshulkerboxes, mod:cursedearth, mod:cyclic, mod:cyclopscore, mod:dankstorage, mod:darkutils, mod:druidcraft, mod:dungeoncrawl, mod:dwarfcoal, mod:dwmh, mod:earthmobsmod, mod:easyelytrato, mod:elevatorid, mod:embellishcraft, mod:ender_bags, mod:enderenhancement, mod:endergetic, mod:engineersdecor, mod:engineerstools, mod:enigmaticlegacy, mod:ensorcellation, mod:equipmenttooltips, mod:essentials, mod:exp_bottling, mod:exp_ore, mod:extcaves, mod:extdiamond, mod:extendedfoods, mod:extendedfurnace, mod:extlights, mod:extraanvils, mod:extraboats, mod:extrabows, mod:extradisks, mod:farlanders, mod:fastbench, mod:fastfurnace, mod:fastleafdecay, mod:feederhelmet, mod:fencejumper, mod:ferroustry, mod:fertilization, mod:findme (incompatible), mod:firefly, mod:fishtraps, mod:floocraftft, mod:flopper, mod:fluidtank, mod:flying_things, mod:forbidden_arcanus, mod:forge, mod:fpsreducer, mod:ftbbackups, mod:gates, mod:glassential, mod:globalxp, mod:glowglass, mod:gobber2, mod:golems, mod:goprone, mod:guardillagers, mod:hunterillager, mod:ilikewood, mod:industrialforegoing (incompatible), mod:infernalmobs, mod:ironchest, mod:ironjetpacks, mod:ironshulkerbox, mod:janoeo, mod:jei, mod:jeresources (incompatible), mod:jmh, mod:justenoughbeacons, mod:kleeslabs, mod:longfallboots, mod:ma-essentials, mod:mantle, mod:masonry, mod:mcfurnace, mod:mcjtylib, mod:mcwbridges, mod:mcwroofs, mod:metalbarrels, mod:midnight, mod:mininggadgets, mod:modularrouters, mod:moglowstone, mod:moredogs, mod:morpheus, mod:mysticalagriculture, mod:mysticallib, mod:mysticalwildlife, mod:mysticalworld, mod:naturescompass, mod:nethercraft, mod:nm, mod:openloader, mod:oreexcavation, mod:overloaded, mod:packingtape, mod:patchouli, mod:permasomnia, mod:pickletweaks, mod:placebo, mod:playerplates, mod:polyores, mod:portality (incompatible), mod:powder_power, mod:practicaltools, mod:progressivebosses, mod:pyramidplunder, mod:quantumstorage, mod:quark, mod:quarryplus, mod:randompatches, mod:randomthings, mod:rangedpumps, mod:recall, mod:refinedrelocation, mod:refinedstorage, mod:refinedstorageaddons, mod:resourceful_tools, mod:restrictions, mod:rftoolsbase, mod:rftoolsbuilder, mod:rftoolspower, mod:rftoolsutility, mod:rockcandy, mod:rsgauges, mod:ruins, mod:sasit, mod:sct (incompatible), mod:sea, mod:securitycraft, mod:sfm, mod:silentgear, mod:silentgems, mod:silentlib, mod:silents_mechanisms, mod:simple_trophies, mod:simpledivegear, mod:simplefarming (incompatible), mod:simplytea, mod:smoke, mod:snad, mod:solarflux, mod:solcarrot, mod:spartanshields, mod:speedyhoppers, mod:speedyladders, mod:stonechest, mod:storagedrawers, mod:storagenetwork, mod:sulfurpotassiummod, mod:supertools, mod:swingthroughgrass, mod:swordblockingcombat, mod:taffydaf, mod:teaandbiscuits, mod:theoneprobe, mod:titanium (incompatible), mod:tmechworks, mod:tombstone, mod:toolbelt, mod:torchmaster, mod:trapcraft, mod:trashslot, mod:travel_bag, mod:travellersboots, mod:trinity, mod:tubesreloaded, mod:turf, mod:turtletweaks, mod:unstabletools, mod:upgrade_aquatic, mod:usefulbackpacks, mod:uteamcore, mod:vanillafoodpantry, mod:vanillatweaks, mod:villagerhats, mod:waddles, mod:wandermaid, mod:watercan, mod:waterstrainer, mod:wellfedmod, mod:wetstone, mod:woolplates, mod:wrenchest, mod:wstweaks, mod:wyrmroost, mod:xaeroworldmap, mod:xnet, mod:yamda, mod:yoyos, mod:craftingcraft, mod:craftingtweaks, mod:bonsaitrees2, mod:fairylights, mod:libnonymous, mod:lollipop, mod:mysticalagradditions, mod:powah, mod:waystones, mod:logprot, mod:ma-enchants, mod:parachutemod, mod:swampexpansion, mod:torchslabmod
  395. Is Modded: Definitely; Server brand changed to 'forge'
  396. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment