Ticking block entity как исправить

Learn how to fix Ticking Entity errors in Minecraft that cause crashes, including Ticking Block Entity errors, Ticking TileEntity errors, and more. This guide will describe how to fix these errors so you can restore your world to a working state.

What is a «Ticking Entity»?

A Ticking Entity crash is caused by a monster or creature that has become corrupted in the data files for the game.

Entities is what Minecraft calls all monsters and creatures in the game. While the game is running. the information for the entity can become corrupted. This corruption can be so bad that any attempt by the game to process anything related to it all will cause the game to crash. While this corruption can happen even in «vanilla» minecraft, the leading cause of most Ticking Entities corruption is usually a mod, or a combination of mods, that are changing some core part of the game in Minecraft.

A tick refers to Minecraft’s process for updating every creature, block, and global event in the game for every «chunk» of the map.. The game normally does this 20 times per second. Everytime you do something in the game, it is only processed on a tick. Place a block, destroy a block, Shoot a monster, etc.

A chunk is a column of terrain 16 blocks X 16 blocks wide, that stretches from the lowest level up to the highest level. Your entire world in minecraft is made of these 16 x 16 chunks. The data for a chunk has to be loaded into memory so you can see it, move around in it, or build in it.

During each tick, the game has to update every block and every creatures in the chunk the player is standing in, and it also has to do the same for every block and creature in every chunk around that chunk, all the way out to the max view distance. Whew, that’s a lot of blocks. And it does this 20 times a second. If any event happens that keeps the tick from finishing properly, it can cause the game to crash.

This can result in the game repeatedly crashing every time you try to enter the game, because your spawn point for your character is in the same chunk as the Ticking Entity. It tries to load the chunk into memory, and as soon as it tries to process the corrupted information for the Ticking Entity, it will crash. Over and over and over every time you spawn into the game.

Players that are in other chunks may be able to join the game, but the same thing happens again if they move into any chunk containing a Ticking Entity, and the game crashes.

«Ticking Block» and «Ticking World»

These two crashes are related to the «Ticking Entity» Crash. «Ticking Block» is basically the same, except that the issue is a corrupted block or «TileEntity». These are often special block types added by a mod. Modded crafting table blocks are a common cause of this crash. They are basically handled in the same way as an Ticking Entity.

«Ticking World» is the most severe version of this kind of crash, The game knows that there is a corrupted block or creature somewhere in the world, but can’t give you the exact location, because it doesn’t know where it is. It could be any block, anywhere. This is the most difficult to fix, and sometimes requires some pretty heroic steps to fix it or just plain luck. In some cases, it’s beyond fixing. Let’s have a quiet moment of respect for the departed world, bury it, and make another. «Ticking World» is that bad.

Can I Remove the Mods to Fix It?

No. It won’t fix the problem.

Even though the mods may have caused the corruption, the corrupted Ticking Entity is now part of the world data, and your world is basically your save game for Minecraft. Removing the mods will not fix the corruption, and the corrupted entity will still remain in the world.

Also, there’s no way to tell exactly which mod may have caused the corruption. It might even have been a combination of multiple mods that caused it. If you are getting repeated Ticking Entity crashes, then later on you might want to figure out which mods are possibly causing it, and remove them at that time. But removing the mods now won’t fix the Ticking Entity.

How Do You Fix It?

The Ticking Entity will have to be removed from the world data. There are several ways to do this, ranging from simple, to complicated, to apocalyptic.

Luckily, if the game has crashed because of a Ticking Entity, then it has most likely created a crash report. That crash report will have the following information (and more):

  • Thetype of creature that caused the crash

  • Which region it’s in

  • Exact X, Y, Z coordinates of the Ticking Entity creature.

The crash report has everything you need to find and delete the Ticking Entity. Yeah!

Note: The X, Y, Z coordinates are only accurate as of the split second before the server crashes. Always try to use the newest crash report, as older ones ,even if they are only minutes apart, will contain information that might be outdated.

«Ticking World»: If you have a «Ticking World» crash, the report will give no X, Y , Z coordinates because… well, the game has no clue where the problem is. It could be any block or creature, anywhere in the game.

How to Find and Read the Crash Report

Depending on how the server crashed, it will usually try to create a crash report (there are situations where the game crashes so fast, and so hard, it doesn’t even have time to make the crash report). In the case of a Ticking Entity, the game usually know exactly what caused the crash, and will tell you exactly where to find the culprit.

If a crash report is generated, the game will make a folder called «crash reports» in the main diretory. Each crash report will appear inside this folder and it’s title will be a date and time stamp from when the crash occurred.

Minecraft crash_reports folder

Open Minecraft crash report

Click on a report and then click edit to open it in a text editor. Alternately, you can download the crash report and view it with a text editor on your computer (but that just takes longer).

Once you open the crash report, you will see the crash report header identifies it as a «Ticking Entity» Crash.

Identify ticking entity error in Minecraft crash report

if you scroll down into the report, you will see a section labelled -- Entity Being Ticked --. In that section, in the red boxes we added, will be the exact name of the monster that is corrupted and causing the crash, and it’s exact coordinates and region. This location can be used with world editors to allow you to delete the Ticking Entity. The exact name will be useful if you use the first method of fixing Ticking Entities, described below (cofh killall command).

(note: The Blue bar is to conceal the name of a player on the server that was kind enough to let us use this screenshot).

Identify erroring entity location in Minecraft crash report

The crash report can also help you determine what mod might be adding the mob, and help you diagnose what is causing the Ticking Entities. In the picture below, I’ve outlined some keywords in blue.

Identify specific erroring mod from Minecraft crash report

With a little quick investigation, we find that the Entity in this crash is from a mod called «Special Mobs», and that mod is developed by the author «Fathertoast». Bingo.

Identified erroring mod from Minecraft crash report

Now if this monster continues to cause crashes, you can look up possible solutions from others who ran into the same problem with this monster, you might be able to contact the author of the mod, or simply disable this monster in the config files for the mod.

1. Use the cofh killall Command to Eliminate the Ticking Entity

If your modpack contains the mod CoFH Core then that mod will have added a special version of the regular Minecraft Kill command called cofh killall. To use this command, the server must be able to startup and run without crashing. Your player does not need to be be connected into the game to run the command. You can enter this command from the light grey box at the bottom of the console view on the Nodecraft control panel.

Using the cofh killall command in Minecraft console

This command has the ability to kill creatures even in unloaded chunks! . which is very handy considering a Ticking Entity will cause the game to crash if tries to start loading a chunk that contains one. CoFH Core is a required mod for any mod that uses RF power, such as Thermal Expansion or Thermal Foundation, and is commonly found in a lot of modpacks. Check the /mods folder for CoFH Core to see if it’s there, and if this is an option.

If you don’t have CoFH Core in the modpack, you might consider downloading and adding the mod just so you can use this command. It’s a core mod, and should be compatible with just about any modpack, as long as the mod will work with that version of Minecraft. You can get the CoFH Core mod from HERE. Just add it to the /mods folder and start the server.

Use the following commands in the console. You can also add an argument at the end to target only the specific creature type mentioned in the crash report.

cofh killall

cofh killall zombie

cofh killall Witch of Domination

Note: Creatures «killed» with cofh killall do not drop loot, as they are not actually being killed, they are simply being deleted from the game

You can try using the regular Kill command, but unlike the modded version from CoFH Core it has some huge drawbacks:

  • The regular kill command kills entities by causing an astronomical amount of damage to them. Unfortunately, as part of the process of causing damage, it has to process all the information for the entity… and If it’s a Ticking Entity… (wait for it, wait for it)… that crashes the game instantly, BEFORE the command actually kills it.

  • The vanilla version of «kill» does not affect unloaded chunks. If you got close enough to use the vanilla kill command, it would load the chunk with the Ticking Entity, and cause it to crash.

If you still want to try using the vanilla «Kill» command, make sure to use the following command (as just typing kill by itself will actually only have the effect of instantly killing your player character)

kill @e[type=enemy]

	example:

kill @e[type=zombie]

2. Reduce View Distance, and Set Minecraft to «Peaceful»:

Another possible fix for a Ticking Entity, which may work in some situations, is to reduce the view distance (the range of chunks being loaded in around each player) while simultaneously setting minecraft to «Peaceful» mode. In «Peaceful», mobs spawn are turned off. If the player then increases the view distance, and moves into the chunks that were the previous location of the Ticking Entity, the game should remove it automatically.

This solution was actually suggested by one of our customers who read this document! Thank you for the suggestion Vanessa!

3. Teleport to the Creature and Kill it

This is the «low tech» way to fix it, but unfortunately the least likely to succeed sometimes. Use the X, Y, Z coordinates from the crash report to teleport to the creature’s location, and in the 1/4 second before the game crashes, kill the creature. Does it work all the time? No. But it is a very satisfying way to fix the issue when it does work. DIE! DIE! DIE!. Very Cathartic. Great way to take your frustration from the crash out on the monster. High fives for everyone, all the way around. Woo Hoo! Great job!

This will only work if the game is not instantly crashing on startup. If you’re character is spawning in the same chunk that contains the Ticking Entity, the game will crash before you can do anything. Over and over and over.

Your character will need to have the correct OP level or Permission node that allows them to use the Teleport command. You will also need a weapon that can kill the Ticking Entity in a single hit (you won’t have time for a second hit). It’s also recommended that you switch the game to creative mode by using /gamemode creative in the console.

4. Use a World Editor Like MCEdit or NBT Explorer

You can use a standalone Minecraft world editor to load a copy of your world, make changes to it, and then upload it back to the server. This takes longer to do, but has pretty much a 100% chance of working.

Before attempting to use any world editor, it is recommended to make a backup of your entire server, or the world folder. Just in case you need to undo the edits. After the backup is finished, find your world folder in the file manager, select it, and then make a zip file of it. Then download the zip file to a computer that you can used to run the standalone editors on. This cannot be done on the server itself. When you are finished with the edits, you will need to re-upload the world save back to your server.

MCEdit

MCEdit will generate a colored «wire-frame» view of your Minecraft world, and allow you to fly through it. You can also teleport to the exact X, Y, Z coordinates of the Ticking Entity, and then use commands in MCEdit to select and delete blocks (like the Ticking Entity). When you’re finished, you save the changes, and then upload the fixed world save back to your server.

  • Can only be used on Minecraft world saves up to 1.11. Versions 1.12 and 1.13 of Minecraft are not supported at this time.

  • Does not support Minecraft Bedrock edition world saves (The version of Minecracft for Windows 10, Xbox, Playstation 4, Switch, Etc.)

  • Requires you to have a minecraft installation on the same computer as you are making the edits on, as it uses the game files to generate the wireframe view of your world.

NBT Explorer

A very powerful editor, but not exactly user friendly. No gui, or wireframe view like MCEdit. It displays the raw data that makes up the saves, and you can make direct edits to that data. You will have to understand what you are looking at, what it means, and affects in the game, and what it can be changed to. Exact instructions on how to use NBT fall outside the scope of this article.

Below is a sample screenshot of the main «level.dat» file for the overworld of a MInecraft world save.

Using NBTExplorer to access the level.dat for a Minecraft world

5. The Apocalyptic Method

Another possible way to «fix» the ticking entity issue is to enable certain features of the Forge Modloader. Forge contains two settings that will order Minecraft to delete any creatures or blocks that would cause a crash, in order to prevent it from crashing.

Sounds great, right?

Uhm. no. No, no it isn’t. It’s actually really scary.

This method is completely uncontrollable. Forge is given permission to delete anything and everything that ever looked at it funny, and if you’ve ever looked at Forge messages in the console, Forge has a lot of issues with just about everything. Forge is a very grumpy program, like a angry old man yelling at the neighborhood kids to get off his lawn. Except Forge now has a magic «Delete» button, so instead of yelling at the kids, it just… deletes them out of existence… And the Lawn… and the entire neighborhood.

Below is a screenshot of the official warning message the creators of Forge put in the file about this feature.

Forge warning for removing ticking entity errors

They are not kidding about the potential damage. Anything Forge deletes this way is just gone forever. Gone Gone. No way to restore it. It’s toast!

If it’s really that bad, why are we even telling you about it?? Well, we’re just giving you all the options here. Sometimes this is the last option left. Every once in a while, turning these features on will only delete the Ticking Entity, the rest of your world is fine, and you can go back to playing! Yeah! This process still works enough times for us to still recommend it, just preferably as a last resort. Trust us, try the other methods first.

WARNING: If you attempt to use this method, make a backup of your server. We cannot stress how much damage this can do to your world, and the damage cannot be fixed. The only way to undo these changes is to restore a backup made before you turned on these settings in Forge, or by restoring a saved copy of your world. Customer Support can not restore any parts of a world deleted by Forge because of these settings, unless you made a backup beforehand

To turn on these settings, you must find the file forge.cfg, which is normally located in the config folder in the main directory. Select forge.cfg, and then click the editbutton at the top of the file manager window. This will open the contents of the config file in a text editor. Scroll down until you see the following sections:

Forge warning for removing erroring entities and tile entities

Find the words false that are highlighted in red, and change to true. It’s recommended to only turn on the setting appropriate to what you are trying to fix: If trying to correct a Ticking Entity change the one one for removeErrorEntities to true, but leave the removeErroringTileEntitiesset to false. This will hopefully minimize the side effects.
Changing Forge settings removeErroringEntities and removeErroringTileEntities

Start the server up, let it finish running. Then immediately shut the server down, open up forge.cfg and change those settings back to false. Leaving them permanently set to true can have continuous side effects. Place a block, and it instantly disappears, because forge didn’t like it and zapped it out of existence.

Try connecting into your game, and check to make sure everything is okay. If you see entire structures and buildings gone, well, that’s the damage we were talking about. Take a good long look, sometimes things look good where you first appear in the game, but you go to another section of the map, or another dimension, and everything is just… gone. Cue scenes of apocalyptic wastelands, with tumbleweeds blowing by in the wind.

Like we said earlier, once Forge had permission to delete anything it wanted to, it did. All over the place. A lot. It deleted anything it didn’t like the look of. With extreme prejudice. Set turbo-lasers to : KILL! Release the Hounds! Drop the Bombs! Cats and Dog Living Together! Mass Hysteria! Oh, the Humanity! Arggghhhhhhhh…

Heavy Sigh. If this happened, restore the backup made before turning on the Forge settings, and try one of the other alternative methods of removing the Ticking Entity.


Last modified on Feb 25, 2021 in


Server Errors

mc head
By ApexHosting

  • Facebook

  • Twitter

  • Youtube

Overview

A Ticking Entity crash will be caused when some form of data, typically a mob or block, in the world becomes corrupted. This will usually be displayed in a crash report as follows: java.lang.nullpointerexception: ticking entity

The corruption that can happen in relation to ticking entities can be so severe that anytime the game attempts to process the ticking entity it will crash. While you can see these crashes in a Vanilla world, you are more likely to come across this when playing a modded world. This is purely due to the fact that mods tend to change major aspects of minecraft and can be seen as a more unstable way to play the game.

Minecraft Ticks

Ticks are going to be involved with every game you may play. Ticks can be seen as loops of tasks a game does to synchronize itself. Minecraft runs its game loop at a fixed rate of 20 ticks per second. This equates to 1 tick every 0.05 seconds. One good example of ticks is the daylight cycle in Minecraft. Each day is 24,000 ticks. This means 1 day in Minecraft equals 20 minutes in real life. Anything you are doing in game will be put in the same loop to be synchronized with the rest of the world.

Ticking Block & Ticking World

Ticking Block

A Ticking Block crash is generally the same as a Ticking Entity. The difference with this crash is it is related to a block or Tile Entity specifically and not a mob or npc. This will generally be related to special blocks added from a mod.

Ticking World

A Ticking World crash is the most severe of them all. This will occur when the game is able to recognize that there is corruption in the world, but will not be able to give a location. The game will have no idea where the corruption occurred and in some cases this is unfixable.
Once you have become subjected to a Ticking Entity crash you will have to remove the data from your world to resolve it. Simply removing your mods will not work in this case. This is due to the corruption already being part of your world. Luckily there are multiple ways you can remove the errored entity from your world. Some fixes might work better than others and it will really depend on the specific crash you are facing.

If you discover that even after removing the errored entity the crashing keeps occurring, you may have a faulty mod. If this is the case it is important to find the specific mod/s that are causing this to be able to fix the crashes in the long run. Unfortunately there is no easy way to do this. We would recommend removing any recent additions of Mods to start. If the crashes continue you may want to start removing mods in batches until the issues stop. This will better help you narrow down which mod exactly is causing the problems.

How to fix a Ticking Entity

It is very important to resolve this crash as soon as possible. If the erroring entity is not removed your server may backup your world with the errored entity included. In some cases this could remove your only option to fixing the issue.

Restore from Backup

The absolute easiest and most straightforward way to fix the Ticking Entity is by restoring a backup(https://apexminecrafthosting.com/how-to-backup-your-minecraft-server/) of your world. At Apex Hosting we will automatically set up a backup task when you purchase a server. This task will run once per day and save up to two backups on your server at a time. We have a great guide on the restoration process here.

Crash Reports

When the server crashes due to a Ticking Entity the crash report will have very important information that can be used in the removal of the errored entity. The following information will be inside of the crash reports:

  1. Type of entity that caused the crash
  2. Exact coordinates where the Ticking Entity is located.

Below is an example of what you will typically see in a crash report if you experience a ticking entity crash.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  Quark Plugin (Quark-r1.6-178.jar)
  RandomPatches (randompatches-1.12.2-1.21.0.3.jar)
  OTGCorePlugin (OTG-Core.jar)
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
Contact their authors BEFORE contacting forge

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 6/9/20 7:55 PM
Description: Ticking entity

java.lang.NoSuchMethodError: mmm.common.entities.mobs.EntityShulkerGhast.isAttacking()Z
	at mmm.common.entities.mobs.EntityShulkerGhast.ShootShulkerBalls(EntityShulkerGhast.java:124)
	at mmm.common.entities.mobs.EntityShulkerGhast.func_70071_h_(EntityShulkerGhast.java:93)
	at net.minecraft.world.World.func_72866_a(World.java:1996)
	at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
	at net.minecraft.world.World.func_72870_g(World.java:1958)
	at net.minecraft.world.World.func_72939_s(World.java:1762)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Thread.java:748)


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

As you can see the description lets us know this is a Ticking Entity crash. If you look closely you can also see that the entity Shulker Ghast is mentioned. Upon even closer inspection you can see that this is coming from a possible mod called MMM. In this case you can do a quick google search to figure out that this entity has been added by the mod Mutated Mobs Mod.

Ticking World

If the description in the crash report shows Ticking World or Exception ticking world you will not be able to find exact coordinates of the errored entity. This is due to the world not knowing where the issue is thus not being able to display coordinates. In these cases, we would just recommend you restore a backup of your world.

Ticking Entity

If you take a look further down in the crash report you will be able to find the exact X, Y, Z Coordinates of the ticking entity. Below is an example of this information.

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

-- Head --
Thread: Server thread
Stacktrace:
	at mmm.common.entities.mobs.EntityShulkerGhast.ShootShulkerBalls(EntityShulkerGhast.java:124)
	at mmm.common.entities.mobs.EntityShulkerGhast.func_70071_h_(EntityShulkerGhast.java:93)
	at net.minecraft.world.World.func_72866_a(World.java:1996)
	at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
	at net.minecraft.world.World.func_72870_g(World.java:1958)

-- Entity being ticked --
Details:
	Entity Type: mmm:shulkerghast (mmm.common.entities.mobs.EntityShulkerGhast)
	Entity ID: 104807
	Entity Name: Shulker Ghast
	Entity's Exact location: 183.54, 51.95, 67.90
	Entity's Block location: World: (183,51,67), Chunk: (at 7,3,3 in 11,4; contains blocks 176,0,64 to 191,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Entity's Momentum: -0.15, 0.13, -0.07
	Entity's Passengers: []
	Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
	at net.minecraft.world.World.func_72939_s(World.java:1762)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

In the Entity being ticked section you will find all the important information regarding the errored entity. You can more easily see here that it indeed is a ShulkerGhast from the MMM mod. The exact location of the entity is going to be 183.54, 51.95, 67.90.

Cofh Killall Command to Remove Entity

If you have the mod CoFH Core you will have access to the /cofh killall command. This command is an improved version of the default Minecraft kill command. You will not need to be connected to the server to run this command. However the server will need to be able to startup in order for the command to be run.

This command will have the ability to kill all creatures even in unloaded chunks on the server. This is crucial as if the chunk loads that has the ticking entity the server will end up crashing. Although CoFH Core is very common you may not have it installed. It is recommended to add this mod to your server’s mods folder to gain access to this command.

In order to remove all loaded entities of a specific type you can use the following command.

/cofh killall [type]

The [type] you will enter is going to be the name or part of the name of the entity type to remove from the server. You can also run without a type that will remove all hostile mobs from the server. If for some reason the type is not working you can force the command to remove ALL loaded entities with this command: /cofh killall *

Teleport to the Mob and Kill it

This would be the “low tech” way to fix the ticking entity. Using the given coordinates from the crash report you can teleport to the entity and in the split second before the crash attempt to kill it in one hit. We recommend putting yourself into creative mode with /gamemode creative and getting a weapon that could instantly kill the entity.

Once you are in creative mode and have a weapon ready you can run the /teleport command to travel to the entity and start swinging away.

/teleport X Y Z

Forge Mod Loader (DANGER)

One other way to fix the Ticking Entity would be by enabling certain features within the Forge Modloader. Forge will have two settings that will order Minecraft to remove any mobs or blocks that would cause the server to crash. This method of resolution is completely uncontrollable as forge will be given permission to remove anything and everything it deems necessary. If you have ever watched forge startup in console you will know that it will almost always give warnings or errors about one thing or another. This could cause forge to remove things you do not want it to.

WARNING: If you attempt to use this method, make a backup of your server. We cannot stress how much damage this can do to your world, and the damage cannot be fixed. The only way to undo these changes is to restore a backup made before you turned on these settings in Forge, or by restoring a saved copy of your world. Customer Support can not restore any parts of a world deleted by Forge because of these settings, unless you made a backup beforehand.

To turn on these settings, you must find the file forge.cfg, which is normally located in the config folder in the main directory. Select forge.cfg, and then click the edit button to the right of the file.

Find the word false and change it to true. It’s recommended to only turn on the setting appropriate to what you are trying to fix: If trying to correct a Ticking Entity change the one for removeErrorEntities to true, but leave the removeErroringTileEntities set to false. This will hopefully minimize the side effects.

Start the server up, let it finish running. Then immediately shut the server down, open up forge.cfg and change those settings back to false. Leaving them permanently set to true can have continuous side effects. Place a block, and it instantly disappears, because forge didn’t like it and zapped it out of existence.

Try connecting into your game, and check to make sure everything is okay. If you see entire structures and buildings gone, well, that’s the damage we were talking about. If this happened, restore the backup made before turning on the Forge settings, and try one of the other alternative methods of removing the Ticking Entity.

Related Content

Server Won’t Start
How to restore a backup
How to reset your world

OPEN SUPPORT MENU

If your Forge Minecraft Server is crashing whenever you connect, it’s likely you have a ticking block entity. To put it simply, a ticking entity is either a modded block, mob or animal which will cause your server to crash.

You can check to see if this is the issue by navigating to your server files, then click the crash-reports folder and view your most recent crash report. Don’t be put off by all the complex info! We’ve got an example server with the ticking block entity issue below.

Forge Minecraft server which has crashed because of a ticking block entity

We’ve highlighted the line Description: Ticking block entity. Now we’ve confirmed that the issue is a ticking block entity, we can go ahead and fix it.

You may of not known but Forge has a setting which allows you to automatically remove entities which are erroring. The setting is disabled by default because it can cause some funky things to happen to your world. We recommend enable the setting as a one off just to fix the problem. Then once fixed, disable the setting and restart your server.

Before changing any settings, we highly recommend creating a backup of your world.

There’s a slightly different way of fixing this error depending on which version of Forge you’re running. In Minecraft 1.13, Forge changed the location of the config file required to fix this issue. If you’re running Minecraft 1.12.2 or older, please scroll further down the page to find more information.

To enable the error fixing Forge setting for 1.13 and newer, please follow these steps:

  1. Navigate to your server files and click your world folder. In this example, my world is called my-forge-world.
    Click your world folder from your Minecraft Server files
  2. Within your world folder, click the folder called serverconfig.
    Click serverconfig folder within your world folder
  3. Find the file forge-server.toml and click Edit.
    Edit the Forge file forge-server.toml
  4. Scroll down until you find the settings removeErroringEntities and removeErroringTileEntities which we’ve highlighted below.
    Find removeErroringEntities and removeErroringTileEntities settings
  5. Change both of the settings from false to true as shown below.
    Edit removeErroringEntities and removeErroringTileEntities settings to true
  6. Then simply save the file and restart your server. When your server starts, the new settings will take effect. When you next connect to your server and load the chunk with the ticking block entity, Forge will attempt to automatically remove the block which is causing issues.
  7. Once the problem has been fixed, we recommend changing the settings back to false to prevent any issues with your world.

To enable the error fixing Forge setting for Minecraft 1.12.2 and older, please follow these steps:

  1. Navigate to your server files and click the config folder.
    Open the Forge config folder
  2. Scroll down until you find the file forge.cfg. Then edit the file with your favourite text editor.
    Edit the Forge config file
  3. Scroll down until you find the settings removeErroringEntities and removeErroringTileEntities which we’ve highlighted below.
    Scroll down in forge.cfg to find removeErroringEnties and removeErroringTileEntities
  4. Change both of the settings from false to true as shown below.
    Changing Forge settings from false to true
  5. Then simply save the file and restart your server. When your server starts, the new settings will take effect. When you next connect to your server and load the chunk with the ticking block entity, Forge will attempt to automatically remove the block which is causing issues.
  6. Once the problem has been fixed, we recommend changing the settings back to false to prevent any issues with your world.

Happy mining! ⛏️

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 30.01.20 13:59
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at com.flansmod.common.guns.EntityBullet.func_70071_h_(EntityBullet.java:225)
    at net.minecraft.world.World.func_72866_a(World.java:2674)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:800)
    at net.minecraft.world.World.func_72870_g(World.java:2623)
    at net.minecraft.world.World.func_72939_s(World.java:2423)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:633)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:954)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669)
    at java.lang.Thread.run(Thread.java:748)


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

-- Head --
Stacktrace:
    at com.flansmod.common.guns.EntityBullet.func_70071_h_(EntityBullet.java:225)
    at net.minecraft.world.World.func_72866_a(World.java:2674)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:800)
    at net.minecraft.world.World.func_72870_g(World.java:2623)

-- Entity being ticked --
Details:
    Entity Type: flansmod.Bullet (com.flansmod.common.guns.EntityBullet)
    Entity ID: 271
    Entity Name: entity.flansmod.Bullet.name
    Entity's Exact location: -976,00, 60,15, 1963,57
    Entity's Block location: World: (-977,60,1963), Chunk: (at 15,3,11 in -62,122; contains blocks -992,0,1952 to -977,255,1967), Region: (-2,3; contains chunks -64,96 to -33,127, blocks -1024,0,1536 to -513,255,2047)
    Entity's Momentum: -2,05, 0,34, -4,26
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:2423)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:633)

-- Affected level --
Details:
    Level name: World
    All players: 4 total; [EntityPlayerMP['TemaFlex'/29, l='World', x=-1004,21, y=4,00, z=2030,59](TemaFlex at -1004.211353719922,4.0,2030.5949165728846), EntityPlayerMP['Enot70'/138, l='World', x=-618,58, y=7,35, z=2517,19](Enot70 at -618.5789975107915,7.3528748715633245,2517.1875925397508), EntityPlayerMP['RoLLyC'/144, l='World', x=-281,44, y=15,29, z=2436,48](RoLLyC at -281.4397099048854,15.287696311684481,2436.480507287595), EntityPlayerMP['Ruddu'/182, l='World', x=-545,21, y=60,94, z=2550,01](Ruddu at -545.2114517632161,60.94408702628643,2550.00834726613)]
    Chunk stats: ServerChunkCache: 1588 Drop: 0
    Level seed: 6015675754785761980
    Level generator: ID 01 - flat, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: World: (36,17,25), Chunk: (at 4,1,9 in 2,1; contains blocks 32,0,16 to 47,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 18570131 game time, 24821984 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 25374 (now: false), thunder time: 18417 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true

Using the latest version of Create in the ATM6 Mod Pack (latest versio also) and it crashes when the world is loading.
MC: 1.16.4
Forge: 35.1.37
ATM 6: 1.4.0

Have Optifine G6 installed.

—- Minecraft Crash Report —-
// Hey, that tickles! Hehehe!

Time: 1/17/21 10:06 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
at com.simibubi.create.content.contraptions.TorquePropagator.getOrCreateNetworkFor(TorquePropagator.java:33) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.getOrCreateNetwork(KineticTileEntity.java:319) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.initialize(KineticTileEntity.java:70) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.foundation.tileEntity.SmartTileEntity.func_73660_a(SmartTileEntity.java:50) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.func_73660_a(KineticTileEntity.java:84) ~[?:mc1.16.3_v0.3e] {re:classloading}
at net.minecraft.world.World.func_217391_K(World.java:491) ~[?:?] {re:computing_frames,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server}
at net.minecraft.client.world.ClientWorld.func_217419_d(ClientWorld.java:226) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:astralsorcery:sun_brightness_client,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass}
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1483) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:shutupexperimentalsettings.mixins.json:client.MixinMinecraft,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:shutupexperimentalsettings.mixins.json:client.MixinMinecraft,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:shutupexperimentalsettings.mixins.json:client.MixinMinecraft,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$491/440641678.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}

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

— Head —
Thread: Render thread
Stacktrace:
at com.simibubi.create.content.contraptions.TorquePropagator.getOrCreateNetworkFor(TorquePropagator.java:33) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.getOrCreateNetwork(KineticTileEntity.java:319) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.initialize(KineticTileEntity.java:70) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.foundation.tileEntity.SmartTileEntity.func_73660_a(SmartTileEntity.java:50) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.func_73660_a(KineticTileEntity.java:84) ~[?:mc1.16.3_v0.3e] {re:classloading}
— Block entity being ticked —
Details:
Name: create:simple_kinetic // com.simibubi.create.content.contraptions.relays.elementary.SimpleKineticTileEntity
Block: Block{create:shaft}[axis=x,waterlogged=false]
Block location: World: (-152,5,130), Chunk: (at 8,0,2 in -10,8; contains blocks -160,0,128 to -145,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Block: Block{create:shaft}[axis=x,waterlogged=false]
Block location: World: (-152,5,130), Chunk: (at 8,0,2 in -10,8; contains blocks -160,0,128 to -145,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at net.minecraft.world.World.func_217391_K(World.java:491) ~[?:?] {re:computing_frames,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server}
at net.minecraft.client.world.ClientWorld.func_217419_d(ClientWorld.java:226) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:astralsorcery:sun_brightness_client,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass}

— Affected level —
Details:
All players: 1 total; [ClientPlayerEntity[‘Mr_Furious1964’/53080, l=’ClientLevel’, x=-149.35, y=4.00, z=123.39]]
Chunk stats: Client Chunk Cache: 441, 289
Level dimension: minecraft:overworld
Level spawn location: World: (-192,4,80), Chunk: (at 0,0,0 in -12,5; contains blocks -192,0,80 to -177,255,95), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 284944 game time, 314294 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:617) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:astralsorcery:sun_brightness_client,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2024) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:shutupexperimentalsettings.mixins.json:client.MixinMinecraft,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:623) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:shutupexperimentalsettings.mixins.json:client.MixinMinecraft,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$491/440641678.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}

— System Details —
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 565974144 bytes (539 MB) / 7453278208 bytes (7108 MB) up to 11453595648 bytes (10923 MB)
CPUs: 8
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m -XX:PermSize=256m
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.37.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.37.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine_1.16.4_HD_U_G6.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.37.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.37
FML Language Providers:
javafml@35.1
minecraft@1
kotori_scala@2.13.3-build-6
Mod List:
ftb-essentials-1604.1.0.13.jar |FTB Essentials |ftbessentials |1604.1.0.13 |DONE |NOSIGNATURE
AdditionalEnchantedMiner-1.16.4-16.1.4.jar |QuarryPlus |quarryplus |16.1.4 |DONE |1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76
simplemagnets-1.0.11-mc1.16.4.jar |Simple Magnets |simplemagnets |1.0.11 |DONE |NOSIGNATURE
refinedpipes-0.5.jar |Refined Pipes |refinedpipes |0.5 |DONE |NOSIGNATURE
IntegratedTerminals-1.16.4-1.1.1.jar |IntegratedTerminals |integratedterminals |1.1.1 |DONE |NOSIGNATURE
mcw-windows-1.0.2-mc1.16.4.jar |Macaw’s Windows |mcwwindows |1.0.2 |DONE |NOSIGNATURE
modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |DONE |NOSIGNATURE
IronJetpacks-1.16.4-4.1.3.jar |Iron Jetpacks |ironjetpacks |4.1.3 |DONE |NOSIGNATURE
ReAuth-1.16-Forge-3.9.3.jar |ReAuth |reauth |3.9.3 |DONE |3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
Powah-1.16.4-2.3.9.jar |Powah |powah |2.3.9 |DONE |NOSIGNATURE
rangedpumps-0.8.2.jar |Ranged Pumps |rangedpumps |0.8.2 |DONE |NOSIGNATURE
jumbofurnace-1.16.4-2.2.0.1.jar |Jumbo Furnace |jumbofurnace |1.16.4-2.2.0.1 |DONE |NOSIGNATURE
Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar |Wither Skeleton Tweaks |wstweaks |5.2.1 |DONE |NOSIGNATURE
reliquary-1.16.3-1.3.4.1061.jar |Reliquary |xreliquary |1.16.3-1.3.4.1061 |DONE |NOSIGNATURE
randompatches-2.1.5-forge.jar |RandomPatches |randompatches |2.1.5-forge |DONE |92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
WaterStrainer-1.16.3-10.0.0.jar |Water Strainer |waterstrainer |1.16.3-10.0.0 |DONE |NOSIGNATURE
dynviewdist-1.7.jar |Dynamic view distance |dynview |1.7 |DONE |NOSIGNATURE
TMechworks-1.16.3+-2.2.2.jar |Tinkers’ Mechworks |tmechworks |2.2.2 |DONE |NOSIGNATURE
JustEnoughResources-1.16.4-0.12.0.104.jar |Just Enough Resources |jeresources |0.12.0.104 |DONE |NOSIGNATURE
shetiphiancore-1.16-3.8.4.jar |ShetiPhian-Core |shetiphiancore |3.8.4 |DONE |NOSIGNATURE
emojiful-1.16.4-2.1.2.jar |Emojiful |emojiful |1.16.4-2.1.2 |DONE |NOSIGNATURE
refinedstorage-1.9.11.jar |Refined Storage |refinedstorage |1.9.11 |DONE |NOSIGNATURE
PackMenu-1.16.3-2.3.0.jar |Pack Menu |packmenu |2.3.0 |DONE |NOSIGNATURE
alltheores-1.1.19-1.16.4-35.1.13.jar |AllTheOres |alltheores |1.1.19-1.16.4-35.1.1|DONE |NOSIGNATURE
industrial-foregoing-1.16.4-3.2.8.2-6b5c95b.jar |Industrial Foregoing |industrialforegoing |3.2.8.2 |DONE |NOSIGNATURE
cleancut-mc1.16-2.2-forge.jar |Clean Cut |cleancut |2.2 |DONE |NOSIGNATURE
torchmaster-2.3.5-alpha.jar |Torchmaster |torchmaster |2.3.5-alpha |DONE |NOSIGNATURE
repurposed_structures-1.16.4-2.3.4.jar |Repurposed Structures |repurposed_structures |1.16.4-2.3.4 |DONE |NOSIGNATURE
BiomesOPlenty-1.16.4-13.0.0.428-universal.jar |Biomes O’ Plenty |biomesoplenty |1.16.4-13.0.0.428 |DONE |NOSIGNATURE
ironfurnaces-1.16.4-2.5.8.jar |Iron Furnaces |ironfurnaces |2.5.8 |DONE |NOSIGNATURE
mcw-trapdors-1.0.0-mc1.16.4.jar |Macaw’s Trapdoors |mcwtrpdoors |1.0.0 |DONE |NOSIGNATURE
SilentGear-1.16.3-2.5.1+206.jar |Silent Gear |silentgear |2.5.1+206 |DONE |NOSIGNATURE
Botania-1.16.4-410.jar |Botania |botania |1.16.4-410 |DONE |NOSIGNATURE
SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |DONE |NOSIGNATURE
portality-1.16.4-3.2.0.jar |Portality |portality |3.2.0 |DONE |NOSIGNATURE
curios-forge-1.16.4-4.0.3.5.jar |Curios API |curios |1.16.4-4.0.3.5 |DONE |NOSIGNATURE
tanknull-2.2a-1.16.4.jar |Tank Null |tanknull |2.2a-1.16.4 |DONE |NOSIGNATURE
angelring-1.16.3-1.3.3.jar |Angel Ring |angelring |1.3.3 |DONE |NOSIGNATURE
tombstone-1.16-6.2.5.jar |Corail Tombstone |tombstone |1.16-6.2.5 |DONE |NOSIGNATURE
ExtraStorage-1.16.4-1.2.2.jar |Extra Storage |extrastorage |1.2.2 |DONE |NOSIGNATURE
NaturesAura-33.4.jar |Nature’s Aura |naturesaura |33.4 |DONE |NOSIGNATURE
constructionwand-1.16.2-1.7.jar |Construction Wand |constructionwand |1.16.2-1.7 |DONE |NOSIGNATURE
mcws-roofs-2.0.0-mc1.16.4.jar |Macaw’s Roofs |mcwroofs |2.0.0 |DONE |NOSIGNATURE
observerlib-1.16.4-1.5.1.jar |ObserverLib |observerlib |1.16.4-1.5.1 |DONE |NOSIGNATURE
globalxp-1.16.3-v1.4.15.jar |Global XP |globalxp |v1.4.15 |DONE |NOSIGNATURE
cloth-config-forge-4.1.3.jar |Cloth Config v4 API |cloth-config |4.1.3 |DONE |NOSIGNATURE
FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |NOSIGNATURE
CodeChickenLib-1.16.4-3.5.0.401-universal.jar |CodeChicken Lib |codechickenlib |3.5.0.401 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
BetterMineshafts-Forge-1.16.3-1.1.1.jar |YUNG’s Better Mineshafts |bettermineshafts |1.16.3-1.1.1 |DONE |NOSIGNATURE
forge-1.16.4-geckolib-3.0.0.jar |GeckoLib |geckolib3 |3.0.0 |DONE |NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |NOSIGNATURE
ClientTweaks_1.16.3-5.2.0.jar |Client Tweaks |clienttweaks |5.2.0 |DONE |NOSIGNATURE
nomowanderer_MC1.16.4_1.1.jar |NoMoWanderer |nomowanderer |1.16.4_1.1 |DONE |NOSIGNATURE
SimplyJetpacks2-1.16.4-2.6.5.2.jar |Simply Jetpacks 2 |simplyjetpacks |1.16.4-2.6.5.2 |DONE |NOSIGNATURE
EnderRift-1.16.2-2.2.7.jar |Ender-Rift |enderrift |2.2.7 |DONE |NOSIGNATURE
mining-helmet-1.16.4-2.0.0.jar |Mining Helmet |mining_helmet |2.0.0 |DONE |NOSIGNATURE
xray-1.16.4-2.6.0.jar |Advanced XRay |xray |2.6.0 |DONE |NOSIGNATURE
woot-1.16.4-1.0.3.0.jar |Woot |woot |1.16.4-1.0.3.0 |DONE |NOSIGNATURE
bagofyurting-1.16.4-1.1.0.2.jar |Bag of Yurting |bagofyurting |1.1.0.2 |DONE |NOSIGNATURE
jei-1.16.4-7.6.1.65.jar |Just Enough Items |jei |7.6.1.65 |DONE |NOSIGNATURE
AttributeFix-1.16.4-9.0.5.jar |AttributeFix |attributefix |9.0.5 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Mekanism-1.16.4-10.0.18.445.jar |Mekanism |mekanism |10.0.18 |DONE |NOSIGNATURE
invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |NOSIGNATURE
shutupexperimentalsettings-1.0.1.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.1 |DONE |NOSIGNATURE
RingOfRepair-1.16.4-1.2.10.jar |Ring of Repair |ring_of_repair |1.2.10 |DONE |NOSIGNATURE
NaturesCompass-1.16.4-1.8.6.jar |Nature’s Compass |naturescompass |1.16.4-1.8.6 |DONE |NOSIGNATURE
LibX-1.16.3-1.0.10.jar |LibX |libx |1.16.3-1.0.10 |DONE |NOSIGNATURE
compactmachines-4.0.0-alpha.6.jar |Compact Machines 4 |compactmachines |4.0.0-alpha.6 |DONE |NOSIGNATURE
phosphophyllite-1.16.4-0.4.0-beta.jar |Phosphophyllite |phosphophyllite |0.4.0 |DONE |NOSIGNATURE
engineerstools-1.16.4-1.1.3-b1.jar |Engineer’s Tools |engineerstools |1.1.3-b1 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
FarmingForBlockheads_1.16.3-7.2.1.jar |Farming for Blockheads |farmingforblockheads |7.2.1 |DONE |NOSIGNATURE
pneumaticcraft-repressurized-1.16.4-2.9.2-116.jar |PneumaticCraft: Repressurized |pneumaticcraft |1.16.4-2.9.2-116 |DONE |NOSIGNATURE
pedestals-0.8p.jar |Pedestals |pedestals |0.8p |DONE |NOSIGNATURE
extradisks-1.16.4-1.4.3.jar |Extra Disks |extradisks |1.4.3 |DONE |NOSIGNATURE
ImmersivePetroleum-1.16.4-3.1.0-2.jar |Immersive Petroleum |immersivepetroleum |3.1.0-2 |DONE |NOSIGNATURE
ironchest-1.16.4-11.2.10.jar |Iron Chests |ironchest |1.16.4-11.2.10 |DONE |NOSIGNATURE
MythicBotany-1.16.3-1.2.0.jar |MythicBotany |mythicbotany |1.16.3-1.2.0 |DONE |NOSIGNATURE
IntegratedCrafting-1.16.4-1.0.11.jar |IntegratedCrafting |integratedcrafting |1.0.11 |DONE |NOSIGNATURE
forge-1.16.4-35.1.37-client.jar |Minecraft |minecraft |1.16.4 |DONE |NOSIGNATURE
theoneprobe-1.16-3.0.7.jar |The One Probe |theoneprobe |1.16-3.0.7 |DONE |NOSIGNATURE
MouseTweaks-2.13-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.13 |DONE |NOSIGNATURE
ImmersiveEngineering-1.16.4-4.1.2-129.jar |Immersive Engineering |immersiveengineering |1.16.4-4.1.2-129 |DONE |44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
useful_railroads-1.16.4-1.4.6.34.jar |Useful Railroads |usefulrailroads |1.4.6.34 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
pamhc2crops-1.16.3-1.0.1.jar |Pam’s HarvestCraft 2 Crops |pamhc2crops |version |DONE |NOSIGNATURE
allthemodium-1.1.26-1.16.4-35.1.13.jar |Allthemodium |allthemodium |1.1.26-1.16.4-35.1.1|DONE |NOSIGNATURE
Ding-1.16.3-1.2.0.jar |Ding |ding |1.2.0 |DONE |NOSIGNATURE
ChickenChunks-1.16.4-2.7.0.85-universal.jar |ChickenChunks |chickenchunks |2.7.0.85 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
jeiintegration_1.16.4-6.1.1.11.jar |JEI Integration |jeiintegration |6.1.1.11 |DONE |NOSIGNATURE
Mantle-1.16.5-1.6.74.jar |Mantle |mantle |1.6.74 |DONE |NOSIGNATURE
Xaeros_Minimap_21.1.0_Forge_1.16.5.jar |Xaero’s Minimap |xaerominimap |21.1.0 |DONE |NOSIGNATURE
IntegratedDynamics-1.16.4-1.2.0.jar |IntegratedDynamics |integrateddynamics |1.2.0 |DONE |NOSIGNATURE
integratednbt-1.16.4-1.4.0.jar |Integrated NBT |integratednbt |version |DONE |NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.0.jar |Pam’s HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |NOSIGNATURE
ftb-backups-2.1.1.6.jar |FTB Backups |ftbbackups |2.1.1.6 |DONE |NOSIGNATURE
polymorph-forge-1.16.4-0.22.jar |Polymorph |polymorph |1.16.4-0.22 |DONE |NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |DONE |NOSIGNATURE
structurize-0.13.104-ALPHA-universal.jar |Structurize |structurize |0.13.104-ALPHA |DONE |NOSIGNATURE
PickleTweaks-1.16.4-5.1.4.jar |Pickle Tweaks |pickletweaks |5.1.4 |DONE |NOSIGNATURE
FastFurnace-1.16.3-4.3.0.jar |FastFurnace |fastfurnace |4.3.0 |DONE |NOSIGNATURE
allthetweaks-1.2.3-1.16.4-35.1.13.jar |All The Tweaks |allthetweaks |1.2.3-1.16.4-35.1.13|DONE |NOSIGNATURE
byg-1.1.7-BETA-v2.jar |Oh The Biomes You’ll Go |byg |1.1.7-BETA-v2 |DONE |NOSIGNATURE
extremeSoundMuffler-3.5_Forge-1.16.4.jar |Extreme Sound Muffler |extremesoundmuffler |3.5_forge-1.16.4 |DONE |NOSIGNATURE
CosmeticArmorReworked-1.16.4-v1.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.4-v1 |DONE |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
morered-1.16.4-2.0.1.2.jar |More Red |morered |2.0.1.2 |DONE |NOSIGNATURE
xptome-1.16.4-v2.0.jar |XP Tome |xpbook |v2.0 |DONE |NOSIGNATURE
DefaultOptions_1.16.3-12.2.0.jar |Default Options |defaultoptions |12.2.0 |DONE |NOSIGNATURE
CyclopsCore-1.16.4-1.9.5.jar |Cyclops Core |cyclopscore |1.9.5 |DONE |NOSIGNATURE
astralsorcery-1.16.4-1.13.9.jar |Astral Sorcery |astralsorcery |1.16.4-1.13.9 |DONE |45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |DONE |NOSIGNATURE
aiotbotania-1.16.4-1.5.0.jar |AIOT Botania |aiotbotania |1.5.0 |DONE |NOSIGNATURE
eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |DONE |NOSIGNATURE
managear-1.16.3-2.2.3.jar |Mana Gear |managear |1.16.3-2.2.3 |DONE |NOSIGNATURE
rsgauges-1.16.4-1.2.7-b2.jar |Gauges and Switches |rsgauges |1.2.7-b2 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
glassential-forge-1.16.4-1.1.5.jar |Glassential |glassential |1.1.5 |DONE |NOSIGNATURE
XaerosWorldMap_1.11.9_Forge_1.16.5.jar |Xaero’s World Map |xaeroworldmap |1.11.9 |DONE |NOSIGNATURE
CookingForBlockheads_1.16.3-9.2.2.jar |Cooking for Blockheads |cookingforblockheads |9.2.2 |DONE |NOSIGNATURE
Controlling-7.0.0.11.jar |Controlling |controlling |7.0.0.11 |DONE |NOSIGNATURE
Placebo-1.16.3-4.3.3.jar |Placebo |placebo |4.3.3 |DONE |NOSIGNATURE
dankstorage-3.14.jar |Dank Storage |dankstorage |3.14 |DONE |NOSIGNATURE
citadel-1.5.3.jar |Citadel |citadel |1.5.3 |DONE |NOSIGNATURE
iceandfire-2.1.5-1.16.4.jar |Ice and Fire |iceandfire |2.1.5-1.16.4 |DONE |NOSIGNATURE
rats-7.0.5-1.16.3.jar |Rats |rats |7.0.5 |DONE |NOSIGNATURE
ratlantis-1.0.0-1.16.3.jar |Rats: Ratlantis |ratlantis |1.0.0-1.16.3 |DONE |NOSIGNATURE
ftb-gui-library-1604.1.1.26.jar |FTB GUI Library |ftbguilibrary |1604.1.1.26 |DONE |NOSIGNATURE
potionsmaster-0.1.34-1.16.4-35.1.13.jar |Potions Master |potionsmaster |0.1.34-1.16.4-35.1.1|DONE |NOSIGNATURE
culinaryconstruct-forge-1.16.4-4.0.0.2.jar |Culinary Construct |culinaryconstruct |1.16.4-4.0.0.2 |DONE |NOSIGNATURE
Bookshelf-1.16.4-9.3.25.jar |Bookshelf |bookshelf |9.3.25 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
DarkUtilities-1.16.4-7.0.7.jar |Dark Utilities |darkutils |7.0.7 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
BotanyPots-1.16.4-6.0.17.jar |BotanyPots |botanypots |6.0.17 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
BotanyTrees-1.16.4-2.0.10.jar |BotanyTrees |botanytrees |2.0.10 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
u_team_core-1.16.4-3.1.17.191.jar |U Team Core |uteamcore |3.1.17.191 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
buildinggadgets-1.16.4-3.7.3.jar |Building Gadgets |buildinggadgets |3.7.3 |DONE |NOSIGNATURE
forge-1.16.4-35.1.37-universal.jar |Forge |forge |35.1.37 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
cofh_core-1.16.3-1.1.6.jar |CoFH Core |cofh_core |1.1.6 |DONE |NOSIGNATURE
thermal_foundation-1.16.3-1.1.6.jar |Thermal Series |thermal |1.1.6 |DONE |NOSIGNATURE
thermal_innovation-1.16.3-1.1.7.jar |Thermal Innovation |thermal_innovation |1.1.7 |DONE |NOSIGNATURE
thermal_locomotion-1.16.3-1.1.6.jar |Thermal Locomotion |thermal_locomotion |1.1.6 |DONE |NOSIGNATURE
Psi-1.16-90.jar |Psi |psi |1.16-88 |DONE |NOSIGNATURE
thermal_cultivation-1.16.3-1.1.6.jar |Thermal Cultivation |thermal_cultivation |1.1.6 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
Aquaculture-1.16.4-2.1.12.jar |Aquaculture 2 |aquaculture |1.16.4-2.1.12 |DONE |NOSIGNATURE
mcw-doors-1.0.1fix-mc1.16.4.jar |Macaw’s Doors |mcwdoors |1.0.1 |DONE |NOSIGNATURE
LightingWand-1.16.4-1.7.3.jar |Lighting Wand |lightingwand |1.7.3 |DONE |NOSIGNATURE
MekanismGenerators-1.16.4-10.0.18.445.jar |Mekanism: Generators |mekanismgenerators |10.0.18 |DONE |NOSIGNATURE
XNetGases-1.16.4-2.2.3.jar |XNet Gases |xnetgases |2.2.3 |DONE |NOSIGNATURE
ftb-teams-1604.1.0.13.jar |FTB Teams |ftbteams |1604.1.0.13 |DONE |NOSIGNATURE
absentbydesign-1.16.4-1.3.1.jar |Absent By Design Mod |absentbydesign |1.16.4-1.3.1 |DONE |1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |NOSIGNATURE
mcw-bridges-1.0.4-mc1.16.4.jar |Macaw’s Bridges |mcwbridges |1.0.4 |DONE |NOSIGNATURE
useful_backpacks-1.16.4-1.11.6.86.jar |Useful Backpacks |usefulbackpacks |1.11.6.86 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
ResourcefulBees1.16.3-1.16.4-0.5.8b.jar |Resourceful Bees |resourcefulbees |1.16.4-0.5.8b |DONE |NOSIGNATURE
entangled-1.2.9-mc1.16.4.jar |Entangled |entangled |1.2.9 |DONE |NOSIGNATURE
endertanks-1.16-1.9.3.jar |EnderTanks |endertanks |1.9.3 |DONE |NOSIGNATURE
CommonCapabilities-1.16.4-2.5.5.jar |CommonCapabilities |commoncapabilities |2.5.5 |DONE |NOSIGNATURE
crashutilities-3.8.1.jar |Crash Utilities |crashutilities |3.8.1 |DONE |NOSIGNATURE
Compressium-1.16.4-1.1.36.jar |Compressium |compressium |1.1.36 |DONE |NOSIGNATURE
MekanismAdditions-1.16.4-10.0.18.445.jar |Mekanism: Additions |mekanismadditions |10.0.18 |DONE |NOSIGNATURE
valkyrielib-1.16.4-3.0.6.1.jar |ValkyrieLib |valkyrielib |3.0.6.1 |DONE |NOSIGNATURE
envirocore-1.16.4-3.0.6.0.jar |Environmental Core |envirocore |3.0.6.0 |DONE |NOSIGNATURE
envirotech-1.16.4-3.0.6.1.jar |Environmental Tech |envirotech |3.0.6.0 |DONE |NOSIGNATURE
Lollipop-1.16.4-3.2.4.jar |Lollipop |lollipop |3.2.4 |DONE |NOSIGNATURE
ftb-ranks-1604.1.1.9.jar |FTB Ranks |ftbranks |1604.1.1.9 |DONE |NOSIGNATURE
simplylight-1.16.4-1.1.1.jar |Simply Light |simplylight |1.16.4-1.1.1 |DONE |NOSIGNATURE
tgcropesmod-1.16.2-1.1.0.jar |Ropes Mod |tgcropesmod |1.16.2-1.1.0 |DONE |NOSIGNATURE
jousting-1.16.4-v1.0.2.jar |Jousting |jousting |1.16.4-v1.0.2 |DONE |NOSIGNATURE
atmadditions-1.16.2-1.0.0.jar |All The Mods: Additions |atmadditions |1.16.2-1.0.0 |DONE |NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.0.jar |Pam’s HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |NOSIGNATURE
SolarFluxReborn-1.16.3-16.2.3.jar |Solar Flux Reborn |solarflux |16.2.3 |DONE |NOSIGNATURE
dpanvil-1.16.3-1.0.3.jar |DataPack Anvil |dpanvil |1.16.3-1.0.3 |DONE |NOSIGNATURE
Patchouli-1.16.4-48.jar |Patchouli |patchouli |1.16.4-48 |DONE |NOSIGNATURE
ars_nouveau-1.16.4-1.10.6.jar |Ars Nouveau |ars_nouveau |1.10.6 |DONE |NOSIGNATURE
camera-1.16.4-1.0.8.jar |Camera Mod |camera |1.16.4-1.0.8 |DONE |NOSIGNATURE
thermal_expansion-1.16.3-1.1.6.jar |Thermal Expansion |thermal_expansion |1.1.6 |DONE |NOSIGNATURE
IntegratedTunnels-1.16.4-1.6.15.jar |IntegratedTunnels |integratedtunnels |1.6.15 |DONE |NOSIGNATURE
MysticalCustomization-1.16.4-2.1.2.jar |Mystical Customization |mysticalcustomization |2.1.2 |DONE |NOSIGNATURE
elevatorid-1.16.4-1.7.10.jar |Elevator Mod |elevatorid |1.16.4-1.7.10 |DONE |NOSIGNATURE
ftb-ultimine-1603.1.1.13.jar |FTB Ultimine |ftbultimine |1603.1.1.13 |DONE |NOSIGNATURE
Runelic-1.16.4-6.0.4.jar |Runelic |runelic |6.0.4 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
MekanismTools-1.16.4-10.0.18.445.jar |Mekanism: Tools |mekanismtools |10.0.18 |DONE |NOSIGNATURE
architectury-1.3.81-forge.jar |Architectury |architectury |1.3.81 |DONE |NOSIGNATURE
cc-tweaked-1.16.4-1.95.2.jar |CC: Tweaked |computercraft |1.95.2 |DONE |NOSIGNATURE
compact-crafting-1.0.0-alpha.2.jar |Compact Crafting |compactcrafting |1.0.0-alpha.2 |DONE |NOSIGNATURE
light-overlay-5.6.1.jar |Light Overlay |lightoverlay |5.6.1 |DONE |NOSIGNATURE
trashcans-1.0.6a-mc1.16.4.jar |Trash Cans |trashcans |1.0.6a |DONE |NOSIGNATURE
TrampleStopper-2.4.8+mc-1.16.4.jar |Trample Stopper |tramplestopper |2.4.8+mc-1.16.4 |DONE |23:8f:95:0f:65:ec:2e:38:99:79:f4:bc:47:8a:0b:df:29:ef:2d:82:66:20:09:20:02:dc:4a:15:97:45:f8:43
bwncr-1.16.4-3.9.16.jar |Bad Wither No Cookie Reloaded |bwncr |1.16.4-3.9.16 |DONE |NOSIGNATURE
QuantumStorage-1.16.4-5.3.0.jar |QuantumStorage |quantumstorage |5.3.0Alpha5 |DONE |NOSIGNATURE
Cyclic-1.16.4-1.1.2.jar |Cyclic |cyclic |1.16.4-1.1.2 |DONE |1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
BetterAdvancements-1.16.4-0.1.0.104.jar |Better Advancements |betteradvancements |0.1.0.104 |DONE |NOSIGNATURE
rhino-1.7.13.10.jar |Rhino |rhino |1.7.13.10 |DONE |NOSIGNATURE
kubejs-1604.3.4.145-forge.jar |KubeJS |kubejs |1604.3.4.145 |DONE |NOSIGNATURE
kubejs-thermal-1604.1.0.5.jar |KubeJS Thermal |kubejs_thermal |1604.1.0.5 |DONE |NOSIGNATURE
kubejs-immersive-engineering-1604.1.0.12.jar |KubeJS Immersive Engineering |kubejs_immersive_engineering |1604.1.0.12 |DONE |NOSIGNATURE
kubejs-mekanism-1604.1.1.6.jar |KubeJS Mekanism |kubejs_mekanism |1604.1.1.6 |DONE |NOSIGNATURE
biggerreactors-1.16.4-0.4.3-beta.jar |Bigger Reactors |biggerreactors |0.4.3 |DONE |NOSIGNATURE
Cucumber-1.16.4-4.1.5.jar |Cucumber Library |cucumber |4.1.5 |DONE |NOSIGNATURE
TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |DONE |NOSIGNATURE
pamhc2trees-1.16.3-1.0.0.jar |Pam’s HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.0 |DONE |NOSIGNATURE
flatbedrock-1.16.4-1.1.6.jar |Flat Bedrock |flatbedrock |1.16.4-1.1.6 |DONE |NOSIGNATURE
item-filters-1604.2.2.19.jar |Item Filters |itemfilters |1604.2.2.19 |DONE |NOSIGNATURE
elementalcraft-1.16.4-2.5.1.jar |ElementalCraft |elementalcraft |1.16.4-2.5.1 |DONE |NOSIGNATURE
platforms-1.16-1.7.8.jar |Platforms |platforms |1.7.8 |DONE |NOSIGNATURE
metalbarrels-3.3a.jar |Metal Barrels |metalbarrels |3.3a |DONE |NOSIGNATURE
ae2extras-1.2-1.16.4.jar |AE2 Extras |ae2extras |1.2-1.16.4 |DONE |NOSIGNATURE
ensorcellation-1.16.3-1.1.2.jar |Ensorcellation |ensorcellation |1.1.2 |DONE |NOSIGNATURE
create-mc1.16.3_v0.3e.jar |Create |create |mc1.16.3_v0.3e |DONE |NOSIGNATURE
kubejs-create-1604.1.0.4.jar |KubeJS Create |kubejs_create |1604.1.0.4 |DONE |NOSIGNATURE
Waystones_1.16.3-7.3.1.jar |Waystones |waystones |7.3.1 |DONE |NOSIGNATURE
Clumps-6.0.0.13.jar |Clumps |clumps |6.0.0.13 |DONE |NOSIGNATURE
enviromats-1.16.4-2.0.6.0.jar |Environmental Materials |enviromats |2.0.6.0 |DONE |NOSIGNATURE
comforts-forge-1.16.4-4.0.1.0.jar |Comforts |comforts |1.16.4-4.0.1.0 |DONE |NOSIGNATURE
appliedenergistics2-8.2.0-beta.2.jar |Applied Energistics 2 |appliedenergistics2 |8.2.0-beta.2 |DONE |95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
DimStorage-1.16.4-4.3.0.jar |DimStorage |dimstorage |4.3.0 |DONE |NOSIGNATURE
DungeonCrawl-1.16.3-2.2.4.jar |Dungeon Crawl |dungeoncrawl |2.2.4 |DONE |NOSIGNATURE
BadMobs-1.16.4-8.0.3.jar |BadMobs |badmobs |8.0.3 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
demagnetize-forge-1.16.2-1.2.2.jar |Demagnetize |demagnetize |1.16.2-1.2.2 |DONE |NOSIGNATURE
TravelAnchors-2.1.jar |Travel Anchors |travel_anchors |2.1 |DONE |NOSIGNATURE
mcjtylib-1.16-5.0.15.jar |McJtyLib |mcjtylib |1.16-5.0.15 |DONE |NOSIGNATURE
rftoolsbase-1.16-2.0.9.jar |RFToolsBase |rftoolsbase |1.16-2.0.9 |DONE |NOSIGNATURE
xnet-1.16-3.0.11.jar |XNet |xnet |1.16-3.0.11 |DONE |NOSIGNATURE
notenoughwands-1.16-3.0.1.jar |Not Enough Wands |notenoughwands |1.16-3.0.1 |DONE |NOSIGNATURE
rftoolspower-1.16-3.0.8.jar |RFToolsPower |rftoolspower |1.16-3.0.8 |DONE |NOSIGNATURE
rftoolsbuilder-1.16-3.0.13.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.0.13 |DONE |NOSIGNATURE
rftoolsstorage-1.16-2.0.8.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.8 |DONE |NOSIGNATURE
rftoolscontrol-1.16-4.0.6.jar |RFToolsControl |rftoolscontrol |1.16-4.0.6 |DONE |NOSIGNATURE
restrictions-1.16-3.0.3.jar |Restrictions |restrictions |1.16-3.0.3 |DONE |NOSIGNATURE
mahoutsukai-1.16.4-v1.27.3.jar |Mahou Tsukai |mahoutsukai |1.16.4-v1.27.3 |DONE |NOSIGNATURE
Toast-Control-1.16.3-4.3.0.jar |Toast Control |toastcontrol |4.3.0 |DONE |NOSIGNATURE
mininggadgets-1.7.1.jar |Mining Gadgets |mininggadgets |1.7.1 |DONE |NOSIGNATURE
AkashicTome-1.4-15.jar |Akashic Tome |akashictome |1.4-15 |DONE |NOSIGNATURE
ftb-chunks-1604.2.2.58.jar |FTB Chunks |ftbchunks |1604.2.2.58 |DONE |NOSIGNATURE
BloodMagic-1.16.3-3.0.6-11.jar |Blood Magic |bloodmagic |1.16.3-3.0.6-11 |DONE |NOSIGNATURE
kubejs-blood-magic-1604.1.0.4.jar |KubeJS Blood Magic |kubejs_blood_magic |1604.1.0.4 |DONE |NOSIGNATURE
scuba-gear-1.16.4-1.0.1.jar |Scuba Gear |scuba_gear |1.0.1 |DONE |NOSIGNATURE
MysticalAgriculture-1.16.4-4.1.4.jar |Mystical Agriculture |mysticalagriculture |4.1.4 |DONE |NOSIGNATURE
MysticalAgradditions-1.16.4-4.1.3.jar |Mystical Agradditions |mysticalagradditions |4.1.3 |DONE |NOSIGNATURE
CraftingTweaks_1.16.3-12.2.0.jar |Crafting Tweaks |craftingtweaks |12.2.0 |DONE |NOSIGNATURE
rftoolsutility-1.16-3.0.20.jar |RFToolsUtility |rftoolsutility |1.16-3.0.20 |DONE |NOSIGNATURE
ToolBelt-1.16.3-1.15.2.jar |Tool Belt |toolbelt |1.15.2 |DONE |NOSIGNATURE
titanium-1.16.4-3.2.5.jar |Titanium |titanium |3.2.5 |DONE |NOSIGNATURE
SilentLib-1.16.3-4.9.0+63.jar |Silent Lib |silentlib |4.9.0+63 |DONE |NOSIGNATURE
forbidden_arcanus-1.16.4-1.0.0.jar |Forbidden & Arcanus |forbidden_arcanus |1.16.4-1.0.0 |DONE |NOSIGNATURE
archers_paradox-1.16.3-1.1.1.jar |Archer’s Paradox |archers_paradox |1.1.1 |DONE |NOSIGNATURE
omgourd-1.16.3-1.1.0.jar |Oh My Gourd |omgourd |1.1.0 |DONE |NOSIGNATURE
enviroenergy-1.16.4-3.0.6.0.jar |Environmental Energy |enviroenergy |3.0.6.0 |DONE |NOSIGNATURE
Quark-r2.4-294.jar |Quark |quark |r2.4-294 |DONE |NOSIGNATURE
Apotheosis-1.16.3-4.4.1.jar |Apotheosis |apotheosis |4.4.1 |DONE |NOSIGNATURE
FastWorkbench-1.16.3-4.4.1.jar |FastWorkbench |fastbench |4.4.1 |DONE |NOSIGNATURE
StorageDrawers-1.16.3-8.2.1.jar |Storage Drawers |storagedrawers |8.2.1 |DONE |NOSIGNATURE
FluxNetworks-1.16.4-6.1.5.10.jar |Flux Networks |fluxnetworks |1.16.4-6.1.5.10 |DONE |NOSIGNATURE
enderchests-1.16-1.7.5.jar |EnderChests |enderchests |1.7.5 |DONE |NOSIGNATURE
minecolonies-0.13.566-ALPHA-universal.jar |Minecolonies |minecolonies |0.13.566-ALPHA |DONE |NOSIGNATURE
ferritecore-1.1.1.jar |Ferrite Core |ferritecore |1.1.1 |DONE |41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
engineersdecor-1.16.4-1.1.6-b3.jar |Engineer’s Decor |engineersdecor |1.1.6-b3 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
solcarrot-1.16.3-1.9.8.jar |Spice of Life: Carrot Edition |solcarrot |1.16.3-1.9.8 |DONE |NOSIGNATURE
modular-routers-1.16.4-7.3.0-47.jar |Modular Routers |modularrouters |1.16.4-7.3.0-47 |DONE |NOSIGNATURE
refinedstorageaddons-0.7.2.jar |Refined Storage Addons |refinedstorageaddons |0.7.2 |DONE |NOSIGNATURE
chiselsandbits-0.2.9-RELEASE.jar |Chisels & bits |chiselsandbits |NONE |DONE |NOSIGNATURE
Morph-o-Tool-1.4-26.jar |Morph-o-Tool |morphtool |1.4-26 |DONE |NOSIGNATURE
flickerfix-1.0.1.jar |FlickerFix |flickerfix |1.0.1 |DONE |NOSIGNATURE
balancedenchanting-1.0.jar |Balanced Enchanting |balancedenchanting |1.0 |DONE |NOSIGNATURE
Crash Report UUID: a731e275-31ae-4b7d-8ecb-ad1269faeed1
[Psi] Active spell: None
Patchouli open book context: n/a
Launched Version: forge-35.1.37
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce RTX 2060/PCIe/SSE2 GL version 4.6.0 NVIDIA 461.09, NVIDIA Corporation
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to ‘forge’
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: inmemory:jaopca (incompatible), vanilla, mod_resources, kubejs:resource_pack, packmenu (incompatible), quark:emote_resources (incompatible), resourcefulbees, programer_art, file/Quark Programmer Art.zip, file/LBPR+Reload!+1.16+release+v.4.4.zip
Current Language: English (US)
CPU: 8x Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
OptiFine Version: OptiFine_1.16.4_HD_U_G6
OptiFine Build: 20210117-001622
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 461.09
OpenGlRenderer: GeForce RTX 2060/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8

Hello,

my game recently started receiving a crash report with the error Ticking Block Entity… I’ve googled the error but could not find any easy fixes. Heres the error report that occurs:

—- Minecraft Crash Report —-

WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
LoadingPlugin (Quark-r1.4-123.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
FMLPlugin (elulib-0.1.12.jar)
ComfortsCoreLoadingPlugin (comforts-1.12.2-1.1.0.2.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.5-1.12.2-anarchy.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-67.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.5.5.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
Contact their authors BEFORE contacting forge

// I’m sorry, Dave.

Time: 4/14/18 11:25 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
at net.minecraft.world.World.func_189509_E(World.java:224)
at net.minecraft.world.World.func_175625_s(World.java:2381)
at elucent.elulib.tile.multiblock.TileModularSlave.func_73660_a(TileModularSlave.java:139)
at net.minecraft.world.World.func_72939_s(World.java:1832)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1845)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

— Head —
Thread: Client thread
Stacktrace:
at net.minecraft.world.World.func_189509_E(World.java:224)
at net.minecraft.world.World.func_175625_s(World.java:2381)
at elucent.elulib.tile.multiblock.TileModularSlave.func_73660_a(TileModularSlave.java:139)

— Block entity being ticked —
Details:
Name: elulib:tile_modular_slave // elucent.elulib.tile.multiblock.TileModularSlave
Block type: ID #4377 (tile.multiblock_slave_modular // elucent.elulib.block.multiblock.BlockMultiblockSlave)
Block data value: 1 / 0x1 / 0b0001
Block location: World: (787,61,1684), Chunk: (at 3,3,4 in 49,105; contains blocks 784,0,1680 to 799,255,1695), Region: (1,3; contains chunks 32,96 to 63,127, blocks 512,0,1536 to 1023,255,2047)
Actual block type: ID #4377 (tile.multiblock_slave_modular // elucent.elulib.block.multiblock.BlockMultiblockSlave)
Actual block data value: 1 / 0x1 / 0b0001
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1832)

— Affected level —
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP[‘DrChashka’/168, l=’MpServer’, x=706.50, y=64.00, z=1711.50]]
Chunk stats: MultiplayerChunkCache: 328, 328
Level seed: 0
Level generator: ID 00 — default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (12,64,256), Chunk: (at 12,4,0 in 0,16; contains blocks 0,0,256 to 15,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2118544 game time, 3797097 day time
Level dimension: 0
Level storage version: 0x00000 — Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 75 total; [EntityCow[‘Cow’/262, l=’MpServer’, x=629.29, y=79.00, z=1687.55], EntityCow[‘Cow’/263, l=’MpServer’, x=631.38, y=79.00, z=1690.15], EntityPig[‘Pig’/392, l=’MpServer’, x=779.54, y=64.00, z=1763.22], EntitySkeleton[‘Skeleton’/265, l=’MpServer’, x=673.50, y=28.00, z=1695.50], EntityHorse[‘Horse’/393, l=’MpServer’, x=778.12, y=64.00, z=1769.04], EntityCow[‘Cow’/266, l=’MpServer’, x=668.88, y=71.00, z=1702.89], EntityPig[‘Pig’/394, l=’MpServer’, x=754.68, y=64.00, z=1776.47], EntityCow[‘Cow’/267, l=’MpServer’, x=669.89, y=71.00, z=1702.38], EntityPig[‘Pig’/268, l=’MpServer’, x=704.71, y=79.00, z=1648.43], EntityBat[‘Bat’/269, l=’MpServer’, x=698.75, y=29.47, z=1673.33], EntityBat[‘Bat’/270, l=’MpServer’, x=694.43, y=29.88, z=1677.25], EntityBat[‘Bat’/271, l=’MpServer’, x=690.83, y=29.75, z=1678.50], EntityPig[‘Pig’/272, l=’MpServer’, x=703.56, y=79.00, z=1671.74], EntityPig[‘Pig’/273, l=’MpServer’, x=697.50, y=80.00, z=1674.79], EntityCreeper[‘Creeper’/274, l=’MpServer’, x=700.50, y=16.00, z=1658.50], EntityPig[‘Pig’/275, l=’MpServer’, x=694.50, y=82.00, z=1655.76], EntitySheep[‘Sheep’/287, l=’MpServer’, x=645.84, y=71.00, z=1709.16], EntitySkeleton[‘Skeleton’/288, l=’MpServer’, x=683.50, y=24.00, z=1674.50], EntityZombie[‘Zombie’/289, l=’MpServer’, x=684.50, y=24.00, z=1677.50], EntityCreeper[‘Creeper’/290, l=’MpServer’, x=682.50, y=24.00, z=1676.50], EntityCow[‘Cow’/291, l=’MpServer’, x=685.42, y=80.00, z=1675.45], EntityCow[‘Cow’/292, l=’MpServer’, x=678.81, y=80.00, z=1673.84], EntityCow[‘Cow’/293, l=’MpServer’, x=668.46, y=76.00, z=1689.17], EntityPig[‘Pig’/294, l=’MpServer’, x=673.49, y=78.04, z=1663.76], EntityFairyCircle[‘entity.fairy_circle.name’/295, l=’MpServer’, x=679.00, y=84.00, z=1659.00], EntityCow[‘Cow’/296, l=’MpServer’, x=673.73, y=82.00, z=1653.45], EntitySkeleton[‘Skeleton’/169, l=’MpServer’, x=713.50, y=17.00, z=1704.50], EntityPlayerSP[‘DrChashka’/168, l=’MpServer’, x=706.50, y=64.00, z=1711.50], EntityCow[‘Cow’/298, l=’MpServer’, x=660.67, y=77.00, z=1738.10], EntitySkeleton[‘Skeleton’/299, l=’MpServer’, x=682.50, y=17.00, z=1722.50], EntitySkeleton[‘Skeleton’/302, l=’MpServer’, x=747.50, y=42.00, z=1659.50], EntityCow[‘Cow’/313, l=’MpServer’, x=663.22, y=74.00, z=1727.42], EntityCreeper[‘Creeper’/314, l=’MpServer’, x=680.50, y=20.00, z=1696.50], EntityPig[‘Pig’/315, l=’MpServer’, x=710.32, y=76.00, z=1673.50], EntitySheep[‘Sheep’/317, l=’MpServer’, x=721.45, y=70.00, z=1642.45], EntityAncientGolem[‘Ancient Golem’/320, l=’MpServer’, x=715.30, y=16.00, z=1725.30], EntityBoat[‘Boat’/321, l=’MpServer’, x=701.39, y=62.52, z=1742.03], EntityCow[‘Cow’/323, l=’MpServer’, x=645.19, y=82.00, z=1791.48], EntityCreeper[‘Creeper’/327, l=’MpServer’, x=666.50, y=44.00, z=1762.50], EntitySkeleton[‘Skeleton’/328, l=’MpServer’, x=667.50, y=45.00, z=1755.50], EntityCreeper[‘Creeper’/329, l=’MpServer’, x=669.50, y=45.00, z=1756.50], EntityCreeper[‘Creeper’/330, l=’MpServer’, x=669.50, y=45.00, z=1753.50], EntityCreeper[‘Creeper’/331, l=’MpServer’, x=747.50, y=42.00, z=1665.50], EntityCow[‘Cow’/337, l=’MpServer’, x=632.50, y=89.00, z=1784.79], EntitySheep[‘Sheep’/465, l=’MpServer’, x=759.38, y=67.00, z=1635.95], EntityBat[‘Bat’/338, l=’MpServer’, x=704.58, y=39.84, z=1748.49], EntityPig[‘Pig’/466, l=’MpServer’, x=754.43, y=66.00, z=1639.74], EntityBat[‘Bat’/339, l=’MpServer’, x=725.39, y=18.81, z=1726.96], EntityCreeper[‘Creeper’/340, l=’MpServer’, x=724.50, y=19.00, z=1725.50], EntityBat[‘Bat’/341, l=’MpServer’, x=729.95, y=27.03, z=1726.64], EntitySheep[‘Sheep’/215, l=’MpServer’, x=633.34, y=91.00, z=1631.50], EntityPig[‘Pig’/347, l=’MpServer’, x=736.72, y=63.00, z=1746.50], EntityCreeper[‘Creeper’/348, l=’MpServer’, x=731.50, y=24.00, z=1772.50], EntitySpider[‘Spider’/349, l=’MpServer’, x=731.50, y=25.00, z=1767.50], EntitySquid[‘Squid’/350, l=’MpServer’, x=728.60, y=56.00, z=1772.53], EntitySquid[‘Squid’/353, l=’MpServer’, x=718.01, y=59.81, z=1764.40], EntitySquid[‘Squid’/354, l=’MpServer’, x=716.40, y=59.65, z=1772.60], EntitySquid[‘Squid’/355, l=’MpServer’, x=717.71, y=56.48, z=1770.38], EntitySquid[‘Squid’/356, l=’MpServer’, x=716.15, y=56.40, z=1768.45], EntitySquid[‘Squid’/357, l=’MpServer’, x=718.30, y=58.38, z=1768.36], EntityZombie[‘Zombie’/231, l=’MpServer’, x=626.50, y=30.00, z=1649.50], EntityCreeper[‘Creeper’/360, l=’MpServer’, x=754.50, y=32.00, z=1771.50], EntityBat[‘Bat’/361, l=’MpServer’, x=753.25, y=48.74, z=1763.25], EntitySheep[‘Sheep’/234, l=’MpServer’, x=639.45, y=80.00, z=1663.57], EntityCreeper[‘Creeper’/362, l=’MpServer’, x=738.50, y=21.00, z=1783.50], EntityBat[‘Bat’/363, l=’MpServer’, x=774.27, y=27.29, z=1756.38], EntityBat[‘Bat’/364, l=’MpServer’, x=777.10, y=26.71, z=1755.51], EntityBat[‘Bat’/365, l=’MpServer’, x=770.32, y=50.69, z=1754.66], EntityEnderman[‘Enderman’/240, l=’MpServer’, x=628.50, y=29.00, z=1645.50], EntitySkeleton[‘Skeleton’/368, l=’MpServer’, x=729.50, y=27.00, z=1790.50], EntityCreeper[‘Creeper’/369, l=’MpServer’, x=758.50, y=25.00, z=1759.50], EntitySkeleton[‘Skeleton’/370, l=’MpServer’, x=740.50, y=49.00, z=1775.50], EntityZombieVillager[‘Zombie Villager’/371, l=’MpServer’, x=742.50, y=49.00, z=1773.50], EntitySheep[‘Sheep’/252, l=’MpServer’, x=646.26, y=78.00, z=1684.48], EntitySheep[‘Sheep’/253, l=’MpServer’, x=654.52, y=85.00, z=1670.79]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

— System Details —
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1320330872 bytes (1259 MB) / 3101687808 bytes (2958 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.2.2627 184 mods loaded, 184 mods active
States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored

| State | ID | Version | Source | Signature |
|:——— |:————————- |:———————— |:————————————————- |:—————————————- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2627.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.2.2627 | forge-1.12.2-14.23.2.2627.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | advancedrocketrycore | 1 | minecraft.jar | None |
| UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHIJAAAA | opencomputers|core | 1.7.2.67 | minecraft.jar | None |
| UCHIJAAAA | elucore | 1.0 | minecraft.jar | None |
| UCHIJAAAA | actuallyadditions | 1.12.2-r133 | ActuallyAdditions-1.12.2-r133.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAA | cofhcore | 4.3.10 | CoFHCore-1.12.2-4.3.10.5-universal.jar | None |
| UCHIJAAAA | libvulpes | 0.2.8.-27 | LibVulpes-1.12.2-0.2.8-27-universal.jar | None |
| UCHIJAAAA | advancedrocketry | 1.4.0.-67 | AdvancedRocketry-1.12.2-1.4.0-67.jar | None |
| UCHIJAAAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UCHIJAAAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UCHIJAAAA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| UCHIJAAAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
| UCHIJAAAA | crafttweaker | 4.1.6 | CraftTweaker2-1.12-4.1.6.jar | None |
| UCHIJAAAA | mtlib | 3.0.4 | MTLib-3.0.4.jar | None |
| UCHIJAAAA | modtweaker | 4.0.9 | modtweaker-4.0.9.jar | None |
| UCHIJAAAA | jei | 4.8.5.147 | jei_1.12.2-4.8.5.147.jar | None |
| UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UCHIJAAAA | architecturecraft | @[email protected] | architecturecraft-1.12-2.68.jar | None |
| UCHIJAAAA | aroma1997core | 1.3.0.2 | Aroma1997Core-1.12.2-1.3.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aroma1997sdimension | 1.3.0.0.b37 | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None |
| UCHIJAAAA | astralsorcery | 1.8.5 | astralsorcery-1.12.2-1.8.5.jar | None |
| UCHIJAAAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
| UCHIJAAAA | quark | r1.4-123 | Quark-r1.4-123.jar | None |
| UCHIJAAAA | autoreglib | 1.3-16 | AutoRegLib-1.3-16.jar | None |
| UCHIJAAAA | badwithernocookiereloaded | 1.12.2-2.12 | badwithernocookiereloaded-1.12.2-2.12.jar | None |
| UCHIJAAAA | base | 3.7.1 | base-1.12.2-3.7.1.jar | None |
| UCHIJAAAA | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None |
| UCHIJAAAA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
| UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
| UCHIJAAAA | ic2 | 2.8.16-ex112 | industrialcraft-2-2.8.16-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHIJAAAA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| UCHIJAAAA | natura | 1.12.2-4.3.2.42 | natura-1.12.2-4.3.2.42.jar | None |
| UCHIJAAAA | forestry | 5.8.0.256 | forestry_1.12.2-5.8.0.256.jar | None |
| UCHIJAAAA | binniecore | 2.5.0.146 | binnie-mods-1.12.2-2.5.0.146.jar | None |
| UCHIJAAAA | binniedesign | 2.5.0.146 | binnie-mods-1.12.2-2.5.0.146.jar | None |
| UCHIJAAAA | genetics | 2.5.0.146 | binnie-mods-1.12.2-2.5.0.146.jar | None |
| UCHIJAAAA | botany | 2.5.0.146 | binnie-mods-1.12.2-2.5.0.146.jar | None |
| UCHIJAAAA | extrabees | 2.5.0.146 | binnie-mods-1.12.2-2.5.0.146.jar | None |
| UCHIJAAAA | extratrees | 2.5.0.146 | binnie-mods-1.12.2-2.5.0.146.jar | None |
| UCHIJAAAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
| UCHIJAAAA | bookshelf | 2.3.538 | Bookshelf-1.12.2-2.3.538.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | botania | r1.10-353 | Botania r1.10-353.jar | None |
| UCHIJAAAA | codechickenlib | 3.1.6.339 | CodeChickenLib-1.12.2-3.1.6.339-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | brandonscore | 2.4.0 | BrandonsCore-1.12-2.4.0.152-universal.jar | None |
| UCHIJAAAA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
| UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UCHIJAAAA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| UCHIJAAAA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
| UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UCHIJAAAA | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
| UCHIJAAAA | clumps | 2.0.0 | Clumps-3.0.0.jar | None |
| UCHIJAAAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
| UCHIJAAAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
| UCHIJAAAA | comforts | 1.1.0.2 | comforts-1.12.2-1.1.0.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | compacter | 1.3.0.3 | compacter-1.3.0.3-mc1.12.2.jar | None |
| UCHIJAAAA | compactmachines3 | 3.0.7 | compactmachines3-1.12.2-3.0.7-b197.jar | None |
| UCHIJAAAA | compactsolars | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar | None |
| UCHIJAAAA | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
| UCHIJAAAA | cookingforblockheads | 6.3.26 | CookingForBlockheads_1.12.2-6.3.26.jar | None |
| UCHIJAAAA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.6.jar | None |
| UCHIJAAAA | crafttweakerjei | 2.0.0 | CraftTweaker2-1.12-4.1.6.jar | None |
| UCHIJAAAA | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None |
| UCHIJAAAA | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
| UCHIJAAAA | theoneprobe | 1.4.21 | theoneprobe-1.12-1.4.21.jar | None |
| UCHIJAAAA | danknull | 1.4.33 | DankNull-1.12-1.4.33.jar | None |
| UCHIJAAAA | darkutils | 1.8.207 | DarkUtils-1.12.2-1.8.207.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
| UCHIJAAAA | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
| UCHIJAAAA | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None |
| UCHIJAAAA | deepresonance | 1.6.0 | deepresonance-1.12-1.6.0.jar | None |
| UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| UCHIJAAAA | defaultoptions | 9.2.5 | DefaultOptions_1.12.2-9.2.5.jar | None |
| UCHIJAAAA | diethopper | 1.1 | diethopper-1.1.jar | None |
| UCHIJAAAA | dirt2path | 1.7.0 | dirt2path-1.7.0.jar | None |
| UCHIJAAAA | thermalfoundation | 2.3.10 | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None |
| UCHIJAAAA | draconicevolution | 2.3.10 | Draconic-Evolution-1.12-2.3.10.284-universal.jar | None |
| UCHIJAAAA | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
| UCHIJAAAA | embers | 0.230 | embers-0.230.jar | None |
| UCHIJAAAA | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | reborncore | 3.6.14.229 | RebornCore-1.12.2-3.6.14.229-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | engineersworkshop | 1.0.6.31 | EngineersWorkshopReborn-1.12.2-1.0.6.31.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | valkyrielib | 1.12.2-2.0.9a | valkyrielib-1.12.2-2.0.9a.jar | None |
| UCHIJAAAA | environmentaltech | 1.12.2-2.0.9b | environmentaltech-1.12.2-2.0.9b.jar | None |
| UCHIJAAAA | etlunar | 1.12.2-2.0.9a | etlunar-1.12.2-2.0.9a.jar | None |
| UCHIJAAAA | immersiveengineering | 0.12-80 | ImmersiveEngineering-0.12-80.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAA | thermalexpansion | 5.3.10 | ThermalExpansion-1.12.2-5.3.10.15-universal.jar | None |
| UCHIJAAAA | exchangers | 1.12.2-2.7.1 | Exchangers-1.12.2-2.7.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCHIJAAAA | extracells | 2.5.11 | ExtraCells-1.12.2-2.5.11a48.jar | None |
| UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.5.jar | None |
| UCHIJAAAA | zerocore | 1.12-0.1.1.0 | zerocore-1.12-0.1.1.0.jar | None |
| UCHIJAAAA | bigreactors | 1.12.2-0.4.5.46 | ExtremeReactors-1.12.2-0.4.5.46.jar | None |
| UCHIJAAAA | fencejumper | 1.0.3 | fencejumper-1.12-1.0.3.jar | None |
| UCHIJAAAA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
| UCHIJAAAA | mcmultipart | 2.4.1 | MCMultiPart-2.4.1.jar | None |
| UCHIJAAAA | sonarcore | 5.0.6 | sonarcore-1.12.2-5.0.6.jar | None |
| UCHIJAAAA | fluxnetworks | 3.0.5 | fluxnetworks-1.12.2-3.0.5.jar | None |
| UCHIJAAAA | foamfix | 0.9.5-1.12.2 | foamfix-0.9.5-1.12.2-anarchy.jar | None |
| UCHIJAAAA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
| UCHIJAAAA | ftblib | 5.0.0.14 | FTBLib-5.0.0.14.jar | None |
| UCHIJAAAA | ftbutilities | 5.0.0.11 | FTBUtilities-5.0.0.11.jar | None |
| UCHIJAAAA | gadgetrycore | 0.2.0 | gadgetrycore-0.2.0.jar | None |
| UCHIJAAAA | gadgetrymachines | 0.2.1 | gadgetrymachines-0.2.1.jar | None |
| UCHIJAAAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
| UCHIJAAAA | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
| UCHIJAAAA | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
| UCHIJAAAA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| UCHIJAAAA | teslacorelib | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.8.5-127.jar | None |
| UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | ironbackpacks | 1.12.2-3.0.5-6 | IronBackpacks-1.12.2-3.0.5-6.jar | None |
| UCHIJAAAA | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
| UCHIJAAAA | harvestcraft | 1.12.2r | Pam’s HarvestCraft 1.12.2r.jar | None |
| UCHIJAAAA | jehc | 1.12.2 | JEHC-1.12.2-1.5.0.0.jar | None |
| UCHIJAAAA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| UCHIJAAAA | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| UCHIJAAAA | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None |
| UCHIJAAAA | kleeslabs | 5.4.8 | KleeSlabs_1.12.2-5.4.8.jar | None |
| UCHIJAAAA | llor | 1.1.4-mc1.12 | LLOverlayReloaded-1.1.4-mc1.12.jar | None |
| UCHIJAAAA | longfallboots | 1.2.1a | longfallboots-1.2.1a.jar | None |
| UCHIJAAAA | lostcities | 2.0.6 | lostcities-1.12-2.0.6.jar | None |
| UCHIJAAAA | magicbees | 1.0 | MagicBees-1.12.2-3.1.9.jar | None |
| UCHIJAAAA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
| UCHIJAAAA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
| UCHIJAAAA | minetogether | unspecified | minetogether-1.10.2-1.8.7.jar | None |
| UCHIJAAAA | minetogetherserver | unspecified | minetogether-1.10.2-1.8.7.jar | None |
| UCHIJAAAA | mob_grinding_utils | 0.3.4 | MobGrindingUtils-0.3.4.jar | None |
| UCHIJAAAA | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
| UCHIJAAAA | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
| UCHIJAAAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| UCHIJAAAA | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None |
| UCHIJAAAA | nice | 0.2.0 | nice-1.12-0.2.0.jar | None |
| UCHIJAAAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
| UCHIJAAAA | notenoughwands | 1.6.1 | notenoughwands-1.12-1.6.1.jar | None |
| UCHIJAAAA | nuclearcraft | 2.9e | NuclearCraft-2.9e—1.12.2.jar | None |
| UCHIJAAAA | placebo | 1.3.2 | Placebo-1.12.2-1.3.2.jar | None |
| UCHIJAAAA | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
| UCHIJAAAA | platforms | 1.4.5 | platforms-1.12.0-1.4.5.jar | None |
| UCHIJAAAA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| UCHIJAAAA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
| UCHIJAAAA | reauth | 3.5.2 | ReAuth-3.5.2.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UCHIJAAAA | redstonearsenal | 2.3.10 | RedstoneArsenal-1.12.2-2.3.10.4-universal.jar | None |
| UCHIJAAAA | xreliquary | 1.12.2-1.3.4.757 | Reliquary-1.12.2-1.3.4.757.jar | None |
| UCHIJAAAA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | rftools | 7.32 | rftools-1.12-7.32.jar | None |
| UCHIJAAAA | rftoolscontrol | 1.8.1 | rftoolsctrl-1.12-1.8.1.jar | None |
| UCHIJAAAA | roots | 0.104 | roots-2-0.104.jar | None |
| UCHIJAAAA | rustic | 1.0.2 | rustic-1.0.2.jar | None |
| UCHIJAAAA | secretroomsmod | 5.5.5 | secretroomsmod-1.12.2-5.5.5.jar | None |
| UCHIJAAAA | signals | 1.0 | Signals-1.12.2-1.2.2-5-universal.jar | None |
| UCHIJAAAA | simplevoidworld | 1.2.0.9 | Simple-Void-World-1.12-1.2.0.9-universal.jar | None |
| UCHIJAAAA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
| UCHIJAAAA | soulshardstow | 1.12-2.7.6-56 | SoulShards-TOW-1.12-2.7.6-56.jar | None |
| UCHIJAAAA | stevescarts | 2.4.18.92 | StevesCarts-1.12.2-2.4.18.92.jar | None |
| UCHIJAAAA | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.2-5.3.5.jar | None |
| UCHIJAAAA | storagedrawersextra | @[email protected] | StorageDrawersExtras-1.12-3.1.0.jar | None |
| UCHIJAAAA | thermalcultivation | 0.1.5 | ThermalCultivation-1.12.2-0.1.5.3-universal.jar | None |
| UCHIJAAAA | thermaldynamics | 2.3.10 | ThermalDynamics-1.12.2-2.3.10.4-universal.jar | None |
| UCHIJAAAA | thutcore | 5.16.2 | thutcore-1.12.2-5.16.2.jar | None |
| UCHIJAAAA | thutcore_compat | 1.0 | thutcore-1.12.2-5.16.2.jar | None |
| UCHIJAAAA | thuttech | 6.0.15 | thuttech-1.12.2-6.0.15.jar | None |
| UCHIJAAAA | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
| UCHIJAAAA | tipthescales | 1.0.1 | TipTheScales-1.12.2-1.0.1.jar | None |
| UCHIJAAAA | topaddons | 1.12.2-1.5.0 | topaddons-1.12.2-1.5.0.jar | None |
| UCHIJAAAA | torchmaster | 1.6.1.53 | torchmaster_1.12.2-1.6.1.53.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCHIJAAAA | traverse | 1.3.1 | Traverse-1.12.1-1.3.1.jar | None |
| UCHIJAAAA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.9a.jar | None |
| UCHIJAAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
| UCHIJAAAA | waystones | 4.0.33 | Waystones_1.12.2-4.0.33.jar | None |
| UCHIJAAAA | whoosh | 0.1.8 | Whoosh-1.12.2-0.1.8-universal.jar | None |
| UCHIJAAAA | wct | 3.9.62 | WirelessCraftingTerminal-1.12.2-3.9.62.jar | None |
| UCHIJAAAA | xnet | 1.6.8 | xnet-1.12-1.6.8.jar | None |
| UCHIJAAAA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
| UCHIJAAAA | yabba | 1.1.0.9 | YABBA-1.1.0.9.jar | None |
| UCHIJAAAA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
| UCHIJAAAA | teslacorelib_registries | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | None |
| UCHIJAAAA | unidict | 1.12.2-2.4c | UniDict-1.12.2-2.4c.jar | None |

Loaded coremods (and transformers):
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
AstralCore (astralsorcery-1.12.2-1.8.5.jar)

LoadingPlugin (Quark-r1.4-123.jar)
vazkii.quark.base.asm.ClassTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)

MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)

ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
shetiphian.asm.ClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
FMLPlugin (elulib-0.1.12.jar)
elucent.elulib.asm.ASMTransformer
ComfortsCoreLoadingPlugin (comforts-1.12.2-1.1.0.2.jar)
c4.comforts.asm.SleepTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)

Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.5-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-67.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
li.cil.oc.common.asm.ClassTransformer
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.5.5.jar)
com.wynprice.secretroomsmod.core.SecretRoomsTransformer
IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
GL info: ‘ Vendor: ‘NVIDIA Corporation’ Version: ‘4.6.0 NVIDIA 391.24’ Renderer: ‘GeForce GTX 1050 Ti/PCIe/SSE2’
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
Pulsar/natura loaded Pulses:
— NaturaCommons (Enabled/Forced)
— NaturaOverworld (Enabled/Not Forced)
— NaturaNether (Enabled/Not Forced)
— NaturaDecorative (Enabled/Not Forced)
— NaturaTools (Enabled/Not Forced)
— NaturaEntities (Enabled/Not Forced)
— NaturaOredict (Enabled/Forced)
— NaturaWorld (Enabled/Not Forced)

Pulsar/tconstruct loaded Pulses:
— TinkerCommons (Enabled/Forced)
— TinkerWorld (Enabled/Not Forced)
— TinkerTools (Enabled/Not Forced)
— TinkerHarvestTools (Enabled/Forced)
— TinkerMeleeWeapons (Enabled/Forced)
— TinkerRangedWeapons (Enabled/Forced)
— TinkerModifiers (Enabled/Forced)
— TinkerSmeltery (Enabled/Not Forced)
— TinkerGadgets (Enabled/Not Forced)
— TinkerOredict (Enabled/Forced)
— TinkerIntegration (Enabled/Forced)
— TinkerFluids (Enabled/Forced)
— TinkerMaterials (Enabled/Forced)
— TinkerModelRegister (Enabled/Forced)
— chiselIntegration (Enabled/Not Forced)
— chiselsandbitsIntegration (Enabled/Not Forced)
— theoneprobeIntegration (Enabled/Not Forced)

List of loaded APIs:
* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r133.jar
* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
* Base|API (1.0.0) from base-1.12.2-3.7.1.jar
* Baubles|API (1.4.0.2) from WirelessCraftingTerminal-1.12.2-3.9.62.jar
* betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
* BetterWithModsAPI (Beta 0.6) from Quark-r1.4-123.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.46.jar
* BotaniaAPI (79) from AkashicTome-1.2-10.jar
* chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.16.jar
* cofhapi (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|block (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|core (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|item (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|tileentity (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|util (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* DR-API (1.0.4-Beta) from deepresonance-1.12-1.6.0.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.10.284-universal.jar
* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
* fluxapi (1.0) from fluxnetworks-1.12.2-3.0.5.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.256.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.256.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.5-60.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-80.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-80.jar
* industrialforegoingapi (3) from industrialforegoing-1.12.2-1.8.5-127.jar
* jeresources|API (0.8.5.27) from JustEnoughResources-1.12.2-0.8.5.27.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.5.147.jar
* modtogether|api (1.0) from minetogether-1.10.2-1.8.7.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
* QuarkAPI (2) from Quark-r1.4-123.jar
* reborncoreAPI (3.6.14.229) from RebornCore-1.12.2-3.6.14.229-universal.jar
* reborncoreAPI|Power (3.6.14.229) from RebornCore-1.12.2-3.6.14.229-universal.jar
* reborncoreAPI|Recipe (3.6.14.229) from RebornCore-1.12.2-3.6.14.229-universal.jar
* reborncoreAPI|Tile (3.6.14.229) from RebornCore-1.12.2-3.6.14.229-universal.jar
* sonarapi (1.0.1) from sonarcore-1.12.2-5.0.6.jar
* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.18.92.jar
* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.18.92.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.5.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.5.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.5.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.5.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.5.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.5.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.21.jar
* thut|API (1.0.0) from thutcore-1.12.2-5.16.2.jar
* valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.2-2.0.9a.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.62.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.6.14.229
Runtime Debofucsation 1
RenderEngine: 0
AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Launched Version: forge-14.23.2.2627
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.24, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to ‘fml,forge’
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz

Понравилась статья? Поделить с друзьями:
  • There was an error opening your printer
  • Thomas jefferson once stated that is preferable to error
  • There was an error opening this document there was a problem reading this document 57
  • There was an error opening the audio hardware error initializing asio driver
  • There was an error loading optifabric