Jump to content

Forge source install error


hkdrum

Recommended Posts

When I try and install forge source to start making a mod on my mac I get this message when I try and run install.sh from the terminal window:

 

sh-3.2# bash install.sh

/Users/henry/Desktop/mcp719/forge/forge.py:26: Warning: 'with' will become a reserved keyword in Python 2.6

Traceback (most recent call last):

  File "install.py", line 12, in <module>

    from forge import apply_forge_patches

  File "/Users/henry/Desktop/mcp719/forge/forge.py", line 26

    with open(hook_file, 'r') as fh:

            ^

SyntaxError: invalid syntax

 

Can someone help me?

Link to comment
Share on other sites

Why are you trying to run a Unix shell command with bash??

Use this:

sh ./install.sh

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

Link to comment
Share on other sites

Go into terminal and run "python" without any arguments. (Press Ctrl-D to exit) It should list what version you're running.

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

Link to comment
Share on other sites

Ok now I get this message:

 

>> sh ./install.sh

  File "<stdin>", line 1

    sh ./install.sh

        ^

SyntaxError: invalid syntax

 

I think it might be a problem in the install.py file but I don't know python so I couldn't fix it.

Link to comment
Share on other sites

Wait I was messing around with it and now I got this

 

 

================ Forge ModLoader Setup Start ===================

Setting up MCP

> Backing up commands.py

patching file commands.py

Commands patch applied successfully

Copying FML conf

Fixing MCP Workspace

Traceback (most recent call last):

  File "install.py", line 40, in <module>

    main()

  File "install.py", line 19, in main

    setup_fml(fml_dir, mcp_dir, True)

TypeError: setup_fml() takes exactly 2 arguments (3 given)

 

Link to comment
Share on other sites

- You CANNOT use python 3. Use 2.7

- bash is the same as sh.

- try starting from scratch with MCP and forge. You probably screwed it up somewhere along the way

 

(the '>>' means you're in python. Just open a terminal, don't type 'python'.)

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

OK this is a long one but now I get this:

 

 

sh install.sh

================ Forge ModLoader Setup Start ===================

Setting up MCP

> Backing up commands.py

patching file commands.py

Commands patch applied successfully

Copying FML conf

Fixing MCP Workspace

Traceback (most recent call last):

  File "install.py", line 40, in <module>

    main()

  File "install.py", line 19, in main

    setup_fml(fml_dir, mcp_dir, True)

TypeError: setup_fml() takes exactly 2 arguments (3 given)

Lobachevsky:forge henry$

Lobachevsky:forge henry$ sh install.sh

================ Forge ModLoader Setup Start ===================

Setting up MCP

> Restoring commands.py backup

patching file commands.py

Commands patch applied successfully

Copying FML conf

Fixing MCP Workspace

Downloaded argo-2.25.jar successfully

Downloaded guava-12.0.1.jar successfully

Downloaded guava-12.0.1-sources.jar successfully

Downloaded asm-all-4.0.jar successfully

Downloaded asm-all-4.0-source.jar successfully

== MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) ==

# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, astyle config

> Creating Retroguard config files

== Decompiling client using fernflower ==

> Creating SRGs

> Applying Retroguard

> Compiling AccessTransformer

> Compiling MCPMerger

> Running MCPMerger

> Running AccessTransformer

  Forge config detected

> Really Applying Retroguard

> Applying MCInjector

> Unpacking jar

> Copying classes

> Decompiling

> Copying sources

> Applying fernflower fixes

> Applying patches

> Cleaning comments

- Done in 312.18 seconds

== Reformating client ==

> Cleaning sources

> Replacing OpenGL constants

!! reformating disabled due to no astyle or config !!

- Done in 12.37 seconds

!! renaming disabled !!

== Decompiling server using fernflower ==

> Creating SRGs

> Applying Retroguard

> Running AccessTransformer

  Forge config detected

> Really Applying Retroguard

> Applying MCInjector

> Unpacking jar

> Copying classes

> Decompiling

> Copying sources

> Applying fernflower fixes

> Applying patches

> Cleaning comments

- Done in 184.76 seconds

== Reformating server ==

> Cleaning sources

!! reformating disabled due to no astyle or config !!

- Done in 2.83 seconds

!! renaming disabled !!

!! recompile disabled !!

Stripping META-INF from minecraft.jar

Skipping: META-INF/MANIFEST.MF

Skipping: META-INF/MOJANG_C.SF

Skipping: META-INF/MOJANG_C.DSA

== MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) ==

# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, astyle config

== Recompiling client ==

> Cleaning bin

> Recompiling

- Done in 19.80 seconds

> Generating client md5s

== Recompiling server ==

> Cleaning bin

> Recompiling

Server side recompiling skipped, this is normal

- Done in 0.00 seconds

> Generating server md5s

Deleting common/cpw: /Users/henry/Desktop/mcp719/src/common/cpw

Applying Forge ModLoader patches

patching file minecraft/net/minecraft/client/ClientBrandRetriever.java

Hunk #1 FAILED at 8.

1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/client/ClientBrandRetriever.java.rej

patching file minecraft/net/minecraft/client/Minecraft.java

Hunk #3 succeeded at 133 with fuzz 1.

Hunk #4 FAILED at 321.

Hunk #5 FAILED at 366.

Hunk #6 FAILED at 396.

Hunk #7 FAILED at 755.

Hunk #8 FAILED at 1285.

Hunk #9 FAILED at 1688.

Hunk #10 FAILED at 1943.

7 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/client/Minecraft.java.rej

patching file minecraft/net/minecraft/client/MinecraftApplet.java

Hunk #2 FAILED at 19.

Hunk #3 FAILED at 70.

2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/client/MinecraftApplet.java.rej

patching file minecraft/net/minecraft/src/GameSettings.java

Hunk #2 FAILED at 597.

1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GameSettings.java.rej

patching file minecraft/net/minecraft/src/GuiCreateWorld.java

Hunk #1 FAILED at 205.

1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiCreateWorld.java.rej

patching file minecraft/net/minecraft/src/GuiErrorScreen.java

Hunk #1 FAILED at 9.

1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiErrorScreen.java.rej

patching file minecraft/net/minecraft/src/GuiMainMenu.java

Hunk #1 succeeded at 10 with fuzz 1.

Hunk #2 FAILED at 132.

Hunk #3 FAILED at 197.

Hunk #4 FAILED at 420.

3 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiMainMenu.java.rej

patching file minecraft/net/minecraft/src/IntegratedServer.java

Hunk #2 FAILED at 99.

1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/IntegratedServer.java.rej

patching file minecraft/net/minecraft/src/IntegratedServerListenThread.java

Hunk #2 FAILED at 58.

Hunk #3 FAILED at 67.

2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/IntegratedServerListenThread.java.rej

patching file minecraft/net/minecraft/src/ItemRenderer.java

Hunk #2 FAILED at 27.

Hunk #3 FAILED at 128.

Hunk #4 FAILED at 150.

Hunk #5 FAILED at 165.

Hunk #6 FAILED at 180.

5 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ItemRenderer.java.rej

patching file minecraft/net/minecraft/src/MemoryConnection.java

Hunk #1 succeeded at 8 with fuzz 1.

Hunk #2 FAILED at 72.

1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/MemoryConnection.java.rej

patching file minecraft/net/minecraft/src/NetClientHandler.java

Hunk #2 FAILED at 39.

Hunk #3 FAILED at 54.

Hunk #4 FAILED at 125.

Hunk #5 FAILED at 141.

Hunk #6 FAILED at 591.

Hunk #7 FAILED at 631.

Hunk #8 FAILED at 1115.

Hunk #9 FAILED at 1229.

Hunk #10 FAILED at 1278.

9 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/NetClientHandler.java.rej

patching file minecraft/net/minecraft/src/RenderBlocks.java

Hunk #1 FAILED at 184.

Hunk #2 FAILED at 6552.

Hunk #3 FAILED at 6614.

3 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderBlocks.java.rej

patching file minecraft/net/minecraft/src/RenderEngine.java

Hunk #2 succeeded at 16 with fuzz 1.

Hunk #3 FAILED at 40.

Hunk #4 FAILED at 105.

Hunk #5 FAILED at 254.

Hunk #6 FAILED at 415.

Hunk #7 FAILED at 429.

Hunk #8 FAILED at 463.

Hunk #9 FAILED at 533.

Hunk #10 FAILED at 571.

8 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderEngine.java.rej

patching file minecraft/net/minecraft/src/TextureCompassFX.java

Hunk #2 FAILED at 9.

Hunk #3 FAILED at 72.

Hunk #4 FAILED at 155.

Hunk #5 FAILED at 182.

4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureCompassFX.java.rej

patching file minecraft/net/minecraft/src/TextureFlamesFX.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 34.

Hunk #3 FAILED at 72.

3 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureFlamesFX.java.rej

patching file minecraft/net/minecraft/src/TextureLavaFlowFX.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 17.

Hunk #3 FAILED at 42.

Hunk #4 FAILED at 54.

Hunk #5 FAILED at 81.

5 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureLavaFlowFX.java.rej

patching file minecraft/net/minecraft/src/TextureLavaFX.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 15.

Hunk #3 FAILED at 38.

Hunk #4 FAILED at 50.

Hunk #5 FAILED at 77.

5 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureLavaFX.java.rej

patching file minecraft/net/minecraft/src/TexturePortalFX.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 72.

Hunk #3 FAILED at 87.

3 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TexturePortalFX.java.rej

patching file minecraft/net/minecraft/src/TextureWatchFX.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 27.

Hunk #3 FAILED at 68.

Hunk #4 FAILED at 104.

Hunk #5 FAILED at 113.

Hunk #6 FAILED at 135.

6 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureWatchFX.java.rej

patching file minecraft/net/minecraft/src/TextureWaterFlowFX.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 17.

Hunk #3 FAILED at 40.

Hunk #4 FAILED at 81.

4 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureWaterFlowFX.java.rej

patching file minecraft/net/minecraft/src/TextureWaterFX.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 16.

Hunk #3 FAILED at 39.

Hunk #4 FAILED at 80.

4 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureWaterFX.java.rej

patching file common/net/minecraft/server/MinecraftServer.java

Hunk #2 FAILED at 388.

Hunk #3 FAILED at 430.

Hunk #4 FAILED at 494.

Hunk #5 FAILED at 543.

Hunk #6 FAILED at 570.

Hunk #7 FAILED at 1161.

6 out of 7 hunks FAILED -- saving rejects to file common/net/minecraft/server/MinecraftServer.java.rej

patching file common/net/minecraft/src/AnvilChunkLoader.java

Hunk #1 succeeded at 9 with fuzz 2.

Hunk #2 FAILED at 230.

Hunk #3 FAILED at 254.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/AnvilChunkLoader.java.rej

patching file common/net/minecraft/src/BlockDispenser.java

Hunk #1 succeeded at 2 with fuzz 1.

patching file common/net/minecraft/src/ChunkProviderServer.java

Hunk #1 succeeded at 6 with fuzz 2.

Hunk #2 FAILED at 184.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ChunkProviderServer.java.rej

patching file common/net/minecraft/src/ConsoleLogManager.java

Hunk #1 succeeded at 4 with fuzz 2.

Hunk #2 FAILED at 14.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ConsoleLogManager.java.rej

patching file common/net/minecraft/src/CrashReport.java

Hunk #2 FAILED at 41.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/CrashReport.java.rej

patching file common/net/minecraft/src/DedicatedServer.java

Hunk #2 FAILED at 43.

Hunk #3 FAILED at 104.

Hunk #4 FAILED at 165.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/DedicatedServer.java.rej

patching file common/net/minecraft/src/EntityAIVillagerMate.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 113.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityAIVillagerMate.java.rej

patching file common/net/minecraft/src/EntityItem.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 234.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityItem.java.rej

patching file common/net/minecraft/src/EntityList.java

Hunk #1 succeeded at 3 with fuzz 2.

Hunk #2 FAILED at 55.

Hunk #3 FAILED at 72.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityList.java.rej

patching file common/net/minecraft/src/EntityPlayer.java

Hunk #2 FAILED at 128.

Hunk #3 FAILED at 252.

Hunk #4 FAILED at 1705.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityPlayer.java.rej

patching file common/net/minecraft/src/EntitySlime.java

Hunk #1 FAILED at 224.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EntitySlime.java.rej

patching file common/net/minecraft/src/EntityTracker.java

Hunk #1 succeeded at 4 with fuzz 2.

Hunk #2 FAILED at 22.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityTracker.java.rej

patching file common/net/minecraft/src/EntityTrackerEntry.java

Hunk #1 succeeded at 4 with fuzz 2.

Hunk #2 FAILED at 295.

Hunk #3 FAILED at 377.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityTrackerEntry.java.rej

patching file common/net/minecraft/src/EntityVillager.java

Hunk #2 FAILED at 201.

Hunk #3 FAILED at 382.

Hunk #4 FAILED at 587.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityVillager.java.rej

patching file common/net/minecraft/src/GenLayerBiome.java

Hunk #1 FAILED at 7.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/GenLayerBiome.java.rej

patching file common/net/minecraft/src/IBossDisplayData.java

Hunk #1 FAILED at 1.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/IBossDisplayData.java.rej

patching file common/net/minecraft/src/ItemMap.java

Hunk #1 FAILED at 41.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/ItemMap.java.rej

patching file common/net/minecraft/src/MapData.java

Hunk #1 FAILED at 12.

Hunk #2 FAILED at 26.

Hunk #3 FAILED at 86.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/MapData.java.rej

patching file common/net/minecraft/src/NetHandler.java

Hunk #1 FAILED at 345.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/NetHandler.java.rej

patching file common/net/minecraft/src/NetLoginHandler.java

Hunk #1 succeeded at 12 with fuzz 1.

Hunk #2 FAILED at 44.

Hunk #3 FAILED at 130.

Hunk #4 FAILED at 257.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetLoginHandler.java.rej

patching file common/net/minecraft/src/NetServerHandler.java

Hunk #1 succeeded at 7 with fuzz 1.

Hunk #2 FAILED at 589.

Hunk #3 FAILED at 955.

Hunk #4 FAILED at 1122.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetServerHandler.java.rej

patching file common/net/minecraft/src/NetworkListenThread.java

Hunk #1 succeeded at 6 with fuzz 1.

Hunk #2 FAILED at 45.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetworkListenThread.java.rej

patching file common/net/minecraft/src/Packet.java

Hunk #1 FAILED at 349.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Packet.java.rej

patching file common/net/minecraft/src/Packet1Login.java

Hunk #1 succeeded at 3 with fuzz 2.

Hunk #2 FAILED at 17.

Hunk #3 FAILED at 33.

Hunk #4 FAILED at 51.

Hunk #5 FAILED at 76.

Hunk #6 FAILED at 103.

5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/Packet1Login.java.rej

patching file common/net/minecraft/src/RegionFileCache.java

Hunk #2 FAILED at 16.

Hunk #3 FAILED at 34.

Hunk #4 FAILED at 44.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/RegionFileCache.java.rej

patching file common/net/minecraft/src/SaveHandler.java

Hunk #1 succeeded at 7 with fuzz 2.

Hunk #2 FAILED at 99.

Hunk #3 FAILED at 124.

Hunk #4 FAILED at 142.

Hunk #5 FAILED at 180.

4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/SaveHandler.java.rej

patching file common/net/minecraft/src/ServerConfigurationManager.java

Hunk #1 succeeded at 12 with fuzz 1.

Hunk #2 FAILED at 85.

Hunk #3 FAILED at 159.

Hunk #4 FAILED at 310.

Hunk #5 FAILED at 336.

4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ServerConfigurationManager.java.rej

patching file common/net/minecraft/src/ServerListenThread.java

Hunk #2 FAILED at 52.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ServerListenThread.java.rej

patching file common/net/minecraft/src/SlotCrafting.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 85.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/SlotCrafting.java.rej

patching file common/net/minecraft/src/SlotFurnace.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 74.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/SlotFurnace.java.rej

patching file common/net/minecraft/src/StringTranslate.java

Hunk #1 succeeded at 9 with fuzz 2.

Hunk #2 FAILED at 82.

Hunk #3 FAILED at 141.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/StringTranslate.java.rej

patching file common/net/minecraft/src/StructureVillagePieces.java

Hunk #1 succeeded at 4 with fuzz 2.

Hunk #2 FAILED at 21.

Hunk #3 FAILED at 95.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/StructureVillagePieces.java.rej

patching file common/net/minecraft/src/TcpConnection.java

Hunk #1 succeeded at 16 with fuzz 2.

Hunk #2 FAILED at 379.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/TcpConnection.java.rej

patching file common/net/minecraft/src/TileEntity.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 77.

Hunk #3 FAILED at 94.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntity.java.rej

patching file common/net/minecraft/src/TileEntityFurnace.java

Hunk #2 FAILED at 275.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntityFurnace.java.rej

patching file common/net/minecraft/src/World.java

Hunk #1 succeeded at 10 with fuzz 2.

Hunk #2 FAILED at 1554.

Hunk #3 FAILED at 1572.

Hunk #4 FAILED at 1580.

Hunk #5 FAILED at 3478.

4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/World.java.rej

patching file common/net/minecraft/src/WorldInfo.java

Hunk #2 FAILED at 33.

Hunk #3 FAILED at 435.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldInfo.java.rej

patching file common/net/minecraft/src/WorldProvider.java

Hunk #1 FAILED at 37.

Hunk #2 FAILED at 160.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldProvider.java.rej

patching file common/net/minecraft/src/WorldType.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 25.

Hunk #3 FAILED at 40.

Hunk #4 FAILED at 117.

4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldType.java.rej

== MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) ==

== Updating client ==

> Adding javadoc

> Renaming sources

- Done in 3.28 seconds

== MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) ==

== Recompiling client ==

> Cleaning bin

> Recompiling

'"javac" -encoding UTF-8 -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "lib:lib/...' failed : 1

 

== ERRORS FOUND ==

 

src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:447: cannot find symbol

symbol  : method fmlPacket131Callback(net.minecraft.src.Packet131MapData)

location: class net.minecraft.src.NetClientHandler

        ((NetClientHandler)handler).fmlPacket131Callback(mapData);

                                  ^

 

src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:453: cannot find symbol

symbol  : method setConnectionCompatibilityLevel(byte)

location: class net.minecraft.src.NetClientHandler

        NetClientHandler.setConnectionCompatibilityLevel(compatibilityLevel);

                        ^

 

src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:459: cannot find symbol

symbol  : method getConnectionCompatibilityLevel()

location: class net.minecraft.src.NetClientHandler

        return NetClientHandler.getConnectionCompatibilityLevel();

                              ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:70: cannot find symbol

symbol  : method handleVanilla250Packet(net.minecraft.src.Packet250CustomPayload)

location: class net.minecraft.src.NetHandler

            handler.handleVanilla250Packet(packet);

                  ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:97: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

            EntityPlayer pl = netHandler.getPlayer();

                                        ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:120: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

                netLoginHandler.completeConnection("You don't have FML installed, you cannot connect to this server");

                              ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:138: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

                netLoginHandler.completeConnection(modKick);

                              ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:155: cannot find symbol

symbol  : method completeConnection(<nulltype>)

location: class net.minecraft.src.NetLoginHandler

            netLoginHandler.completeConnection(null);

                          ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:159: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

            netLoginHandler.completeConnection("The server requires mods that are absent or out of date on your client");

                          ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:163: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

            netLoginHandler.completeConnection("Your client is not running a new enough version of FML to connect to this server");

                          ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:167: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

            netLoginHandler.completeConnection("There was a problem during FML negotiation");

                          ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:188: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

            netLoginHandler.completeConnection(kickReason);

                          ^

 

src/minecraft/net/minecraft/src/ModLoader.java:278: cannot find symbol

symbol  : variable base12Biomes

location: class net.minecraft.src.WorldType

        EntityRegistry.addSpawn(entityClass, weightedProb, min, max, spawnList, WorldType.base12Biomes);

                                                                                        ^

 

src/minecraft/net/minecraft/src/ModLoader.java:307: cannot find symbol

symbol  : variable base12Biomes

location: class net.minecraft.src.WorldType

        EntityRegistry.addSpawn(entityName, weightedProb, min, max, spawnList, WorldType.base12Biomes);

                                                                                        ^

 

src/minecraft/net/minecraft/src/ModLoader.java:702: cannot find symbol

symbol  : variable base12Biomes

location: class net.minecraft.src.WorldType

        EntityRegistry.removeSpawn(entityClass, spawnList, WorldType.base12Biomes);

                                                                    ^

 

src/minecraft/net/minecraft/src/ModLoader.java:725: cannot find symbol

symbol  : variable base12Biomes

location: class net.minecraft.src.WorldType

        EntityRegistry.removeSpawn(entityName, spawnList, WorldType.base12Biomes);

                                                                  ^

 

src/minecraft/net/minecraft/src/ModLoader.java:800: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetServerHandler

            PacketDispatcher.sendPacketToPlayer(packet, (Player)handler.getPlayer());

                                                                      ^

 

src/common/cpw/mods/fml/common/FMLCommonHandler.java:430: cannot find symbol

symbol  : method setAdditionalProperties(java.util.Map<java.lang.String,net.minecraft.src.NBTBase>)

location: class net.minecraft.src.WorldInfo

        worldInfo.setAdditionalProperties(additionalProperties);

                ^

 

src/common/cpw/mods/fml/common/modloader/ModLoaderHelper.java:173: cannot find symbol

symbol  : method openGui(java.lang.Object,int,net.minecraft.src.World,int,int,int)

location: class net.minecraft.src.EntityPlayer

        player.openGui(helper.getMod(), id, player.worldObj, x, y, z);

              ^

 

src/common/cpw/mods/fml/common/network/NetworkRegistry.java:202: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

        generateChannelRegistration(clientHandler.getPlayer(), clientHandler, manager);

                                                ^

 

src/common/cpw/mods/fml/common/network/NetworkRegistry.java:231: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

            handleRegistrationPacket(packet, (Player)handler.getPlayer());

                                                            ^

 

src/common/cpw/mods/fml/common/network/NetworkRegistry.java:235: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

            handleUnregistrationPacket(packet, (Player)handler.getPlayer());

                                                              ^

 

src/common/cpw/mods/fml/common/network/NetworkRegistry.java:239: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

            handlePacket(packet, network, (Player)handler.getPlayer());

                                                        ^

 

src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:54: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

        EntityPlayer player = netHandler.getPlayer();

                                        ^

 

src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:55: cannot find symbol

symbol  : method openGui(int,int,net.minecraft.src.World,int,int,int)

location: class net.minecraft.src.EntityPlayer

        player.openGui(networkId, modGuiId, player.worldObj, x, y, z);

              ^

 

src/common/cpw/mods/fml/common/registry/GameRegistry.java:221: cannot find symbol

symbol  : method addNewBiome(net.minecraft.src.BiomeGenBase)

location: class net.minecraft.src.WorldType

        WorldType.DEFAULT.addNewBiome(biome);

                        ^

 

src/common/cpw/mods/fml/common/registry/GameRegistry.java:226: cannot find symbol

symbol  : method removeBiome(net.minecraft.src.BiomeGenBase)

location: class net.minecraft.src.WorldType

        WorldType.DEFAULT.removeBiome(biome);

                        ^

 

src/common/net/minecraft/src/RegionFileCache.java:17: cannot find symbol

symbol  : class Reference

location: class net.minecraft.src.RegionFileCache

      Reference var5 = (Reference)regionsByFilename.get(var4);

      ^

 

src/common/net/minecraft/src/RegionFileCache.java:17: cannot find symbol

symbol  : class Reference

location: class net.minecraft.src.RegionFileCache

      Reference var5 = (Reference)regionsByFilename.get(var4);

                        ^

 

src/common/net/minecraft/src/RegionFileCache.java:35: cannot find symbol

symbol  : class SoftReference

location: class net.minecraft.src.RegionFileCache

      regionsByFilename.put(var4, new SoftReference(var6));

                                      ^

 

src/common/net/minecraft/src/RegionFileCache.java:43: cannot find symbol

symbol  : class Reference

location: class net.minecraft.src.RegionFileCache

        Reference var1 = (Reference)var0.next();

        ^

 

src/common/net/minecraft/src/RegionFileCache.java:43: cannot find symbol

symbol  : class Reference

location: class net.minecraft.src.RegionFileCache

        Reference var1 = (Reference)var0.next();

                          ^

 

32 errors

==================

 

Client recompile failed, correct source then rerun updatemd5

== Recompiling server ==

> Cleaning bin

> Recompiling

Server side recompiling skipped, this is normal

- Done in 0.00 seconds

> Generating server md5s

================  Forge ModLoader Setup End  ===================

=============================== Minecraft Forge Setup Start =====================================

Applying forge patches

Applying Minecraft Forge patches

patching file minecraft/net/minecraft/client/ClientBrandRetriever.java

Hunk #1 FAILED at 8.

1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/client/ClientBrandRetriever.java.rej

patching file minecraft/net/minecraft/client/Minecraft.java

Hunk #2 FAILED at 1255.

Hunk #3 FAILED at 1321.

Hunk #4 FAILED at 1348.

Hunk #5 FAILED at 1964.

Hunk #6 FAILED at 2285.

5 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/client/Minecraft.java.rej

patching file minecraft/net/minecraft/src/EffectRenderer.java

Hunk #1 succeeded at 3 with fuzz 1.

Hunk #2 FAILED at 28.

Hunk #3 FAILED at 64.

Hunk #4 FAILED at 132.

Hunk #5 FAILED at 179.

Hunk #6 FAILED at 194.

Hunk #7 FAILED at 215.

Hunk #8 FAILED at 267.

7 out of 8 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/EffectRenderer.java.rej

patching file minecraft/net/minecraft/src/EntityDiggingFX.java

Hunk #1 FAILED at 7.

1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/EntityDiggingFX.java.rej

patching file minecraft/net/minecraft/src/EntityRenderer.java

Hunk #2 FAILED at 316.

Hunk #3 FAILED at 340.

Hunk #4 FAILED at 427.

Hunk #5 FAILED at 1105.

Hunk #6 FAILED at 1173.

Hunk #7 succeeded at 1275 with fuzz 2 (offset 81 lines).

5 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/EntityRenderer.java.rej

patching file minecraft/net/minecraft/src/GuiAchievements.java

Hunk #2 FAILED at 49.

Hunk #3 FAILED at 61.

Hunk #4 FAILED at 78.

Hunk #5 FAILED at 90.

Hunk #6 FAILED at 324.

Hunk #7 FAILED at 363.

6 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiAchievements.java.rej

patching file minecraft/net/minecraft/src/GuiContainerCreative.java

Hunk #1 FAILED at 33.

Hunk #2 FAILED at 209.

Hunk #3 FAILED at 332.

Hunk #4 FAILED at 354.

Hunk #5 FAILED at 370.

Hunk #6 FAILED at 550.

Hunk #7 FAILED at 606.

Hunk #8 FAILED at 649.

Hunk #9 FAILED at 667.

Hunk #10 FAILED at 790.

Hunk #11 FAILED at 812.

11 out of 11 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiContainerCreative.java.rej

patching file minecraft/net/minecraft/src/GuiControls.java

Hunk #2 FAILED at 22.

Hunk #3 FAILED at 40.

Hunk #4 FAILED at 54.

Hunk #5 FAILED at 65.

Hunk #6 FAILED at 73.

Hunk #7 FAILED at 85.

6 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiControls.java.rej

patching file minecraft/net/minecraft/src/GuiIngame.java

Hunk #2 FAILED at 142.

1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiIngame.java.rej

patching file minecraft/net/minecraft/src/GuiSlot.java

Hunk #1 FAILED at 67.

Hunk #2 FAILED at 333.

Hunk #3 FAILED at 462.

Hunk #4 FAILED at 477.

4 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiSlot.java.rej

patching file minecraft/net/minecraft/src/IntegratedServer.java

Hunk #1 succeeded at 8 with fuzz 1.

Hunk #2 FAILED at 51.

1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/IntegratedServer.java.rej

patching file minecraft/net/minecraft/src/ItemRenderer.java

Hunk #1 succeeded at 7 with fuzz 2.

Hunk #2 FAILED at 45.

Hunk #3 FAILED at 265.

Hunk #4 FAILED at 333.

Hunk #5 FAILED at 446.

4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ItemRenderer.java.rej

patching file minecraft/net/minecraft/src/ModelBase.java

Hunk #1 FAILED at 7.

1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/ModelBase.java.rej

patching file minecraft/net/minecraft/src/ModelBox.java

Hunk #1 FAILED at 3.

Hunk #2 FAILED at 98.

2 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ModelBox.java.rej

patching file minecraft/net/minecraft/src/ModelRenderer.java

Hunk #1 FAILED at 7.

Hunk #2 FAILED at 119.

Hunk #3 FAILED at 213.

Hunk #4 FAILED at 252.

Hunk #5 FAILED at 297.

5 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ModelRenderer.java.rej

patching file minecraft/net/minecraft/src/NetClientHandler.java

Hunk #2 FAILED at 619.

Hunk #3 FAILED at 685.

Hunk #4 FAILED at 1065.

3 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/NetClientHandler.java.rej

patching file minecraft/net/minecraft/src/PlayerControllerMP.java

Hunk #1 succeeded at 3 with fuzz 1.

Hunk #2 FAILED at 107.

Hunk #3 FAILED at 130.

Hunk #4 FAILED at 318.

Hunk #5 FAILED at 361.

Hunk #6 FAILED at 391.

5 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/PlayerControllerMP.java.rej

patching file minecraft/net/minecraft/src/PositionTextureVertex.java

Hunk #1 FAILED at 3.

1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/PositionTextureVertex.java.rej

patching file minecraft/net/minecraft/src/RenderBiped.java

Hunk #1 succeeded at 3 with fuzz 1.

Hunk #2 FAILED at 53.

Hunk #3 FAILED at 168.

Hunk #4 FAILED at 215.

Hunk #5 FAILED at 265.

4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderBiped.java.rej

patching file minecraft/net/minecraft/src/RenderBlocks.java

Hunk #2 FAILED at 558.

Hunk #3 FAILED at 568.

Hunk #4 FAILED at 587.

Hunk #5 FAILED at 2300.

Hunk #6 FAILED at 2320.

Hunk #7 FAILED at 2332.

Hunk #8 FAILED at 2344.

Hunk #9 FAILED at 2356.

Hunk #10 FAILED at 2368.

Hunk #11 FAILED at 4556.

Hunk #12 FAILED at 4679.

Hunk #13 FAILED at 4802.

Hunk #14 FAILED at 4925.

Hunk #15 FAILED at 5037.

Hunk #16 FAILED at 5053.

Hunk #17 FAILED at 5069.

Hunk #18 FAILED at 5085.

17 out of 18 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderBlocks.java.rej

patching file minecraft/net/minecraft/src/RenderEngine.java

Hunk #2 FAILED at 170.

Hunk #3 FAILED at 214.

2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderEngine.java.rej

patching file minecraft/net/minecraft/src/RenderGlobal.java

Hunk #2 FAILED at 898.

Hunk #3 FAILED at 1569.

Hunk #4 FAILED at 1829.

Hunk #5 FAILED at 1962.

Hunk #6 FAILED at 1979.

Hunk #7 FAILED at 2005.

6 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderGlobal.java.rej

patching file minecraft/net/minecraft/src/RenderItem.java

Hunk #2 FAILED at 57.

Hunk #3 FAILED at 77.

Hunk #4 FAILED at 101.

Hunk #5 FAILED at 123.

Hunk #6 FAILED at 158.

Hunk #7 FAILED at 226.

Hunk #8 FAILED at 260.

Hunk #9 FAILED at 284.

Hunk #10 FAILED at 311.

9 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderItem.java.rej

patching file minecraft/net/minecraft/src/RenderManager.java

Hunk #1 FAILED at 132.

1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderManager.java.rej

patching file minecraft/net/minecraft/src/RenderPlayer.java

Hunk #2 FAILED at 18.

Hunk #3 FAILED at 43.

Hunk #4 FAILED at 112.

Hunk #5 FAILED at 172.

Hunk #6 FAILED at 238.

Hunk #7 FAILED at 360.

Hunk #8 FAILED at 416.

7 out of 8 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderPlayer.java.rej

patching file minecraft/net/minecraft/src/RenderSnowMan.java

Hunk #2 FAILED at 30.

1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderSnowMan.java.rej

patching file minecraft/net/minecraft/src/SoundManager.java

Hunk #2 FAILED at 50.

Hunk #3 FAILED at 69.

Hunk #4 FAILED at 90.

Hunk #5 FAILED at 180.

Hunk #6 FAILED at 251.

Hunk #7 FAILED at 263.

Hunk #8 FAILED at 443.

Hunk #9 FAILED at 465.

Hunk #10 FAILED at 480.

Hunk #11 FAILED at 496.

10 out of 11 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/SoundManager.java.rej

patching file minecraft/net/minecraft/src/SoundPool.java

Hunk #2 FAILED at 37.

Hunk #3 FAILED at 77.

2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/SoundPool.java.rej

patching file minecraft/net/minecraft/src/Tessellator.java

Hunk #2 FAILED at 16.

Hunk #3 FAILED at 33.

Hunk #4 FAILED at 118.

Hunk #5 FAILED at 130.

Hunk #6 FAILED at 168.

Hunk #7 FAILED at 270.

Hunk #8 FAILED at 300.

Hunk #9 FAILED at 470.

Hunk #10 FAILED at 541.

9 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/Tessellator.java.rej

patching file minecraft/net/minecraft/src/TexturedQuad.java

Hunk #1 FAILED at 3.

1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/TexturedQuad.java.rej

patching file minecraft/net/minecraft/src/ThreadDownloadResources.java

Hunk #2 FAILED at 50.

Hunk #3 FAILED at 178.

2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ThreadDownloadResources.java.rej

patching file minecraft/net/minecraft/src/TileEntityRendererPiston.java

Hunk #2 FAILED at 35.

Hunk #3 FAILED at 59.

2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TileEntityRendererPiston.java.rej

patching file minecraft/net/minecraft/src/WorldClient.java

Hunk #1 succeeded at 7 with fuzz 1.

Hunk #2 FAILED at 40.

Hunk #3 FAILED at 276.

2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/WorldClient.java.rej

patching file minecraft/net/minecraft/src/WorldRenderer.java

Hunk #2 FAILED at 16.

Hunk #3 FAILED at 185.

Hunk #4 FAILED at 206.

Hunk #5 FAILED at 225.

4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/WorldRenderer.java.rej

patching file common/net/minecraft/server/MinecraftServer.java

Hunk #2 succeeded at 72 with fuzz 2.

Hunk #3 FAILED at 156.

Hunk #4 FAILED at 248.

Hunk #5 FAILED at 267.

Hunk #6 FAILED at 414.

Hunk #7 FAILED at 629.

Hunk #8 FAILED at 660.

Hunk #9 FAILED at 720.

Hunk #10 FAILED at 835.

Hunk #11 FAILED at 1114.

9 out of 11 hunks FAILED -- saving rejects to file common/net/minecraft/server/MinecraftServer.java.rej

patching file common/net/minecraft/src/AnvilChunkLoader.java

Hunk #1 FAILED at 13.

Hunk #2 FAILED at 100.

Hunk #3 FAILED at 116.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/AnvilChunkLoader.java.rej

patching file common/net/minecraft/src/AnvilSaveHandler.java

Hunk #1 FAILED at 17.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/AnvilSaveHandler.java.rej

patching file common/net/minecraft/src/Block.java

Hunk #1 FAILED at 2.

Hunk #2 FAILED at 301.

Hunk #3 FAILED at 440.

Hunk #4 FAILED at 466.

Hunk #5 FAILED at 476.

Hunk #6 FAILED at 645.

Hunk #7 FAILED at 663.

Hunk #8 FAILED at 1051.

Hunk #9 FAILED at 1321.

9 out of 9 hunks FAILED -- saving rejects to file common/net/minecraft/src/Block.java.rej

patching file common/net/minecraft/src/BlockButton.java

Hunk #1 succeeded at 2 with fuzz 2.

Hunk #2 FAILED at 59.

Hunk #3 FAILED at 71.

Hunk #4 FAILED at 85.

Hunk #5 FAILED at 117.

Hunk #6 FAILED at 135.

5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockButton.java.rej

patching file common/net/minecraft/src/BlockCactus.java

Hunk #1 FAILED at 4.

Hunk #2 FAILED at 147.

Hunk #3 FAILED at 158.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockCactus.java.rej

patching file common/net/minecraft/src/BlockChest.java

Hunk #1 succeeded at 4 with fuzz 2.

Hunk #2 FAILED at 384.

Hunk #3 FAILED at 392.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockChest.java.rej

patching file common/net/minecraft/src/BlockContainer.java

Hunk #1 FAILED at 20.

Hunk #2 FAILED at 36.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockContainer.java.rej

patching file common/net/minecraft/src/BlockCrops.java

Hunk #1 succeeded at 2 with fuzz 2.

Hunk #2 FAILED at 92.

Hunk #3 FAILED at 162.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockCrops.java.rej

patching file common/net/minecraft/src/BlockDoor.java

Hunk #1 succeeded at 3 with fuzz 2.

Hunk #2 FAILED at 261.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockDoor.java.rej

patching file common/net/minecraft/src/BlockFarmland.java

Hunk #1 succeeded at 3 with fuzz 2.

Hunk #2 FAILED at 100.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockFarmland.java.rej

patching file common/net/minecraft/src/BlockFire.java

Hunk #1 succeeded at 3 with fuzz 2.

Hunk #2 FAILED at 29.

Hunk #3 FAILED at 55.

Hunk #4 FAILED at 115.

Hunk #5 FAILED at 145.

Hunk #6 FAILED at 159.

Hunk #7 FAILED at 218.

Hunk #8 FAILED at 265.

Hunk #9 FAILED at 286.

Hunk #10 FAILED at 306.

Hunk #11 FAILED at 381.

Hunk #12 FAILED at 394.

Hunk #13 FAILED at 405.

Hunk #14 FAILED at 416.

Hunk #15 FAILED at 427.

Hunk #16 FAILED at 449.

15 out of 16 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockFire.java.rej

patching file common/net/minecraft/src/BlockFlower.java

Hunk #1 FAILED at 2.

Hunk #2 FAILED at 29.

Hunk #3 FAILED at 73.

Hunk #4 FAILED at 111.

4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockFlower.java.rej

patching file common/net/minecraft/src/BlockGrass.java

Hunk #1 FAILED at 95.

Hunk #2 FAILED at 108.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockGrass.java.rej

patching file common/net/minecraft/src/BlockLadder.java

Hunk #1 succeeded at 3 with fuzz 2.

Hunk #2 FAILED at 109.

Hunk #3 FAILED at 122.

Hunk #4 FAILED at 154.

Hunk #5 FAILED at 190.

4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLadder.java.rej

patching file common/net/minecraft/src/BlockLeaves.java

Hunk #1 FAILED at 2.

Hunk #2 FAILED at 102.

Hunk #3 FAILED at 150.

Hunk #4 FAILED at 299.

Hunk #5 FAILED at 350.

5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLeaves.java.rej

patching file common/net/minecraft/src/BlockLever.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 50.

Hunk #3 FAILED at 64.

Hunk #4 FAILED at 82.

Hunk #5 FAILED at 158.

4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLever.java.rej

patching file common/net/minecraft/src/BlockLog.java

Hunk #1 FAILED at 59.

Hunk #2 FAILED at 142.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLog.java.rej

patching file common/net/minecraft/src/BlockMushroom.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 96.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockMushroom.java.rej

patching file common/net/minecraft/src/BlockMycelium.java

Hunk #1 FAILED at 51.

Hunk #2 FAILED at 64.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockMycelium.java.rej

patching file common/net/minecraft/src/BlockNetherStalk.java

Hunk #1 succeeded at 2 with fuzz 1.

Hunk #2 FAILED at 71.

Hunk #3 FAILED at 99.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockNetherStalk.java.rej

patching file common/net/minecraft/src/BlockPistonBase.java

Hunk #1 FAILED at 368.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/BlockPistonBase.java.rej

patching file common/net/minecraft/src/BlockRail.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 30.

Hunk #3 FAILED at 38.

Hunk #4 FAILED at 135.

Hunk #5 FAILED at 151.

Hunk #6 FAILED at 188.

Hunk #7 FAILED at 409.

7 out of 7 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockRail.java.rej

patching file common/net/minecraft/src/BlockRedstoneWire.java

Hunk #1 FAILED at 556.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/BlockRedstoneWire.java.rej

patching file common/net/minecraft/src/BlockReed.java

Hunk #1 FAILED at 4.

Hunk #2 FAILED at 138.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockReed.java.rej

patching file common/net/minecraft/src/BlockSnow.java

Hunk #1 FAILED at 57.

Hunk #2 FAILED at 77.

Hunk #3 FAILED at 92.

Hunk #4 FAILED at 109.

Hunk #5 FAILED at 119.

5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockSnow.java.rej

patching file common/net/minecraft/src/BlockStem.java

Hunk #1 succeeded at 2 with fuzz 2.

Hunk #2 FAILED at 100.

Hunk #3 FAILED at 137.

Hunk #4 FAILED at 241.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockStem.java.rej

patching file common/net/minecraft/src/BlockTallGrass.java

Hunk #1 FAILED at 2.

Hunk #2 FAILED at 32.

Hunk #3 FAILED at 49.

Hunk #4 FAILED at 102.

4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTallGrass.java.rej

patching file common/net/minecraft/src/BlockTorch.java

Hunk #1 succeeded at 3 with fuzz 2.

Hunk #2 FAILED at 61.

Hunk #3 FAILED at 70.

Hunk #4 FAILED at 89.

Hunk #5 FAILED at 130.

Hunk #6 FAILED at 165.

5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTorch.java.rej

patching file common/net/minecraft/src/BlockTrapDoor.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 197.

Hunk #3 FAILED at 264.

Hunk #4 FAILED at 298.

Hunk #5 FAILED at 313.

5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTrapDoor.java.rej

patching file common/net/minecraft/src/BlockTripWireSource.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 61.

Hunk #3 FAILED at 73.

Hunk #4 FAILED at 86.

Hunk #5 FAILED at 123.

Hunk #6 FAILED at 159.

5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTripWireSource.java.rej

patching file common/net/minecraft/src/BlockVine.java

Hunk #1 FAILED at 2.

Hunk #2 FAILED at 435.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockVine.java.rej

patching file common/net/minecraft/src/Chunk.java

Hunk #1 succeeded at 9 with fuzz 2.

Hunk #2 FAILED at 128.

Hunk #3 FAILED at 149.

Hunk #4 FAILED at 254.

Hunk #5 FAILED at 560.

Hunk #6 FAILED at 571.

Hunk #7 FAILED at 587.

Hunk #8 FAILED at 628.

Hunk #9 FAILED at 663.

Hunk #10 FAILED at 683.

Hunk #11 FAILED at 707.

Hunk #12 FAILED at 736.

Hunk #13 FAILED at 756.

Hunk #14 FAILED at 777.

Hunk #15 FAILED at 787.

Hunk #16 FAILED at 820.

Hunk #17 FAILED at 873.

Hunk #18 FAILED at 923.

Hunk #19 FAILED at 964.

Hunk #20 FAILED at 979.

Hunk #21 FAILED at 1025.

Hunk #22 FAILED at 1050.

Hunk #23 FAILED at 1067.

Hunk #24 FAILED at 1116.

Hunk #25 FAILED at 1301.

Hunk #26 FAILED at 1406.

Hunk #27 FAILED at 1534.

26 out of 27 hunks FAILED -- saving rejects to file common/net/minecraft/src/Chunk.java.rej

patching file common/net/minecraft/src/ChunkCache.java

Hunk #1 FAILED at 91.

Hunk #2 FAILED at 247.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ChunkCache.java.rej

patching file common/net/minecraft/src/ChunkProviderServer.java

Hunk #1 succeeded at 7 with fuzz 1.

Hunk #2 FAILED at 53.

Hunk #3 FAILED at 96.

Hunk #4 FAILED at 286.

Hunk #5 FAILED at 303.

4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ChunkProviderServer.java.rej

patching file common/net/minecraft/src/CommandHandler.java

Hunk #1 FAILED at 9.

Hunk #2 FAILED at 42.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/CommandHandler.java.rej

patching file common/net/minecraft/src/ComponentMineshaftCorridor.java

Hunk #1 succeeded at 2 with fuzz 2.

Hunk #2 FAILED at 234.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentMineshaftCorridor.java.rej

patching file common/net/minecraft/src/ComponentScatteredFeatureDesertPyramid.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 219.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentScatteredFeatureDesertPyramid.java.rej

patching file common/net/minecraft/src/ComponentScatteredFeatureJunglePyramid.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 162.

Hunk #3 FAILED at 184.

Hunk #4 FAILED at 192.

Hunk #5 FAILED at 225.

4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentScatteredFeatureJunglePyramid.java.rej

patching file common/net/minecraft/src/ComponentStrongholdChestCorridor.java

Hunk #1 succeeded at 2 with fuzz 2.

Hunk #2 FAILED at 71.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentStrongholdChestCorridor.java.rej

patching file common/net/minecraft/src/ComponentStrongholdLibrary.java

Hunk #1 succeeded at 2 with fuzz 2.

Hunk #2 FAILED at 144.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentStrongholdLibrary.java.rej

patching file common/net/minecraft/src/ComponentStrongholdRoomCrossing.java

Hunk #1 succeeded at 2 with fuzz 2.

Hunk #2 FAILED at 143.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentStrongholdRoomCrossing.java.rej

patching file common/net/minecraft/src/ComponentVillageHouse2.java

Hunk #1 succeeded at 2 with fuzz 2.

Hunk #2 FAILED at 91.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentVillageHouse2.java.rej

patching file common/net/minecraft/src/CompressedStreamTools.java

Hunk #1 FAILED at 140.

Hunk #2 FAILED at 154.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/CompressedStreamTools.java.rej

patching file common/net/minecraft/src/ContainerFurnace.java

Hunk #1 FAILED at 122.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/ContainerFurnace.java.rej

patching file common/net/minecraft/src/CraftingManager.java

Hunk #1 FAILED at 266.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/CraftingManager.java.rej

patching file common/net/minecraft/src/CreativeTabs.java

Hunk #1 FAILED at 2.

Hunk #2 FAILED at 31.

Hunk #3 FAILED at 133.

Hunk #4 FAILED at 147.

Hunk #5 FAILED at 168.

5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/CreativeTabs.java.rej

patching file common/net/minecraft/src/Enchantment.java

Hunk #1 FAILED at 198.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Enchantment.java.rej

patching file common/net/minecraft/src/EnchantmentHelper.java

Hunk #1 FAILED at 414.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EnchantmentHelper.java.rej

patching file common/net/minecraft/src/Entity.java

Hunk #1 succeeded at 5 with fuzz 1.

Hunk #2 FAILED at 199.

Hunk #3 FAILED at 1473.

Hunk #4 FAILED at 1524.

Hunk #5 FAILED at 1618.

Hunk #6 FAILED at 1985.

Hunk #7 FAILED at 2310.

Hunk #8 FAILED at 2330.

7 out of 8 hunks FAILED -- saving rejects to file common/net/minecraft/src/Entity.java.rej

patching file common/net/minecraft/src/EntityDragon.java

Hunk #1 FAILED at 519.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EntityDragon.java.rej

patching file common/net/minecraft/src/EntityItem.java

Hunk #2 FAILED at 25.

Hunk #3 FAILED at 42.

Hunk #4 FAILED at 129.

Hunk #5 FAILED at 239.

Hunk #6 FAILED at 257.

Hunk #7 FAILED at 275.

6 out of 7 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityItem.java.rej

patching file common/net/minecraft/src/EntityLiving.java

Hunk #1 succeeded at 7 with fuzz 2.

Hunk #2 FAILED at 355.

Hunk #3 FAILED at 439.

Hunk #4 FAILED at 728.

Hunk #5 FAILED at 914.

Hunk #6 FAILED at 1125.

Hunk #7 FAILED at 1194.

Hunk #8 succeeded at 1278 with fuzz 2 (offset 57 lines).

Hunk #9 FAILED at 1290.

Hunk #10 FAILED at 1298.

Hunk #11 FAILED at 1351.

Hunk #12 FAILED at 1544.

Hunk #13 FAILED at 1952.

Hunk #14 FAILED at 2483.

Hunk #15 FAILED at 2920.

13 out of 15 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityLiving.java.rej

patching file common/net/minecraft/src/EntityMinecart.java

Hunk #1 succeeded at 2 with fuzz 2.

Hunk #2 FAILED at 41.

Hunk #3 FAILED at 71.

Hunk #4 FAILED at 108.

Hunk #5 FAILED at 120.

Hunk #6 FAILED at 132.

Hunk #7 FAILED at 181.

Hunk #8 FAILED at 298.

Hunk #9 FAILED at 342.

Hunk #10 FAILED at 366.

Hunk #11 FAILED at 399.

Hunk #12 FAILED at 447.

Hunk #13 FAILED at 459.

Hunk #14 FAILED at 489.

Hunk #15 FAILED at 532.

Hunk #16 FAILED at 559.

Hunk #17 FAILED at 595.

Hunk #18 FAILED at 620.

Hunk #19 FAILED at 666.

Hunk #20 FAILED at 732.

Hunk #21 FAILED at 765.

Hunk #22 FAILED at 808.

Hunk #23 FAILED at 864.

Hunk #24 FAILED at 872.

Hunk #25 FAILED at 907.

Hunk #26 FAILED at 1010.

Hunk #27 FAILED at 1027.

Hunk #28 FAILED at 1158.

27 out of 28 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityMinecart.java.rej

patching file common/net/minecraft/src/EntityMooshroom.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 35.

Hunk #3 FAILED at 45.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityMooshroom.java.rej

patching file common/net/minecraft/src/EntityOcelot.java

Hunk #1 FAILED at 326.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EntityOcelot.java.rej

patching file common/net/minecraft/src/EntityPlayer.java

Hunk #1 succeeded at 7 with fuzz 2.

Hunk #2 FAILED at 221.

Hunk #3 FAILED at 574.

Hunk #4 FAILED at 585.

Hunk #5 FAILED at 638.

Hunk #6 FAILED at 656.

Hunk #7 FAILED at 708.

Hunk #8 FAILED at 759.

Hunk #9 FAILED at 768.

Hunk #10 FAILED at 1047.

Hunk #11 FAILED at 1103.

Hunk #12 FAILED at 1150.

Hunk #13 FAILED at 1169.

Hunk #14 FAILED at 1321.

Hunk #15 FAILED at 1366.

Hunk #16 FAILED at 1441.

Hunk #17 FAILED at 1483.

Hunk #18 FAILED at 1500.

Hunk #19 FAILED at 1523.

Hunk #20 FAILED at 1847.

19 out of 20 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityPlayer.java.rej

patching file common/net/minecraft/src/EntityPlayerMP.java

Hunk #1 succeeded at 8 with fuzz 2.

Hunk #2 FAILED at 83.

Hunk #3 FAILED at 167.

Hunk #4 FAILED at 244.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityPlayerMP.java.rej

patching file common/net/minecraft/src/EntitySheep.java

Hunk #1 FAILED at 2.

Hunk #2 FAILED at 138.

Hunk #3 FAILED at 286.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntitySheep.java.rej

patching file common/net/minecraft/src/Explosion.java

Hunk #1 FAILED at 82.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Explosion.java.rej

patching file common/net/minecraft/src/FurnaceRecipes.java

Hunk #1 succeeded at 1 with fuzz 1.

Hunk #2 FAILED at 12.

Hunk #3 FAILED at 55.

Hunk #4 FAILED at 68.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/FurnaceRecipes.java.rej

patching file common/net/minecraft/src/GuiStatsComponent.java

Hunk #1 succeeded at 8 with fuzz 1.

Hunk #2 FAILED at 42.

Hunk #3 FAILED at 53.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/GuiStatsComponent.java.rej

patching file common/net/minecraft/src/Item.java

Hunk #1 FAILED at 208.

Hunk #2 FAILED at 611.

Hunk #3 FAILED at 689.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/Item.java.rej

patching file common/net/minecraft/src/ItemBlock.java

Hunk #1 FAILED at 14.

Hunk #2 FAILED at 37.

Hunk #3 FAILED at 87.

Hunk #4 FAILED at 114.

Hunk #5 FAILED at 180.

5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBlock.java.rej

patching file common/net/minecraft/src/ItemBow.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 19.

Hunk #3 FAILED at 117.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBow.java.rej

patching file common/net/minecraft/src/ItemBucket.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 35.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBucket.java.rej

patching file common/net/minecraft/src/ItemBucketMilk.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 20.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBucketMilk.java.rej

patching file common/net/minecraft/src/ItemDye.java

Hunk #1 succeeded at 3 with fuzz 2.

Hunk #2 FAILED at 58.

Hunk #3 FAILED at 172.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemDye.java.rej

patching file common/net/minecraft/src/ItemHoe.java

Hunk #2 FAILED at 31.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemHoe.java.rej

patching file common/net/minecraft/src/ItemInWorldManager.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 144.

Hunk #3 FAILED at 160.

Hunk #4 FAILED at 259.

Hunk #5 FAILED at 280.

Hunk #6 FAILED at 312.

Hunk #7 FAILED at 357.

Hunk #8 FAILED at 375.

Hunk #9 FAILED at 434.

9 out of 9 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemInWorldManager.java.rej

patching file common/net/minecraft/src/ItemMap.java

Hunk #1 FAILED at 87.

Hunk #2 FAILED at 183.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemMap.java.rej

patching file common/net/minecraft/src/ItemSeeds.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 35.

Hunk #3 FAILED at 53.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemSeeds.java.rej

patching file common/net/minecraft/src/ItemShears.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 16.

Hunk #3 FAILED at 42.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemShears.java.rej

patching file common/net/minecraft/src/ItemTool.java

Hunk #2 FAILED at 111.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemTool.java.rej

patching file common/net/minecraft/src/MapGenStronghold.java

Hunk #2 FAILED at 11.

Hunk #3 FAILED at 24.

Hunk #4 FAILED at 32.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/MapGenStronghold.java.rej

patching file common/net/minecraft/src/MovingObjectPosition.java

Hunk #1 FAILED at 25.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/MovingObjectPosition.java.rej

patching file common/net/minecraft/src/NetServerHandler.java

Hunk #1 succeeded at 10 with fuzz 2.

Hunk #2 FAILED at 199.

Hunk #3 FAILED at 296.

Hunk #4 FAILED at 323.

Hunk #5 FAILED at 339.

Hunk #6 FAILED at 358.

Hunk #7 FAILED at 421.

Hunk #8 FAILED at 448.

Hunk #9 FAILED at 507.

Hunk #10 FAILED at 529.

Hunk #11 FAILED at 698.

Hunk #12 FAILED at 834.

11 out of 12 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetServerHandler.java.rej

patching file common/net/minecraft/src/Packet51MapChunk.java

Hunk #1 FAILED at 100.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Packet51MapChunk.java.rej

patching file common/net/minecraft/src/Packet56MapChunks.java

Hunk #1 FAILED at 121.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Packet56MapChunks.java.rej

patching file common/net/minecraft/src/PlayerInstance.java

Hunk #1 succeeded at 3 with fuzz 2.

Hunk #2 FAILED at 143.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/PlayerInstance.java.rej

patching file common/net/minecraft/src/PotionEffect.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 16.

Hunk #3 FAILED at 35.

Hunk #4 FAILED at 44.

Hunk #5 FAILED at 89.

4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/PotionEffect.java.rej

patching file common/net/minecraft/src/RailLogic.java

Hunk #1 FAILED at 19.

Hunk #2 FAILED at 30.

Hunk #3 FAILED at 261.

Hunk #4 FAILED at 274.

Hunk #5 FAILED at 425.

Hunk #6 FAILED at 438.

6 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/RailLogic.java.rej

patching file common/net/minecraft/src/ServerConfigurationManager.java

Hunk #1 succeeded at 17 with fuzz 2.

Hunk #2 FAILED at 305.

Hunk #3 FAILED at 333.

Hunk #4 FAILED at 377.

Hunk #5 FAILED at 389.

Hunk #6 FAILED at 410.

Hunk #7 FAILED at 459.

6 out of 7 hunks FAILED -- saving rejects to file common/net/minecraft/src/ServerConfigurationManager.java.rej

patching file common/net/minecraft/src/SlotCrafting.java

Hunk #2 FAILED at 123.

1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/SlotCrafting.java.rej

patching file common/net/minecraft/src/SlotFurnace.java

Hunk #1 FAILED at 62.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/SlotFurnace.java.rej

patching file common/net/minecraft/src/SpawnerAnimals.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 84.

Hunk #3 FAILED at 215.

Hunk #4 FAILED at 225.

3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/SpawnerAnimals.java.rej

patching file common/net/minecraft/src/StatList.java

Hunk #1 FAILED at 172.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/StatList.java.rej

patching file common/net/minecraft/src/TileEntity.java

Hunk #1 FAILED at 276.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/TileEntity.java.rej

patching file common/net/minecraft/src/TileEntityBeacon.java

Hunk #1 FAILED at 104.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/TileEntityBeacon.java.rej

patching file common/net/minecraft/src/TileEntityBrewingStand.java

Hunk #1 FAILED at 4.

Hunk #2 FAILED at 161.

Hunk #3 FAILED at 328.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntityBrewingStand.java.rej

patching file common/net/minecraft/src/TileEntityFurnace.java

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 237.

Hunk #3 FAILED at 283.

Hunk #4 FAILED at 299.

Hunk #5 FAILED at 334.

Hunk #6 FAILED at 379.

6 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntityFurnace.java.rej

patching file common/net/minecraft/src/WeightedRandomChestContent.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 17.

Hunk #3 FAILED at 27.

Hunk #4 FAILED at 45.

Hunk #5 FAILED at 62.

4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/WeightedRandomChestContent.java.rej

patching file common/net/minecraft/src/World.java

Hunk #1 FAILED at 13.

Hunk #2 FAILED at 161.

Hunk #3 FAILED at 196.

Hunk #4 FAILED at 216.

Hunk #5 FAILED at 230.

Hunk #6 FAILED at 264.

Hunk #7 FAILED at 289.

Hunk #8 FAILED at 356.

Hunk #9 FAILED at 366.

Hunk #10 FAILED at 1089.

Hunk #11 FAILED at 1121.

Hunk #12 FAILED at 1321.

Hunk #13 FAILED at 1425.

Hunk #14 FAILED at 1681.

Hunk #15 FAILED at 1782.

Hunk #16 FAILED at 1866.

Hunk #17 FAILED at 1881.

Hunk #18 FAILED at 2032.

Hunk #19 FAILED at 2042.

Hunk #20 FAILED at 2066.

Hunk #21 FAILED at 2078.

Hunk #22 FAILED at 2090.

Hunk #23 FAILED at 2116.

Hunk #24 FAILED at 2361.

Hunk #25 FAILED at 2676.

Hunk #26 FAILED at 2699.

Hunk #27 FAILED at 2728.

Hunk #28 FAILED at 2737.

Hunk #29 FAILED at 2753.

Hunk #30 FAILED at 2784.

Hunk #31 FAILED at 2800.

Hunk #32 FAILED at 2820.

Hunk #33 FAILED at 2927.

Hunk #34 FAILED at 3041.

Hunk #35 FAILED at 3103.

Hunk #36 FAILED at 3201.

Hunk #37 FAILED at 3336.

Hunk #38 FAILED at 3367.

Hunk #39 FAILED at 3469.

Hunk #40 FAILED at 3498.

Hunk #41 FAILED at 3595.

Hunk #42 FAILED at 3636.

Hunk #43 FAILED at 3858.

Hunk #44 FAILED at 3868.

Hunk #45 FAILED at 3876.

Hunk #46 FAILED at 3884.

Hunk #47 FAILED at 3914.

Hunk #48 FAILED at 3925.

Hunk #49 FAILED at 4050.

Hunk #50 FAILED at 4112.

Hunk #51 FAILED at 4120.

Hunk #52 FAILED at 4163.

Hunk #53 FAILED at 4208.

53 out of 53 hunks FAILED -- saving rejects to file common/net/minecraft/src/World.java.rej

patching file common/net/minecraft/src/WorldChunkManager.java

Hunk #1 FAILED at 3.

Hunk #2 FAILED at 26.

Hunk #3 FAILED at 233.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldChunkManager.java.rej

patching file common/net/minecraft/src/WorldGenBigMushroom.java

Hunk #1 FAILED at 54.

Hunk #2 FAILED at 183.

Hunk #3 FAILED at 197.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenBigMushroom.java.rej

patching file common/net/minecraft/src/WorldGenDeadBush.java

Hunk #1 FAILED at 16.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/WorldGenDeadBush.java.rej

patching file common/net/minecraft/src/WorldGenDungeons.java

Hunk #1 succeeded at 1 with fuzz 2.

Hunk #2 FAILED at 120.

Hunk #3 FAILED at 150.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenDungeons.java.rej

patching file common/net/minecraft/src/WorldGenForest.java

Hunk #1 FAILED at 43.

Hunk #2 FAILED at 84.

Hunk #3 FAILED at 99.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenForest.java.rej

patching file common/net/minecraft/src/WorldGenHugeTrees.java

Hunk #1 FAILED at 55.

Hunk #2 FAILED at 108.

Hunk #3 FAILED at 130.

Hunk #4 FAILED at 150.

Hunk #5 FAILED at 170.

Hunk #6 FAILED at 221.

6 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenHugeTrees.java.rej

patching file common/net/minecraft/src/WorldGenMinable.java

Hunk #1 FAILED at 6.

Hunk #2 FAILED at 15.

Hunk #3 FAILED at 64.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenMinable.java.rej

patching file common/net/minecraft/src/WorldGenShrub.java

Hunk #1 FAILED at 17.

Hunk #2 FAILED at 48.

2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenShrub.java.rej

patching file common/net/minecraft/src/WorldGenSwamp.java

Hunk #1 FAILED at 44.

Hunk #2 FAILED at 91.

Hunk #3 FAILED at 106.

Hunk #4 FAILED at 123.

4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenSwamp.java.rej

patching file common/net/minecraft/src/WorldGenTaiga1.java

Hunk #1 FAILED at 41.

Hunk #2 FAILED at 79.

Hunk #3 FAILED at 103.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTaiga1.java.rej

patching file common/net/minecraft/src/WorldGenTaiga2.java

Hunk #1 FAILED at 45.

Hunk #2 FAILED at 89.

Hunk #3 FAILED at 122.

3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTaiga2.java.rej

patching file common/net/minecraft/src/WorldGenTallGrass.java

Hunk #1 FAILED at 18.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTallGrass.java.rej

patching file common/net/minecraft/src/WorldGenTrees.java

Hunk #1 FAILED at 64.

Hunk #2 FAILED at 113.

Hunk #3 FAILED at 128.

Hunk #4 FAILED at 170.

4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTrees.java.rej

patching file common/net/minecraft/src/WorldProvider.java

Hunk #2 FAILED at 189.

Hunk #3 FAILED at 258.

2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldProvider.java.rej

patching file common/net/minecraft/src/WorldServer.java

Hunk #2 succeeded at 12 with fuzz 2.

Hunk #3 FAILED at 51.

Hunk #4 FAILED at 75.

Hunk #5 FAILED at 190.

Hunk #6 FAILED at 261.

Hunk #7 FAILED at 279.

Hunk #8 FAILED at 306.

Hunk #9 FAILED at 385.

Hunk #10 FAILED at 448.

Hunk #11 FAILED at 497.

Hunk #12 FAILED at 595.

Hunk #13 FAILED at 626.

Hunk #14 FAILED at 640.

Hunk #15 FAILED at 723.

Hunk #16 FAILED at 766.

Hunk #17 FAILED at 778.

Hunk #18 FAILED at 1004.

16 out of 18 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldServer.java.rej

patching file common/net/minecraft/src/WorldType.java

Hunk #1 FAILED at 219.

1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/WorldType.java.rej

== MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) ==

== Updating client ==

> Adding javadoc

> Renaming sources

- Done in 3.07 seconds

== MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) ==

== Recompiling client ==

> Cleaning bin

> Recompiling

'"javac" -encoding UTF-8 -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "lib:lib/...' failed : 1

 

== ERRORS FOUND ==

 

src/common/net/minecraft/src/EntityLiving.java:1260: cannot find symbol

symbol  : variable captureDrops

location: class net.minecraft.src.EntityLiving

            captureDrops = true;

            ^

 

src/common/net/minecraft/src/EntityLiving.java:1261: cannot find symbol

symbol  : variable capturedDrops

location: class net.minecraft.src.EntityLiving

            capturedDrops.clear();

            ^

 

src/common/net/minecraft/src/EntityLiving.java:1262: var4 is already defined in despawnEntity()

            int var4 = 0;

                ^

 

src/minecraft/net/minecraft/src/EntityRenderer.java:1275: dispatchRenderLast(net.minecraft.src.RenderGlobal,float) in net.minecraftforge.client.ForgeHooksClient cannot be applied to (int,int)

            ForgeHooksClient.dispatchRenderLast(var5, par1);

                            ^

 

src/common/net/minecraftforge/common/ChestGenHooks.java:151: cannot find symbol

symbol  : variable itemStack

location: class net.minecraft.src.WeightedRandomChestContent

            if (item.isItemEqual(cont.itemStack) || (item.getItemDamage() == -1 && item.itemID == cont.itemStack.itemID))

                                    ^

 

src/common/net/minecraftforge/common/ChestGenHooks.java:151: cannot find symbol

symbol  : variable itemStack

location: class net.minecraft.src.WeightedRandomChestContent

            if (item.isItemEqual(cont.itemStack) || (item.getItemDamage() == -1 && item.itemID == cont.itemStack.itemID))

                                                                                                      ^

 

src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:447: cannot find symbol

symbol  : method fmlPacket131Callback(net.minecraft.src.Packet131MapData)

location: class net.minecraft.src.NetClientHandler

        ((NetClientHandler)handler).fmlPacket131Callback(mapData);

                                  ^

 

src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:453: cannot find symbol

symbol  : method setConnectionCompatibilityLevel(byte)

location: class net.minecraft.src.NetClientHandler

        NetClientHandler.setConnectionCompatibilityLevel(compatibilityLevel);

                        ^

 

src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:459: cannot find symbol

symbol  : method getConnectionCompatibilityLevel()

location: class net.minecraft.src.NetClientHandler

        return NetClientHandler.getConnectionCompatibilityLevel();

                              ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:70: cannot find symbol

symbol  : method handleVanilla250Packet(net.minecraft.src.Packet250CustomPayload)

location: class net.minecraft.src.NetHandler

            handler.handleVanilla250Packet(packet);

                  ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:97: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

            EntityPlayer pl = netHandler.getPlayer();

                                        ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:120: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

                netLoginHandler.completeConnection("You don't have FML installed, you cannot connect to this server");

                              ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:138: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

                netLoginHandler.completeConnection(modKick);

                              ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:155: cannot find symbol

symbol  : method completeConnection(<nulltype>)

location: class net.minecraft.src.NetLoginHandler

            netLoginHandler.completeConnection(null);

                          ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:159: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

            netLoginHandler.completeConnection("The server requires mods that are absent or out of date on your client");

                          ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:163: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

            netLoginHandler.completeConnection("Your client is not running a new enough version of FML to connect to this server");

                          ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:167: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

            netLoginHandler.completeConnection("There was a problem during FML negotiation");

                          ^

 

src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:188: cannot find symbol

symbol  : method completeConnection(java.lang.String)

location: class net.minecraft.src.NetLoginHandler

            netLoginHandler.completeConnection(kickReason);

                          ^

 

src/minecraft/net/minecraft/src/ModLoader.java:278: cannot find symbol

symbol  : variable base12Biomes

location: class net.minecraft.src.WorldType

        EntityRegistry.addSpawn(entityClass, weightedProb, min, max, spawnList, WorldType.base12Biomes);

                                                                                        ^

 

src/minecraft/net/minecraft/src/ModLoader.java:307: cannot find symbol

symbol  : variable base12Biomes

location: class net.minecraft.src.WorldType

        EntityRegistry.addSpawn(entityName, weightedProb, min, max, spawnList, WorldType.base12Biomes);

                                                                                        ^

 

src/minecraft/net/minecraft/src/ModLoader.java:702: cannot find symbol

symbol  : variable base12Biomes

location: class net.minecraft.src.WorldType

        EntityRegistry.removeSpawn(entityClass, spawnList, WorldType.base12Biomes);

                                                                    ^

 

src/minecraft/net/minecraft/src/ModLoader.java:725: cannot find symbol

symbol  : variable base12Biomes

location: class net.minecraft.src.WorldType

        EntityRegistry.removeSpawn(entityName, spawnList, WorldType.base12Biomes);

                                                                  ^

 

src/minecraft/net/minecraft/src/ModLoader.java:800: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetServerHandler

            PacketDispatcher.sendPacketToPlayer(packet, (Player)handler.getPlayer());

                                                                      ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:152: cannot find symbol

symbol  : constructor Tessellator()

location: class net.minecraft.src.Tessellator

            tess = new Tessellator();

                  ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:153: cannot find symbol

symbol  : variable textureID

location: class net.minecraft.src.Tessellator

            tess.textureID = texture;

                ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:172: cannot find symbol

symbol  : variable renderingWorldRenderer

location: class net.minecraft.src.Tessellator

        Tessellator.renderingWorldRenderer = true;

                  ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:200: cannot find symbol

symbol  : variable renderingWorldRenderer

location: class net.minecraft.src.Tessellator

        Tessellator.renderingWorldRenderer = false;

                  ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:206: cannot find symbol

symbol  : variable isDefaultTexture

location: class net.minecraft.src.Block

        if (!block.isDefaultTexture && render.overrideBlockTexture == -1)

                  ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:208: cannot find symbol

symbol  : method getTextureFile()

location: class net.minecraft.src.Block

            bindTexture(block.getTextureFile(), 0);

                            ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:214: cannot find symbol

symbol  : variable isDefaultTexture

location: class net.minecraft.src.Block

        if (!block.isDefaultTexture && render.overrideBlockTexture == -1)

                  ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:249: cannot find symbol

symbol  : method getTextureFile()

location: class net.minecraft.src.Item

            engine.bindTexture(engine.getTexture(item.getItem().getTextureFile()));

                                                              ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:273: cannot find symbol

symbol  : method getTextureFile()

location: class net.minecraft.src.Item

                engine.bindTexture(engine.getTexture(item.getItem().getTextureFile()));

                                                                  ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:288: cannot find symbol

symbol  : method getTextureFile()

location: class net.minecraft.src.Item

        engine.bindTexture(engine.getTexture(Item.itemsList[item.itemID].getTextureFile()));

                                                                        ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:370: cannot find symbol

symbol  : method isBed(net.minecraft.src.WorldClient,int,int,int,net.minecraft.src.EntityLiving)

location: class net.minecraft.src.Block

        if (block != null && block.isBed(mc.theWorld, x, y, z, entity))

                                  ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:372: cannot find symbol

symbol  : method getBedDirection(net.minecraft.src.WorldClient,int,int,int)

location: class net.minecraft.src.Block

            int var12 = block.getBedDirection(mc.theWorld, x, y, z);

                            ^

 

src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:398: cannot find symbol

symbol  : variable renderingWorldRenderer

location: class net.minecraft.src.Tessellator

        if (Tessellator.renderingWorldRenderer)

                      ^

 

src/minecraft/net/minecraftforge/client/ModCompatibilityClient.java:72: cannot find symbol

symbol  : variable MUSIC_INTERVAL

location: class net.minecraft.src.SoundManager

        if (mngr.MUSIC_INTERVAL == 12000)

                ^

 

src/minecraft/net/minecraftforge/client/ModCompatibilityClient.java:74: cannot find symbol

symbol  : variable MUSIC_INTERVAL

location: class net.minecraft.src.SoundManager

            mngr.MUSIC_INTERVAL = 6000;

                ^

 

src/common/cpw/mods/fml/common/FMLCommonHandler.java:430: cannot find symbol

symbol  : method setAdditionalProperties(java.util.Map<java.lang.String,net.minecraft.src.NBTBase>)

location: class net.minecraft.src.WorldInfo

        worldInfo.setAdditionalProperties(additionalProperties);

                ^

 

src/common/cpw/mods/fml/common/modloader/ModLoaderHelper.java:173: cannot find symbol

symbol  : method openGui(java.lang.Object,int,net.minecraft.src.World,int,int,int)

location: class net.minecraft.src.EntityPlayer

        player.openGui(helper.getMod(), id, player.worldObj, x, y, z);

              ^

 

src/common/cpw/mods/fml/common/network/NetworkRegistry.java:202: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

        generateChannelRegistration(clientHandler.getPlayer(), clientHandler, manager);

                                                ^

 

src/common/cpw/mods/fml/common/network/NetworkRegistry.java:231: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

            handleRegistrationPacket(packet, (Player)handler.getPlayer());

                                                            ^

 

src/common/cpw/mods/fml/common/network/NetworkRegistry.java:235: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

            handleUnregistrationPacket(packet, (Player)handler.getPlayer());

                                                              ^

 

src/common/cpw/mods/fml/common/network/NetworkRegistry.java:239: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

            handlePacket(packet, network, (Player)handler.getPlayer());

                                                        ^

 

src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:54: cannot find symbol

symbol  : method getPlayer()

location: class net.minecraft.src.NetHandler

        EntityPlayer player = netHandler.getPlayer();

                                        ^

 

src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:55: cannot find symbol

symbol  : method openGui(int,int,net.minecraft.src.World,int,int,int)

location: class net.minecraft.src.EntityPlayer

        player.openGui(networkId, modGuiId, player.worldObj, x, y, z);

              ^

 

src/common/cpw/mods/fml/common/registry/GameRegistry.java:221: cannot find symbol

symbol  : method addNewBiome(net.minecraft.src.BiomeGenBase)

location: class net.minecraft.src.WorldType

        WorldType.DEFAULT.addNewBiome(biome);

                        ^

 

src/common/cpw/mods/fml/common/registry/GameRegistry.java:226: cannot find symbol

symbol  : method removeBiome(net.minecraft.src.BiomeGenBase)

location: class net.minecraft.src.WorldType

        WorldType.DEFAULT.removeBiome(biome);

                        ^

 

src/common/net/minecraft/src/RegionFileCache.java:17: cannot find symbol

symbol  : class Reference

location: class net.minecraft.src.RegionFileCache

      Reference var5 = (Reference)regionsByFilename.get(var4);

      ^

 

src/common/net/minecraft/src/RegionFileCache.java:17: cannot find symbol

symbol  : class Reference

location: class net.minecraft.src.RegionFileCache

      Reference var5 = (Reference)regionsByFilename.get(var4);

                        ^

 

src/common/net/minecraft/src/RegionFileCache.java:35: cannot find symbol

symbol  : class SoftReference

location: class net.minecraft.src.RegionFileCache

      regionsByFilename.put(var4, new SoftReference(var6));

                                      ^

 

src/common/net/minecraft/src/RegionFileCache.java:43: cannot find symbol

symbol  : class Reference

location: class net.minecraft.src.RegionFileCache

        Reference var1 = (Reference)var0.next();

        ^

 

src/common/net/minecraft/src/RegionFileCache.java:43: cannot find symbol

symbol  : class Reference

location: class net.minecraft.src.RegionFileCache

        Reference var1 = (Reference)var0.next();

                          ^

 

src/common/net/minecraftforge/common/BiomeManager.java:41: cannot find symbol

symbol  : variable allowedBiomes

location: class net.minecraft.src.MapGenStronghold

        if (!MapGenStronghold.allowedBiomes.contains(biome))

                            ^

 

src/common/net/minecraftforge/common/BiomeManager.java:43: cannot find symbol

symbol  : variable allowedBiomes

location: class net.minecraft.src.MapGenStronghold

            MapGenStronghold.allowedBiomes.add(biome);

                            ^

 

src/common/net/minecraftforge/common/BiomeManager.java:49: cannot find symbol

symbol  : variable allowedBiomes

location: class net.minecraft.src.MapGenStronghold

        if (MapGenStronghold.allowedBiomes.contains(biome))

                            ^

 

src/common/net/minecraftforge/common/BiomeManager.java:51: cannot find symbol

symbol  : variable allowedBiomes

location: class net.minecraft.src.MapGenStronghold

            MapGenStronghold.allowedBiomes.remove(biome);

                            ^

 

src/common/net/minecraftforge/common/BiomeManager.java:57: cannot find symbol

symbol  : variable allowedBiomes

location: class net.minecraft.src.WorldChunkManager

        if (!WorldChunkManager.allowedBiomes.contains(biome))

                              ^

 

src/common/net/minecraftforge/common/BiomeManager.java:59: cannot find symbol

symbol  : variable allowedBiomes

location: class net.minecraft.src.WorldChunkManager

            WorldChunkManager.allowedBiomes.add(biome);

                            ^

 

src/common/net/minecraftforge/common/BiomeManager.java:65: cannot find symbol

symbol  : variable allowedBiomes

location: class net.minecraft.src.WorldChunkManager

        if (WorldChunkManager.allowedBiomes.contains(biome))

                            ^

 

src/common/net/minecraftforge/common/BiomeManager.java:67: cannot find symbol

symbol  : variable allowedBiomes

location: class net.minecraft.src.WorldChunkManager

            WorldChunkManager.allowedBiomes.remove(biome);

                            ^

 

src/common/net/minecraftforge/common/DimensionManager.java:110: cannot find symbol

symbol  : variable worldTickTimes

location: class net.minecraft.server.MinecraftServer

            MinecraftServer.getServer().worldTickTimes.put(id, new long[100]);

                                      ^

 

src/common/net/minecraftforge/common/DimensionManager.java:114: cannot find symbol

symbol  : variable worldTickTimes

location: class net.minecraft.server.MinecraftServer

            MinecraftServer.getServer().worldTickTimes.remove(id);

                                      ^

 

src/common/net/minecraftforge/common/DimensionManager.java:202: cannot find symbol

symbol  : method setDimension(int)

location: class net.minecraft.src.WorldProvider

                provider.setDimension(dim);

                        ^

 

src/common/net/minecraftforge/common/ForgeChunkManager.java:328: cannot find symbol

symbol  : method getChunkSaveLocation()

location: class net.minecraft.src.WorldServer

        File chunkDir = worldServer.getChunkSaveLocation();

                                  ^

 

src/common/net/minecraftforge/common/ForgeChunkManager.java:690: cannot find symbol

symbol  : method getChunkSaveLocation()

location: class net.minecraft.src.WorldServer

        File chunkDir = worldServer.getChunkSaveLocation();

                                  ^

 

src/common/net/minecraftforge/common/ForgeChunkManager.java:725: cannot find symbol

symbol  : method getPersistentID()

location: class net.minecraft.src.Entity

                    ticket.setLong("PersistentIDMSB", tick.entity.getPersistentID().getMostSignificantBits());

                                                                ^

 

src/common/net/minecraftforge/common/ForgeChunkManager.java:726: cannot find symbol

symbol  : method getPersistentID()

location: class net.minecraft.src.Entity

                    ticket.setLong("PersistentIDLSB", tick.entity.getPersistentID().getLeastSignificantBits());

                                                                ^

 

src/common/net/minecraftforge/common/ForgeChunkManager.java:748: cannot find symbol

symbol  : method getPersistentID()

location: class net.minecraft.src.Entity

        UUID id = entity.getPersistentID();

                        ^

 

src/common/net/minecraftforge/common/ForgeHooks.java:121: getCurrentPlayerStrVsBlock(net.minecraft.src.Block) in net.minecraft.src.EntityPlayer cannot be applied to (net.minecraft.src.Block,int)

            return player.getCurrentPlayerStrVsBlock(block, metadata) / hardness / 30F;

                          ^

 

src/common/net/minecraftforge/common/ForgeHooks.java:197: cannot find symbol

symbol  : method getTextureFile()

location: class net.minecraft.src.Item

            return ((Item)obj).getTextureFile();

                              ^

 

src/common/net/minecraftforge/common/ForgeHooks.java:201: cannot find symbol

symbol  : method getTextureFile()

location: class net.minecraft.src.Block

            return ((Block)obj).getTextureFile();

                              ^

 

src/common/net/minecraftforge/common/ForgeHooks.java:255: cannot find symbol

symbol  : method getPickBlock(net.minecraft.src.MovingObjectPosition,net.minecraft.src.World,int,int,int)

location: class net.minecraft.src.Block

            result = var8.getPickBlock(target, world, x, y, z);

                        ^

 

src/common/net/minecraftforge/common/ForgeHooks.java:264: cannot find symbol

symbol  : method getPickedResult(net.minecraft.src.MovingObjectPosition)

location: class net.minecraft.src.Entity

            result = target.entityHit.getPickedResult(target);

                                    ^

 

src/common/net/minecraftforge/common/ForgeHooks.java:340: cannot find symbol

symbol  : method isLadder(net.minecraft.src.World,int,int,int)

location: class net.minecraft.src.Block

        return block != null && block.isLadder(world, x, y, z);

                                    ^

 

src/common/net/minecraftforge/common/ForgeHooks.java:350: cannot find symbol

symbol  : variable captureDrops

location: class net.minecraft.src.EntityPlayer

        player.captureDrops = true;

              ^

 

src/common/net/minecraftforge/common/ForgeHooks.java:352: cannot find symbol

symbol  : variable capturedDrops

location: class net.minecraft.src.EntityPlayer

        player.capturedDrops.clear();

              ^

 

src/common/net/minecraftforge/common/ForgeHooks.java:353: cannot find symbol

symbol  : variable captureDrops

location: class net.minecraft.src.EntityPlayer

        player.captureDrops = false;

              ^

 

src/common/net/minecraftforge/common/ForgeInternalHandler.java:17: cannot find symbol

symbol  : method getPersistentID()

location: class net.minecraft.src.Entity

            if (event.entity.getPersistentID() == null)

                            ^

 

src/common/net/minecraftforge/common/ForgeInternalHandler.java:19: cannot find symbol

symbol  : method generatePersistentID()

location: class net.minecraft.src.Entity

                event.entity.generatePersistentID();

                            ^

 

src/common/net/minecraftforge/common/ForgeInternalHandler.java:30: cannot find symbol

symbol  : method hasCustomEntity(net.minecraft.src.ItemStack)

location: class net.minecraft.src.Item

            if (item != null && item.getItem().hasCustomEntity(item))

                                              ^

 

src/common/net/minecraftforge/common/ForgeInternalHandler.java:32: cannot find symbol

symbol  : method createEntity(net.minecraft.src.World,net.minecraft.src.Entity,net.minecraft.src.ItemStack)

location: class net.minecraft.src.Item

                Entity newEntity = item.getItem().createEntity(event.world, entity, item);

                                                ^

 

src/common/net/minecraftforge/common/MinecartRegistry.java:100: cannot find symbol

symbol  : method getMinecartType()

location: class net.minecraft.src.EntityMinecart

        return getItemForCart(cart.getClass(), cart.getMinecartType());

                                                  ^

 

src/common/net/minecraftforge/common/WorldSpecificSaveHandler.java:26: cannot find symbol

symbol  : method getChunkSaveLocation()

location: class net.minecraft.src.WorldServer

        dataDir = new File(world.getChunkSaveLocation(), "data");

                                ^

 

84 errors

==================

 

Client recompile failed, correct source then rerun updatemd5

=============================== Minecraft Forge Setup Finished =================================

 

 

Is this just first time errors or is this bad?

Link to comment
Share on other sites

You're gunna have to figure that out, as far as I know astyle is native mac, as well as shipped with MCP. So you may have to give it the execution flag.

Don't have a mac so I don't know the nuances of what needs to be done.

But astyle is required.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • removed both mr crayfish's furniture refurbished as well as modernfix and it still crashes on starting a world. this was the crash log I received from it: https://api.mclo.gs/1/raw/tHpAI4E    
    • IBEEditor is a client-side-only mod Remove it from the server, keep it in your client  
    • Add crash-reports with sites like https://mclo.gs/ make a test without refurbished_furniture and/or modernfix
    • [22:52:45] [main/INFO]: ModLauncher running: args [--username, bruhitsmac, --version, forge-47.3.0, --gameDir, C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1, --assetsDir, C:\Users\macke\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, c0ee535912eb4c4c88e9434567848b92, --accessToken, ????????, --clientId, 153cc6-a0eddd-77716f-542e0f-c44707, --xuid, 2535410026067915, --userType, msa, --versionType, release, --width, 1024, --height, 768, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [22:52:45] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Eclipse Adoptium; OS Windows 11 arch amd64 version 10.0 [22:52:48] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [22:52:48] [main/INFO]: Trying GL version 4.6 [22:52:48] [main/INFO]: Requested GL version 4.6 got version 4.6 [22:52:48] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/macke/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [22:52:48] [pool-2-thread-1/INFO]: GL info: AMD Radeon(TM) Graphics GL version 4.6.0 Core Profile Context 24.5.1.240502, ATI Technologies Inc. [22:52:49] [main/INFO]: Found mod file additionaladditions-6.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file aeroblender-1.20.1-1.0.1-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file aether-1.20.1-1.5.0-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file aether-redux-2.0.17-1.20.1-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file AetherVillages-1.20.1-1.0.7-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file alexscaves-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file alexsdelight-1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file alexsmobs-1.22.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file another_furniture-forge-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Apotheosis-1.20.1-7.4.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ApothicAttributes-1.20.1-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Aquaculture-1.20.1-2.5.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ars_nouveau-1.20.1-4.12.4-all.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file artifacts-forge-9.5.13.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ash_api-forge-3.0.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file astemirlib-1.20.1-1.25.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file athena-forge-1.20.1-3.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file bagus_lib-1.20.1-5.3.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file balm-forge-1.20.1-7.3.9-all.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file bbb-1.20.1-forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file betterarcheology-1.2.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file betterendcities-1.0.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file betterjukebox-1.20-1.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file BetterModsButton-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file biodiverse-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file BiomesOPlenty-1.20.1-18.0.0.592.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file blue_skies-1.20.1-1.3.31.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file blueprint-1.20.1-7.1.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file blur-forge-3.1.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Bookshelf-Forge-1.20.1-20.2.13.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file BotanyPots-Forge-1.20.1-13.0.39.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file BotanyTrees-Forge-1.20.1-9.0.17.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file bountiful_critters-1.2.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file buildersaddition-1.20.1-20230928a.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file bygonenether-1.3.2-1.20.x.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file call_of_yucatan-1.0.12-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file canary-mc1.20.1-0.3.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file carryon-forge-1.20.1-2.1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file caupona-1.20.1-0.4.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file chefs-delight-1.0.3-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Chipped-forge-1.20.1-3.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Chunky-1.3.146.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file citadel-2.6.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file cloth-config-11.1.136-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Clumps-forge-1.20.1-12.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file cluttered-2.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file collective-1.20.1-7.84.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file comforts-forge-6.4.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file CompositeMaterial-Forge-1.20.1-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file configured-forge-1.20.1-2.2.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file connectedglass-1.1.12-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file constructionwand-1.20.1-2.11.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Controlling-forge-1.20.1-12.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Corgilib-Forge-1.20.1-4.0.3.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file coroutil-forge-1.20.1-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file corpse-forge-1.20.1-1.0.14.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file crafting-on-a-stick-1.20.1-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file create-1.20.1-0.5.1.h.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file creeperoverhaul-3.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file cristellib-1.1.5-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Critters n' Crawlers-2.2.0-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file crittersandcompanions-1.20.1-2.1.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file CullLessLeaves-Reforged-1.20.1-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file cupboard-1.20.1-2.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file curios-forge-5.10.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Daleenys_SwampExpansion_Mod_v1.3 (1.20.1).jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file DarkPaintings-Forge-1.20.1-17.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file decorative_blocks-forge-1.20.1-4.1.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file deep_aether-1.20.1-1.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file DeeperCaves-1.20.1-1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file deeperdarker-forge-1.20.1-1.3.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Ding-1.20.1-Forge-1.5.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file domum_ornamentum-1.20.1-1.0.186-RELEASE-universal.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file duclib-1.20-1.1.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file dungeons-and-taverns-3.0.3.f[Forge].jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file dungeons-and-taverns-ancient-city-overhaul-1 [Forge].jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file dungeons_plus-1.20.1-1.5.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file DungeonsArise-1.20.x-2.1.58-release.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file DungeonsAriseSevenSeas-1.20.x-1.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file dynamiclights-1.20.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file earth2java-forge-1.10.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file easy-villagers-forge-1.20.1-1.1.23.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file EasyMagic-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ecologics-forge-1.20.1-2.2.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file EnchantingInfuser-v8.0.3-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file endermanoverhaul-forge-1.20.1-1.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file EndgamePortalRings 1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file enlightend-5.0.14-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Eternal Tales [Arhery  Jewelry] [v1.6.40] [Forge 1.20.1].jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Excessive Building 1.20.1-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file expandability-9.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ExplorersCompass-1.20.1-1.3.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Explorify v1.6.2 f10-48.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Fallingleaves-1.20.1-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file FarmersDelight-1.20.1-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file FarmersStructures-1.0.3-1.20.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Fastload-Reforged-mc1.20.1-3.4.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ferritecore-6.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file fish_of_thieves-mc1.20.1-v3.0.8-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file forge-medievalend-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file FramedBlocks-9.3.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file framework-forge-1.20.1-0.7.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file friendsandfoes-forge-mc1.20.1-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ftb-essentials-forge-2001.2.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ftb-library-forge-2001.2.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ftb-ultimine-forge-2001.1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file furnish-26-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file fusion-1.1.1-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Galosphere-1.20.1-1.4.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.4.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Geophilic v3.1.3 f15-48.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file glowroot1.0.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Gobber2-Forge-1.20.1-2.8.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file goblintraders-forge-1.20.1-1.9.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file GoodEnding-1.20.1-1.0.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file gottschcore-1.20.1-2.2.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file gpumemleakfix-1.20.1-1.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file guardvillagers-1.20.1-1.6.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file habitat-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file hamsters-forge-1.0.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file handcrafted-forge-1.20.1-3.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file hauntedharvest-1.20-3.1.20.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Heads-1.20.1-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file hearth_and_home-forge-1.20.1-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Hearths v1.0.1 f12-48.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Highlighter-1.20.1-forge-1.1.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file HopoBetterMineshaft-[1.20.2-1.20.4]-1.2.2b.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file HopoBetterRuinedPortals-[1.20-1.20.2]-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file hunters_return-1.20.1-11.5.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file iceandfire-2.1.13-1.20.1-beta-5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Iceberg-1.20.1-forge-1.1.21.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file iChunUtil-1.20.1-Forge-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file idas_forge-1.10.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ImmediatelyFast-Forge-1.2.21+1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file immersive_weathering-1.20.1-2.0.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Incendium_1.20.x_v5.3.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file insects_recrafted_162.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file integrated_api-1.5.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file integrated_stronghold-1.1.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file integrated_villages-1.0.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file inventorypets-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file inventorysorter-1.20.1-23.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ironfurnaces-1.20.1-4.1.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ItemsDisplayedForge-v1.3.4-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Jade-1.20.1-forge-11.11.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Jadens-Nether-Expansion-2.0.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.104.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Jellyfishing-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file L_Enders_Cataclysm-2.07 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-API-forge-1.2.15-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-bakery-forge-1.1.15.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-beachparty-forge-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-bloomingnature-forge-1.0.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-brewery-forge-1.1.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-candlelight-forge-1.2.13.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-farm_and_charm-forge-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-furniture-forge-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-herbalbrews-forge-1.0.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-meadow-forge-1.3.19.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-vinery-forge-1.4.28.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-wildernature-forge-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file lionfishapi-1.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file lootintegrations-1.20.1-3.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file lootr-forge-1.20-0.7.34.89.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file lost_aether_content-1.20.1-1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file lukis-grand-capitals-1.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Luminous Beast V1.1 - Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Luminous Tag V1.0 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Luminous V1.4.6 - Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file LuminousMonsters V1.2.4 - Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file LuminousNether V1.2 - Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file LuminousOverworld V1.1 - Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mcw-doors-1.1.1forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mcw-fences-1.1.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mcw-paintings-1.0.5-1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mcw-trapdoors-1.1.3-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mcw-windows-2.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file medieval_buildings-forge-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mes-1.3.1-1.20-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file midnightlib-forge-1.4.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file miners_delight-1.20.1-1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mns-1.0.1-1.20-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file modernfix-forge-5.19.4+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file MonsterPlus-Forge1.20.1-v1.1.6.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file moonlight-1.20-2.13.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file moremobvariants-forge+1.20.1-1.3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file morevillagers-forge-1.20.1-5.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file MouseTweaks-forge-mc1.20.1-2.25.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mowziesmobs-1.6.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mvs-4.1.4-1.20-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mysticsbiomes-1.20.1-3.4.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Nameless Trinkets-1.20.1-1.7.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file naturalist-forge-4.0.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file NaturesCompass-1.20.1-1.11.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file nether-s-exoticism-1.20.1-1.2.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file nightlights-1.20.1-1.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file notenoughcrashes-4.4.7+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file nyfsspiders-forge-1.20.1-2.1.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file oculus-mc1.20.1-1.7.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Oh-The-Biomes-Weve-Gone-Forge-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Oh-The-Trees-Youll-Grow-forge-1.20.1-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file okzoomer-forge-1.20-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Paintings-forge-1.20.1-11.0.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Paraglider-forge-20.1.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Patchouli-1.20.1-84-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file phantasm-0.4.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Placebo-1.20.1-8.6.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file plushies-1.4.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file polymorph-forge-0.49.5+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file PuzzlesLib-v8.1.24-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Quark-4.0-460.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Raided-1.20.1-0.1.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file randomium-1.20-1.32.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Rats-1.20.1-8.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file realmrpg_quests-0.1.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file recrafted_creatures-1.4.5-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file refurbished_furniture-forge-1.20.1-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file RegionsUnexploredForge-0.5.6+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file repurposed_structures-7.1.15+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file resourcefullib-forge-1.20.1-2.1.29.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Ribbits-1.20.1-Forge-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file right-click-harvest-3.2.3+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file seafarer-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Searchables-forge-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file silent-lib-1.20.1-8.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file simplyswords-forge-1.56.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.20.11.1115.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file sophisticatedcore-1.20.1-0.6.33.711.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file sophisticatedstorage-1.20.1-0.10.44.904.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file sound-physics-remastered-forge-1.20.1-1.4.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file spawn-1.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file spelunkers_charm-3.6.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file spelunkery-1.20.1-0.3.13-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file stalwart-dungeons-1.20.1-1.2.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Structory_1.20.x_v1.3.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Structory_Towers_1.20.x_v1.0.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file structure_gel-1.20.1-2.16.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file structureessentials-1.20.1-3.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file supermartijn642configlib-1.1.8-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file supermartijn642corelib-1.1.17a-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file supplementaries-1.20-2.8.17.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file swampier_swamps-1.20-4.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file takesapillage-1.0.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Terralith_1.20.x_v2.5.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file The_Graveyard_3.1_(FORGE)_for_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file The_Undergarden-1.20.1-0.8.14.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file thedawnera-1.20.1-0.58.94.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file TheOuterEnd-1.0.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file tidal-towns-1.3.3_1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Tide-forge-1.20.1-1.3.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Tips-Forge-1.20.1-12.1.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Towns-and-Towers-1.12-Fabric+Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file transparent-forge-8.0.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file TravelersTitles-1.20-Forge-4.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file treasure-bags-1.20.1-1.9.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file treasure2-1.20.1-3.10.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Twigs-1.20.1-3.1.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file twilightforest-1.20.1-4.3.2508-universal.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file unearthed_journey-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file untamedwilds-1.20.1-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file unusualfishmod-1.0.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file unusualprehistory-1.5.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file valhelsia_core-forge-1.20.1-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file valhelsia_furniture-forge-1.20.1-1.1.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file valhelsia_structures-forge-1.20.1-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file variantsandventures-forge-mc1.20.1-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file verdantvibes-1.0.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file villagernames-1.20.1-8.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file VillagersPlus_3.1_(FORGE)_for_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file vintagedelight-0.1.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file visuality-forge-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file VisualWorkbench-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file waystones-forge-1.20-14.1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file weather2-1.20.1-2.8.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Wesley's Roguelike Dungeons 1.20.1-2.3.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file what_gecko-1.20.1-1.0.3.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file whatareyouvotingfor2023-1.20.1-1.2.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Xaeros_Minimap_24.5.0_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file XaerosWorldMap_1.39.0_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsApi-1.20-Forge-4.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterDesertTemples-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterDungeons-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterEndIsland-1.20-Forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterJungleTemples-1.20-Forge-2.0.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterMineshafts-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterWitchHuts-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsCaveBiomes-1.20.1-Forge-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsExtras-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Zeta-1.0-24.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/WARN]: Mod file C:\Users\macke\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.3.0\fmlcore-1.20.1-47.3.0.jar is missing mods.toml file [22:52:49] [main/WARN]: Mod file C:\Users\macke\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.3.0\javafmllanguage-1.20.1-47.3.0.jar is missing mods.toml file [22:52:49] [main/WARN]: Mod file C:\Users\macke\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.3.0\lowcodelanguage-1.20.1-47.3.0.jar is missing mods.toml file [22:52:49] [main/WARN]: Mod file C:\Users\macke\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.3.0\mclanguage-1.20.1-47.3.0.jar is missing mods.toml file [22:52:49] [main/INFO]: Found mod file fmlcore-1.20.1-47.3.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:49] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:49] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:49] [main/INFO]: Found mod file mclanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:49] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:49] [main/INFO]: Found mod file forge-1.20.1-47.3.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:50] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [22:52:50] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: geckolib. Using Mod File: C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods\geckolib-forge-1.20.1-4.4.9.jar [22:52:50] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: aeroblender. Using Mod File: C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods\aeroblender-1.20.1-1.0.1-neoforge.jar [22:52:50] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods\curios-forge-5.10.0+1.20.1.jar [22:52:50] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods\resourcefullib-forge-1.20.1-2.1.29.jar [22:52:50] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: expandability. Using Mod File: C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods\expandability-9.0.4.jar [22:52:50] [main/INFO]: Found 19 dependencies adding them to mods collection [22:52:50] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.9.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file kuma-api-forge-20.1.8+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file caffeine-3.1.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file cumulus_menus-1.20.1-1.0.1-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file satin-forge-1.20.1+1.15.0-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file jankson-1.2.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file mixinsquared-forge-0.1.2-beta.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file Registrate-MC1.20-1.3.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file spectrelib-forge-0.13.15+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file nitrogen_internals-1.20.1-1.0.11-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file MixinSquared-0.1.2-beta.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file puzzlesaccessapi-forge-8.0.7.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file bytecodecs-1.0.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file flywheel-forge-1.20.1-0.6.11-13.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file Reflect-1.3.4.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file MixinExtras-0.4.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file jcpp-1.4.14.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:57] [main/INFO]: Compatibility level set to JAVA_17 [22:52:57] [main/ERROR]: Mixin config hamsters.mixins.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config bbb.mixins.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config mixins.satin.client.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config furniture-common.mixins.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config mixins.recrafted_creatures.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config mixins.duclib.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config okzoomer.mixins.json does not specify "minVersion" property [22:52:57] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector] [22:52:57] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.3.0, --gameDir, C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1, --assetsDir, C:\Users\macke\curseforge\minecraft\Install\assets, --uuid, c0ee535912eb4c4c88e9434567848b92, --username, bruhitsmac, --assetIndex, 5, --accessToken, ????????, --clientId, 153cc6-a0eddd-77716f-542e0f-c44707, --xuid, 2535410026067915, --userType, msa, --versionType, release, --width, 1024, --height, 768] [22:52:57] [main/WARN]: Reference map 'hamsters.refmap.json' for hamsters.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:57] [main/INFO]: Loaded configuration file for ModernFix 5.19.4+mc1.20.1: 84 options available, 0 override(s) found [22:52:57] [main/INFO]: Applying Nashorn fix [22:52:57] [main/INFO]: Applied Forge config corruption patch [22:52:57] [main/WARN]: Reference map 'handcrafted-forge-1.20.1-forge-refmap.json' for handcrafted.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'morevillagers-forge-forge-refmap.json' for morevillagers.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'graveyard-FORGE-forge-refmap.json' for graveyard-forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'untamedwilds.refmap.json' for mixins.untamedwilds.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/INFO]: Loaded configuration file for Canary: 116 options available, 0 override(s) found [22:52:58] [main/INFO]: Loading 304 mods:     - additionaladditions 6.0.1     - aeroblender 1.20.1-1.0.1-neoforge     - aether 0.0NONE         |-- cumulus_menus 0.0NONE         |-- mixinextras 0.2.0-beta.9         \-- nitrogen_internals 0.0NONE     - aether_redux 2.0.17     - aether_villages 1.0.7     - alexscaves 1.1.5     - alexsdelight 1.5     - alexsmobs 1.22.9     - another_furniture 1.20.1-3.0.1     - apotheosis 7.4.3     - aquaculture 2.5.2     - architectury 9.2.14     - ars_nouveau 4.12.4     - artifacts 9.5.13     - ash_api 3.0.2+1.20.1     - astemirlib 1.25     - athena 3.1.2     - attributeslib 1.3.7     - bagus_lib 1.20.1-5.3.0     - bakery 1.1.15     - balm 7.3.9         \-- kuma_api 20.1.8     - bbb 1.20.1-1.0.1     - beachparty 1.1.5     - betterarcheology 1.2.1-1.20.1     - betterdeserttemples 1.20-Forge-3.0.3     - betterdungeons 1.20-Forge-4.0.4     - betterendcities 1.0.0-1.20.1     - betterendisland 1.20-Forge-2.0.6     - betterfortresses 1.20-Forge-2.0.6     - betterjukebox 1.20-1.3     - betterjungletemples 1.20-Forge-2.0.5     - bettermineshafts 1.20-Forge-4.0.4     - bettermodsbutton 8.0.2     - betteroceanmonuments 1.20-Forge-3.0.4     - betterwitchhuts 1.20-Forge-3.0.3     - biodiverse 1.0.0     - biomesoplenty 18.0.0.592     - biomeswevegone 1.3.1     - bloomingnature 1.0.9     - blue_skies 1.3.31     - blueprint 7.1.0     - blur 3.1.1         \-- satin 1.20.1+1.15.0-SNAPSHOT     - bookshelf 20.2.13     - botanypots 13.0.39     - botanytrees 9.0.17     - bountiful_critters 1.2.2     - brewery 1.1.9     - buildersaddition 1.20.1-20230928a     - bygonenether 1.3.2     - call_of_yucutan 1.0.12     - canary 0.3.3     - candlelight 1.2.13     - carryon 2.1.2.7     - cataclysm 2.07     - caupona 1.20.1-0.4.9     - cavesanddepths 1.2.7     - chefsdelight 1.0.3-forge-1.20.1     - chipped 3.0.6     - chunky 1.3.146     - citadel 2.6.0     - cloth_config 11.1.136     - clumps 12.0.0.4     - cnc 2.2.0     - collective 7.84     - comforts 6.4.0+1.20.1         \-- spectrelib 0.13.15+1.20.1     - composite_material 1.1.0     - configured 2.2.3     - connectedglass 1.1.12     - constructionwand 1.20.1-2.11     - controlling 12.0.2     - corgilib 4.0.3.2     - coroutil 1.20.1-1.3.7     - corpse 1.20.1-1.0.14     - crafting_on_a_stick 1.1.5     - create 0.5.1.h         \-- flywheel 0.6.11-13     - creeperoverhaul 3.0.2     - cristellib 1.1.5     - crittersandcompanions 1.20.1-2.1.7     - culllessleaves 1.20.1-1.0.5     - cupboard 1.20.1-2.7     - curios 5.10.0+1.20.1     - darkpaintings 17.0.4     - dawnera 0.58.94     - decorative_blocks 4.1.3     - deep_aether 1.20.1-1.0.4     - deeperdarker 1.3.2     - ding 1.5.0     - display 1.3.4     - doapi 1.2.15         \-- terraform 7.0.1     - domum_ornamentum 1.20.1-1.0.186-RELEASE     - duclib 1.1.4     - dungeons_arise 2.1.58-1.20.x     - dungeons_arise_seven_seas 1.0.2     - dungeons_plus 1.5.0     - dynamiclights 1.20.1.2     - earthtojavamobs 1.10.1     - easy_villagers 1.20.1-1.1.23     - easymagic 8.0.1     - ecologics 2.2.0     - enchantinginfuser 8.0.3     - endermanoverhaul 1.0.4     - endgame_portal_rings 1.0.0     - enlightened_end 5.0.14     - eternal_tales 1.6.40     - excessive_building 1.20.1-3.0.1     - expandability 9.0.4     - explorerscompass 1.20.1-1.3.3-forge     - explorify 1.6.2     - fallingleaves 2.1.0     - farm_and_charm 1.0.3     - farmers_structures 1.0.0     - farmersdelight 1.20.1-1.2.4     - fastload 3.4.0     - ferritecore 6.0.1     - fishofthieves 3.0.8     - forge 47.3.0     - framedblocks 9.3.1     - framework 0.7.8     - friendsandfoes 3.0.3     - ftbessentials 2001.2.2     - ftblibrary 2001.2.4     - ftbultimine 2001.1.5     - furnish 26     - furniture 1.0.2     - fusion 1.1.1     - galosphere 1.20.1-1.4.1     - geckolib 4.4.9     - geophilic 3.1.3     - glowroot 1.0.8     - gobber2 2.8.9     - goblintraders 1.9.3     - goodending 1.20.1-1.0.1     - gottschcore 2.2.0     - gpumemleakfix 1.20.1-1.8     - graveyard 3.1     - guardvillagers 1.20.1-1.6.7     - habitat 1.3.1     - hamsters 1.20.1-1.0.3     - handcrafted 3.0.6     - hauntedharvest 1.20-3.1.20     - heads 1.1.2     - hearth_and_home 1.20.1-2.0.1     - hearths 1.0.1     - herbalbrews 1.0.8     - highlighter 1.1.9     - hopo 1.2.2     - hoporp 1.3.7     - hunters_return 1.20.1-11.5.0     - iceandfire 2.1.13-1.20.1     - iceberg 1.1.21     - ichunutil 1.0.0     - idas 1.10.1+1.20.1     - immediatelyfast 1.2.21+1.20.4     - immersive_weathering 1.20.1-2.0.3     - incendium 5.3.5     - insects_recrafted 1.6.2     - integrated_api 1.5.1+1.20.1-forge     - integrated_stronghold 1.1.1+1.20.1-forge     - integrated_villages 1.0.1+1.20.1-forge     - inventorypets 2.1.3     - inventorysorter 23.0.1     - ironfurnaces 4.1.6     - jade 11.11.1+forge     - jei 15.20.0.104     - jellyfishing 2.0.0     - lionfishapi 1.9     - lootintegrations 1.20.1-3.7     - lootr 0.7.34.87     - lost_aether_content 1.2.3     - luminous_beasts 1.1     - luminous_monsters 1.2.4     - luminous_nether 1.2.0     - luminoustag 1.0.0     - luminousworld 1.4.6     - luphieclutteredmod 2.1     - mcwdoors 1.1.1     - mcwfences 1.1.2     - mcwpaintings 1.0.5     - mcwtrpdoors 1.1.3     - mcwwindows 2.3.0     - meadow 1.3.19         \-- mixinsquared 0.1.2-beta.5     - medieval_buildings 1.0.2     - medievalend 1.0.1     - mes 1.3.1-1.20-forge     - midnightlib 1.4.2     - minecraft 1.20.1     - miners_delight 1.20.1-1.2.3     - mns 1.0.1-1.20-forge     - modernfix 5.19.4+mc1.20.1     - monsterplus 1.0     - moonlight 1.20-2.13.3     - morecropsbydaleeny 1.1.1     - moremobvariants 1.3.0.1     - morevillagers 5.0.0     - mousetweaks 2.25.1     - mowziesmobs 1.6.4     - mr_dungeons_andtaverns 3.0.3.f     - mr_dungeons_andtavernsancientcityoverhaul 1     - mr_lukis_grandcapitals 1.0     - mr_tidal_towns 1.3.3     - mvs 4.1.4-1.20-forge     - mysticsbiomes 3.4.2     - nameless_trinkets 1.20.1-1.7.8     - naturalist 4.0.3     - naturescompass 1.20.1-1.11.2-forge     - netherexp 2.0.2     - nethers_exoticism 1.2.8     - nightlights 1.1     - notenoughcrashes 4.4.7+1.20.1     - nyfsspiders 2.1.1     - oculus 1.7.0     - ohthetreesyoullgrow 1.20.1-1.3.1     - okzoomer 3.0.1     - outer_end 1.0.8     - paintings 11.0.0.2     - paraglider 20.1.3     - patchouli 1.20.1-84-FORGE     - phantasm 0.4.1     - placebo 8.6.2     - plushies 1.4.0     - polymorph 0.49.5+1.20.1     - puzzleslib 8.1.24         \-- puzzlesaccessapi 8.0.7     - quark 4.0-460     - raided 0.1.4     - randomium 1.20-1.32     - rats 1.20.1-8.1.2     - realmrpg_quests 0.1.1     - recrafted_creatures 1.4.5-1.20.1     - refurbished_furniture 1.0.6     - regions_unexplored 0.5.6     - repurposed_structures 7.1.15+1.20.1-forge     - resourcefulconfig 2.1.2     - resourcefullib 2.1.29     - ribbits 1.20.1-Forge-3.0.0     - rightclickharvest 3.2.3+1.20.1-forge     - seafarer 1.0.1     - searchables 1.0.3     - silentlib 8.0.0     - simplyswords 1.56.0-1.20.1     - sophisticatedbackpacks 3.20.11.1115     - sophisticatedcore 0.6.33.711     - sophisticatedstorage 0.10.44.904     - sound_physics_remastered 1.20.1-1.4.5     - spawn 1.20.1-1.0.2     - spelunkers_charm 3.6.0     - spelunkery 1.20.1-0.3.13     - stalwart_dungeons 1.2.8     - structory 1.3.5     - structory_towers 1.0.7     - structure_gel 2.16.2     - structureessentials 1.20.1-3.4     - supermartijn642configlib 1.1.8     - supermartijn642corelib 1.1.17+a     - supplementaries 1.20-2.8.17     - swampier_swamps 1.20-4.0.0     - t_and_t 0.0NONE     - takesapillage 1.0.3     - terrablender 3.0.1.7     - terralith 2.5.4     - tide 1.3.3     - tipsmod 12.1.8     - transparent 8.0.1+1.20.1     - travelerstitles 1.20-Forge-4.0.2     - treasure2 3.10.3     - treasurebags 1.9.0     - twigs 1.20.1-3.1.1     - twilightforest 4.3.2508     - undergarden 0.8.14     - unearthed_journey 1.0.1     - untamedwilds 4.0.4     - unusualfishmod 1.0.7     - unusualprehistory 1.5.0.3     - valhelsia_core 1.1.2     - valhelsia_furniture 1.1.3     - valhelsia_structures 1.20.1-1.1.2     - variantsandventures 1.0.6     - verdantvibes 1.0.3-1.20.1     - villagernames 8.1     - villagersplus 3.1     - vinery 1.4.28     - vintagedelight 0.1.4     - visuality 2.0.2     - visualworkbench 8.0.0     - waystones 14.1.5     - weather2 1.20.1-2.8.3     - what_gecko 1.0.0     - whatareyouvotingfor 1.2.5     - wildernature 1.0.3     - wrd 2.0.0     - xaerominimap 24.5.0     - xaeroworldmap 1.39.0     - yungsapi 1.20-Forge-4.0.6     - yungscavebiomes 1.20.1-Forge-2.0.1     - yungsextras 1.20-Forge-4.0.3     - zeta 1.0-24 [22:52:58] [main/WARN]: Reference map 'mns-forge-refmap.json' for mns-forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'cristellib-forge-refmap.json' for cristellib.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'naturalist-forge-forge-refmap.json' for naturalist.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'netherexp-forge-refmap.json' for netherexp.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'mixins.call_of_yucutan.refmap.json' for mixins.call_of_yucutan.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'betterjukebox-forge-refmap.json' for betterjukebox-forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'randomium-forge-refmap.json' for randomium.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'simplyswords-forge-refmap.json' for simplyswords.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'mes-forge-refmap.json' for mes-forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'coroutil.refmap.json' for coroutil.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'wildernature.forge.mixins.refmap.json' for wildernature.forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'mvs-forge-refmap.json' for mvs-forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:53:00] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [22:53:00] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:00] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:00] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:00] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:01] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/GreenAercloudBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.GreenAercloudBlock) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.GreenAercloudBlock was not found aether_redux.mixins.json:common.block.GreenAercloudBlockMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/OrangeTreeBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.OrangeTreeBlock) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.OrangeTreeBlock was not found aether_redux.mixins.json:common.block.OrangeTreeMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/PurpleAercloudBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.PurpleAercloudBlock) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.PurpleAercloudBlock was not found aether_redux.mixins.json:common.block.PurpleAercloudBlockMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/GenesisMusic (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.GenesisMusic) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.client.GenesisMusic was not found aether_redux.mixins.json:client.audio.GoTVMusicMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/renderer/entity/SkyrootMimicRenderer (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer was not found aether_redux.mixins.json:client.render.MimicRendererMixin [22:53:01] [main/WARN]: Error loading class: net/builderdog/ancient_aether/client/renderer/entity/FestiveSwetRenderer (java.lang.ClassNotFoundException: net.builderdog.ancient_aether.client.renderer.entity.FestiveSwetRenderer) [22:53:01] [main/WARN]: @Mixin target net.builderdog.ancient_aether.client.renderer.entity.FestiveSwetRenderer was not found aether_redux.mixins.json:client.render.SwetRendererMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/protect_your_moa/client/renderer/entity/layers/MoaArmorLayer (java.lang.ClassNotFoundException: com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaArmorLayer) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaArmorLayer was not found aether_redux.mixins.json:client.render.layer.MoaArmorLayerMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/protect_your_moa/client/renderer/entity/layers/MoaChestLayer (java.lang.ClassNotFoundException: com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaChestLayer) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaChestLayer was not found aether_redux.mixins.json:client.render.layer.MoaChestLayerMixin [22:53:01] [main/INFO]: Loaded config for: structureessentials.json [22:53:02] [main/WARN]: Error loading class: com/illusivesoulworks/diet/common/DietApiImpl (java.lang.ClassNotFoundException: com.illusivesoulworks.diet.common.DietApiImpl) [22:53:02] [main/WARN]: @Mixin target com.illusivesoulworks.diet.common.DietApiImpl was not found caupona.mixins.json:DietApiImplMixin [22:53:02] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:53:02] [main/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:53:02] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/CreativeModeTabs [22:53:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/chunk/compile/pipeline/BlockOcclusionCache (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockOcclusionCache) [22:53:02] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockOcclusionCache was not found cull-less-leaves.mixins.json:sodiumcompat.BlockOcclusionCacheMixin [22:53:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/gui/SodiumGameOptionPages (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages) [22:53:02] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages was not found cull-less-leaves.mixins.json:sodiumcompat.SodiumGameOptionPagesMixin [22:53:02] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [22:53:02] [main/INFO]: Replaced 1 calls to Enchantment#isTreasureOnly() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [22:53:02] [main/INFO]: Replaced 1 calls to Enchantment#isTradeable() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [22:53:03] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/renderer/entity/SkyrootMimicRenderer (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer) [22:53:03] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/renderer/entity/SkyrootMimicRenderer (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer) [22:53:03] [main/WARN]: Error loading class: net/builderdog/ancient_aether/client/renderer/entity/FestiveSwetRenderer (java.lang.ClassNotFoundException: net.builderdog.ancient_aether.client.renderer.entity.FestiveSwetRenderer) [22:53:03] [main/WARN]: Error loading class: net/builderdog/ancient_aether/client/renderer/entity/FestiveSwetRenderer (java.lang.ClassNotFoundException: net.builderdog.ancient_aether.client.renderer.entity.FestiveSwetRenderer) [22:53:03] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). [22:53:04] [main/WARN]: Invalid registry value type detected for PerfOS counters. Should be REG_DWORD. Ignoring: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfOS\Performance\Disable Performance Counters. [22:53:05] [main/INFO]: BeforeConstant is searching for constants in method with descriptor (Lnet/minecraft/network/chat/Component;Z)V [22:53:05] [main/INFO]:   BeforeConstant found INTEGER constant: value = 0, intValue = null [22:53:05] [main/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 0 [22:53:05] [main/INFO]:       BeforeConstant found Insn [ICONST_0]  [22:53:05] [main/INFO]:   BeforeConstant found INTEGER constant: value = 60, intValue = null [22:53:05] [main/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 1 [22:53:05] [main/INFO]:       BeforeConstant found IntInsn 60 [22:53:05] [main/WARN]: @Inject(@At("INVOKE")) Shift.BY=1 on crittersandcompanions.mixins.json:LivingEntityMixin::handler$com000$onDie exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [22:53:06] [main/INFO]: Patching EffectRenderingInventoryScreen#renderEffects [22:53:06] [main/INFO]: Patching EffectRenderingInventoryScreen#renderEffects [22:53:06] [pool-4-thread-1/INFO]: ModernFix reached bootstrap stage (22.99 s after launch) [22:53:06] [pool-4-thread-1/WARN]: @Final field delegatesByName:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin should be final [22:53:06] [pool-4-thread-1/WARN]: @Final field delegatesByValue:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin should be final [22:53:06] [pool-4-thread-1/INFO]: Injecting BlockStateBase cache population hook into getNeighborPathNodeType from com.abdelaziz.canary.mixin.ai.pathing.BlockStateBaseMixin [22:53:06] [pool-4-thread-1/INFO]: Injecting BlockStateBase cache population hook into getPathNodeType from com.abdelaziz.canary.mixin.ai.pathing.BlockStateBaseMixin [22:53:06] [pool-4-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/CreativeModeTabs [22:53:07] [pool-4-thread-1/WARN]: This is the stupidest thing I've ever made in Minecraft modding history... [22:53:07] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in org/violetmoon/quark/content/experimental/module/GameNerfsModule [22:53:08] [pool-4-thread-1/INFO]: Vanilla bootstrap took 1877 milliseconds [22:53:08] [pool-4-thread-1/INFO]: Replaced 5 calls to Enchantment#getMaxLevel() in org/violetmoon/quark/content/tools/module/AncientTomesModule [22:53:08] [pool-4-thread-1/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:08] [pool-4-thread-1/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:09] [pool-4-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [22:53:09] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in com/mrcrayfish/goblintraders/Hooks [22:53:11] [pool-4-thread-1/WARN]: @Final field f_26027_:Lnet/minecraft/world/entity/ai/targeting/TargetingConditions; in guardvillagers.mixins.json:DefendVillageGoalGolemMixin should be final [22:53:11] [pool-4-thread-1/WARN]: Method overwrite conflict for scheduleRandomTick in corgilib-common.mixins.json:chunk.MixinChunkAccess, previously written by dev.corgitaco.ohthetreesyoullgrow.mixin.chunk.MixinChunkAccess. Skipping method. [22:53:11] [pool-4-thread-1/WARN]: Method overwrite conflict for getScheduledRandomTicks in corgilib-common.mixins.json:chunk.MixinChunkAccess, previously written by dev.corgitaco.ohthetreesyoullgrow.mixin.chunk.MixinChunkAccess. Skipping method. [22:53:11] [pool-4-thread-1/WARN]: @Inject(@At("INVOKE_ASSIGN")) Shift.BY=2 on refurbished_furniture.common.mixins.json:LevelChunkMixin::handler$egc000$refurbishedFurniture$AfterRemoveBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [22:53:11] [pool-4-thread-1/INFO]: Patching FishingHook#catchingFish [22:53:12] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:53:12] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:53:12] [pool-4-thread-1/WARN]: Static binding violation: PRIVATE @Overwrite method m_47505_ in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. [22:53:13] [Render thread/WARN]: Error loading class: net/caffeinemc/mods/sodium/api/memory/MemoryIntrinsics (java.lang.ClassNotFoundException: net.caffeinemc.mods.sodium.api.memory.MemoryIntrinsics)  
    • Hi, I need some assistance with my Minecraft curseforge modpack crashing upon starting a new world. I had the same mods installed for Forge 47.2.0 and I kept crashing joining an existing world and when I tried to make a new one, so I updated forge and redownloaded everything, but it is still crashing. I currently have 311 mods installed and need some help reading my crash log to see what could be the problem. Whether that's a specific mod, dependency, or something missing. Log is posted below. Thank you!    
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.