Giter Site home page Giter Site logo

coherent-villages's Introduction

-------------------------------------------
Source installation information for modders
-------------------------------------------
This code follows the Minecraft Forge installation methodology. It will apply
some small patches to the vanilla MCP source code, giving you and it access 
to some of the data and functions you need to build a successful mod.

Note also that the patches are built against "unrenamed" MCP source code (aka
srgnames) - this means that you will not be able to read them directly against
normal code.

Source pack installation information:

Standalone source installation
==============================

See the Forge Documentation online for more detailed instructions:
http://mcforge.readthedocs.io/en/latest/gettingstarted/

Step 1: Open your command-line and browse to the folder where you extracted the zip file.

Step 2: Once you have a command window up in the folder that the downloaded material was placed, type:

Windows: "gradlew setupDecompWorkspace"
Linux/Mac OS: "./gradlew setupDecompWorkspace"

Step 3: After all that finished, you're left with a choice.
For eclipse, run "gradlew eclipse" (./gradlew eclipse if you are on Mac/Linux)

If you prefer to use IntelliJ, steps are a little different.
1. Open IDEA, and import project.
2. Select your build.gradle file and have it import.
3. Once it's finished you must close IntelliJ and run the following command:

"gradlew genIntellijRuns" (./gradlew genIntellijRuns if you are on Mac/Linux)

Step 4: The final step is to open Eclipse and switch your workspace to /eclipse/ (if you use IDEA, it should automatically start on your project)

If at any point you are missing libraries in your IDE, or you've run into problems you can run "gradlew --refresh-dependencies" to refresh the local cache. "gradlew clean" to reset everything {this does not affect your code} and then start the processs again.

Should it still not work, 
Refer to #ForgeGradle on EsperNet for more information about the gradle environment.

Tip:
If you do not care about seeing Minecraft's source code you can replace "setupDecompWorkspace" with one of the following:
"setupDevWorkspace": Will patch, deobfuscate, and gather required assets to run minecraft, but will not generate human readable source code.
"setupCIWorkspace": Same as Dev but will not download any assets. This is useful in build servers as it is the fastest because it does the least work.

Tip:
When using Decomp workspace, the Minecraft source code is NOT added to your workspace in a editable way. Minecraft is treated like a normal Library. Sources are there for documentation and research purposes and usually can be accessed under the 'referenced libraries' section of your IDE.

Forge source installation
=========================
MinecraftForge ships with this code and installs it as part of the forge
installation process, no further action is required on your part.

LexManos' Install Video
=======================
https://www.youtube.com/watch?v=8VEdtQLuLO0&feature=youtu.be

For more details update more often refer to the Forge Forums:
http://www.minecraftforge.net/forum/index.php/topic,14048.0.html

coherent-villages's People

Contributors

theexceptionist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

coherent-villages's Issues

advanced throwing axe

the shooting animant of throwing axe look like some problem
BTW can do the retrievable axe?
and make poison or bomb axe? i really like the throwing art lol~~

[Suggestion] Noses for Vilagers

I thought the mod could look a little bit more like normal java villagers, so why not add villager noses to the models. Should be a (somewhat) quick and easy fix. ¯_(° ͜ʖ °)_/¯

village generation

i'm not sure if you are using default village generation or not, but im coming across various issues as i explore and find these issues. i don't have screenshots as these have happened on various villages across various saves long gone. the issues i'm facing are things not generating in correctly, for example a well randomly having half of it disappear or having one village generate on top of another thus destroying the previous one. there are also issues that plague the normal villages to begin with, like a farm spawning high up for no reason. i don't know if there's anything you can do to fix these issues, but i thought i would mention them.

IntCache incompatibility with Biomes o' Plenty?

I come here with a very weird BoP crash that is probably caused by another mod manipulating Minecraft's IntCache. See Glitchfiend/BiomesOPlenty#1318

The problem may be that you are resetting the IntCache at moments when BoP is still using them.
This could be on one of these lines in BiomeProvider.java:
Line 90
Line 135
Line 166
Line 205

Why do I think that this is caused by Coherent Villages?
The person who reported this shared a list of his recently updated and added mods and this was the only mod besides Biomes o' Plenty in that list in whose codebase I could find any usage of IntCache.
And it also uses IntCache.resetIntCache#, which I already suspected as a possible cause for this crash, specifically.

Crash

---- Minecraft Crash Report ----

WARNING: coremods are present:
FarseekCoreMod (Farseek-1.12-2.3.1.jar)
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
BetterAutoJumpCore (BetterAutoJump-1.1.1-mc1.12.2.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
HCASM (HammerCore-1.12.2-2.0.2.3.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
ImprovedMobs/ASM (ImprovedMobs-1.12.2-1.2.4.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b158.jar)
Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.6-universal.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
FMLModule ([1.12.2][3.0.0.3]+mdxlib.jar)
LoadingPlugin (Quark-r1.5-130.jar)
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.3.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.1.0.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
llibrary (llibrary-core-1.0.8-1.12.2.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar)
Contact their authors BEFORE contacting forge

// Sorry :(

Time: 9/25/18 4:14 AM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at net.minecraft.potion.PotionUtils.func_185188_a(PotionUtils.java:180)
at net.theexceptionist.coherentvillages.entity.alchemist.EntityVillagerAlchemist.func_82196_d(EntityVillagerAlchemist.java:96)
at funwayguy.epicsiegemod.ai.ESM_EntityAIAttackRanged.func_75246_d(ESM_EntityAIAttackRanged.java:189)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:888)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2352)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.theexceptionist.coherentvillages.entity.soldier.AbstractVillagerSoldier.func_70636_d(AbstractVillagerSoldier.java:219)
at net.theexceptionist.coherentvillages.entity.alchemist.AbstractVillagerAlchemist.func_70636_d(AbstractVillagerAlchemist.java:130)
at net.theexceptionist.coherentvillages.entity.alchemist.EntityVillagerAlchemist.func_70636_d(EntityVillagerAlchemist.java:182)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2172)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
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:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
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:

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.potion.PotionUtils.func_185188_a(PotionUtils.java:180)
at net.theexceptionist.coherentvillages.entity.alchemist.EntityVillagerAlchemist.func_82196_d(EntityVillagerAlchemist.java:96)
at funwayguy.epicsiegemod.ai.ESM_EntityAIAttackRanged.func_75246_d(ESM_EntityAIAttackRanged.java:189)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:888)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2352)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.theexceptionist.coherentvillages.entity.soldier.AbstractVillagerSoldier.func_70636_d(AbstractVillagerSoldier.java:219)
at net.theexceptionist.coherentvillages.entity.alchemist.AbstractVillagerAlchemist.func_70636_d(AbstractVillagerAlchemist.java:130)
at net.theexceptionist.coherentvillages.entity.alchemist.EntityVillagerAlchemist.func_70636_d(EntityVillagerAlchemist.java:182)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2172)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
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: coherentvillages:villager_alchemist (net.theexceptionist.coherentvillages.entity.alchemist.EntityVillagerAlchemist)
Entity ID: 95672
Entity Name: Villager Alchemist
Entity's Exact location: -396.76, 63.00, 346.05
Entity's Block location: World: (-397,63,346), Chunk: (at 3,3,10 in -25,21; contains blocks -400,0,336 to -385,255,351), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.02, -0.08, 0.21
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: Awesomeness
All players: 1 total; [EntityPlayerMP['Baston'/1514, l='Awesomeness', x=-438.74, y=64.20, z=333.79]]
Chunk stats: ServerChunkCache: 522 Drop: 0
Level seed: 888318234
Level generator: ID 09 - lostcities_bop, ver 0. Features enabled: true
Level generator options: { "profile": "boprealistic" }
Level spawn location: World: (-249,64,216), Chunk: (at 7,4,8 in -16,13; contains blocks -256,0,208 to -241,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 69220 game time, 22801 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 9775 (now: false), thunder time: 21232 (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:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:748)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 883875968 bytes (842 MB) / 4894543872 bytes (4667 MB) up to 12850036736 bytes (12254 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=80 -XX:+UseStringDeduplication -XX:+UseCompressedOops -XX:+UseCodeCacheFlushing -XX:ParallelGCThreads=4
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
FML: MCP 9.42 Powered by Forge 14.23.4.2759 Optifine OptiFine_1.12.2_HD_U_E2 243 mods loaded, 243 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.4.2759.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge                    | 14.23.4.2759       | forge-1.12.2-14.23.4.2759.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | creativecoredummy        | 1.0.0              | minecraft.jar                                        | None                                     |
| UCHIJAAAA | ivtoolkit                | 1.3.3-1.12         | minecraft.jar                                        | None                                     |
| UCHIJAAAA | foamfixcore              | 7.7.4              | minecraft.jar                                        | None                                     |
| UCHIJAAAA | mdxlib                   | 3.0.0.3            | [1.12.2][3.0.0.3]+mdxlib.jar                         | None                                     |
| UCHIJAAAA | avp                      | 6.0.0.5            | [1.12.2][6.0.0.5]+aliensvspredator.jar               | None                                     |
| UCHIJAAAA | adventurepack            | 1.5.0              | adventurepack-1.5.jar                                | None                                     |
| UCHIJAAAA | ageofweapons             | 0.13.5             | Age+of+Weapons+1.12.2++(v.0.13.5).jar                | None                                     |
| UCHIJAAAA | ambientsounds            | 2.0.0              | AmbientSounds_v2.3_mc1.12.2.jar                      | None                                     |
| UCHIJAAAA | animalium                | 0.3.7              | Animalium-0.3.7.jar                                  | None                                     |
| UCHIJAAAA | tammodized               | 0.15.5             | TamModized-1.12.1-0.15.5.jar                         | None                                     |
| UCHIJAAAA | aov                      | 0.8.14             | AoV-1.12-0.8.14.jar                                  | None                                     |
| UCHIJAAAA | applecore                | 3.1.3              | AppleCore-mc1.12.2-3.1.3.jar                         | None                                     |
| UCHIJAAAA | arcademod                | 2.1.4              | arcademod-2.1.4-1.12.2.jar                           | None                                     |
| UCHIJAAAA | armorchroma              | 1.3                | armorchroma-1.3-1.12.2.jar                           | None                                     |
| UCHIJAAAA | armorexpansion           | 1.12.2.2           | armorexpansion-1.12.2.2.jar                          | None                                     |
| UCHIJAAAA | thedragonlib             | 1.12.2-5.3.0       | thedragonlib-1.12.2-5.3.0.jar                        | None                                     |
| UCHIJAAAA | armorplus                | 1.12.2-11.14.0.42  | armorplus-1.12.2-11.14.0.42.jar                      | None                                     |
| UCHIJAAAA | aroma1997core            | 2.0.0.0.b158       | Aroma1997Core-1.12.2-2.0.0.0.b158.jar                | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aromabackup              | 3.0.0.0.b111       | AromaBackup-1.12.2-3.0.0.0.b111.jar                  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aromabackuprecovery      | 3.0.0.0.b111       | AromaBackup-1.12.2-3.0.0.0.b111.jar                  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | attackingzombies         | v1.0               | Attacking+zombies+v1.0.jar                           | None                                     |
| UCHIJAAAA | attributefix             | 1.0.1              | AttributeFix-1.12.2-1.0.1.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | quark                    | r1.5-130           | Quark-r1.5-130.jar                                   | None                                     |
| UCHIJAAAA | autoreglib               | 1.3-20             | AutoRegLib-1.3-20.jar                                | None                                     |
| UCHIJAAAA | battletowers             | 1.6.3              | BattleTowers-1.12.2.jar                              | None                                     |
| UCHIJAAAA | baublelicious            | 1.4.0-4            | Baublelicious-1.4.0-4.jar                            | None                                     |
| UCHIJAAAA | baubles                  | 1.5.2              | Baubles-1.12-1.5.2.jar                               | None                                     |
| UCHIJAAAA | baubleofundying          | 1.0.1              | BaubleOfUndying-1.12-1.0.1.jar                       | None                                     |
| UCHIJAAAA | betteradvancements       | 0.0.14.66          | BetterAdvancements-1.12.2-0.0.14.66.jar              | None                                     |
| UCHIJAAAA | betterautojump           | 1.1.1-mc1.12.2     | BetterAutoJump-1.1.1-mc1.12.2.jar                    | None                                     |
| UCHIJAAAA | betterunderground        | 1.1.1              | betterunderground-1.1.1.jar                          | None                                     |
| UCHIJAAAA | biomesoplenty            | 7.0.1.2399         | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar        | None                                     |
| UCHIJAAAA | blastingelsewhere        | 0.4.29             | blastingelsewhere-1.12.2-0.4.29.jar                  | None                                     |
| UCHIJAAAA | bloodmoon                | 1.5.3              | Bloodmoon-MC1.12.2-1.5.3.jar                         | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | bookshelf                | 2.3.560            | Bookshelf-1.12.2-2.3.560.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | bouncy_creepers          | 0.0.2              | BouncyCreepers-0.0.2.jar                             | None                                     |
| UCHIJAAAA | micsiege                 | 1.0.3              | BrutalZombieSiege_1.12.2-1.0.3.jar                   | None                                     |
| UCHIJAAAA | chesttransporter         | 2.8.8              | ChestTransporter-1.12.2-2.8.8.jar                    | None                                     |
| UCHIJAAAA | chopdownupdated          | 1.1.3              | ChopDown+Updated+(1.12.2+)-1.1.3.jar                 | None                                     |
| UCHIJAAAA | cb                       | 1.0                | CloudBoots-1.12.2-1.3.0.jar                          | None                                     |
| UCHIJAAAA | clumps                   | 3.1.1              | Clumps-3.1.1.jar                                     | None                                     |
| UCHIJAAAA | coherentvillages         | v1.1.2.0           | coherent_villages_beta_v1.2.1.jar                    | None                                     |
| UCHIJAAAA | colytra                  | 1.1.0              | colytra-1.12.2-1.1.0.jar                             | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | extendedrenderer         | v1.0               | coroutil-1.12.1-1.2.13.jar                           | None                                     |
| UCHIJAAAA | coroutil                 | 1.12.1-1.2.13      | coroutil-1.12.1-1.2.13.jar                           | None                                     |
| UCHIJAAAA | configmod                | v1.0               | coroutil-1.12.1-1.2.13.jar                           | None                                     |
| UCHIJAAAA | craftstudioapi           | 1.0.0              | CraftStudio-1.0.0.93-mc1.12-alpha.jar                | None                                     |
| UCHIJAAAA | creativecore             | 1.9.9              | CreativeCore_v1.9.22_mc1.12.2.jar                    | None                                     |
| UCHIJAAAA | cw                       | 1.0.2              | creature_whisperer_1.0.2.jar                         | None                                     |
| UCHIJAAAA | customizeddungeonloot    | 1.0.2              | Customized+Dungeon+Loot+1.12++(v.1.0.2).jar          | None                                     |
| UCHIJAAAA | cxlibrary                | 1.6.1              | cxlibrary-1.12.1-1.6.1.jar                           | None                                     |
| UCHIJAAAA | dailies                  | 1.12.2-6           | dailies-1.12.2-6.jar                                 | None                                     |
| UCHIJAAAA | darkcloud2               | 1.7.0              | DarkCloud2DarkChronicle.jar                          | None                                     |
| UCHIJAAAA | waila                    | 1.8.26             | Hwyla-1.8.26-B41_1.12.2.jar                          | None                                     |
| UCHIJAAAA | jei                      | 4.12.0.216         | jei_1.12.2-4.12.0.216.jar                            | None                                     |
| UCHIJAAAA | darkutils                | 1.8.211            | DarkUtils-1.12.2-1.8.211.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | dmonsters                | 1.7                | Deadly+Monsters+1.71.jar                             | None                                     |
| UCHIJAAAA | dldungeonsjdg            | 1.11.1             | DoomlikeDungeons-1.11.1-MC1.12.2.jar                 | None                                     |
| UCHIJAAAA | dynamictrees             | 1.12.2-0.8.1i      | DynamicTrees-1.12.2-0.8.1i.jar                       | None                                     |
| UCHIJAAAA | traverse                 | 1.6.0              | Traverse-1.12.2-1.6.0-69.jar                         | None                                     |
| UCHIJAAAA | dttraverse               | @VERSION@          | dttraverse-1.2.jar                                   | None                                     |
| UCHIJAAAA | dummycore                | 2.4.112.3.         | DummyCoreUnofficial-2.4.112.3.jar                    | None                                     |
| UCHIJAAAA | dungeonmobs              | 5.5.0              | dungeonmobs-5.5.0-MC1.12.2.jar                       | None                                     |
| UCHIJAAAA | gottschcore              | 1.5.0              | GottschCore-mc1.12.2-f14.23.4.2705-v1.5.0.jar        | None                                     |
| UCHIJAAAA | dungeons2                | 1.3.3              | Dungeons2-mc1.12.2-f14.23.1.2555-v1.3.3.jar          | None                                     |
| UCHIJAAAA | dungeontactics           | DT-0.15.5          | DungeonTactics-1.12.2-0.15.5.jar                     | None                                     |
| UCHIJAAAA | dsurround                | 3.4.9.16           | DynamicSurroundings-1.12.2-3.4.9.16.jar              | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCHIJAAAA | presets                  | 3.4.9.16           | DynamicSurroundings-1.12.2-3.4.9.16.jar              | None                                     |
| UCHIJAAAA | dynamictreesbop          | 1.12.2-1.3.1b      | DynamicTreesBOP-1.12.2-1.3.1b.jar                    | None                                     |
| UCHIJAAAA | ens                      | 1.0.0              | EasyNetherStars-1.0.0.jar                            | None                                     |
| UCHIJAAAA | ebwizardry               | 4.1.2              | Electroblob's+Wizardry+-+4.1.2+-+MC+1.12.2.jar       | None                                     |
| UCHIJAAAA | elevatorid               | 1.3.6              | ElevatorMod-1.12.2-1.3.6.jar                         | None                                     |
| UCHIJAAAA | elytraboost              | 1.12.2 - 2.0.0.0.0 | elytraboost-1.12.2+-+2.0.0.0.0.jar                   | None                                     |
| UCHIJAAAA | logicaldrops             | 0.9.4              | EM3R50N-LogicalDrops-1.12.2-14.23.4.2703.1.jar       | None                                     |
| UCHIJAAAA | emberroot                | 1.3.9              | EmberRootZoo-1.12.2-1.3.9.jar                        | None                                     |
| UCHIJAAAA | eplus                    | 5.0.169            | EnchantingPlus-1.12.2-5.0.169.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | enderore                 | 1.12.2-v1.1        | Ender+Ore-1.12.2-v1.1.jar                            | None                                     |
| UCHIJAAAA | enderzoo                 | 1.12.1-1.4.0.49    | EnderZoo-1.12.1-1.4.0.49.jar                         | None                                     |
| UCHIJAAAA | endreborn                | 0.1.8              | EndReborn+[0.1.8].jar                                | None                                     |
| UCHIJAAAA | immersiveengineering     | 0.12-85            | ImmersiveEngineering-0.12-85.jar                     | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAA | engineersdoors           | 0.7.2              | engineersdoors-0.7.2.jar                             | None                                     |
| UCHIJAAAA | enhancedarmaments        | 1.3.0              | EnhancedArmaments-1.3.0.jar                          | None                                     |
| UCHIJAAAA | environmentalcreepers    | 1.4.0              | environmentalcreepers-1.12.2-1.4.0.jar               | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHIJAAAA | epicsiegemod             | 13.163             | EpicSiegeMod-13.163.jar                              | None                                     |
| UCHIJAAAA | silentlib                | 3.0.4              | SilentLib-1.12.2-3.0.4-150.jar                       | None                                     |
| UCHIJAAAA | extendeddays             | 0.2.7              | ExtendedDays-1.12.2-0.2.7-25.jar                     | None                                     |
| UCHIJAAAA | eim                      | 1.0.3              | extendedIllagers-1.0.3.jar                           | None                                     |
| UCHIJAAAA | extracreatures           | 1.0.3b             | extraCreatures-1.0.3b.jar                            | None                                     |
| UCHIJAAAA | golems                   | 7.0.0-beta1        | ExtraGolems-1.12-7.0.0-beta1.4.jar                   | None                                     |
| UCHIJAAAA | fairylights              | 2.1.4              | fairylights-2.1.4-1.12.2.jar                         | None                                     |
| UCHIJAAAA | familiarfauna            | 1.0.10             | FamiliarFauna-1.12.2-1.0.10.jar                      | None                                     |
| UCHIJAAAA | farmavdenture            | 1.0.2              | Farm+Adventure+1.0.2.jar                             | None                                     |
| UCHIJAAAA | farmingforblockheads     | 3.1.26             | FarmingForBlockheads_1.12.2-3.1.26.jar               | None                                     |
| UCHIJAAAA | farseek                  | 2.3.1              | Farseek-1.12-2.3.1.jar                               | None                                     |
| UCHIJAAAA | ffenchants               | 1.1.2              | ffenchants-1.12.2-1.1.2.jar                          | None                                     |
| UCHIJAAAA | foamfix                  | 0.10.1-1.12.2      | foamfix-0.10.1-1.12.2.jar                            | None                                     |
| UCHIJAAAA | forgelin                 | 1.7.4              | Forgelin-1.7.4.jar                                   | None                                     |
| UCHIJAAAA | furnaceoverhaul          | 1.0.4              | furnaceoverhaul-1.12.2-1.0.4.jar                     | None                                     |
| UCHIJAAAA | cfm                      | 5.11.0             | furniture-5.11.0-1.12.2.jar                          | None                                     |
| UCHIJAAAA | trashcansreborn          | 1.1.0              | garbagebins-1.1.0.jar                                | None                                     |
| UCHIJAAAA | gargoyles                | 1                  | Gargoyles+mod+1.12.2+patch+1.jar                     | None                                     |
| UCHIJAAAA | harvestchevsky           | b1                 | gentleharvest-1.12--b1.jar                           | None                                     |
| UCHIJAAAA | ghostly                  | 1.0.14             | ghostly-1.0.14.jar                                   | None                                     |
| UCHIJAAAA | giacomos_bookshelf       | 1.2                | GiacomosBookshelf-1.12.2-1.2.jar                     | None                                     |
| UCHIJAAAA | gb                       | 1.1.38             | Gobber-1.12.2_1.1.38.jar                             | None                                     |
| UCHIJAAAA | gravestone               | 1.10.2             | gravestone-1.10.2.jar                                | None                                     |
| UCHIJAAAA | grimoireofgaia           | 1.6.3              | GrimoireOfGaia3-1.12.2-1.6.3.jar                     | None                                     |
| UCHIJAAAA | overlord                 | 2.4.13             | Overlord-1.12.2-2.4.13.jar                           | None                                     |
| UCHIJAAAA | guideapi                 | 1.12-2.1.7-62      | Guide-API-1.12-2.1.7-62.jar                          | None                                     |
| UCHIJAAAA | hammercore               | 2.0.2.3            | HammerCore-1.12.2-2.0.2.3.jar                        | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UCHIJAAAA | harshenuniverse          | 0.22.7             | HarshenUniverse-0.22.7.jar                           | None                                     |
| UCHIJAAAA | healthhungertweaks       | 2.1.2              | healthhungertweaks-1.12-2.1.2.jar                    | None                                     |
| UCHIJAAAA | hearthstonemod           | 0.4.5              | HearthstoneMod-1.12.2-0.4.5.jar                      | None                                     |
| UCHIJAAAA | heroicarmory             | 1.1.3              | heroicarmory-1.1.3.jar                               | None                                     |
| UCHIJAAAA | ichunutil                | 7.1.4              | iChunUtil-1.12.2-7.1.4.jar                           | None                                     |
| UCHIJAAAA | improvableskills         | 3.5.2r             | ImprovableSkills_1.12.2-3.5.2r.jar                   | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UCHIJAAAA | improvedmobs             | 1.2.4[1.12.2]      | ImprovedMobs-1.12.2-1.2.4.jar                        | None                                     |
| UCHIJAAAA | infernalmobs             | 1.7.5              | InfernalMobs-1.12.2.jar                              | None                                     |
| UCHIJAAAA | ironchest                | 1.12.2-7.0.46.831  | ironchest-1.12.2-7.0.46.831.jar                      | None                                     |
| UCHIJAAAA | iskalliumreactors        | 0.5.16             | iskalliumreactors-1.12.2-0.5.16.jar                  | None                                     |
| UCHIJAAAA | iymts_mod                | 1.12.2-0.0.6       | iYAMATOs_mod_1.12.2-0.0.6.jar                        | None                                     |
| UCHIJAAAA | iymts_mob_mod            | 0.2.0              | iymts_mob_mod_1.12.2-2611-ver.0.2.0.jar              | None                                     |
| UCHIJAAAA | journeymap               | 1.12.2-5.5.2       | journeymap-1.12.2-5.5.2.jar                          | None                                     |
| UCHIJAAAA | justamagnet              | 1.0.0              | justamagnet-1.12.2-1.1.0.jar                         | None                                     |
| UCHIJAAAA | keepequipment            | 1.01               | keepequipment-1.01.jar                               | None                                     |
| UCHIJAAAA | kindredlegacy            | 1.12.2-pre-1.3_0   | kindredlegacy-1.12.2-pre-1.3_0.jar                   | None                                     |
| UCHIJAAAA | landlust                 | 1.12.2-0.3.6       | landlust-1.12.2-0.3.6.jar                            | None                                     |
| UCHIJAAAA | shadowmc                 | 3.8.0              | ShadowMC-1.12-3.8.0.jar                              | None                                     |
| UCHIJAAAA | largeveins               | @VERSION@          | LargeVeins-1.12-1.1.0.jar                            | None                                     |
| UCHIJAAAA | lex                      | 1.0.8              | LibEx-1.12.2-1.0.8.jar                               | None                                     |
| UCHIJAAAA | limelib                  | 1.7.12             | limelib-1.12.2-1.7.12.jar                            | None                                     |
| UCHIJAAAA | lsc                      | 0.6.1.2-alpha      | Loot+Slash+Conquer-1.12.2-0.6.1.2-alpha.jar          | None                                     |
| UCHIJAAAA | lootbags                 | 2.5.7              | LootBags-1.12.2-2.5.7.jar                            | None                                     |
| UCHIJAAAA | lostcities               | 2.0.11             | lostcities-1.12-2.0.11.jar                           | None                                     |
| UCHIJAAAA | lostsouls                | 1.1.4              | lostsouls-1.12-1.1.4.jar                             | None                                     |
| UCHIJAAAA | magma_monsters           | 0.3.0              | MagmaMonsters-0.3.0.jar                              | None                                     |
| UCHIJAAAA | mcjtylib_ng              | 3.0.5              | mcjtylib-1.12-3.0.5.jar                              | None                                     |
| UCHIJAAAA | mechsoldiers             | 1.1.6              | MechSoldiers-1.12.2-1.1.6.jar                        | None                                     |
| UCHIJAAAA | megaloot                 | 0.2.30             | megaloot-1.12.2-0.2.30.jar                           | None                                     |
| UCHIJAAAA | miniheads                | 1.0.7              | miniheads-1.0.7a-1.12.jar                            | None                                     |
| UCHIJAAAA | mininglib                | 1.1.0              | mininglib-1.12.1-1.1.0.jar                           | None                                     |
| UCHIJAAAA | minions                  | 2.0.3              | Minions-1.12.2.jar                                   | None                                     |
| UCHIJAAAA | mistcore                 | 1.2.1              | mistcore-1.12-1.2.1-1-universal.jar                  | None                                     |
| UCHIJAAAA | mistbiomes               | 1.0.0              | mistbiomes-1.12-1.0.0-universal.jar                  | None                                     |
| UCHIJAAAA | mjrlegendslib            | 1.12.2-1.1.4       | MJRLegendsLib-1.12.2-1.1.4.jar                       | b02331787272ec3515ebe63ecdeea0d746653468 |
| UCHIJAAAA | targeting_api            | 0.12               | targeting_api-0.12.jar                               | None                                     |
| UCHIJAAAA | mkultra                  | 0.80               | MKUltra-0.80.jar                                     | None                                     |
| UCHIJAAAA | mkultrax                 | 0.06               | mkultra-compat-0.07.jar                              | None                                     |
| UCHIJAAAA | mobarmormod              | 1.0.2              | Mob Armor Mod V1.0.2-1.12.2.jar                      | None                                     |
| UCHIJAAAA | mob_mash                 | 2.4                | Mob+Mash-2.4.jar                                     | None                                     |
| UCHIJAAAA | mobcontroller            | 1.1                | MobController-1.12.2-1.1.jar                         | None                                     |
| UCHIJAAAA | mob_grinding_utils       | 0.3.9              | MobGrindingUtils-0.3.9.jar                           | None                                     |
| UCHIJAAAA | mobultion                | 0.4.5              | mobultion-0.4.5.jar                                  | 4fe096bf3ddb2da90a69bb82abd57398549af8a5 |
| UCHIJAAAA | modnametooltip           | 1.10.0             | modnametooltip_1.12.2-1.10.0.jar                     | None                                     |
| UCHIJAAAA | monsterswarm             | 2.0.1              | MonsterSwarm-2.0.1.jar                               | None                                     |
| UCHIJAAAA | morecraft                | 3.2                | MoreCraft-1.12.2-3.2b1.jar                           | None                                     |
| UCHIJAAAA | shear                    | 1.1.2              | MoreShearables1.3.1-1.12.2.jar                       | None                                     |
| UCHIJAAAA | ms                       | 1.0                | moreswords.jar                                       | None                                     |
| UCHIJAAAA | llibrary                 | 1.7.15             | llibrary-1.7.15-1.12.2.jar                           | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| UCHIJAAAA | mowziesmobs              | 1.4.2              | mowziesmobs-1.4.2.jar                                | None                                     |
| UCHIJAAAA | multipagechest           | 1.9.1              | MultiPageChest-1.12-1.9.1.jar                        | None                                     |
| UCHIJAAAA | mmm                      | 1.0.8              | mutatedmobs-1.0.8.jar                                | None                                     |
| UCHIJAAAA | mysticalwildlife         | 1.2.0              | mysticalwildlife-1.12.2-1.2.0.jar                    | None                                     |
| UCHIJAAAA | naturalnetherportals     | 1.2.0              | naturalnetherportals-1.2.0-mc1.12.x.jar              | None                                     |
| UCHIJAAAA | naturescompass           | 1.5.1              | NaturesCompass-1.12.2-1.5.1.jar                      | None                                     |
| UCHIJAAAA | nex                      | 2.0.8              | NetherEx-1.12.2-2.0.8.jar                            | None                                     |
| UCHIJAAAA | nmsot                    | 1.2.2-mc1.12.2     | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar              | None                                     |
| UCHIJAAAA | recipehandler            | 0.11               | NoMoreRecipeConflict-0.11(1.12.2).jar                | None                                     |
| UCHIJAAAA | neid                     | 1.5.4.2            | NotEnoughIDs-1.5.4.2.jar                             | None                                     |
| UCHIJAAAA | nt                       | 1.0                | Novam+Terram+1.12.2+-+4.0.jar                        | None                                     |
| UCHIJAAAA | omlib                    | 3.0.1-162          | omlib-1.12.2-3.0.1-162.jar                           | None                                     |
| UCHIJAAAA | ompd                     | 3.0.0-36           | ompd-1.12.2-3.0.0-36.jar                             | None                                     |
| UCHIJAAAA | openmodularturrets       | 3.0.1-264          | openmodularturrets-1.12.2-3.0.1-264.jar              | None                                     |
| UCHIJAAAA | orbis_api                | 1.12.2-1.1.5       | orbis_api-1.12.2-1.1.5.jar                           | None                                     |
| UCHIJAAAA | selimpenguin             | 1.2.0              | Penguins-1.12.2-1.2.0.jar                            | None                                     |
| UCHIJAAAA | subcommonlib             | 1.2.0.1            | subcommonlib-sublib-1.12.2-1.2.0.4.jar               | None                                     |
| UCHIJAAAA | petbuddy                 | $version           | petbuddy-petbuddy-1.12.2-2.4.1.0.jar                 | None                                     |
| UCHIJAAAA | placebo                  | 1.4.0              | Placebo-1.12.2-1.4.0.jar                             | None                                     |
| UCHIJAAAA | shetiphiancore           | 3.5.8              | shetiphiancore-1.12.0-3.5.8.jar                      | None                                     |
| UCHIJAAAA | platforms                | 1.4.6              | platforms-1.12.0-1.4.6.jar                           | None                                     |
| UCHIJAAAA | playerstorage            | 1.3.6              | playerstorage-1.12.2-1.3.6.jar                       | None                                     |
| UCHIJAAAA | potionfingers            | r1.0-2             | PotionFingers-r1.0-2.jar                             | None                                     |
| UCHIJAAAA | prefab                   | 1.3.0.25           | prefab-1.3.0.25.jar                                  | None                                     |
| UCHIJAAAA | prefixation              | 1.12.2-0.3.1       | prefixation-0.3.1.jar                                | None                                     |
| UCHIJAAAA | primitivemobs            | 1.1.6              | primitivemobs-1.1.6_beta.jar                         | None                                     |
| UCHIJAAAA | proxyslib                | 1.1.0              | Proxy's+Lib-1.12.2-1.1.0.jar                         | 798adbf4d7cb5e70efba22362a51cb84cd4e1dd7 |
| UCHIJAAAA | pyramidplunder           | 1.12.2-1.0         | PyramidPlunder-1.12.2-1.1.jar                        | None                                     |
| UCHIJAAAA | raiders                  | 3.0.8              | raiders-1.12.2-3.0.8.jar                             | None                                     |
| UCHIJAAAA | randomloot               | 1.3                | RandomLoot-1.3.1.jar                                 | None                                     |
| UCHIJAAAA | realisticarmortiers      | 1.1.1              | realisticarmortiers-1.12.2-1.1.1.jar                 | None                                     |
| UCHIJAAAA | reccomplex               | 1.4.7              | RecurrentComplex-1.4.7.jar                           | None                                     |
| UCHIJAAAA | recycler                 | 3.2.0              | recycler-3.2.0-1.12.jar                              | None                                     |
| UCHIJAAAA | rfmobs                   | 0.1                | RedstoneMobs+[0.2].jar                               | None                                     |
| UCHIJAAAA | redstonepaste            | 1.7.5              | redstonepaste-mc1.12-1.7.5.jar                       | None                                     |
| UCHIJAAAA | rmh                      | 1.0                | RemoveMouseoverHighlight-1.0.jar                     | None                                     |
| UCHIJAAAA | reptilemod               | 3.8.4              | reptilemod-1.12.2-3.8.4-85.jar                       | None                                     |
| UCHIJAAAA | roguelike                | 1.8.0              | RoguelikeDungeons-1.12.2-1.8.0.jar                   | None                                     |
| UCHIJAAAA | rootsclassic             | 1.12.2-1.1.1       | RootsClassic-1.12.2-1.1.1.jar                        | None                                     |
| UCHIJAAAA | roughmobs                | 2.0.0              | roughmobs2-1.12.2_2.0.9.jar                          | None                                     |
| UCHIJAAAA | rpginventory             | 1.12.2             | rpginventory-1.12-5.3.0.0.jar                        | None                                     |
| UCHIJAAAA | ruins                    | 17.1               | Ruins-1.12.2.jar                                     | None                                     |
| UCHIJAAAA | rustic                   | 1.0.11             | rustic-1.0.11.jar                                    | None                                     |
| UCHIJAAAA | rusticbopwoods           | 1.0                | rusticbopwoods-1.0.jar                               | None                                     |
| UCHIJAAAA | scannable                | 1.6.3.22           | Scannable-MC1.12.2-1.6.3.22.jar                      | None                                     |
| UCHIJAAAA | scollectibles            | demo               | scollectibles-1.1.jar                                | None                                     |
| UCHIJAAAA | sereneseasons            | 1.2.6              | SereneSeasons-1.12.2-1.2.6-universal.jar             | None                                     |
| UCHIJAAAA | snowvillage              | 1.12.2-1.0.0       | SnowVillage-1.12.2-1.0.0.jar                         | None                                     |
| UCHIJAAAA | somanyenchantments       | 0.3.0              | SoManyEnchantments+V0.3.1+(1.12.2).jar               | None                                     |
| UCHIJAAAA | sonarcore                | 5.0.15             | sonarcore-1.12.2-5.0.15-13.jar                       | None                                     |
| UCHIJAAAA | soundfilters             | 0.10_for_1.12      | SoundFilters-0.10_for_1.12.jar                       | None                                     |
| UCHIJAAAA | spartanshields           | 1.4.1              | SpartanShields-1.12.2-1.4.1.jar                      | None                                     |
| UCHIJAAAA | spartanweaponry          | beta 1.2.2         | SpartanWeaponry-1.12.2-beta-1.2.2.jar                | None                                     |
| UCHIJAAAA | stingrayshostilealienmod | 1.0.2              | Stingrays Hostile Alien Mod 1.0.2.jar                | None                                     |
| UCHIJAAAA | streams                  | 0.4.4              | Streams-1.12-0.4.4.jar                               | None                                     |
| UCHIJAAAA | subterranaenwaters       | 1.12.2-1.5.6       | subh2o-1.12.2-1.5.6.jar                              | None                                     |
| UCHIJAAAA | switchbow                | 1.5.4              | switchbow-1.5.4.jar                                  | None                                     |
| UCHIJAAAA | telepads                 | $version           | telepads-1.12.2-1.1.0.6.jar                          | None                                     |
| UCHIJAAAA | terracart                | 1.12.2-1.2.3       | terracartreloaded-1.12.2-1.2.3.jar                   | None                                     |
| UCHIJAAAA | texfix                   | 4.0                | TexFix+V-1.12-4.0.jar                                | None                                     |
| UCHIJAAAA | theboxingdead            | 1.0.1              | theboxingdead-1.0.1.jar                              | None                                     |
| UCHIJAAAA | theeightfabledblades     | 1.0.0              | TheEightFabledBlades+V1.0.0.jar                      | None                                     |
| UCHIJAAAA | toolupgrades             | 2.0.2              | Tool+Upgrades+1.12.2+by+XxRexRaptorxX++(v.2.0.2).jar | None                                     |
| UCHIJAAAA | torohud                  | 1.12.2-3           | torohud-1.12.2-3.jar                                 | None                                     |
| UCHIJAAAA | toroquest                | 1.12.2-5.2         | toroquest-1.12.2-5.2.jar                             | None                                     |
| UCHIJAAAA | transprot                | 1.5.3              | transprot-1.12.2-1.5.3.jar                           | None                                     |
| UCHIJAAAA | treasure2                | 1.0.0              | Treasure2-mc1.12.2-f14.23.4.2705-v1.0.0.jar          | None                                     |
| UCHIJAAAA | umbralux                 | 1.12.2             | umbralux-1.12.2-2.1.0.2.jar                          | None                                     |
| UCHIJAAAA | unloader                 | 1.2.0              | unloader-1.2.0.jar                                   | None                                     |
| UCHIJAAAA | varodd                   | 4.01               | varodd-1.12.2-4.01.jar                               | None                                     |
| UCHIJAAAA | venomousfangs            | 1.1                | VenomousFangs1.12-1.1.jar                            | None                                     |
| UCHIJAAAA | wailaharvestability      | 1.1.12             | WailaHarvestability-mc1.12-1.1.12.jar                | None                                     |
| UCHIJAAAA | waystones                | 4.0.63             | Waystones_1.12.2-4.0.63.jar                          | None                                     |
| UCHIJAAAA | weathergod               | v1.0               | Weather+God+v1.0.jar                                 | None                                     |
| UCHIJAAAA | worleycaves              | 1.3.0              | worleycaves-1.3.0.jar                                | None                                     |
| UCHIJAAAA | yoyos                    | 1.12.2-1.2.2.20    | yoyos_1.12.2-1.2.2.20.jar                            | None                                     |
| UCHIJAAAA | zoocraftdiscoveries      | 1.0                | Zoocraft+Discoveries+1.12.2-1.1.0.jar                | None                                     |
| UCHIJAAAA | jurassicraft             | 2.1.17             | JurassiCraft-1.12.2-2.1.17.jar                       | None                                     |
| UCHIJAAAA | pvj                      | 1.3.2              | ProjectVibrantJourneys-1.12.2-1.3.2.jar              | None                                     |
| UCHIJAAAA | superores                | 1.9.0_1.12         | superores-1.9.0-1.12.jar                             | None                                     |

Loaded coremods (and transformers): 

FarseekCoreMod (Farseek-1.12-2.3.1.jar)
farseek.core.FarseekClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
squeek.applecore.asm.TransformerModuleHandler
BetterAutoJumpCore (BetterAutoJump-1.1.1-mc1.12.2.jar)
com.mmyzd.betterautojump.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.7.4.jar)

HCASM (HammerCore-1.12.2-2.0.2.3.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)

LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
lumien.bloodmoon.asm.ClassTransformer
ImprovedMobs/ASM (ImprovedMobs-1.12.2-1.2.4.jar)
com.flemmli97.improvedmobs.asm.ASMTransformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b158.jar)

Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
com.chocohead.biab.BornInABarn
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.6-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
FMLModule ([1.12.2][3.0.0.3]+mdxlib.jar)
com.arisux.mdx.AccessTransformer
LoadingPlugin (Quark-r1.5-130.jar)
vazkii.quark.base.asm.ClassTransformer
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.3.jar)
DummyCore.ASM.DCASMManager
ColytraLoadingPlugin (colytra-1.12.2-1.1.0.jar)
c4.colytra.asm.ElytraTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)

DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
org.blockartistry.DynSurround.asm.Transformer
llibrary (llibrary-core-1.0.8-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 772 names; 1464 stacks.
Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUNCg0KY2xpZW50IHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSByZXBsYWNlIGVuY2hhbnRtZW50IGdsaW50IGNvbG9yIHdpdGggbW9yZSBtYXRjaGluZyBjb2xvcnMgZm9yIHNvbWUgdmFuaWxsYSBpdGVtcz8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiQ3VzdG9tIEVuY2hhbnRtZW50IENvbG9ycyBmb3IgVmFuaWxsYSBJdGVtcyI9dHJ1ZQ0KDQogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcG9ydGZvcndhcmQgeW91ciBsb2NhbCB3b3JsZCB3aGVuIHlvdSBzaGFyZSB3aXRoIGl0IHRvIExBTj8NCiAgICAjIFRoaXMgZmVhdHVyZSBkb2Vzbid0IHdvcmsgb24gYWxsIGNsaWVudHMsIHlvdSBhcmUgZ29pbmcgdG8gZ2V0IGEgbWVzc2FnZSBpbiBjaGF0IGlmIGl0IHdhcyBzdWNjZXNzZnVsL3Vuc3VjY2Vzc2Z1bCBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJMQU4gVVBuUCI9dHJ1ZQ0KDQogICAgIyBSZXBsYWNlIHZhbmlsbGEgZnVybmFjZSBhbmQgYnJld2luZyBzdGFuZCBwcm9ncmVzcyBiYXJzIHRvIHVzZSBzbW9vdGggcmVuZGVyaW5nPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJTbW9vdGggVmFuaWxsYSBHdWlzIj10cnVlDQp9DQoNCg0KaXdyZW5jaCB7DQogICAgIyBXaGF0IGlzIHRoZSBjb2xvciB3aGVuIHRoZSBob3ZlcmVkIGJsb2NrIGlzIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6R3JlZW49MjJGRjIyDQoNCiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgTk9UIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6UmVkPUZGMjIyMg0KfQ0KDQoNCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGZvcmNlLXNwYXduIEVuZGVyIERyYWdvbiBFZ2cgb24gRW5kZXIgRHJhZ29uIGRlYXRoPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJBbHdheXMgU3Bhd24gRHJhZ29uIEVnZyI9dHJ1ZQ0KfQ0KDQoNCg==
Pastebin Connection: Okay.
Dependent Mods:
-Improvable Skills (improvableskills) @3.5.2r

[DummyCore]: 'Special case ASM modification mods: ''Note, that these mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''dummycore'
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Baston'/1514, l='Awesomeness', x=-438.74, y=64.20, z=333.79]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: SEUS-Renewed-1.0.0
OpenGlVersion: 4.6.0 NVIDIA 411.63
OpenGlRenderer: GeForce GTX 1050 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8

[Bug] Generated Bed

in the small sloped-roof building
2018-09-17_20 00 41
Opening the chest make the bed disappear

Feature request: config guard armor and weapons

Is it possible to set an config option to arm guards with modded weapons/armor?
An example use case is the mod (https://minecraft.curseforge.com/projects/consecration) which makes undead harder to fight without specific weapons and being able to arm the villagers with silver weapons for example would lead to a very neat mod interaction.
A follow up/parallel feature request would be for the mobs to actually use the weapon they're holding rather than have it as a cosmetic if they aren't already.

Coherent Villages setting beetroots to an age of 6, where it's clearly not allowed

---- Minecraft Crash Report ----
// I blame asiekierka, author of FoamFix.

Time: 2018-10-29 00:13:22 CDT
Description: Ticking entity

java.lang.IllegalArgumentException: Cannot set property PropertyInteger{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3]} to 6 on block minecraft:beetroots, it is not an allowed value
at pl.asie.foamfix.common.FoamyBlockState.withProperty(FoamyBlockState.java:59)
at net.minecraft.block.BlockCrops.withAge(BlockCrops.java:61)
at net.minecraft.block.BlockCrops.getStateFromMeta(BlockCrops.java:251)
at net.theexceptionist.coherentvillages.worldgen.villages.FrankStructurePieces$Field2.addComponentParts(FrankStructurePieces.java:577), c
at net.minecraft.world.gen.structure.StructureStart.generateStructure(StructureStart.java:47)
at net.minecraft.world.gen.structure.MapGenStructure.generateStructure(MapGenStructure.java:94)
at net.minecraft.world.gen.ChunkGeneratorOverworld.populate(ChunkGeneratorOverworld.java:406)
at net.minecraft.world.chunk.Chunk.populate(Chunk.java:1019)
at net.minecraft.world.chunk.Chunk.populate(Chunk.java:999)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:110)
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.getChunkFromChunkCoords(World.java:310)
at net.minecraft.world.ChunkCache.(ChunkCache.java:37)
at net.minecraft.pathfinding.PathNavigate.getPathToPos(SourceFile:113)
at net.minecraft.pathfinding.PathNavigateGround.getPathToPos(SourceFile:51)
at net.minecraft.pathfinding.PathNavigateGround.getPathToEntityLiving(SourceFile:73)
at net.minecraft.pathfinding.PathNavigate.tryMoveToEntityLiving(SourceFile:147)
at net.minecraft.entity.ai.EntityAIFollowParent.updateTask(SourceFile:81)
at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(SourceFile:129)
at net.minecraft.entity.EntityLiving.updateEntityActionState(EntityLiving.java:888)
at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:2352)
at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.onLivingUpdate(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.onLivingUpdate(SourceFile:43)
at lykrast.defiledlands.common.entity.passive.EntityBookWyrm.onLivingUpdate(EntityBookWyrm.java:131)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2172)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:377)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1993)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
at net.minecraft.world.World.updateEntity(World.java:1955)
at net.minecraft.world.World.redirect$updateEntity$zbl000(World.java:4117)
at net.minecraft.world.World.updateEntities(World.java:1759)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)

villager names

2018-10-06_04 46 09
villager names being null null whenever i talk to them. this happened only to one group of soldiers in one building so far.
(also creepers and such should attack guards and vice versa, whats up with that?)
(also also there should be builders or something incase buildings get ruined/destroyed, or to expand the villages with more building/upgrade buildings)

[Suggestion] Odd(uneven) village well

If possible, I think a 3x3(5x5 w/ cobble) Well would be nice, since the Paths are 3 wide.
Always bothered me to have a non-centered Well.

Maybe even a nicer Well, one that Stupidificate Villager can get out of.

bandit spawn rates.

The bandit mobs are interesting but there does not seem to be a limit or control on their spawning. I set the rate to 1 and my world still gets flooded with bandits taking over all of my caves and spamming the logs with their hilarious demises, and making caving extremely dangerous. I disabled them for the time being, though it was interesting to see them take over the village near my base, and surprising to stumble upon a village of bandits.

I also noticed another couple of other issues, though I don't know if you want a separate report for them.

  1. the villager horses seem to inherit from the undead horse. normally this is not an issue but I have the Monk mod and every-time I look at one of them they get withered.

  2. i disabled deep ocean villages but I noticed that antique atlas still thinks there is one in the deep ocean (I didn't see one under the water, now there is an idea, aquatic village.)

Village NPCs immediately hostile to the player (Coherent-Villages + Rough Mobs 2)

An interesting turn of events, the village NPCs will become immediately hostile to the player when Rough Mobs 2 is installed and active. Seems to come up intermittently. At times I was outright attacked at first sight (meaning i've had no interaction with them at all yet), others they'd be passive for a time and then attack me when I was passing the night away inside a building, getting damaged by zombies seemed to enrage them at me.

I've also left a comment on the Rough Mobs 2 issue tracker for this.

Want to help

Hey man- I'd love to help with textures and structures. I posted about this on the curseforge page a few days ago, but I'm impatient, so I'm posting here too lol.
Anyway, if you would like my help, you can contact me on Discord at mikestah#5011 or on curse at https://www.curseforge.com/members/CSlay
Good luck with the project,
mikestah

Feature Request: Disable raids on specific towns

I'd like to set up a village as part of a server spawn point, but it getting attacked by raids might be troublesome. Could there be a tag or a block placed to disable a raid for that area only?

Ticking Entity Error

Not very smart so I have no clue if this is a thing on my end or a fault with the mod. Using absolute latest version with a bunch other things, no other mod was referenced in the logs.

Time: 11/1/18 3:27 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at java.util.regex.Matcher.appendReplacement(Unknown Source)
at java.util.regex.Matcher.replaceAll(Unknown Source)
at java.lang.String.replaceAll(Unknown Source)
at net.theexceptionist.coherentvillages.main.events.EventImmigration.execute(EventImmigration.java:44)
at net.theexceptionist.coherentvillages.main.entity.attributes.AttributeFaction.update(AttributeFaction.java:254)
at net.theexceptionist.coherentvillages.main.entity.EntityHumanVillager.func_70636_d(EntityHumanVillager.java:558)
at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:2172)
at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:295)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1955)
at net.minecraft.world.World.func_72939_s(World.java:1759)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)

Full log https://paste.dimdev.org/anamoqusaz.rb

I've seen this happen with a different entity, same event was the immigration one. I think the last one was with a Mongol Shaman or something along those lines.

1.4.3 crashing server on startup (NoSuchMethodExcption)

[05:19:11] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Coherent Villages Mod (coherentvillages)

Caused by: java.lang.NoSuchMethodError: net.minecraft.world.biome.Biome.func_185359_l()Ljava/lang/String;
        at net.theexceptionist.coherentvillages.Main.init(Main.java:303) ~[Main.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
        at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627) ~[forge-1.12.2-14.23.4.2705-universal.jar:?]
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
        at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) ~[forge-1.12.2-14.23.4.2705-universal.jar:?]
        at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) ~[forge-1.12.2-14.23.4.2705-universal.jar:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
        at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) ~[LoadController.class:?]
        at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744) ~[Loader.class:?]
        at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107) ~[FMLServerHandler.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337) ~[FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:219) ~[nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
[05:19:12] [Server thread/WARN] [org.dimdev.utils.ModIdentifier]: Failed to identify sun.reflect.GeneratedMethodAccessor9 (untransformed name: sun.reflect.GeneratedMethodAccessor9)
[05:19:12] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /home/libre/forge-server-1.12.2/./crash-reports/crash-2018-09-19_05.19.12-server.txt
[05:19:12] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server

Downgrading to 1.4 works just fine.

[COL] When updating from 1.3.7 to 1.3.9

MC 1.12.2
Forge 2757
CV 1.3.9

https://pastebin.com/LFmLtikr

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Coherent Villages Mod Beta (coherentvillages)
Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
	at net.theexceptionist.coherentvillages.main.ClientProxy.registerRenderers(ClientProxy.java:86)
	at net.theexceptionist.coherentvillages.main.Main.init(Main.java:471)

[Bug/BadBehavior] Villager attacking passive follower

Namely, Luggage from OpenBlocks.
I'll test with more follower-type entities, like Summon from EBWizardry, Golem from Thaumcraft and Extra Golems.

Villager attack at least Luggage, and sometime shoot each other with arrow(didn't have a look at potion-throwing villager yet)

Maybe a config to black/white-list entity by name, or make it to only attack aggressive mobs?

[Issue] Dangerous Mages

I had to deactivate mob griefing and fire tick on my game because of the mages. They destroy everything and set fire on the whole village, in the end I just killed all of then because of the annoying explosions.

Reduce animal spawns via configs?

Hi, I am using having a VillagerHorse issue, where they are spawning like crazy in my world, and as a result, it's slowing my world down greatly.
Version : Coherent Villages Pre-Release v0.0.5.10.

Suggested resolution:
Could you add an entry into the configs, for say animal spawn rate as well as the ability to turn off the villager horses?
Thank you very much.

Can make nord villager's damage based on their weapons ?

by the test
i find that villager's defenses based on what armor they wear
but the damage of them are different
they can kill zombie by one hit no matter what weapons they hand.(iron diamon.. just the same)
when i take their weapon out of them , they still kiled the zombie by one punch(Saitama~!)
so.. i think it need to be something change to get it mor interest

[Feature] Villager Trade

I think having special trade for your villager could be nice, something along the line of Villager Buying Thing, like Armor/Weapon for Guard, Arrow for Archer, Lapis/Potion/Ingredient for Mage.
A way to get Emerald from them, and maybe later in the trading array, Selling Thing, like mob drop for cheap.
That would make them a sort sort "Immersive Grinding Tower"

NPE Crash Ticking entity

---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (LootingModMC1.12.2-1.1.jar)
LoadingPlugin (customport-1.12.2-1.0.jar)
LoadingPlugin (Quark-r1.4-125.jar)
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
CorePlugin (ForgeEndertech-1.12.2-4.3.3.0-build.0095.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 11/10/18 5:31 PM
Description: Ticking entity

java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:711)
at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:734)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:125)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:888)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2352)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.theexceptionist.coherentvillages.main.entity.EntityHumanVillager.func_70636_d(EntityHumanVillager.java:1598)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2172)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
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:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

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

-- Head --
Thread: Server thread
Stacktrace:
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:711)
at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:734)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:125)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:888)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2352)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.theexceptionist.coherentvillages.main.entity.EntityHumanVillager.func_70636_d(EntityHumanVillager.java:1598)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2172)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
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: coherentvillages:human_villager (net.theexceptionist.coherentvillages.main.entity.EntityHumanVillager)
Entity ID: 322
Entity Name: Jadzia - Slavic Novice Mage Archer
Entity's Exact location: -146.30, 74.18, 155.45
Entity's Block location: World: (-147,74,155), Chunk: (at 13,4,11 in -10,9; contains blocks -160,0,144 to -145,255,159), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.15, 0.01
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: Smoke
All players: 2 total; [EntityPlayerMP['BuggaDaddy'/653, l='Smoke', x=-66.60, y=36.00, z=227.70], EntityPlayerMP['BlueCrayon13'/1123, l='Smoke', x=-65.32, y=37.00, z=226.75]]
Chunk stats: ServerChunkCache: 426 Drop: 0
Level seed: -2258502086495804847
Level generator: ID 06 - RTG, ver 0. Features enabled: true
Level generator options: {"seaLevel":63,"useBoulders":true,"boulderMult":1.0,"sandDuneHeight":4,"useSnowLayers":true,"bedrockLayers":5,"useCaves":true,"caveChance":8,"caveDensity":7,"useRavines":true,"ravineChance":100,"riverSizeMult":1.0,"riverFrequency":1.0,"riverBendMult":1.0,"riverCutOffAmpl":0.5,"riverCutOffScale":350.0,"RTGlakeSizeMult":1.0,"RTGlakeFreqMult":1.0,"RTGlakeShoreBend":1.0,"useWaterLakes":true,"waterLakeChance":10,"useLavaLakes":true,"lavaLakeChance":80,"useWaterUndLakes":true,"waterUndLakeChance":10,"useLavaUndLakes":true,"lavaUndLakeChance":80,"waterSpoutChance":200,"lavaSpoutChance":200,"useVillages":true,"villageSize":0,"villageDistance":48,"useMineShafts":true,"mineShaftChance":0.004,"useDungeons":true,"dungeonChance":8,"useTemples":true,"templeDistance":48,"useMonuments":true,"monumentSpacing":32,"monumentSeparation":5,"useMansions":true,"mansionSpacing":80,"mansionSeparation":20,"useStrongholds":true,"strongholdCount":128,"strongholdDistance":32,"strongholdSpread":3,"dirtSize":33,"dirtCount":10,"dirtMinHeight":0,"dirtMaxHeight":256,"gravelSize":33,"gravelCount":8,"gravelMinHeight":0,"gravelMaxHeight":256,"graniteSize":33,"graniteCount":10,"graniteMinHeight":0,"graniteMaxHeight":80,"dioriteSize":33,"dioriteCount":10,"dioriteMinHeight":0,"dioriteMaxHeight":80,"andesiteSize":33,"andesiteCount":10,"andesiteMinHeight":0,"andesiteMaxHeight":80,"coalSize":17,"coalCount":20,"coalMinHeight":0,"coalMaxHeight":128,"ironSize":9,"ironCount":20,"ironMinHeight":0,"ironMaxHeight":64,"goldSize":9,"goldCount":2,"goldMinHeight":0,"goldMaxHeight":32,"redstoneSize":8,"redstoneCount":8,"redstoneMinHeight":0,"redstoneMaxHeight":16,"diamondSize":8,"diamondCount":1,"diamondMinHeight":0,"diamondMaxHeight":16,"lapisSize":7,"lapisCount":1,"lapisCenterHeight":16,"lapisSpread":16}
Level spawn location: World: (-196,64,256), Chunk: (at 12,4,0 in -13,16; contains blocks -208,0,256 to -193,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 18312 game time, 18312 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 7230 (now: false), thunder time: 1465 (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:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2054058912 bytes (1958 MB) / 4771282944 bytes (4550 MB) up to 15992750080 bytes (15251 MB)
LiteLoader Brand: 1.12.2-SNAPSHOT-r4CC2BB0-b4-4
LiteLoader Mods: 1 loaded mod(s)
- VoxelMap version 1.7.1
LaunchWrapper: 29 active transformer(s)
- Transformer: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
- Transformer: optifine.OptiFineClassTransformer
- Transformer: $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
- Transformer: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
- Transformer: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
- Transformer: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
- Transformer: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
- Transformer: $wrapper.afdw.customport.ClassTransformer
- Transformer: $wrapper.net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
- Transformer: $wrapper.com.ToMe.LootingMod.ClassTransformer
- Transformer: $wrapper.vazkii.quark.base.asm.ClassTransformer
- Transformer: org.spongepowered.asm.mixin.transformer.Proxy
- Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
- Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer
- Transformer: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer
- Transformer: org.spongepowered.asm.mixin.transformer.Proxy
- Transformer: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
- Transformer: org.spongepowered.asm.mixin.transformer.Proxy
- Transformer: com.mumfrey.liteloader.transformers.event.EventTransformer
- Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
- Transformer: com.mumfrey.liteloader.transformers.event.json.ModEventInjectionTransformer
- Transformer: org.spongepowered.asm.mixin.transformer.Proxy
- Transformer: net.minecraftforge.fml.common.asm.transformers.ModAPITransformer
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx15g -XX:CMSInitiatingOccupancyFraction=60 -XX:+UseCMSInitiatingOccupancyOnly -XX:+UseConcMarkSweepGC
IntCache: cache: 1, tcache: 1, allocated: 8, tallocated: 60
FML: MCP 9.42 Powered by Forge 14.23.4.2749 Optifine OptiFine_1.12.2_HD_U_E2 71 mods loaded, 71 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.4.2749.jar                                | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge                                | 14.23.4.2749        | forge-1.12.2-14.23.4.2749.jar                                | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | creativecoredummy                    | 1.0.0               | minecraft.jar                                                | None                                     |
| UCHIJAAAA | infinimend                           | 1.0.2               | minecraft.jar                                                | None                                     |
| UCHIJAAAA | additionalstructures                 | 1.6.0               | Additional+Structures+1.12.2+by+XxRexRaptorxX++(v.1.6.0).jar | None                                     |
| UCHIJAAAA | forgeendertech                       | 1.12.2-4.3.3.0      | ForgeEndertech-1.12.2-4.3.3.0-build.0095.jar                 | None                                     |
| UCHIJAAAA | adhooks                              | 1.12.2-3.1.2.1      | AdHooks-1.12.2-3.1.2.1-build.0095.jar                        | None                                     |
| UCHIJAAAA | quark                                | r1.4-125            | Quark-r1.4-125.jar                                           | None                                     |
| UCHIJAAAA | autoreglib                           | 1.3-18              | AutoRegLib-1.3-18.jar                                        | None                                     |
| UCHIJAAAA | baubles                              | 1.5.2               | Baubles-1.12-1.5.2.jar                                       | None                                     |
| UCHIJAAAA | betterbuilderswands                  | 0.12.0              | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar              | None                                     |
| UCHIJAAAA | betteroffhand                        | 0.1                 | BetterOffhand-1.12.2-0.1.jar                                 | None                                     |
| UCHIJAAAA | biomeinfo                            | v1.0                | biomeinfo-1.12.x-v1.0.jar                                    | None                                     |
| UCHIJAAAA | bookshelf                            | 2.3.541             | Bookshelf-1.12.2-2.3.541.jar                                 | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | camoucreepers                        | 1.6                 | camoucreepers-1.6.jar                                        | None                                     |
| UCHIJAAAA | carryon                              | 1.11.1              | CarryOn+MC1.12.2+v1.11.1.jar                                 | None                                     |
| UCHIJAAAA | chameleon                            | 1.12-4.1.3          | Chameleon-1.12-4.1.3.jar                                     | None                                     |
| UCHIJAAAA | clockhud                             | 1.4.0               | ClockHUD-1.12-1.4.0.jar                                      | None                                     |
| UCHIJAAAA | coherentvillages                     | v0.0.5.8            | coherent_villages_pre-release_v0.0.5.8.jar                   | None                                     |
| UCHIJAAAA | cosmeticarmorreworked                | 1.12.2-v3           | CosmeticArmorReworked-1.12.2-v3.jar                          | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | cosmeticarmorreworked|tombmanygraves | 1.12.2-v3           | CosmeticArmorReworked-1.12.2-v3.jar                          | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | crafttweaker                         | 4.0.12              | CraftTweaker2-1.12-4.0.12.jar                                | None                                     |
| UCHIJAAAA | ctgui                                | 1.0.0               | CraftTweaker2-1.12-4.0.12.jar                                | None                                     |
| UCHIJAAAA | jei                                  | 4.9.2.196           | jei_1.12.2-4.9.2.196.jar                                     | None                                     |
| UCHIJAAAA | crafttweakerjei                      | 2.0.0               | CraftTweaker2-1.12-4.0.12.jar                                | None                                     |
| UCHIJAAAA | creativecore                         | 1.9.9               | CreativeCore_v1.9.22_mc1.12.2.jar                            | None                                     |
| UCHIJAAAA | customport                           | 1.0                 | customport-1.12.2-1.0.jar                                    | None                                     |
| UCHIJAAAA | dirt2path                            | 1.7.0               | dirt2path-1.7.0.jar                                          | None                                     |
| UCHIJAAAA | easiervillagertrading                | 1.2                 | easiervillagertrading-1.12-forge14.21.1.2387-1.2.jar         | None                                     |
| UCHIJAAAA | csb_ench_table                       | 1.1.3               | EnchantingTable-1.12-1.1.3.jar                               | None                                     |
| UCHIJAAAA | enchxchg                             | 1.0.6               | enchxchg-1.12.2-1.0.6.jar                                    | None                                     |
| UCHIJAAAA | environmentalcreepers                | 1.4.0               | environmentalcreepers-1.12.2-1.4.0.jar                       | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHIJAAAA | expandedbonemeal                     | 1.2.1               | expandedbonemeal-1.11-1.2.1.jar                              | None                                     |
| UCHIJAAAA | fastleafdecay                        | v14                 | FastLeafDecay-v14.jar                                        | None                                     |
| UCHIJAAAA | harvestchevsky                       | b1                  | gentleharvest-1.12--b1.jar                                   | None                                     |
| UCHIJAAAA | giacomosfoundry                      | 1.3.13              | GiacomosFoundry-1.12.2-1.3.13.jar                            | None                                     |
| UCHIJAAAA | gravestone                           | 1.10.1              | gravestone-1.10.1.jar                                        | None                                     |
| UCHIJAAAA | hopperducts                          | 1.5                 | hopperducts-mc1.12-1.5.jar                                   | None                                     |
| UCHIJAAAA | horsetweaks                          | 1.0.4               | HorseTweaks_1.12.2-1.0.4.jar                                 | None                                     |
| UCHIJAAAA | waila                                | 1.8.26              | Hwyla-1.8.26-B41_1.12.2.jar                                  | None                                     |
| UCHIJAAAA | joypadsplitscreenmod                 | 1.12.0-0.22         | JoypadMod-1.12-14.21.0.2322.jar                              | None                                     |
| UCHIJAAAA | keywizard                            | 1.10.2-1.5          | keywizard-1.12.2-1.5.2.jar                                   | None                                     |
| UCHIJAAAA | lootingmod                           | 1.0                 | LootingModMC1.12.2-1.1.jar                                   | None                                     |
| UCHIJAAAA | lucky                                | 7.5.0               | LuckyBlock_1-12_v7-5-0.zip                                   | None                                     |
| UCHIJAAAA | examplemod                           | 1.0                 | modid-1.0.jar                                                | None                                     |
| UCHIJAAAA | mobends                              | 0.25                | modid-1.0.jar                                                | None                                     |
| UCHIJAAAA | nethergold                           | r3                  | Nether+Gold-1.12.2-r3.jar                                    | None                                     |
| UCHIJAAAA | notenoughscaffold                    | 1.7                 | NotEnoughScaffold-1.12.2-1.7.jar                             | None                                     |
| UCHIJAAAA | oreexcavation                        | 1.4.129             | OreExcavation-1.4.129.jar                                    | None                                     |
| UCHIJAAAA | pitweaks                             | 1.12-0.5.5          | PiTweaks-1.12-0.5.5.jar                                      | None                                     |
| UCHIJAAAA | playerrevive                         | 1.0                 | PlayerRevive_v1.2.13_mc1.12.2.jar                            | None                                     |
| UCHIJAAAA | silentlib                            | 3.0.6               | SilentLib-1.12.2-3.0.6-154.jar                               | None                                     |
| UCHIJAAAA | scalinghealth                        | 1.3.30              | ScalingHealth-1.12.2-1.3.30-131.jar                          | None                                     |
| UCHIJAAAA | simpleleather                        | 1.12-1.0            | simpleleather-1.12-1.0.jar                                   | None                                     |
| UCHIJAAAA | simpleminingdrills                   | 1.4.0               | simpleminingdrills+1.12.2.jar                                | None                                     |
| UCHIJAAAA | spartanweaponry                      | beta 1.2.3          | SpartanWeaponry-1.12.2-beta-1.2.3.jar                        | None                                     |
| UCHIJAAAA | stepup                               | 1.0.2-mc1.10-1.12.2 | StepUp-1.0.2-mc1.10-1.12.jar                                 | None                                     |
| UCHIJAAAA | storagedrawers                       | 1.12-5.3.5          | StorageDrawers-1.12.2-5.3.7.jar                              | None                                     |
| UCHIJAAAA | terracart                            | 1.12.2-1.2.3        | terracartreloaded-1.12.2-1.2.3.jar                           | None                                     |
| UCHIJAAAA | tramplestopper                       | 1.2.2               | tramplestopper-1.12.2-1.2.2-universal.jar                    | None                                     |
| UCHIJAAAA | trashslot                            | 8.4.6               | TrashSlot_1.12.1-8.4.6.jar                                   | None                                     |
| UCHIJAAAA | upsizer                              | 4.0.1               | upsizer-mc1.12-4.0.1.jar                                     | None                                     |
| UCHIJAAAA | va                                   | 1.12.2-1.5.2        | va-1.12.2-1.5.2.jar                                          | None                                     |
| UCHIJAAAA | waterfreefarming                     | 2.0.5               | waterfreefarming-2.0.5.jar                                   | None                                     |
| UCHIJAAAA | waystones                            | 4.0.67              | Waystones_1.12.2-4.0.67.jar                                  | None                                     |
| UCHIJAAAA | wholetreeaxe                         | 1.7.1               | WholeTreeAxe-1.12-1.7.1.jar                                  | None                                     |
| UCHIJAAAA | xpfromharvest                        | 1.0                 | xpfromharvest-1.12-1.0.1.jar                                 | None                                     |
| UCHIJAAAA | rtg                                  | 6.1.0.0-beta.6      | RTG-1.12.2-6.1.0.0-beta.6.jar                                | None                                     |
| UCHIJAAAA | totemexpansion                       | 1.2.2               | totemexpansion-1.2.2-1.12.2.jar                              | None                                     |

Loaded coremods (and transformers): 

LoadingPlugin (LootingModMC1.12.2-1.1.jar)
com.ToMe.LootingMod.ClassTransformer
LoadingPlugin (customport-1.12.2-1.0.jar)
afdw.customport.ClassTransformer
LoadingPlugin (Quark-r1.4-125.jar)
vazkii.quark.base.asm.ClassTransformer
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
CorePlugin (ForgeEndertech-1.12.2-4.3.3.0-build.0095.jar)

CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)

GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 2 / 8; [EntityPlayerMP['BuggaDaddy'/653, l='Smoke', x=-66.60, y=36.00, z=227.70], EntityPlayerMP['BlueCrayon13'/1123, l='Smoke', x=-65.32, y=37.00, z=226.75]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge,LiteLoader'
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: KUDA-Shaders v6.1 Legacy.zip
OpenGlVersion: 4.6.0 NVIDIA 397.64
OpenGlRenderer: GeForce GTX 1080/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16

[Suggestion] Config for Villager

A config to disable natural spawning of villager, but keeping the building could be a nice addition for modpack management.
A config to disable building could also be useful.
Maybe a config for each Villager/Building Type, for maximum control?

crash upon starting the game

Suspected Mods: Coherent Villages Mod Beta (coherentvillages)

[18:04:43] [main/WARN] [org.dimdev.utils.ModIdentifier]: Failed to identify sun.reflect.GeneratedMethodAccessor10 (untransformed name: sun.reflect.GeneratedMethodAccessor10)
[18:04:43] [main/FATAL] [VF]: Minecraft ran into a problem! Report saved to: C:\Users\alanc\Documents\Curse\Minecraft\Instances\Better poop\crash-reports\crash-2018-09-29_18.04.43-client.txt
---- Minecraft Crash Report ----
// I blame TheExceptionist, author of Coherent Villages Mod Beta.

Time: 2018-09-29 18:04:43 CDT
Description: Initializing game

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Coherent Villages Mod Beta (coherentvillages)
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.theexceptionist.coherentvillages.main.Main.readConfig(Main.java:388)
at net.theexceptionist.coherentvillages.main.Main.preInit(Main.java:314)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.init(Minecraft.java:466)
at net.minecraft.client.Minecraft.run(Minecraft.java:3929)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Village generation

I'm not exactly sure which is a conflict between mods or normal generation problems. But some bugs that I captured made it look like two villages generated one above other. Some of those might be Forestry and Immersive Engineering problems but others are only bugs related with Coherent Villages

2018-10-02_14 12 07
2018-10-02_14 07 09
2018-10-02_14 07 15
2018-10-02_14 07 27
2018-10-02_14 08 03
2018-10-02_14 08 13

Suggestion: Ingame Config

Can you make the config accessible ingame. I only ask because I've had problems w/ it crashing after changing it when starting minecraft. Here is Crash report:
---- Minecraft Crash Report ----

WARNING: coremods are present:
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
HCASM (HammerCore-1.12.2-2.0.2.3.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
MuonPlugin (muon-0.2-1.12.jar)
BaseMetals (BaseMetals-1.12-2.5.0-beta6.280.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
LoadingPlugin (Quark-r1.5-130.jar)
JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar)
Contact their authors BEFORE contacting forge

// I'm sorry, Dave.

Time: 9/27/18 9:23 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Coherent Villages Mod Beta (coherentvillages)
Caused by: java.lang.NumberFormatException: For input string: "0Ice Plains"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at net.theexceptionist.coherentvillages.main.Main.readConfig(Main.java:292)
at net.theexceptionist.coherentvillages.main.Main.preInit(Main.java:244)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 215022800 bytes (205 MB) / 671580160 bytes (640 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2759 Optifine OptiFine_1.12.2_HD_U_D1 92 mods loaded, 92 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                                |
|:----- |:------------------------------------- |:------------------------ |:---------------------------------------------------- |:---------------------------------------- |
| UCH   | minecraft                             | 1.12.2                   | minecraft.jar                                        | None                                     |
| UCH   | mcp                                   | 9.42                     | minecraft.jar                                        | None                                     |
| UCH   | FML                                   | 8.0.99.99                | forge-1.12.2-14.23.4.2759.jar                        | None                                     |
| UCH   | forge                                 | 14.23.4.2759             | forge-1.12.2-14.23.4.2759.jar                        | None                                     |
| UCH   | muon                                  | 0.2                      | minecraft.jar                                        | None                                     |
| UCH   | advanced-fishing                      | 1.2.0                    | Advanced-Fishing-1.12.2-1.2.0.jar                    | None                                     |
| UCH   | jei                                   | 4.11.0.212               | jei_1.12.2-4.11.0.212.jar                            | None                                     |
| UCH   | theoneprobe                           | 1.4.24                   | theoneprobe-1.12-1.4.24.jar                          | None                                     |
| UCH   | immersiveengineering                  | 0.12-85                  | ImmersiveEngineering-0.12-85.jar                     | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCH   | alternatingflux                       | 0.12.2-1                 | alternatingflux-0.12.2-1.jar                         | None                                     |
| UCH   | quark                                 | r1.5-130                 | Quark-r1.5-130.jar                                   | None                                     |
| UCH   | autoreglib                            | 1.3-20                   | AutoRegLib-1.3-20.jar                                | None                                     |
| UCH   | basemetals                            | 2.5.0-beta6              | BaseMetals-1.12-2.5.0-beta6.280.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | baseminerals                          | 2.5.0-beta6              | BaseMinerals-1.12-2.5.0-beta6.57.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | bibliotheca                           | 1.3.3-1.12.2             | bibliotheca-1.3.3-1.12.2.jar                         | None                                     |
| UCH   | biomesoplenty                         | 7.0.1.2398               | BiomesOPlenty-1.12.2-7.0.1.2398-universal.jar        | None                                     |
| UCH   | carryon                               | 1.10                     | Carry+On+MC1.12.2+v1.10.jar                          | None                                     |
| UCH   | ctm                                   | MC1.12-0.2.3.12          | CTM-MC1.12-0.2.3.12.jar                              | None                                     |
| UCH   | chisel                                | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                         | None                                     |
| UCH   | cei                                   | 1.3                      | chunkedgeindicator-1.4.jar                           | None                                     |
| UCH   | redstoneflux                          | 2.0.2                    | RedstoneFlux-1.12-2.0.2.3-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH   | cofhcore                              | 4.5.3                    | CoFHCore-1.12.2-4.5.3.20-universal.jar               | None                                     |
| UCEE  | coherentvillages                      | v1.1.5.0                 | coherent_villages_beta_v1.1.5.jar                    | None                                     |
| UC    | corail_pillar_extension_biomesoplenty | 4.0.1                    | corail_pillar_extension_biomesoplenty-4.0.1-1.12.jar | None                                     |
| UC    | corail_pillar_extension_chisel        | 4.0.0                    | corail_pillar_extension_chisel-4.0.0-1.12.jar        | None                                     |
| UC    | corail_pillar_extension_quark         | 4.0.0                    | corail_pillar_extension_quark-4.0.0-1.12.jar         | None                                     |
| UC    | crafttweaker                          | 4.1.9                    | CraftTweaker2-1.12-4.1.9.jar                         | None                                     |
| UC    | ctgui                                 | 1.0.0                    | CraftTweaker2-1.12-4.1.9.jar                         | None                                     |
| UC    | crafttweakerjei                       | 2.0.2                    | CraftTweaker2-1.12-4.1.9.jar                         | None                                     |
| UC    | ctdcore                               | 1.4.0                    | CTD-Core-1.12.2-1.4.0.jar                            | b50fe22651b9d97d9d6631514a6a57cd6174b0dc |
| UC    | cxlibrary                             | 1.6.1                    | cxlibrary-1.12.1-1.6.1.jar                           | None                                     |
| UC    | orespawn                              | 3.3.0                    | OreSpawn-1.12-3.3.0.155.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC    | densemetals                           | 1.2.0                    | DenseMetals-1.12-1.2.0.21.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC    | drawbridges                           | 0.1                      | Drawbridges-1.0.jar                                  | None                                     |
| UC    | enderore                              | 1.12.2-v1.1              | Ender+Ore-1.12.2-v1.1.jar                            | None                                     |
| UC    | endercompass                          | 1.2.6.2                  | EnderCompass-1.12-1.2.6.2.jar                        | None                                     |
| UC    | modernmetals                          | 2.5.0-beta6              | ModernMetals-1.12-2.5.0-beta6.139.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC    | endmetals                             | 1.2.0-beta4              | EndMetals-1.12-1.2.0-beta4.53.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC    | engineersdoors                        | 0.7.2                    | engineersdoors-0.7.2.jar                             | None                                     |
| UC    | forgelin                              | 1.7.4                    | Forgelin-1.7.4.jar                                   | None                                     |
| UC    | giacomosfoundry                       | 1.3.13                   | GiacomosFoundry-1.12.2-1.3.13.jar                    | None                                     |
| UC    | guielevator                           | 2.5-[1.10.2]             | GuiElevator-[1.12.2]-2.5.jar                         | None                                     |
| UC    | hammercore                            | 2.0.2.3                  | HammerCore-1.12.2-2.0.2.3.jar                        | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UC    | horsepower                            | 2.6.1                    | HorsePower-1.12.2-2.6.1.68.jar                       | cd7e958342770a8b17c919055da42c24dfefd879 |
| UC    | immersivepetroleum                    | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar                  | None                                     |
| UC    | immersivetech                         | 1.3.10                   | immersivetech-1.12-1.3.10.jar                        | None                                     |
| UC    | inventorytweaks                       | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                             | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UC    | ironbackpacks                         | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                    | None                                     |
| UC    | harvestcraft                          | 1.12.2z                  | Pam's+HarvestCraft+1.12.2z.jar                       | None                                     |
| UC    | jehc                                  | 1.12.2                   | JEHC-1.12.2-1.6.1.0.jar                              | None                                     |
| UC    | jeiintegration                        | 1.5.1.36                 | jeiintegration_1.12.2-1.5.1.36.jar                   | None                                     |
| UC    | journeymap                            | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                          | None                                     |
| UC    | jeid                                  | 1.0.1-16                 | JustEnoughIDs-1.0.1-16.jar                           | None                                     |
| UC    | justenoughpetroleum                   | 0.1                      | JustEnoughPetroleum-0.1.jar                          | None                                     |
| UC    | keyboardkeybinds                      | 1.0                      | keyboardkeybinds-1.1.jar                             | None                                     |
| UC    | lootbags                              | 2.5.6                    | LootBags-1.12.2-2.5.6.jar                            | None                                     |
| UC    | lunatriuscore                         | 1.2.0.42                 | LunatriusCore-1.12.2-1.2.0.42-universal.jar          | None                                     |
| UC    | malisiscore                           | 1.12.2-6.4.0             | malisiscore-1.12.2-6.4.0.jar                         | None                                     |
| UC    | malisisblocks                         | 1.12.2-6.1.0             | malisisblocks-1.12.2-6.1.0.jar                       | None                                     |
| UC    | malisisdoors                          | 1.12.2-7.3.0             | malisisdoors-1.12.2-7.3.0.jar                        | None                                     |
| UC    | malisisswitches                       | 1.12.2-5.1.0             | malisisswitches-1.12.2-5.1.0.jar                     | None                                     |
| UC    | moglowstone                           | 1.5.6                    | Mo-Glowstone-1.12.2-1.5.6.jar                        | b50fe22651b9d97d9d6631514a6a57cd6174b0dc |
| UC    | morefurnaces                          | 1.10.5                   | MoreFurnaces-1.12.2-1.10.5.jar                       | None                                     |
| UC    | multipagechest                        | 1.9.1                    | MultiPageChest-1.12-1.9.1.jar                        | None                                     |
| UC    | multiplelights                        | 1.0.2                    | MultipleLights-1.12.x-1.0.2.jar                      | None                                     |
| UC    | nethermetals                          | 1.2.0-beta4              | NetherMetals-1.12-1.2.0-beta4.65.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC    | recipehandler                         | 0.11                     | NoMoreRecipeConflict-0.11(1.12.2).jar                | None                                     |
| UC    | oresalleasy                           | 0.1.0.22                 | OresAllEasy-1.12.2-0.1.0.22.jar                      | None                                     |
| UC    | powerinventory                        | 2.3.1                    | OverpoweredInventory-1.12-2.3.1.jar                  | None                                     |
| UC    | ropeladders                           | 2.0.0                    | RopeLadders-1.12.2-2.0.0.jar                         | None                                     |
| UC    | rustic                                | 1.0.9                    | rustic-1.0.9.jar                                     | None                                     |
| UC    | rusticbopwoods                        | 1.0                      | rusticbopwoods-1.0.jar                               | None                                     |
| UC    | schematica                            | 1.8.0.169                | Schematica-1.12.2-1.8.0.169-universal.jar            | None                                     |
| UC    | sgcraft                               | 1.13.2                   | SGCraft-1.3-mc1.12.2.jar                             | None                                     |
| UC    | shipwrecks_winslow                    | 2.0.0                    | shipwrecks-mc1.12.2-2.0.0.jar                        | None                                     |
| UC    | simplequarry                          | 25r                      | SimpleQuarry-1.12.2-25r.jar                          | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UC    | superminer_core                       | 2.6.34.336               | SuperMiner-2.6.34.336.jar                            | None                                     |
| UC    | superminer_captivator                 | [1.12]-2.6.34.336        | SuperMiner-2.6.34.336.jar                            | None                                     |
| UC    | superminer_cropinator                 | [1.12]-2.6.34.336        | SuperMiner-2.6.34.336.jar                            | None                                     |
| UC    | superminer_excavator                  | [1.12]-2.6.34.336        | SuperMiner-2.6.34.336.jar                            | None                                     |
| UC    | superminer_illuminator                | [1.12]-2.6.34.336        | SuperMiner-2.6.34.336.jar                            | None                                     |
| UC    | superminer_lumbinator                 | [1.12]-2.6.34.336        | SuperMiner-2.6.34.336.jar                            | None                                     |
| UC    | superminer_shaftanator                | [1.12]-2.6.34.336        | SuperMiner-2.6.34.336.jar                            | None                                     |
| UC    | superminer_substitutor                | [1.12]-2.6.34.336        | SuperMiner-2.6.34.336.jar                            | None                                     |
| UC    | superminer_veinator                   | [1.12]-2.6.34.336        | SuperMiner-2.6.34.336.jar                            | None                                     |
| UC    | tombstone                             | 3.1.2                    | tombstone-3.1.2-1.12.jar                             | None                                     |
| UC    | underwaterrails                       | 1.0.0                    | underwaterrails-1.0.0-universal.jar                  | None                                     |
| UC    | uppers                                | 0.0.6                    | Uppers-0.0.6.jar                                     | None                                     |
| UC    | veinminer                             | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar                | None                                     |
| UC    | veinminermodsupport                   | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar                | None                                     |
| UC    | shetiphiancore                        | 3.5.8                    | shetiphiancore-1.12.0-3.5.8.jar                      | None                                     |
| UC    | corail_pillar                         | 4.1.0                    | corail_pillar-4.1.0-1.12.jar                         | None                                     |

Loaded coremods (and transformers): 

MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)

CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
ForgelinPlugin (Forgelin-1.7.4.jar)

HCASM (HammerCore-1.12.2-2.0.2.3.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
MuonPlugin (muon-0.2-1.12.jar)
gd.izno.mc.muon.MuonClassTransformer
BaseMetals (BaseMetals-1.12-2.5.0-beta6.280.jar)

MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)

Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (Quark-r1.5-130.jar)
vazkii.quark.base.asm.ClassTransformer
JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar)

GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1.8673' Renderer: 'ATI Radeon HD 4600 Series'
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.

OreDictionary Info: Registered 242 names; 446 stacks.
Pastebin Connection: Okay.
Dependent Mods:
-Simple Quarry (simplequarry) @25R

OptiFine Version: OptiFine_1.12.2_HD_U_D1
OptiFine Build: 20180323-135452
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 2.1.8673
OpenGlRenderer: ATI Radeon HD 4600 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 2

[Crash Report] Soldiers are making an IAE when onLivingUpdate and getPostBlock

ava.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Unknown Source)
at net.theexceptionist.coherentvillages.entity.soldier.EntityVillagerGuard.getPostBlock(EntityVillagerGuard.java:143)
at net.theexceptionist.coherentvillages.entity.soldier.EntityVillagerGuard.onLivingUpdate(EntityVillagerGuard.java:119)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2172)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:377)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1990)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
at net.minecraft.world.World.updateEntity(World.java:1952)
at net.minecraft.world.World.redirect$updateEntity$zbb000(World.java:4114)
at net.minecraft.world.World.updateEntities(World.java:1756)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)

Latest Beta (v1.1.0)
Minecraft 1.12.2

Complete Crash Report

Villages spawning too close together

Is there a way, (or an addition) to lower the spawn rate a bit? I had three villages spawn in the water within spitting distance of each other and I stopped before it added anymore.
I like the idea of increasing the spawn rate, but maybe have the option in a config file to alter the rate.

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.