Improved Mobs (Forge)

Improved Mobs (Forge)

8M Downloads

Auto Target List in config causing crash on startup.

70UNIK opened this issue ยท 2 comments

commented

Issue (The better the description the better i can solve the issue):

When I tried to add entries into the AutoTargetList, this causes an unusual error called "rendering overlay" upon starting forge. I do not know why it happens. I even tried with the example provided and it causes the same error.

Steps to reproduce:

  1. Go into AppData\Roaming.minecraft\config\improvedmobs and go into the file "common".
  2. At line 90: there is the AutoTargetList.
  3. Insert minecraft:zombie-minecraft:skeleton from the example provided above into the square brackets.
  4. Start Minecraft 1.16.3 with forge 34.1.0

Affected Versions (Latest is NOT a version):

  • Minecraft: 1.16.3
  • Forge: 34.1.0
  • TenshiLib:
  • Improved Mobs: 1.7.3

Other Mods (If you think it might be cause of an incompability):

Mod List: 
	forge-1.16.3-34.1.0-client.jar Minecraft {[email protected] COMMON_SETUP}
	TenshiLib-1.16.3-1.3.0.jar TenshiLib {[email protected] COMMON_SETUP}
	repurposed_structures-1.16.3-2.2.2.jar Repurposed Structures {[email protected] COMMON_SETUP}
	forge-1.16.3-34.1.0-universal.jar Forge {[email protected] COMMON_SETUP}
	goprone-1.16.3-1.3.5 (1).jar GoProne {[email protected] COMMON_SETUP}
	ImprovedMobs-1.16.3-1.7.3.jar Improved Mobs Mod {[email protected] COMMON_SETUP}
	SoundFilters-0.14_for_1.16.2.jar Sound Filters {[email protected]_for_1.16.2 COMMON_SETUP}
	BetterMineshaftsForge-1.16.2-1.0.jar YUNG's Better Mineshafts {[email protected] COMMON_SETUP}
	BetterCaves-1.16.2-1.0.2.jar YUNG's Better Caves {[email protected] COMMON_SETUP}
	collective-1.16.3-1.45.jar Collective {[email protected] COMMON_SETUP}
	beta_days-1.16.3-1.1.4.jar Beta Days {[email protected] COMMON_SETUP}

Logs (Use a site like pastebin, gist etc. DONT COPY PASTE THE LOG IN HERE):

https://pastebin.com/SW9KVKMS

commented

I added the quotes in and the game no longer crashes upon startup.

commented

you probably forgot to use quotation marks. you need to actually use "minecraft:zombie-minecraft:skeleton" since its a string list
try that again or also post the config file cause on my end it works