Giter Site home page Giter Site logo

gatocreador887 / meanmobs Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 337 KB

A Minecraft mod.

Home Page: https://minecraft.curseforge.com/projects/mean-mobs

License: GNU General Public License v3.0

Java 100.00%
minecraft-mod minecraft-forge minecraft monsters

meanmobs's People

Contributors

gatocreador887 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

michiblack

meanmobs's Issues

Server Crash

Hello, my server crashed and it seems to be related to your mod. This happened a few seconds after an Undying Zombie went up into flames.

---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.12.2-4.1.4.jar)
OpenEyePlugin (OpenEye-1.12.1-0.8.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
LoadingPlugin (noPotionGlint_v1.0.0formc1.12.2.jar)
LoadingPlugin (Skillable-beta-10.jar)
MMFMLCorePlugin (MultiMine-1.12.2.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
LoadingPlugin (NoNausea-MC1.12-1.0.jar)
TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.89-universal.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
SCFMLCorePlugin (StalkerCreepers-1.12.1.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.7.jar)
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
LittlePatchingLoader (LittleTiles_v1.5.0-pre83_mc1.12.2.jar)
ComfortsCoreLoadingPlugin (comforts-1.12.2-1.1.0.2.jar)
CreativePatchingLoader (CreativeCore_v1.9.19_mc1.12.2.jar)
Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
MovingWorldCore (movingworld-1.12-6.342-full.jar)
BetterSprintingCore (BetterSprinting++MC-1.12.2++v2.1.1.jar)
HammerCoreCore (HammerCore-1.12.2-1.9.7.0.jar)
LoadingPlugin (Quark-r1.4-122.jar)
Contact their authors BEFORE contacting forge

// Everything's going to plan. No, really, that was supposed to happen.

Time: 3/9/18 6:47 PM
Description: Ticking entity

java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
at creepersgalore.meanmobs.init.entity.EntityUtils.summonMob(EntityUtils.java:150)
at creepersgalore.meanmobs.init.eventhandlers.MeanMobsEntityEditor.onSkeletonHurt(MeanMobsEntityEditor.java:239)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_951_MeanMobsEntityEditor_onSkeletonHurt_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:574)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1401)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:917)
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70)
at net.minecraft.entity.projectile.EntityArrow.func_184549_a(EntityArrow.java:369)
at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(EntityArrow.java:267)
at net.minecraft.entity.projectile.EntityTippedArrow.func_70071_h_(SourceFile:98)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 22 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Server thread
Stacktrace:
at creepersgalore.meanmobs.init.entity.EntityUtils.summonMob(EntityUtils.java:150)
at creepersgalore.meanmobs.init.eventhandlers.MeanMobsEntityEditor.onSkeletonHurt(MeanMobsEntityEditor.java:239)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_951_MeanMobsEntityEditor_onSkeletonHurt_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:574)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1401)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:917)
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70)
at net.minecraft.entity.projectile.EntityArrow.func_184549_a(EntityArrow.java:369)
at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(EntityArrow.java:267)
at net.minecraft.entity.projectile.EntityTippedArrow.func_70071_h_(SourceFile:98)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)

-- Entity being ticked --
Details:
Entity Type: minecraft:arrow (net.minecraft.entity.projectile.EntityTippedArrow)
Entity ID: 23839
Entity Name: Arrow
Entity's Exact location: 65.79, 24.67, 483.93
Entity's Block location: World: (65,24,483), Chunk: (at 1,1,3 in 4,30; contains blocks 64,0,480 to 79,255,495), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.28, -0.60, -1.59
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['Spazmunki13'/2581, l='world', x=-15.84, y=63.00, z=545.44]]
Chunk stats: ServerChunkCache: 788 Drop: 0
Level seed: -5954946537286079412
Level generator: ID 07 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-112,64,256), Chunk: (at 0,4,0 in -7,16; contains blocks -112,0,256 to -97,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 11517 game time, 11517 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 65098 (now: false), thunder time: 46854 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1064318952 bytes (1015 MB) / 3397386240 bytes (3240 MB) up to 3819962368 bytes (3643 MB)
JVM Flags: 2 total; -Xms1024M -Xmx4098M
IntCache: cache: 0, tcache: 8, allocated: 8, tallocated: 86
FML: MCP 9.42 Powered by Forge 14.23.2.2624 172 mods loaded, 172 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State     | ID                                           | Version                  | Source                                          | Signature                                |
|:--------- |:-------------------------------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft                                    | 1.12.2                   | minecraft.jar                                   | None                                     |
| UCHIJAAAA | mcp                                          | 9.42                     | minecraft.jar                                   | None                                     |
| UCHIJAAAA | FML                                          | 8.0.99.99                | forge-1.12.2-14.23.2.2624-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge                                        | 14.23.2.2624             | forge-1.12.2-14.23.2.2624-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | creativecoredummy                            | 1.0.0                    | minecraft.jar                                   | None                                     |
| UCHIJAAAA | ivtoolkit                                    | 1.3.3-1.12               | minecraft.jar                                   | None                                     |
| UCHIJAAAA | littletilescore                              | 1.0.0                    | minecraft.jar                                   | None                                     |
| UCHIJAAAA | OpenEye                                      | 0.8                      | OpenEye-1.12.1-0.8.jar                          | None                                     |
| UCHIJAAAA | com.elytradev.movingworld.common.asm.coremod |                          | minecraft.jar                                   | None                                     |
| UCHIJAAAA | openmodscore                                 | 0.11.5                   | minecraft.jar                                   | None                                     |
| UCHIJAAAA | foamfixcore                                  | 7.7.4                    | minecraft.jar                                   | None                                     |
| UCHIJAAAA | movillages                                   | 1.5.4                    | [1.12]MoVillages-1.5.4.jar                      | None                                     |
| UCHIJAAAA | baubles                                      | 1.5.2                    | Baubles-1.12-1.5.2.jar                          | None                                     |
| UCHIJAAAA | chisel                                       | MC1.12.2-0.2.0.31        | Chisel-MC1.12.2-0.2.0.31.jar                    | None                                     |
| UCHIJAAAA | crafttweaker                                 | 4.1.4                    | CraftTweaker2-1.12-4.1.4.jar                    | None                                     |
| UCHIJAAAA | mtlib                                        | @VERSION@                | MTLib-3.0.2.jar                                 | None                                     |
| UCHIJAAAA | modtweaker                                   | 4.0.8                    | modtweaker-4.0.8.jar                            | None                                     |
| UCHIJAAAA | jei                                          | 4.8.5.159                | jei_1.12.2-4.8.5.159.jar                        | None                                     |
| UCHIJAAAA | mantle                                       | 1.12-1.3.1.21            | Mantle-1.12-1.3.1.21.jar                        | None                                     |
| UCHIJAAAA | tconstruct                                   | 1.12.2-2.9.1.65          | TConstruct-1.12.2-2.9.1.65.jar                  | None                                     |
| UCHIJAAAA | extrautils2                                  | 1.0                      | extrautils2-1.12-1.7.4.jar                      | None                                     |
| UCHIJAAAA | flyringbaublemod                             | 0.3.1_1.12-d4e654e       | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar     | None                                     |
| UCHIJAAAA | biomesoplenty                                | 7.0.1.2330               | BiomesOPlenty-1.12.2-7.0.1.2330-universal.jar   | None                                     |
| UCHIJAAAA | botania                                      | r1.10-353                | Botania+r1.10-353.jar                           | None                                     |
| UCHIJAAAA | craftstudioapi                               | 1.0.0                    | CraftStudio-1.0.0.93-mc1.12-alpha.jar           | None                                     |
| UCHIJAAAA | quark                                        | r1.4-122                 | Quark-r1.4-122.jar                              | None                                     |
| UCHIJAAAA | animania                                     | 1.4.6                    | animania-1.12.2-1.4.6.jar                       | None                                     |
| UCHIJAAAA | applecore                                    | 3.1.1                    | AppleCore-mc1.12.2-3.1.1.jar                    | None                                     |
| UCHIJAAAA | appleskin                                    | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                      | None                                     |
| UCHIJAAAA | aroma1997core                                | 1.3.0.2                  | Aroma1997Core-1.12.2-1.3.0.2.jar                | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aromabackup                                  | 2.1.1.3                  | AromaBackup-1.12.2-2.1.1.3.jar                  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aromabackuprecovery                          | 2.1.1.3                  | AromaBackup-1.12.2-2.1.1.3.jar                  | None                                     |
| UCHIJAAAA | athenaeum                                    | 1.12.2-1.11.6            | athenaeum-1.12.2-1.11.6.jar                     | None                                     |
| UCHIJAAAA | skillable                                    | beta-10                  | Skillable-beta-10.jar                           | None                                     |
| UCHIJAAAA | autoreglib                                   | 1.3-15                   | AutoRegLib-1.3-15.jar                           | None                                     |
| UCHIJAAAA | autowalk                                     | 1.1                      | autowalk-1.12.2-1.0.jar                         | None                                     |
| UCHIJAAAA | baubleofundying                              | 1.0.1                    | BaubleOfUndying-1.12-1.0.1.jar                  | None                                     |
| UCHIJAAAA | betteradvancements                           | 0.0.5.17                 | BetterAdvancements-1.12.2-0.0.5.17.jar          | None                                     |
| UCHIJAAAA | betterbuilderswands                          | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None                                     |
| UCHIJAAAA | bettersprinting                              | 2.1.1                    | BetterSprinting++MC-1.12.2++v2.1.1.jar          | None                                     |
| UCHIJAAAA | bibliocraft                                  | 2.4.3                    | BiblioCraft[v2.4.3][MC1.12.0].jar               | None                                     |
| UCHIJAAAA | bookshelf                                    | 2.3.531                  | Bookshelf-1.12.2-2.3.531.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | bullseye                                     | 3.0.4                    | Bullseye-1.12.2-3.0.4.jar                       | None                                     |
| UCHIJAAAA | canijoinnow                                  | @VERSION@                | CanIJoinNow-1.12.1-1.1-3.jar                    | None                                     |
| UCHIJAAAA | chiselsandbits                               | 14.15                    | chiselsandbits-14.15.jar                        | None                                     |
| UCHIJAAAA | ichunutil                                    | 7.1.4                    | iChunUtil-1.12.2-7.1.4.jar                      | None                                     |
| UCHIJAAAA | ftbl                                         | 4.2.5                    | FTBLib-4.2.5.jar                                | None                                     |
| UCHIJAAAA | ftbu                                         | 4.2.4                    | FTBUtilities-4.2.4.jar                          | None                                     |
| UCHIJAAAA | carryon                                      | 1.7.2                    | CarryOn+MC1.12.2+v1.7.2.jar                     | None                                     |
| UCHIJAAAA | cathealing                                   | 1.0.0                    | cathealing-1.0.0.jar                            | None                                     |
| UCHIJAAAA | ceramics                                     | 1.12-1.3.3b              | Ceramics-1.12-1.3.3b.jar                        | None                                     |
| UCHIJAAAA | cfm                                          | 4.1.5                    | cfm-4.1.5-mc1.12.2.jar                          | None                                     |
| UCHIJAAAA | chameleon                                    | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                        | None                                     |
| UCHIJAAAA | codechickenlib                               | 3.1.5.331                | CodeChickenLib-1.12.2-3.1.5.331-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | redstoneflux                                 | 2.0.1                    | RedstoneFlux-1.12-2.0.1.2-universal.jar         | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAA | cofhcore                                     | 4.3.10                   | CoFHCore-1.12.2-4.3.10.5-universal.jar          | None                                     |
| UCHIJAAAA | cofhworld                                    | 1.1.1                    | CoFHWorld-1.12.2-1.1.1.12-universal.jar         | None                                     |
| UCHIJAAAA | cyclopscore                                  | 0.11.4                   | CyclopsCore-1.12.2-0.11.4.jar                   | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | colossalchests                               | 1.6.9                    | ColossalChests-1.12.2-1.6.9.jar                 | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | morpheus                                     | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                         | None                                     |
| UCHIJAAAA | toughasnails                                 | 3.1.0.89                 | ToughAsNails-1.12.2-3.1.0.89-universal.jar      | None                                     |
| UCHIJAAAA | comforts                                     | 1.1.0.2                  | comforts-1.12.2-1.1.0.2.jar                     | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | conarm                                       | 0.0.7.1-a                | conarm-1.12.2-0.0.7.1-a.jar                     | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | cookingforblockheads                         | 6.3.17                   | CookingForBlockheads_1.12.1-6.3.17.jar          | None                                     |
| UCHIJAAAA | craftingtweaks                               | 8.1.6                    | CraftingTweaks_1.12.1-8.1.6.jar                 | None                                     |
| UCHIJAAAA | crafttweakerjei                              | 2.0.0                    | CraftTweaker2-1.12-4.1.4.jar                    | None                                     |
| UCHIJAAAA | creativecore                                 | 1.9.9                    | CreativeCore_v1.9.19_mc1.12.2.jar               | None                                     |
| UCHIJAAAA | cttinycoal                                   | 1.12.2-1.0.2             | cttinycoal-1.12.2-1.0.2.jar                     | None                                     |
| UCHIJAAAA | dailies                                      | 1.12.2-6                 | dailies-1.12.2-6.jar                            | None                                     |
| UCHIJAAAA | movingworld                                  | 1.12-6.342               | movingworld-1.12-6.342-full.jar                 | None                                     |
| UCHIJAAAA | davincisvessels                              | @DVESSELSVER@            | davincisvessels-1.12-6.340-full.jar             | None                                     |
| UCHIJAAAA | dazzle                                       | 0.0.0                    | dazzle-1.0.jar                                  | None                                     |
| UCHIJAAAA | deadwood                                     | 1.2                      | DeadWood-1.2.jar                                | None                                     |
| UCHIJAAAA | ptrmodellib                                  | 1.0.0                    | Decocraft-2.5.4_1.12.2.jar                      | None                                     |
| UCHIJAAAA | props                                        | 2.5.4                    | Decocraft-2.5.4_1.12.2.jar                      | None                                     |
| UCHIJAAAA | nhc                                          | 4.0.3                    | NHCore-1.12-4.0.3.jar                           | None                                     |
| UCHIJAAAA | dse                                          | A6                       | DeepSeaExpansion-1.12.2-Preview-A6.jar          | None                                     |
| UCHIJAAAA | dsurround                                    | 3.4.9.7                  | DynamicSurroundings-1.12.2-3.4.9.7.jar          | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCHIJAAAA | dynamictrees                                 | 1.12.2-0.7.5a            | DynamicTrees-1.12.2-0.7.5a.jar                  | None                                     |
| UCHIJAAAA | dynamictreesbop                              | alpha 1                  | dynamictreesbop-alpha+1.jar                     | None                                     |
| UCHIJAAAA | earthworks                                   | 1.3.4.3                  | Earthworks-1.12-1.3.6.jar                       | None                                     |
| UCHIJAAAA | enderstorage                                 | 2.4.2.126                | EnderStorage-1.12.2-2.4.2.126-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | environmentalcreepers                        | 1.3.0                    | environmentalcreepers-1.12.2-1.3.0.jar          | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHIJAAAA | exoticbirds                                  | 1.0                      | Exotic+Birds+1.12.2-1.4.1.jar                   | None                                     |
| UCHIJAAAA | extrabitmanipulation                         | 1.12-3.2.1               | ExtraBitManipulation-1.12-3.2.1.jar             | None                                     |
| UCHIJAAAA | fairylights                                  | 2.1.2                    | fairylights-2.1.2-1.12.x.jar                    | None                                     |
| UCHIJAAAA | fastleafdecay                                | v14                      | FastLeafDecay-v14.jar                           | None                                     |
| UCHIJAAAA | felling                                      | 1.3.3                    | felling-1.3.3-1.12.x.jar                        | None                                     |
| UCHIJAAAA | flatcoloredblocks                            | mc1.12-6.6               | flatcoloredblocks-mc1.12-6.6.jar                | None                                     |
| UCHIJAAAA | foamfix                                      | 0.9.4-1.12.2             | FoamFix-1.12.2-0.9.4-Anarchy.jar                | None                                     |
| UCHIJAAAA | forgelin                                     | 1.6.0                    | Forgelin-1.6.0.jar                              | None                                     |
| UCHIJAAAA | forgivingvoid                                | 1.0.12                   | ForgivingVoid_1.12.2-1.0.12.jar                 | None                                     |
| UCHIJAAAA | friendlyfire                                 | 1.5.8                    | FriendlyFire-1.12.2-1.5.8.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | gardenstuff                                  | 1.12-2.1.1               | GardenStuff-1.12-2.1.1.jar                      | None                                     |
| UCHIJAAAA | grue                                         | 1.3.5                    | Grue-1.12-1.3.5.jar                             | None                                     |
| UCHIJAAAA | gbook                                        | 2.0.1                    | Guidebook-1.12.2-2.0.1.jar                      | None                                     |
| UCHIJAAAA | hammercore                                   | 1.9.7.0                  | HammerCore-1.12.2-1.9.7.0.jar                   | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UCHIJAAAA | hardcoredarkness                             | 2.0                      | HardcoreDarkness-MC1.12.2-2.0.jar               | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | hgp                                          | Release                  | hgp-1.0.jar                                     | None                                     |
| UCHIJAAAA | waila                                        | 1.8.23                   | Hwyla-1.8.23-B38_1.12.jar                       | None                                     |
| UCHIJAAAA | igi|toughasnails                             | 1.2                      | IGI-ToughAsNails-1.2.jar                        | None                                     |
| UCHIJAAAA | iguanatweaks                                 | 1.2.0                    | iguanatweaksreborn-1.2.0-mc1.12.x.jar           | None                                     |
| UCHIJAAAA | impstorage                                   | 1.5.0                    | ImpracticalStorage-1.5.0-MC1.12.2.jar           | None                                     |
| UCHIJAAAA | incontrol                                    | 3.7.1                    | incontrol-1.12-3.7.1.jar                        | None                                     |
| UCHIJAAAA | ic2                                          | 2.8.16-ex112             | industrialcraft-2-2.8.16-ex112.jar              | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHIJAAAA | infernalmobs                                 | 1.7.5                    | InfernalMobs-1.12.2.jar                         | None                                     |
| UCHIJAAAA | lunatriuscore                                | 1.2.0.42                 | LunatriusCore-1.12.2-1.2.0.42-universal.jar     | None                                     |
| UCHIJAAAA | ingameinfoxml                                | 2.8.2.94                 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar     | None                                     |
| UCHIJAAAA | inspirations                                 | 1.12.2-0.1.3             | Inspirations-1.12.2-0.1.3.jar                   | None                                     |
| UCHIJAAAA | instantunify                                 | 1.1.1                    | instantunify-1.12.2-1.1.1.jar                   | None                                     |
| UCHIJAAAA | inventorytweaks                              | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                        | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | jepb                                         | 1.2.1                    | jepb-1.12-1.2.1.jar                             | None                                     |
| UCHIJAAAA | journeymap                                   | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                     | None                                     |
| UCHIJAAAA | jaff                                         | 1.7_for_1.12             | JustAFewFish-1.7_for_1.12.jar                   | None                                     |
| UCHIJAAAA | laggoggles                                   | FORGE-1.12.2-4.1         | LagGoggles-FORGE-1.12.2-4.1.jar                 | None                                     |
| UCHIJAAAA | littletiles                                  | 1.5.0                    | LittleTiles_v1.5.0-pre83_mc1.12.2.jar           | None                                     |
| UCHIJAAAA | radixcore                                    | 1.12.x-2.2.1             | RadixCore-1.12.x-2.2.1-universal.jar            | None                                     |
| UCHIJAAAA | mca                                          | 1.12.2-5.3.1             | MCA-1.12.x-5.3.1-universal.jar                  | None                                     |
| UCHIJAAAA | meanmobs                                     | 1.0.0                    | meanmobs-[1.0]-{1.12.2}.jar                     | None                                     |
| UCHIJAAAA | megaloot                                     | 0.1.4                    | megaloot-1.12.2-0.1.4.jar                       | None                                     |
| UCHIJAAAA | mfb                                          | 0.1.2-alpha              | mfb-0.1.2-alpha.jar                             | None                                     |
| UCHIJAAAA | moarboats                                    | 1.2.1                    | moarboats-1.12.2-1.2.1.jar                      | None                                     |
| UCHIJAAAA | mobamputation                                | 7.0.0                    | MobAmputation-1.12.2-7.0.0.jar                  | None                                     |
| UCHIJAAAA | moreplayermodels                             | 1.12.2                   | MorePlayerModels_1.12.2(18jan18).jar            | None                                     |
| UCHIJAAAA | multimine                                    | 1.5.8                    | MultiMine-1.12.2.jar                            | None                                     |
| UCHIJAAAA | natura                                       | 1.12.2-4.3.2.42          | natura-1.12.2-4.3.2.42.jar                      | None                                     |
| UCHIJAAAA | netherportalfix                              | 5.3.13                   | NetherPortalFix_1.12.1-5.3.13.jar               | None                                     |
| UCHIJAAAA | recipehandler                                | 0.10                     | NoMoreRecipeConflict-0.10(1.12.2).jar           | None                                     |
| UCHIJAAAA | nonausea                                     | 1.0                      | NoNausea-MC1.12-1.0.jar                         | None                                     |
| UCHIJAAAA | obsidianplates                               | 1.3.0                    | ObsidianPlates-1.3.0_1.12.jar                   | None                                     |
| UCHIJAAAA | openmods                                     | 0.11.5                   | OpenModsLib-1.12.2-0.11.5.jar                   | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | openblocks                                   | 1.7.6                    | OpenBlocks-1.12.2-1.7.6.jar                     | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | harvestcraft                                 | 1.12.2q                  | Pam's+HarvestCraft+1.12.2q.jar                  | None                                     |
| UCHIJAAAA | ping                                         | 1.4.2                    | Ping-1.12-1.4.2.jar                             | None                                     |
| UCHIJAAAA | thermalfoundation                            | 2.3.10                   | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None                                     |
| UCHIJAAAA | twilightforest                               | 3.6.345                  | twilightforest-1.12.2-3.6.345-universal.jar     | None                                     |
| UCHIJAAAA | plustic                                      | 6.3.6.2                  | plustic-6.3.6.2.jar                             | None                                     |
| UCHIJAAAA | potionfingers                                | r1.0-2                   | PotionFingers-r1.0-2.jar                        | None                                     |
| UCHIJAAAA | powerdrop                                    | MC1.12.2-1.1.0           | PowerDrop-MC1.12.2-1.1.0.jar                    | None                                     |
| UCHIJAAAA | rustic                                       | 1.0.1                    | rustic-1.0.1.jar                                | None                                     |
| UCHIJAAAA | thermalexpansion                             | 5.3.10                   | ThermalExpansion-1.12.2-5.3.10.15-universal.jar | None                                     |
| UCHIJAAAA | primal                                       | 0.6.40                   | PrimalCore-1.12.2-0.6.40.jar                    | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UCHIJAAAA | primitivemobs                                | 1.1.6                    | primitivemobs-1.1.6_beta.jar                    | None                                     |
| UCHIJAAAA | randomthings                                 | 4.1.4                    | RandomThings-MC1.12.2-4.1.4.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | reccomplex                                   | 1.4.7                    | RecurrentComplex-1.4.7.jar                      | None                                     |
| UCHIJAAAA | rockhounding_core                            | 3.06                     | rockhounding_core-1.12.2-3.06.jar               | None                                     |
| UCHIJAAAA | rockhounding_chemistry                       | 1.12.2-3.05              | rockhounding_chemistry-1.12.2-3.05.jar          | None                                     |
| UCHIJAAAA | rockhounding_rocks                           | 1.12.2-3.07              | rockhounding_rocks-1.12.2-3.07.jar              | None                                     |
| UCHIJAAAA | rockhounding_surface                         | 1.12.2-3.05              | rockhounding_surface-1.12.2-3.05.jar            | None                                     |
| UCHIJAAAA | roughtweaks                                  | 1.0                      | roughTweaks0.2.3-1.12.jar                       | None                                     |
| UCHIJAAAA | slurp                                        | 0.3                      | slurp-1.12-0.3.jar                              | None                                     |
| UCHIJAAAA | sophisticatedwolves                          | 3.13.2                   | SophisticatedWolves-1.12.2-3.13.2.jar           | None                                     |
| UCHIJAAAA | spartanshields                               | 1.4.1                    | SpartanShields-1.12.2-1.4.1.jar                 | None                                     |
| UCHIJAAAA | spiceoflife                                  | 1.3.11                   | SpiceOfLife-mc1.12-1.3.11.jar                   | None                                     |
| UCHIJAAAA | stackie                                      | 1.6.0.48                 | Stackie-1.12.2-1.6.0.48-universal.jar           | None                                     |
| UCHIJAAAA | stg                                          | 1.12.2-1.2.3             | stg-1.12.2-1.2.3.jar                            | None                                     |
| UCHIJAAAA | storagedrawers                               | 1.12-5.2.5               | StorageDrawers-1.12.2-5.3.5.jar                 | None                                     |
| UCHIJAAAA | storagedrawersextra                          | @VERSION@                | StorageDrawersExtras-1.12-3.1.0.jar             | None                                     |
| UCHIJAAAA | tails                                        | 1.12-1.10.0              | Tails-1.12-1.10.0.jar                           | None                                     |
| UCHIJAAAA | tcomplement                                  | ${version}               | TinkersComplement-1.12.1-0.2.2b.jar             | None                                     |
| UCHIJAAAA | tombmanygraves                               | @VERSION@                | TombManyGraves-1.12-4.0.2.jar                   | None                                     |
| UCHIJAAAA | torchmaster                                  | 1.6.1.53                 | torchmaster_1.12.2-1.6.1.53.jar                 | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCHIJAAAA | totemic                                      | 1.12.2-0.10.2            | Totemic-1.12.2-0.10.2.jar                       | 21d11d7bf4d97b465382a1f95428029aac6daaea |
| UCHIJAAAA | veining                                      | 1.2.2                    | veining-1.2.2-1.12.2.jar                        | None                                     |
| UCHIJAAAA | vials                                        | 1.2.1.5                  | Vials-MC1.12-1.2.1.5.jar                        | None                                     |
| UCHIJAAAA | wanionlib                                    | 1.12.2-1.5               | WanionLib-1.12.2-1.5.jar                        | None                                     |
| UCHIJAAAA | wawla                                        | 2.5.251                  | Wawla-1.12.2-2.5.251.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | wearablebackpacks                            | 3.1.2                    | WearableBackpacks-1.12.2-3.1.2.jar              | None                                     |
| UCHIJAAAA | dropt                                        | 1.12.2-1.6.10            | dropt-1.12.2-1.6.10.jar                         | None                                     |
| UCHIJAAAA | gravelores                                   | 1.8                      | gravelores-1.8.jar                              | None                                     |
| UCHIJAAAA | hungeroverhaul                               | 1.12.2-1.3.1.jenkins144  | HungerOverhaul-1.12.2-1.3.1.jenkins144.jar      | None                                     |
| UCHIJAAAA | unidict                                      | 1.12.2-2.4               | UniDict-1.12.2-2.4.jar                          | None                                     |

Loaded coremods (and transformers): 

LoadingPlugin (RandomThings-MC1.12.2-4.1.4.jar)
lumien.randomthings.asm.ClassTransformer
OpenEyePlugin (OpenEye-1.12.1-0.8.jar)
openeye.asm.MultiTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (noPotionGlint_v1.0.0formc1.12.2.jar)
com.core.ASMTransformer
LoadingPlugin (Skillable-beta-10.jar)
vazkii.skillable.base.asm.ClassTransformer
MMFMLCorePlugin (MultiMine-1.12.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
lumien.hardcoredarkness.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
squeek.applecore.asm.TransformerModuleHandler
IvToolkit (IvToolkit-1.3.3-1.12.jar)

LoadingPlugin (NoNausea-MC1.12-1.0.jar)
lumien.nonausea.asm.ClassTransformer
TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.89-universal.jar)
toughasnails.asm.transformer.CropDecayTransformer
toughasnails.asm.transformer.EntityRendererTransformer
toughasnails.asm.transformer.WorldTransformer
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
SCFMLCorePlugin (StalkerCreepers-1.12.1.jar)
atomicstryker.stalkercreepers.common.SCTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
openmods.core.OpenModsClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.7.jar)
org.blockartistry.DynSurround.asm.Transformer
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)

LittlePatchingLoader (LittleTiles_v1.5.0-pre83_mc1.12.2.jar)
com.creativemd.littletiles.LittleTilesTransformer
ComfortsCoreLoadingPlugin (comforts-1.12.2-1.1.0.2.jar)
c4.comforts.asm.SleepTransformer
CreativePatchingLoader (CreativeCore_v1.9.19_mc1.12.2.jar)

Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
com.chocohead.biab.BornInABarn
ForgelinPlugin (Forgelin-1.6.0.jar)

MovingWorldCore (movingworld-1.12-6.342-full.jar)

BetterSprintingCore (BetterSprinting++MC-1.12.2++v2.1.1.jar)
chylex.bettersprinting.system.core.TransformerEntityPlayerSP
HammerCoreCore (HammerCore-1.12.2-1.9.7.0.jar)
com.pengu.hammercore.asm.HammerCoreTransformer
LoadingPlugin (Quark-r1.4-122.jar)
vazkii.quark.base.asm.ClassTransformer
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)

Pulsar/inspirations loaded Pulses: 
	- InspirationsShared (Enabled/Forced)
	- InspirationsBuilding (Enabled/Not Forced)
	- InspirationsUtility (Enabled/Not Forced)
	- InspirationsRecipes (Enabled/Not Forced)
	- InspirationsTweaks (Enabled/Not Forced)
	- InspirationsShared (Enabled/Forced)
	- ToughAsNailsPlugin (Enabled/Not Forced)

Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)
	- craftingtweaksIntegration (Enabled/Not Forced)

Pulsar/tcomplement loaded Pulses: 
	- ModuleCommons (Enabled/Forced)
	- ModuleFeature (Enabled/Not Forced)
	- CeramicsPlugin (Enabled/Not Forced)
	- ChiselPlugin (Enabled/Not Forced)

Profiler Position: N/A (disabled)
Player Count: 1 / 5; [EntityPlayerMP['Spazmunki13'/2581, l='world', x=-15.84, y=63.00, z=545.44]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

Problem editing navigator

Greetings,

Error:

[20:30:33] [Client thread/ERROR] [meanmobs]: Problem editing navigator: java.lang.NoSuchFieldException: navigator

The log is spammed to the brim with this; while it might not be significant, this is definitely not optimal.

Thank you,

server crash

Hello

my server crashes the errors indicate that the mods would be the reason for the crash.

can you help me?

Description: Ticking entity

java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)
at java.util.HashMap$ValueIterator.next(HashMap.java:1474)
at net.minecraft.world.World.addTileEntities(World.java:1949)
at net.minecraft.world.chunk.Chunk.onLoad(Chunk.java:856)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:135)
at net.minecraft.world.World.getChunk(World.java:310)
at net.minecraft.world.World.getChunk(World.java:305)
at net.minecraft.world.World.getBlockState(World.java:911)
at gatogamer887.meanmobs.init.entity.ai.EntityAIBreakTorch.shouldMoveTo(EntityAIBreakTorch.java:90)
at net.minecraft.entity.ai.EntityAIMoveToBlock.searchForDestination(SourceFile:83)
at net.minecraft.entity.ai.EntityAIMoveToBlock.shouldExecute(SourceFile:38)
at gatogamer887.meanmobs.init.entity.ai.EntityAIBreakTorch.shouldExecute(EntityAIBreakTorch.java:44)
at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(SourceFile:94)
at net.minecraft.entity.EntityLiving.updateEntityActionState(EntityLiving.java:763)
at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:2359)
at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:577)
at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:45)
at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:223)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2179)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295)
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:50)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
at net.minecraft.world.World.updateEntity(World.java:1958)
at net.minecraft.world.World.redirect$updateEntity$zzn000(World.java:4123)
at net.minecraft.world.World.updateEntities(World.java:1762)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:748)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Entity being ticked --
Entity Type: minecraft:zombie (net.minecraft.entity.monster.EntityZombie)
Entity ID: 231158
Entity Name: Zombie
Entity's Exact location: 437.50, 18.00, -117.50
Entity's Block location: World: (437,18,-118), Chunk: (at 5,1,10 in 27,-8; contains blocks 432,0,-128 to 447,255,-113), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Entity NBT: {HurtByTimestamp:0,ForgeData:{"mpr:checked":1b,"Potion Core - Health Fix":20.0f,"Potion Core - Jump Boost Updated":1b,HungerOverhaulCheck:9},Attributes:[{Base:1.0d,Name:"dynamicstealth.threatGen"},{Base:1.0d,Name:"dynamicstealth.threatGenTargetSpotted"},{Base:1.0d,Name:"dynamicstealth.threatGenAttackedBySame"},{Base:1.0d,Name:"dynamicstealth.threatGenDamageDealt"},{Base:1.0d,Name:"dynamicstealth.threatGenWarned"},{Base:1.0d,Name:"dynamicstealth.threatGenAllyKilled"},{Base:1.0d,Name:"dynamicstealth.threatGenTargetVisible"},{Base:1.0d,Name:"dynamicstealth.threatDeg"},{Base:1.0d,Name:"dynamicstealth.threatDegTargetNotVisible"},{Base:1.0d,Name:"dynamicstealth.threatDegFlee"},{Base:100.0d,Name:"dynamicstealth.visibilityReduction"},{Base:100.0d,Name:"dynamicstealth.sight"},{Base:100.0d,Name:"dynamicstealth.noiseReduction"},{Base:100.0d,Name:"dynamicstealth.hearing"},{Base:100.0d,Name:"dynamicstealth.scentReduction"},{Base:100.0d,Name:"dynamicstealth.smelling"},{Base:1.0d,Name:"potioncore.projectileDamage"},{Base:1.0d,Name:"potioncore.magicDamage"},{Base:1.0d,Name:"potioncore.jumpHeight"},{Base:1.0d,Name:"potioncore.damageResistance"},{Base:0.0d,Name:"potioncore.magicShielding"},{Base:20.0d,Modifiers:[{UUIDMost:702280092658976532L,UUIDLeast:-8994921507021779159L,Amount:0.0d,Operation:0,Name:"healthMod"},{UUIDMost:-6580384776259419406L,UUIDLeast:-7949427622950803282L,Amount:0.0d,Operation:0,Name:"healthMod"},{UUIDMost:-5363933275426108032L,UUIDLeast:-6604742071567359367L,Amount:0.0d,Operation:0,Name:"healthMod"},{UUIDMost:2122336003752873715L,UUIDLeast:-7292635908536997507L,Amount:0.0d,Operation:0,Name:"healthMod"}],Name:"generic.maxHealth"},{Base:0.0d,Modifiers:[{UUIDMost:-6684716972548208054L,UUIDLeast:-6740027136998591884L,Amount:0.005099501752963057d,Operation:0,Name:"Random spawn bonus"}],Name:"generic.knockbackResistance"},{Base:0.23000000417232513d,Modifiers:[{UUIDMost:-1138117912447793447L,UUIDLeast:-6841826559192365793L,Amount:0.0d,Operation:0,Name:"speedMod"},{UUIDMost:8144722948526719024L,UUIDLeast:-7778190119041365872L,Amount:-0.30000001192092896d,Operation:2,Name:"effect.moveSlowdown 1"},{UUIDMost:-8844967546078280867L,UUIDLeast:-9085978999726079297L,Amount:0.0d,Operation:0,Name:"speedMod"},{UUIDMost:-3352991548011297109L,UUIDLeast:-5618589832416726661L,Amount:0.0d,Operation:0,Name:"speedMod"},{UUIDMost:-4644291841939652343L,UUIDLeast:-8396113997517759818L,Amount:0.0d,Operation:0,Name:"speedMod"}],Name:"generic.movementSpeed"},{Base:2.0d,Name:"generic.armor"},{Base:0.0d,Name:"generic.armorToughness"},{Base:1.0d,Name:"forge.swimSpeed"},{Base:35.0d,Modifiers:[{UUIDMost:-2797546335366263108L,UUIDLeast:-6206981962683180396L,Amount:15.0d,Operation:0,Name:"followRangeMod"},{UUIDMost:8266040962596357429L,UUIDLeast:-5463018782143347317L,Amount:-0.0450141644127774d,Operation:1,Name:"Random spawn bonus"},{UUIDMost:4267069370195853934L,UUIDLeast:-5885263340089909314L,Amount:0.0d,Operation:0,Name:"followRangeMod"},{UUIDMost:5045085955061402322L,UUIDLeast:-4627890311027733859L,Amount:15.0d,Operation:0,Name:"followRangeMod"},{UUIDMost:-1971125630711478030L,UUIDLeast:-5353425333509715359L,Amount:0.0d,Operation:0,Name:"followRangeMod"}],Name:"generic.followRange"},{Base:3.0d,Name:"generic.attackDamage"},{Base:0.0d,Name:"zombie.spawnReinforcements"}],Invulnerable:0b,FallFlying:0b,PortalCooldown:0,AbsorptionAmount:0.0f,FallDistance:0.0f,DeathTime:0s,ForgeCaps:{"dsurround:data":{a:0b,f:0b},"mujmajnkraftsbettersurvival:nunchakucombo":{Time:0,Power:0.0f},"mujmajnkraftsbettersurvival:weaponeff":{Hits:0},"mujmajnkraftsbettersurvival:spearsin":[],"lbm:bleedable":{BodyMass:117.00000762939453d,BloodCount:234,BPM:60},"wearablebackpacks:backpack":{},"mw:exposure":[]},HandDropChances:[0.085f,0.085f],PersistenceRequired:0b,Motion:[0.0d,0.0d,0.0d],Leashed:0b,UUIDLeast:-8043575269347209229L,Health:20.0f,LeftHanded:0b,Air:300s,OnGround:0b,Dimension:0,Rotation:[103.83919f,0.0f],UpdateBlocked:0b,HandItems:[{id:"minecraft:wooden_sword",Count:1b,Damage:0s},{}],ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],UUIDMost:1330947744343870433L,Pos:[437.5d,18.0d,-117.5d],CanBreakDoors:0b,Fire:-1s,ArmorItems:[{},{},{},{}],CanPickUpLoot:0b,HurtTime:0s,SurgeAABB:[437.19999998807907d,18.0d,-117.80000001192093d,437.80000001192093d,19.950000047683716d,-117.19999998807907d],ActiveEffects:[{Ambient:0b,CurativeItems:[{ForgeCaps:{"foodfunk:rot":{start:0L,time:0L}},id:"minecraft:milk_bucket",Count:1b,Damage:0s}],ShowParticles:0b,Duration:999999,Id:48b,Amplifier:0b},{Ambient:0b,CurativeItems:[{ForgeCaps:{"foodfunk:rot":{start:0L,time:0L}},id:"minecraft:milk_bucket",Count:1b,Damage:0s}],ShowParticles:0b,Duration:999999,Id:2b,Amplifier:1b}]}

-- Affected level --
Level name: world
All players: 1 total; [EntityPlayerMP['Max'/2435, l='world', x=551.14, y=63.00, z=-224.74]]
Chunk stats: ServerChunkCache: 692 Drop: 0
Level seed: 9054629719962649426
Level generator: ID 07 - RTG, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (224,77,-16), Chunk: (at 0,4,0 in 14,-1; contains blocks 224,0,-16 to 239,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 258554 game time, 2104 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 50794 (now: false), thunder time: 89794 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

-- System Details --
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.9.0-12-amd64
Java Version: 1.8.0_242, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1200862632 bytes (1145 MB) / 2201485312 bytes (2099 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -Xms128M -Xmx4096M
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 51
FML: MCP 9.42 Powered by Forge 14.23.5.2847 115 mods loaded, 115 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

   | State  | ID                          | Version                 | Source                                                            | Signature                                |
   |:------ |:--------------------------- |:----------------------- |:----------------------------------------------------------------- |:---------------------------------------- |
   | LCHIJA | minecraft                   | 1.12.2                  | minecraft.jar                                                     | None                                     |
   | LCHIJA | mcp                         | 9.42                    | minecraft.jar                                                     | None                                     |
   | LCHIJA | FML                         | 8.0.99.99               | forge-1.12.2-14.23.5.2847-universal.jar                           | None                                     |
   | LCHIJA | forge                       | 14.23.5.2847            | forge-1.12.2-14.23.5.2847-universal.jar                           | None                                     |
   | LCHIJA | itemphysic                  | 1.4.0                   | minecraft.jar                                                     | None                                     |
   | LCHIJA | creativecoredummy           | 1.0.0                   | minecraft.jar                                                     | None                                     |
   | LCHIJA | obfuscate                   | 0.2.6                   | minecraft.jar                                                     | None                                     |
   | LCHIJA | passableleavescore          | 1.0.0                   | minecraft.jar                                                     | None                                     |
   | LCHIJA | wumpleutil                  | 2.12.9                  | FoodFunkLIBwumpleutil-1.12.2-2.12.9.jar                           | None                                     |
   | LCHIJA | foodfunk                    | 4.9.6                   | foodfunk-1.12.2-4.9.6.jar                                         | None                                     |
   | LCHIJA | biomesoplenty               | 7.0.1.2441              | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar                     | None                                     |
   | LCHIJA | craftstudioapi              | 1.0.0                   | Lib CraftStudioAPI (Animania)-universal-1.0.1.95-mc1.12-alpha.jar | None                                     |
   | LCHIJA | harvestcraft                | 1.12.2zb                | Pam's+HarvestCraft+1.12.2zf.jar                                   | None                                     |
   | LCHIJA | animania                    | 1.7.3                   | animania-1.12.2-1.7.3.jar                                         | None                                     |
   | LCHIJA | bard_mania                  | 0.14.0-alpha            | bard-mania_1.12.2-0.14.0-alpha.jar                                | 999640c365a8443393a1a21df2c0ede9488400e9 |
   | LCHIJA | miscrails                   | 1.0.0                   | Better-Railroads-1.0.0.jar                                        | None                                     |
   | LCHIJA | mujmajnkraftsbettersurvival | 1.4.1                   | better_survival-1.4.1.jar                                         | None                                     |
   | LCHIJA | betternether                | 0.1.8.6                 | betternether-0.1.8.6.jar                                          | None                                     |
   | LCHIJA | blockdropstweaker           | 2.4                     | BlockDropsTweaker-1.12.2-2.4.jar                                  | None                                     |
   | LCHIJA | mdxlib                      | 3.0.0.22                | Lib mdxlib (BloodMod)-3.0.0.22.jar                                | None                                     |
   | LCHIJA | lbm                         | 1.0                     | BloodMod-lbm-1.0.0.9.jar                                          | None                                     |
   | LCHIJA | carryon                     | 1.12.3                  | CarryOn+MC1.12.2+v1.12.3.jar                                      | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
   | LCHIJA | jei                         | 4.15.0.291              | jei_1.12.2-4.15.0.291.jar                                         | None                                     |
   | LCHIJA | quark                       | r1.6-177                | Quark-r1.6-177.jar                                                | None                                     |
   | LCHIJA | charm                       | 1.12.2-1.3.6            | Charm-1.12.2-1.3.6.jar                                            | None                                     |
   | LCHIJA | toughasnails                | 3.1.0.141               | ToughAsNails-1.12.2-3.1.0.141-universal.jar                       | None                                     |
   | LCHIJA | comforts                    | 1.4.1.2                 | comforts-1.12.2-1.4.1.2.jar                                       | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
   | LCHIJA | coralreef                   | 2.0                     | CoralReef-2.5-1.12.2.jar                                          | None                                     |
   | LCHIJA | configmod                   | v1.0                    | coroutil-1.12.1-1.2.36.jar                                        | None                                     |
   | LCHIJA | extendedrenderer            | v1.0                    | coroutil-1.12.1-1.2.36.jar                                        | None                                     |
   | LCHIJA | coroutil                    | 1.12.1-1.2.36           | coroutil-1.12.1-1.2.36.jar                                        | None                                     |
   | LCHIJA | costumes                    | 2.0.0                   | Costumes-1.12.2.jar                                               | None                                     |
   | LCHIJA | craftingtweaks              | 8.1.9                   | CraftingTweaks_1.12.2-8.1.9.jar                                   | None                                     |
   | LCHIJA | simplebedrolls              | 1.2.1                   | SimpleBedrolls-1.2.1.jar                                          | None                                     |
   | LCHIJA | crafttweaker                | 4.1.20                  | CraftTweaker2-1.12-4.1.20.jar                                     | None                                     |
   | LCHIJA | crafttweakerjei             | 2.0.3                   | CraftTweaker2-1.12-4.1.20.jar                                     | None                                     |
   | LCHIJA | customspawner               | 3.11.4                  | CustomMobSpawner-3.11.5.jar                                       | None                                     |
   | LCHIJA | dmonsters                   | 1.7                     | Deadly+Monsters+1.71.jar                                          | None                                     |
   | LCHIJA | despawningspawners          | 1.1                     | despawningspawners-1.12-1.2.0-2.jar                               | None                                     |
   | LCHIJA | fantasticlib                | 1.12.2.033              | Lib DynamicStealh FantasticLib-1.12.2.033.jar                     | None                                     |
   | LCHIJA | dynamicstealth              | 1.12.2.101              | DynamicStealth-1.12.2.101.jar                                     | None                                     |
   | LCHIJA | sereneseasons               | 1.2.18                  | SereneSeasons-1.12.2-1.2.18-universal.jar                         | None                                     |
   | LCHIJA | orelib                      | 3.6.0.1                 | Lib OreLib (DynamicSurroundings)-1.12.2-3.6.0.1.jar               | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | LCHIJA | dsurround                   | 3.6.0.2                 | DynamicSurroundings-1.12.2-3.6.0.2.jar                            | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | LCHIJA | exoticbirds                 | 1.0                     | Exotic+Birds+1.12.2-3.1.0.jar                                     | None                                     |
   | LCHIJA | familiarfauna               | 1.0.11                  | FamiliarFauna-1.12.2-1.0.11.jar                                   | None                                     |
   | LCHIJA | firstaid                    | 1.6.13                  | firstaid-1.6.13.jar                                               | 7904c4e13947c8a616c5f39b26bdeba796500722 |
   | LCHIJA | flintmod                    | 9.2                     | FlintInsteadOfWood[1.12.2]-9.2.jar                                | None                                     |
   | LCHIJA | composter                   | 1.9.2                   | FoodFunkComposter-1.12.2-1.9.2.jar                                | 1e57901a90acd4a3a54295b6decff5397be51a31 |
   | LCHIJA | geographicraft              | 0.8.7                   | GeographiCraft-1.12-0.8.9b.jar                                    | None                                     |
   | LCHIJA | hardcoredarkness            | 2.0                     | HardcoreDarkness-MC1.12.2-2.0.jar                                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | LCHIJA | applecore                   | 3.2.0                   | HungerAppleCore-mc1.12.2-3.2.0.jar                                | None                                     |
   | LCHIJA | spiceoflife                 | 1.3.12                  | HungerSpiceOfLife-mc1.12-1.3.12.jar                               | None                                     |
   | LCHIJA | iblis_headshots             | 1.2.6                   | iblis-headshots-1.2.6.jar                                         | None                                     |
   | LCHIJA | immortality                 | 1.5                     | immortality-1.5.jar                                               | None                                     |
   | LCHIJA | incontrol                   | 3.9.16                  | incontrol-1.12-3.9.16.jar                                         | None                                     |
   | LCHIJA | kleeslabs                   | 5.4.12                  | KleeSlabs_1.12.2-5.4.12.jar                                       | None                                     |
   | LCHIJA | letmesleep                  | 1.2.1                   | LetMeSleep-v1.2.1-1.12.2.jar                                      | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
   | LCHIJA | autoreglib                  | 1.3-32                  | Lib AutoRegLib (Quark)-1.3-32.jar                                 | None                                     |
   | LCHIJA | creativecore                | 1.9.9                   | Lib CreativeCore (ItemPhysics)_v1.9.90_mc1.12.2.jar               | None                                     |
   | LCHIJA | simplecore                  | 1.7.3.4                 | Lib simplecore (SimpleOres)-1.12.2-1.7.3.4.jar                    | None                                     |
   | LCHIJA | materialchanger             | 1.0                     | materialchanger1.0.3-1.12.2.jar                                   | None                                     |
   | LCHIJA | mcpaint                     | 1.2.4                   | mcpaint-1.2.4.jar                                                 | 7904c4e13947c8a616c5f39b26bdeba796500722 |
   | LCHIJA | meanmobs                    | 1.0.2                   | meanmobs-[1.0.2]-{1.12.2}.jar                                     | None                                     |
   | LCHIJA | mtrm                        | 1.2.2.30                | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar                        | None                                     |
   | LCHIJA | misctweaks                  | 1.5.0                   | MiscTweaks-1.12.2-1.5.0.jar                                       | None                                     |
   | LCHIJA | mocreatures                 | 12.0.5                  | Mo-Creatures-Mod-1.12.2.jar                                       | None                                     |
   | LCHIJA | md                          | 1.12.2                  | Mob+Drops-1.12.2-0.0.1.jar                                        | None                                     |
   | LCHIJA | mpr                         | 2.3.3                   | MobsPropertiesRandomness-2.3.3-mc1.12.x.jar                       | None                                     |
   | LCHIJA | mobsunscreen                | 1.12.2-2.0.2            | mobsunscreen-1.12.2-2.0.2.jar                                     | None                                     |
   | LCHIJA | moveplus                    | 1.12.1-2.4.6            | moveplus-1.12.1-2.4.6.jar                                         | None                                     |
   | LCHIJA | multimine                   | 1.6.2                   | MultiMine-1.12.2.jar                                              | None                                     |
   | LCHIJA | mtvi                        | 1.0                     | MuteVillagers_1.12-1.0.jar                                        | None                                     |
   | LCHIJA | mw                          | 1.11.7.7                | mw-1.11.7.7_mc1.12.2.jar                                          | None                                     |
   | LCHIJA | netherportalfix             | 5.3.17                  | NetherPortalFix_1.12.1-5.3.17.jar                                 | None                                     |
   | LCHIJA | nps                         | 2.1                     | NetherPortalSpread_1.12-2.1.jar                                   | None                                     |
   | LCHIJA | recipehandler               | 0.13                    | NoMoreRecipeConflict-0.13(1.12.2).jar                             | None                                     |
   | LCHIJA | northerncompass             | 1.12.2-1.0.0            | NorthernCompass-1.12.2-1.0.0.jar                                  | 565fa4dbf20e7c3c4423950ca8e0bdabf7568796 |
   | LCHIJA | notenoughcats               | 2.1.0                   | NotEnoughPets-1.12.2-v2.1.0.jar                                   | None                                     |
   | LCHIJA | samsocean                   | 1.0.2                   | OceanFloor-1.12.2-1.0.2.jar                                       | None                                     |
   | LCHIJA | clumps                      | 3.1.2                   | Opti Clumps-3.1.2.jar                                             | None                                     |
   | LCHIJA | fastfurnace                 | 1.3.1                   | Opti FastFurnace-1.12.2-1.3.1.jar                                 | None                                     |
   | LCHIJA | fastbench                   | 1.7.3                   | Opti FastWorkbench-1.12.2-1.7.3.jar                               | None                                     |
   | LCHIJA | surge                       | 2.0.77                  | Opti Surge-1.12.2-2.0.77.jar                                      | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | vanillafix                  | 1.0.10-SNAPSHOT         | Opti VanillaFix-1.0.10-99.jar                                     | None                                     |
   | LCHIJA | outfox                      | 0.1.4                   | outfox-0.1.4-mc1.12.2.jar                                         | None                                     |
   | LCHIJA | owls                        | 1.12.2-1.0.1            | Owls-1.12.2-1.0.1.jar                                             | None                                     |
   | LCHIJA | pigskin                     | 1.12.2b                 | Pam's+Pig+Skin+1.12.2b.jar                                        | None                                     |
   | LCHIJA | potioncore                  | 1.8_for_1.12.2          | PotionCore-1.8_for_1.12.2.jar                                     | None                                     |
   | LCHIJA | prettybeaches               | 1.0.4                   | PrettyBeaches_1.12.2-1.0.4.jar                                    | None                                     |
   | LCHIJA | realistictorches            | 2.1.1                   | RealisticTorches-1.12.2-2.1.1.jar                                 | None                                     |
   | LCHIJA | recipemanipulator           | 1.0                     | RecipeManipulator (RecipeRemover)-1.12-0.3.1.13.jar               | None                                     |
   | LCHIJA | additionalstructures        | 2.3.1                   | Rex's-Additional-Structures-1.12.x-(v.2.3.1).jar                  | None                                     |
   | LCHIJA | ropeladders                 | 2.0.0                   | RopeLadders-1.12.2-2.0.0.jar                                      | None                                     |
   | LCHIJA | seteffect                   | 2.4.1                   | seteffect-1.12.2-2.4.1.jar                                        | None                                     |
   | LCHIJA | sharpbone                   | 1.0                     | SharpBone-1.12.2-1.0.jar                                          | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
   | LCHIJA | simpleores                  | 1.11.2.0                | simpleores-1.12.2-1.11.2.0.jar                                    | None                                     |
   | LCHIJA | sit                         | v1.3                    | sit-1.12.2-v1.3.jar                                               | None                                     |
   | LCHIJA | spartanshields              | 1.5.4                   | SpartanShields-1.12.2-1.5.4.jar                                   | None                                     |
   | LCHIJA | stacksize                   | 1.1                     | stacksize-1.12.2-1.0.jar                                          | None                                     |
   | LCHIJA | tanspit                     | 1.12.2-1.3              | tanspit-1.12.2-1.4.jar                                            | None                                     |
   | LCHIJA | thrownslime                 | 2.0.0                   | thrownslime-1.4.0.jar                                             | None                                     |
   | LCHIJA | toolbelt                    | 1.9.12                  | ToolBelt-1.12.2-1.9.12.jar                                        | None                                     |
   | LCHIJA | bspkrscore                  | 7.6.0.1                 | TreeCapitator- bspkrsCore-universal-7.6.0.1.jar                   | None                                     |
   | LCHIJA | treecapitator               | 1.43.0                  | TreeCapitator-client-1.43.0.jar                                   | None                                     |
   | LCHIJA | trophyslots                 | 5.0.0                   | Trophy+Slots-1.12.2-5.0.0-universal.jar                           | None                                     |
   | LCHIJA | uncraftingtable             | 1.8-beta6               | UncraftingTable-1.8-beta6.jar                                     | None                                     |
   | LCHIJA | vtb                         | 2.0.0                   | VillagerTradingBan-2.0.0.6-universal.jar                          | None                                     |
   | LCHIJA | wearablebackpacks           | 3.1.4                   | WearableBackpacks-1.12.2-3.1.4.jar                                | None                                     |
   | LCHIJA | phosphor-lighting           | 1.12.2-0.2.6            | Opti phosphor-1.12.2-0.2.6+build50-universal.jar                  | f0387d288626cc2d937daa504e74af570c52a2f1 |
   | LCHIJA | rtg                         | 6.1.0.0-snapshot.1      | RTG-1.12.2-6.1.0.0-snapshot.1.jar                                 | None                                     |
   | LCHIJA | snowrealmagic               | 0.3.3                   | SnowRealMagic-0.3.3.jar                                           | None                                     |
   | LCHIJA | passableleaves              | 2.0.0                   | PassableLeaves-1.12.2-2.0.0.jar                                   | None                                     |
   | LCHIJA | trapexpansion               | 1.0.0                   | trapexpansion-1.0.0.jar                                           | None                                     |
   | LCHIJA | hungeroverhaul              | 1.12.2-1.3.3.jenkins148 | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar                        | None                                     |

Loaded coremods (and transformers): SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
FMLModule (Lib mdxlib (BloodMod)-3.0.0.22.jar)
com.asx.mdx.AccessTransformer
Quark Plugin (Quark-r1.6-177.jar)
vazkii.quark.base.asm.ClassTransformer
PhosphorFMLLoadingPlugin (Opti phosphor-1.12.2-0.2.6+build50-universal.jar)

                                  Born in a Barn (Opti Born+In+A+Barn+V1.8-1.12-1.1.jar)
                                    com.chocohead.biab.BornInABarn
                                  TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
                                    
                                  ObfuscatePlugin (Lib Bard-Mania obfuscate-0.2.6-1.12.2.jar)
                                    com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
                                  MiscTweaksPlugin (MiscTweaks-1.12.2-1.5.0.jar)
                                    coolsquid.misctweaks.asm.Transformer
                                  SurgeLoadingPlugin (Opti Surge-1.12.2-2.0.77.jar)
                                    
                                  CreativePatchingLoader (Lib CreativeCore (ItemPhysics)_v1.9.90_mc1.12.2.jar)
                                    
                                  ItemPatchingLoader (ItemPhysic_Full_1.4.27_mc1.12.2.jar)
                                    com.creativemd.itemphysic.ItemTransformer
                                  MMFMLCorePlugin (MultiMine-1.12.2.jar)
                                    atomicstryker.multimine.common.fmlmagic.MMTransformer
                                  PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
                                    teamrtg.passableleaves.asm.PassableLeavesTransformer
                                  LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
                                    lumien.hardcoredarkness.asm.ClassTransformer
                                  VanillaFixLoadingPlugin (Opti VanillaFix-1.0.10-99.jar)
                                    
                                  CharmLoadingPlugin (Charm-1.12.2-1.3.6.jar)
                                    svenhjol.charm.base.CharmClassTransformer
                                  weaponlib (mw-1.11.7.7_mc1.12.2.jar)
                                    com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
                                  AppleCore (HungerAppleCore-mc1.12.2-3.2.0.jar)
                                    squeek.applecore.asm.TransformerModuleHandler

Suspected Mods: MeanMobs (meanmobs)
Profiler Position: N/A (disabled)
Player Count: 1 / 10; [EntityPlayerMP['Max'/2435, l='world', x=551.14, y=63.00, z=-224.74]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

How to change config of this mod on file

Hi, I use your mod on my server. But I can't find way to configure it. Because I control my server though command line. Is there any way to change the config by opening any file of it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.