Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.06 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  3.  
  4. Time: 9/23/19 10:45 AM
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException: Ticking entity
  8. at flexible_skills.event.player.skill.MTEventSkillPositive.onBabyEntitySpawn(MTEventSkillPositive.java:285) ~[?:1.14.4-1.1.2] {pl:runtimedistcleaner:A}
  9. at net.minecraftforge.eventbus.ASMEventHandler_611_MTEventSkillPositive_onBabyEntitySpawn_BabyEntitySpawnEvent.invoke(.dynamic) ~[?:?] {}
  10. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
  11. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
  12. at net.minecraft.entity.ai.goal.BreedGoal.func_75388_i(BreedGoal.java:84) ~[?:?] {}
  13. at net.minecraft.entity.ai.goal.BreedGoal.func_75246_d(BreedGoal.java:60) ~[?:?] {}
  14. at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55) ~[?:?] {}
  15. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_211] {}
  16. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_211] {}
  17. at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_211] {}
  18. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_211] {}
  19. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) ~[?:1.8.0_211] {}
  20. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) ~[?:1.8.0_211] {}
  21. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_211] {}
  22. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_211] {}
  23. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_211] {}
  24. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_211] {}
  25. at net.minecraft.entity.ai.goal.GoalSelector.func_75774_a(SourceFile:80) ~[?:?] {}
  26. at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:590) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  27. at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2186) ~[?:?] {pl:accesstransformer:B,xf:fml:caelus:coremodone,pl:runtimedistcleaner:A}
  28. at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:460) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  29. at net.minecraft.entity.AgeableEntity.func_70636_d(SourceFile:140) ~[?:?] {}
  30. at net.minecraft.entity.passive.AnimalEntity.func_70636_d(SourceFile:44) ~[?:?] {}
  31. at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2032) ~[?:?] {pl:accesstransformer:B,xf:fml:caelus:coremodone,pl:runtimedistcleaner:A}
  32. at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  33. at its_meow.betteranimalsplus.common.entity.EntityBoar.func_70071_h_(EntityBoar.java:204) ~[?:7.1.2] {}
  34. at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587) ~[?:?] {pl:runtimedistcleaner:A}
  35. at net.minecraft.world.World.func_217390_a(World.java:684) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  36. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394) ~[?:?] {pl:runtimedistcleaner:A}
  37. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  38. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?] {pl:accesstransformer:B}
  39. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  40. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  41. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211] {}
  42.  
  43.  
  44. A detailed walkthrough of the error, its code path and all known details is as follows:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- Head --
  48. Thread: Server thread
  49. Stacktrace:
  50. at flexible_skills.event.player.skill.MTEventSkillPositive.onBabyEntitySpawn(MTEventSkillPositive.java:285)
  51. at net.minecraftforge.eventbus.ASMEventHandler_611_MTEventSkillPositive_onBabyEntitySpawn_BabyEntitySpawnEvent.invoke(.dynamic)
  52. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  53. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  54. at net.minecraft.entity.ai.goal.BreedGoal.func_75388_i(BreedGoal.java:84)
  55. at net.minecraft.entity.ai.goal.BreedGoal.func_75246_d(BreedGoal.java:60)
  56. at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55)
  57. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
  58. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  59. at java.util.Iterator.forEachRemaining(Iterator.java:116)
  60. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  61. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  62. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  63. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  64. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  65. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  66. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  67. at net.minecraft.entity.ai.goal.GoalSelector.func_75774_a(SourceFile:80)
  68. at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:590)
  69. at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2186)
  70. at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:460)
  71. at net.minecraft.entity.AgeableEntity.func_70636_d(SourceFile:140)
  72. at net.minecraft.entity.passive.AnimalEntity.func_70636_d(SourceFile:44)
  73. at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2032)
  74. at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274)
  75. at its_meow.betteranimalsplus.common.entity.EntityBoar.func_70071_h_(EntityBoar.java:204)
  76. at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587)
  77.  
  78. -- Entity being ticked --
  79. Details:
  80. Entity Type: betteranimalsplus:boar (its_meow.betteranimalsplus.common.entity.EntityBoar)
  81. Entity ID: 215
  82. Entity Name: Boar
  83. Entity's Exact location: -10120.64, 65.00, 4808.54
  84. Entity's Block location: World: (-10121,65,4808), Chunk: (at 7,4,8 in -633,300; contains blocks -10128,0,4800 to -10113,255,4815), Region: (-20,9; contains chunks -640,288 to -609,319, blocks -10240,0,4608 to -9729,255,5119)
  85. Entity's Momentum: 0.00, -0.08, 0.00
  86. Entity's Passengers: []
  87. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  88. Stacktrace:
  89. at net.minecraft.world.World.func_217390_a(World.java:684)
  90. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394)
  91.  
  92. -- Affected level --
  93. Details:
  94. All players: 1 total; [ServerPlayerEntity['N_Montana'/43, l='world', x=-9983.49, y=75.00, z=4760.68]]
  95. Chunk stats: ServerChunkCache: 4519
  96. Level dimension: DimensionType{minecraft:overworld}
  97. Level name: world
  98. Level seed: 5339474771954098376
  99. Level generator: ID 00 - default, ver 1. Features enabled: true
  100. Level generator options: {}
  101. Level spawn location: World: (-10505,77,4117), Chunk: (at 7,4,5 in -657,257; contains blocks -10512,0,4112 to -10497,255,4127), Region: (-21,8; contains chunks -672,256 to -641,287, blocks -10752,0,4096 to -10241,255,4607)
  102. Level time: 4925094 game time, 5718670 day time
  103. Level storage version: 0x04ABD - Anvil
  104. Level weather: Rain time: 6861 (now: false), thunder time: 123192 (now: false)
  105. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  106. Stacktrace:
  107. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829)
  108. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
  109. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
  110. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
  111. at java.lang.Thread.run(Thread.java:748)
  112.  
  113. -- System Details --
  114. Details:
  115. Minecraft Version: 1.14.4
  116. Minecraft Version ID: 1.14.4
  117. Operating System: Linux (amd64) version 4.19-ovh-xxxx-std-ipv6-64
  118. Java Version: 1.8.0_211, Oracle Corporation
  119. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  120. Memory: 2696418536 bytes (2571 MB) / 7362576384 bytes (7021 MB) up to 15271460864 bytes (14564 MB)
  121. CPUs: 32
  122. JVM Flags: 4 total; -Xmx16384M -Xms1024M -XX:ParallelGCThreads=2 -XX:ThreadStackSize=512
  123. ModLauncher: 3.2.0+60+b86c1d4
  124. ModLauncher launch target: fmlserver
  125. ModLauncher naming: srg
  126. ModLauncher services:
  127. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  128. /custom.jar object_holder_definalize PLUGINSERVICE
  129. /custom.jar runtime_enum_extender PLUGINSERVICE
  130. /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE
  131. /custom.jar capability_inject_definalize PLUGINSERVICE
  132. /custom.jar runtimedistcleaner PLUGINSERVICE
  133. /custom.jar fml TRANSFORMATIONSERVICE
  134. FML: 28.1
  135. Forge: net.minecraftforge:28.1.10
  136. FML Language Providers:
  137. javafml@28.1
  138. minecraft@1
  139. kotlinfml@1.1.1
  140. kotori_scala@2.12.9
  141. Mod List:
  142. [1.14.2-1.14.4]TorchBowMod_v1.4.jar TorchBowMod {torchbowmod@1.4 DONE}
  143. AdditionalEnchantedMiner-1.14.4-14.0.8.jar QuarryPlus {quarryplus@14.0.8 DONE}
  144. adventurepack-1.2.jar Adventure Tools {adventurepack@1.14.4-1.2 DONE}
  145. aerialaffinity-3.0a.jar Aerial Affinity {aerialaffinity@3.0a DONE}
  146. AirHop-v1.1.1-1.14.4.jar Air Hop {airhop@1.1.1 DONE}
  147. alchemistry-1.14.4-1.jar Alchemistry {alchemistry@1.14.4-1 DONE}
  148. alib-1.14.4-2.jar A Lib {alib@1.14.4-2 DONE}
  149. angelring-1.14.4-1.0.1.jar Angel Ring {angelring@1.0.1 DONE}
  150. animalnet-v1.14.4+Forge+b4.jar AnimalNet {animalnet@v1.14.4 Forge b4 DONE}
  151. bambooeverything-1.14-1.4.0.jar Bamboo Everything {bambooeverything@1.14-1.4.0 DONE}
  152. BasicNetherOres-1.14.4-3.2.2.jar Basic Nether Ores {bno@3.2.2 DONE}
  153. betteranimals-1.14.4-5.2.1.jar Cyber's Better Animal Models {betteranimals@5.2.1 DONE}
  154. betteranimalsplus-1.14.4-7.1.2.jar Better Animals Plus {betteranimalsplus@7.1.2 DONE}
  155. BetterFlintAndSteels_1.14.4-1.1.2-beta.jar Better Flint & Steels {bfs@1.1.2 DONE}
  156. BetterTitleScreen-1.14.4-1.7.jar Better Title Screen {bettertitlescreen@1.14.4-1.7 DONE}
  157. bettertridentreturn-1.14.4-1.0.0.jar Better Trident Return {bettertridentreturn@1.0.0 DONE}
  158. branders-sulfur-potassium-2.2.2-1.14.4.jar Sulfur And Potassium - make gunpowder {sulfurpotassiummod@2.2.2 DONE}
  159. caelus-FORGE-1.14.4-0.11.jar Caelus API {caelus@FORGE-1.14.4-0.11 DONE}
  160. campfiretorches-1.14.4-1.0.3.jar Campfire Torches {campfiretorches@1.14.4-1.0.3 DONE}
  161. car-1.14.4-2.0.18.jar Ultimate Car Mod {car@1.14.4-2.0.18 DONE}
  162. carrotslib-mc1.14.4-2.0b2.jar Carrots Lib {carrots@2.0.0b2 DONE}
  163. CarryOn+MC1.14.4+v1.12.3.jar Carry On {carryon@1.12.3 DONE}
  164. ceilingtorch-1.14.4-v1.2.2.jar Ceiling Torch {ceilingtorch@v1.2.2 DONE}
  165. chemlib-1.14.4-4.jar Chem Lib {chemlib@1.14.4-4 DONE}
  166. CoffeeSpawner-1.14.4-5.0.0.jar Coffee Spawner {coffeespawner@1.14.4-5.0.0 DONE}
  167. colytra-FORGE-1.14.4-2.0-beta5.jar Colytra {colytra@FORGE-1.14.4-2.0-beta5 DONE}
  168. cookieblock-1.14.4-v1.1.jar Cookie Block {cookieblock@v1.1 DONE}
  169. corail_woodcutter-1.0.6-1.14.4.jar Corail Woodcutter {corail_woodcutter@1.0.6 DONE}
  170. CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v1a DONE}
  171. craftingstation-2.0.3.jar Crafting Station {craftingstation@2.0.3 DONE}
  172. Cyclic-1.14.4-0.0.12.jar Cyclic {cyclic@1.14.4-0.0.12 DONE}
  173. Dirt2Path-1.0.0.jar Dirt2Path {d2p@1.0.0 DONE}
  174. dwmh-1.14.4-3.0.1.jar Dude! Where's my Horse? {dwmh@1.14.4-3.0.1 DONE}
  175. elevatorid-1.14.4-1.5.1.jar Elevator Mod {elevatorid@1.14.4-1.5.1 DONE}
  176. embellishcraft-1.14.4-0.0.4.2.jar EmbellishCraft {embellishcraft@1.14.4-0.0.4.2 DONE}
  177. Explorercraft-1.14.4-3.0.4.jar Explorercraft {explorercraft@3.0.4 DONE}
  178. ExpOre-1.14.4-1.3.jar Exp Ore Block Mod {exp_ore@1.3 DONE}
  179. extlights-1.4.jar Extended Lights {extlights@1.4 DONE}
  180. extraanvils-2.1a.jar Extra Anvils {extraanvils@2.1a DONE}
  181. extraboats-1.0.5-1.14.4.jar Extra Boats {extraboats@1.0.5 DONE}
  182. farlanders-1.14.4-1.0.0.jar The Farlanders {farlanders@1.0.0 DONE}
  183. farts-1.14.4.2.jar Farts Mod {farts@1.14.4.2 DONE}
  184. FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 DONE}
  185. Fence+Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE}
  186. ferroustry-1.1.jar Ferroustry {ferroustry@1.1 DONE}
  187. flexible_skills-1.14.4-1.1.2.jar Flexible Skills Mod {flexible_skills@1.1.2 DONE}
  188. followingvillagers-1.14.4-1.2.0.jar Following Villagers {followingvillagers@1.14.4-1.2.0 DONE}
  189. FriendlyFire-1.14.4-3.0.1.jar FriendlyFire {friendlyfire@3.0.1 DONE}
  190. furniture-7.0.0-pre9-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre9 DONE}
  191. GamemodeOverhaul-1.14.4-1.4.2.1.jar GamemodeOverhaul {gamemodeoverhaul@1.14.4-1.4.2.1 DONE}
  192. glassential-forge-1.14.4-1.1.1.jar Glassential {glassential@1.1.1 DONE}
  193. grassworld-1.1.4.jar Grass World {grassworld@1.1.4 DONE}
  194. instantunify-1.14.4-1.0.0.jar InstantUnify {instantunify@1.0.0 DONE}
  195. inventorysorter-1.14.4-15.2.0.jar Simple Inventory Sorter {inventorysorter@15.2.0 DONE}
  196. InventorySpam-1.14.4-1.2.1.jar Inventory Spam {inventoryspam@version DONE}
  197. ironchest-1.14.4-9.0.4.jar Iron Chests {ironchest@1.14.3-9.0.3 DONE}
  198. LargeFluidTank-14.7.4.jar FluidTank {fluidtank@14.7.4 DONE}
  199. LetMeSleep-v1.0-1.14.3.jar Let Me Sleep {letmesleep@1.0 DONE}
  200. levelhearts-1.14.4-1.1.2.jar LevelHearts {levelhearts@1.1.2 DONE}
  201. LinkedDestruction-1.14.4-0.6.0.jar Linked Destruction {linkeddestruction@1.14.4-0.6.0.9999 DONE}
  202. maggotcheesemod-1.0.jar Maggot Cheese Mod {maggotcheesemod@1 DONE}
  203. MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {mcfurnace@1.3.0 DONE}
  204. metalbarrels-1.3c.jar Metal Barrels {metalbarrels@1.3c DONE}
  205. mining_dimension-1.14.4-1.0.7.jar Mining World {mining_dimension@1.14.4-1.0.7 DONE}
  206. More+Dogs-1.0.1.jar More Dog Breeds {moredogs@1.0.1 DONE}
  207. morecharcoal-1.14.4-5.jar More Charcoal {morecharcoal@1.14.4-5 DONE}
  208. moreprog-1.14.4-0.4.2.jar MoreProgression {moreprogression@0.4.2 DONE}
  209. Morpheus-1.14.4-4.2.42.jar Morpheus {morpheus@version DONE}
  210. music_player-1.14.4-2.0.3.43.jar Music Player {musicplayer@2.0.3.43 DONE}
  211. mysticalwildlife-1.14.4-1.3.3.jar Mystical Wildlife {mysticalwildlife@1.3.3 DONE}
  212. ncc_1.14.4-1.1.jar Naturally Charged Creepers {ncc@1.1 DONE}
  213. Neat+1.5-18.jar Neat {neat@1.5-18 DONE}
  214. netherportalspread_1.1.jar Nether Portal Spread {nps@1.1 DONE}
  215. nifty-1.14.4-2.6.jar Nifty {nifty@2.6 DONE}
  216. petbat-1.14.4.2.jar Pet Bat {petbat@1.14.3.1 DONE}
  217. PGA-1.14.4-1.0.1.2.jar Public GUI Announcement {publicguiannouncement@1.0.1.2 DONE}
  218. Ping-1.14.4-1.6.3.jar Ping {ping@1.14.4-1.6.3 DONE}
  219. portality-1.14.4-2.0.0-5f9c6a1.jar Portality {portality@NONE DONE}
  220. PrettyBeaches_1.14.4-3.0.7.jar Pretty Beaches {prettybeaches@3.0.7 DONE}
  221. ProgressiveBosses-2.1.2.jar Progressive Bosses {progressivebosses@2.1.2 DONE}
  222. RandomThings-MC1.14.4-5.0.1.jar Random Things {randomthings@5.0.1 DONE}
  223. reap-1.10.1.jar Reap Mod {reap@1.10.1 DONE}
  224. recycler-1.0.0.jar Recycler {recycler@1.0.0 DONE}
  225. respawnablepets-1.0.5.1.jar Respawnable Pets {respawnablepets@1.0.5.1 DONE}
  226. roadstuff-1.14.4-2.0.5.0.jar Road Stuff 2 {roadstuff@1.14.4-2.0.5.0 DONE}
  227. Rocket+Squids+1.14.4-1.2.jar Rocket Squids {rocketsquidsft@1.2 DONE}
  228. rsgauges-1.14.4-1.1.8-b3.jar Redstone Gauges and Switches {rsgauges@1.1.8-b3 DONE}
  229. SilentLib-1.14.4-4.3.2+42.jar Silent Lib {silentlib@4.3.2+42 DONE}
  230. SilentMechanisms-1.14.4-0.5.2+28.jar Silent's Mechanisms {silents_mechanisms@0.5.2+28 DONE}
  231. SimpleDivingGear-3.0.2+mc+1.14.4.jar Simple Diving Gear {simpledivegear@3.0.2 mc 1.14.4 DONE}
  232. SimpleStorageNetwork-1.14.4-0.0.13.jar Simple Storage Network {storagenetwork@1.14.4-0.0.13 DONE}
  233. Simply+Platinum+-+MC+1.14.4+(1.8).jar Simply Platinum {simplyplatinum@1.8 DONE}
  234. simplylight-0.8.7.jar Simply Light {simplylight@0.8.7 DONE}
  235. snowmancy-1.14.x-v1.0.1.jar Snowmancy {snowmancy@v1.0.1 DONE}
  236. SnowRealMagic-1.14.4-1.1.0.jar Snow! Real Magic! {snowrealmagic@1.1.0 DONE}
  237. Kiwi-1.14.4-2.3.3.jar Kiwi {kiwi@2.3.3 DONE}
  238. SpartanShields-1.14.4-2.0.0-beta-1.jar Spartan Shields {spartanshields@1.14.4-2.0.0-beta-1 DONE}
  239. speedyladders-1.14.4-4.jar Speedy Ladders {speedyladders@1.14.4-4 DONE}
  240. Spicy_Coal_2.2_quickpatch.jar Spicy Coal {spicy@2.1 DONE}
  241. StoneChest-1.14.4-1.0.1.jar Stone Chest {stonechest@1.0.1 DONE}
  242. StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {sct@1.0.5 DONE}
  243. StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 DONE}
  244. supertools-1.14.4-2.3.jar Vanilla+ Tools {supertools@version DONE}
  245. swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 DONE}
  246. terrible_chest-1.14.4-3.jar Terrible Chest {terrible_chest@1.14.4-3 DONE}
  247. themidnight-0.4.5.jar The Midnight {midnight@0.4.5 DONE}
  248. TheVeggieWay-1.14.4-2.0.18.jar The Veggie Way {veggie_way@2.0.18 DONE}
  249. titanium-1.14.4-2.2.0-d9775a7.jar Titanium {titanium@1.14.4-2.2.0-d9775a7 DONE}
  250. tombstone-4.1.3-1.14.4.jar Corail Tombstone {tombstone@4.1.3 DONE}
  251. ToolBelt-1.14.4-1.12.0.jar Tool Belt {toolbelt@1.12.0 DONE}
  252. torchmaster-2.0.0.6-alpha.jar Torchmaster {torchmaster@2.0.0.6-alpha DONE}
  253. tramplestopper-1.14.4-2.0.0.22-universal.jar Trample Stopper {tramplestopper@1.14.4-2.0.0.22-universal DONE}
  254. Trapcraft-1.14.4-2.6.1-universal.jar Trapcraft {trapcraft@2.6.1 DONE}
  255. tubesreloaded-1.14.4-1.1.0b.jar Tubes Reloaded {tubesreloaded@1.14.4-1.1.0b DONE}
  256. turtletweaks-1.14.4-1.0.2.jar Turtle Tweaks {turtletweaks@1.14.4-1.0.2 DONE}
  257. u_team_core-1.14.4-2.7.2.131.jar U Team Core {uteamcore@2.7.2.131 DONE}
  258. UndergroundMaterials-1.14.4-1.2.0.jar Underground Materials {undermat@1.2.0 DONE}
  259. Uppers-0.1.10.jar Uppers {uppers@0.1.10 DONE}
  260. upsizer-mc1.14.4-5.0b2.jar Upsizer {upsizer@5.0.0b2 DONE}
  261. usefulmending-1.0.jar Useful Mending {usefulmending@1.0 DONE}
  262. walkthroughberries-1.0a.jar Walk Through Berries {walkthroughberries@1.0a DONE}
  263. WaterStrainer-1.14.4-7.0.2.jar Water Strainer {waterstrainer@1.14.4-7.0.2 DONE}
  264. wild_netherwart-1.14.4-v3.0.jar Wild Netherwart {wildnetherwart@1.0 DONE}
  265. wildnature-2.0.5.jar WildNature Mod {wildnature@2.0.5 DONE}
  266. woolplates-1.14.x-v1.2.jar Wool Pressure Plates {woolplates@v1.2 DONE}
  267. XL-Food-Mod-1.14.4-2.1.0.jar XL Food Mod {xlfoodmod@2.1.0 DONE}
  268. yoyos_1.14.4-2.0.0.3.jar Yoyos {yoyos@2.0.0.3 DONE}
  269. forge-1.14.4-28.1.10-universal.jar Forge {forge@28.1.10 DONE}
  270. goprone-1.14.x-1.0.3.jar GoProne {goprone@1.14.x-1.0.3 DONE}
  271. forge-1.14.4-28.1.10-server.jar Minecraft {minecraft@1.14.4 DONE}
  272. Kiwi Modules:
  273. snowrealmagic:snowrealmagic
  274. Player Count: 1 / 7; [ServerPlayerEntity['N_Montana'/43, l='world', x=-9983.49, y=75.00, z=4760.68]]
  275. Data Packs: mod:instantunify, mod:spartanshields, mod:farts, mod:bno, vanilla, mod:yoyos, mod:xlfoodmod, mod:woolplates, mod:wildnetherwart, mod:wildnature, mod:waterstrainer, mod:walkthroughberries, mod:veggie_way, mod:uteamcore, mod:usefulmending, mod:upsizer, mod:uppers, mod:undermat, mod:turtletweaks, mod:tubesreloaded, mod:trapcraft, mod:tramplestopper, mod:torchmaster, mod:torchbowmod, mod:toolbelt, mod:tombstone, mod:titanium (incompatible), mod:terrible_chest, mod:swingthroughgrass, mod:supertools, mod:sulfurpotassiummod, mod:storagenetwork, mod:storagedrawers, mod:stonechest, mod:spicy, mod:speedyladders, mod:snowrealmagic, mod:snowmancy, mod:simplyplatinum, mod:simplylight, mod:simpledivegear, mod:silents_mechanisms, mod:silentlib, mod:sct (incompatible), mod:rsgauges, mod:rocketsquidsft (incompatible), mod:roadstuff, mod:respawnablepets, mod:recycler, mod:reap, mod:randomthings, mod:quarryplus, mod:publicguiannouncement, mod:progressivebosses, mod:prettybeaches, mod:portality (incompatible), mod:ping, mod:petbat, mod:nps, mod:nifty, mod:neat, mod:ncc, mod:mysticalwildlife, mod:musicplayer, mod:morpheus, mod:moreprogression, mod:moredogs, mod:morecharcoal, mod:mining_dimension, mod:midnight, mod:metalbarrels, mod:mcfurnace, mod:maggotcheesemod, mod:linkeddestruction, mod:levelhearts, mod:letmesleep, mod:kiwi, mod:ironchest, mod:inventoryspam, mod:inventorysorter, mod:grassworld, mod:goprone, mod:glassential, mod:gamemodeoverhaul, mod:friendlyfire, mod:forge, mod:followingvillagers (incompatible), mod:fluidtank, mod:flexible_skills, mod:ferroustry, mod:fencejumper, mod:fastleafdecay, mod:farlanders, mod:extraboats, mod:extraanvils, mod:extlights, mod:explorercraft, mod:exp_ore, mod:embellishcraft, mod:elevatorid, mod:dwmh, mod:d2p, mod:cyclic, mod:craftingstation, mod:cosmeticarmorreworked, mod:corail_woodcutter, mod:cookieblock, mod:colytra, mod:coffeespawner, mod:chemlib, mod:cfm, mod:ceilingtorch, mod:carryon, mod:carrots, mod:car, mod:campfiretorches, mod:caelus, mod:bfs (incompatible), mod:bettertridentreturn, mod:bettertitlescreen, mod:betteranimalsplus, mod:betteranimals, mod:bambooeverything, mod:animalnet, mod:angelring, mod:alib, mod:alchemistry, mod:airhop, mod:aerialaffinity, mod:adventurepack, file/worldloader b2.zip (incompatible)
  276. Is Modded: Definitely; Server brand changed to 'forge'
  277. Type: Dedicated Server (map_server.txt)ꚠ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement