Jump to content

Rules and Frequently Asked Questions (FAQ)


Paint_Ninja

Recommended Posts

This FAQ has many guides and solutions - reading this before asking for help could save you a lot of time, as it accounts for the vast majority of issues people run into that we're aware of but can't fix on our end.

Supported versions and platforms

  • We only support Forge here. We cannot help you with Fabric, Spigot, etc...
  • We support all versions under the tiered support policy.
    • Full support for 1.20.4, 1.20.1, 1.19.4 and 1.19.2
    • Legacy support for all other versions
    • Minimal support for select versions (e.g. 1.20.3 - use 1.20.4 instead)
    • More details here.

 

Rules

  1. Piracy (aka "cracked launchers") and cheats (aka "PvP clients", "x-ray mods", etc...) are strictly forbidden here.
  2. When you need help, please always make a new thread. Do not post in old support threads.
  3. When making a new thread, you must include a link to your log on https://pastebin.com or https://paste.ee. Instructions on where to find this and how to upload it are in this forum post.

 

Exit/error codes

Here's a list of exit codes and what they mean:

  • Error code 0: Someone clicked "Quit game" and the game closed successfully
  • Error code 1 and -1: The game crashed, refer to the log and/or crash report for details
  • Error code -1073741819: A game library crashed. Update your drivers and make sure you're using the right Java version

 

Where can I find the debug.log and crash report?

Official Minecraft launcher

Spoiler
  1. Open the launcher and click the "Installations" tab at the top
  2. Hover over the Forge profile and click the folder icon
  3. The debug.log is in the logs folder
  4. Crash reports are in the crash-reports folder - the latest one will do
    1. If there's no crash reports in that folder, don't worry about it. We can still help as long as we have the debug.log.
  5. Go to https://pastebin.com or https://paste.ee and paste the debug.log there. Share the link to it when making a new support thread. Do the same for the latest crash report if available.

Note that Windows by default hides file extensions for known file types, so the file might look like "debug" instead. Do not post the files called "debug-<number>.log.gz" as they are old logs. To show file extensions, follow this guide: https://www.howtogeek.com/205086/beginner-how-to-make-windows-show-file-extensions/

CurseForge app

Spoiler

The CurseForge app disables the debug.log by default, so we need to turn it back on in the settings:

  1. Open the CurseForge app and click the cog on the bottom left
  2. Click the Minecraft tab on the right, scroll down and turn on the "Enable Forge debug.log", then click the X near the top to save
  3. You'll need to start the game again to make the log

 

Now how to get the debug.log and latest crash report:

  1. Right click the modpack you're having trouble with
  2. Click "Open Folder"
  3. The debug.log is in the logs folder
  4. Crash reports are in the crash-reports folder - the latest one will do
    1. If there's no crash reports in that folder, don't worry about it. We can still help as long as we have the debug.log.
  5. Go to https://pastebin.com or https://paste.ee and paste the debug.log there. Share the link to it when making a new support thread. Do the same for the latest crash report if available.

Note that Windows by default hides file extensions for known file types, so the file might look like "debug" instead. Do not post the files called "debug-<number>.log.gz" as they are old logs. To show file extensions, follow this guide: https://www.howtogeek.com/205086/beginner-how-to-make-windows-show-file-extensions/

MultiMC/PolyMC/Prism launcher

Spoiler
  1. Open the launcher and right click the instance you're having trouble with
  2. Click "Edit" in the context menu and go to the "Other logs" tab
  3. Change the dropdown at the top to "logs/debug.log"
  4. Click the "Upload" button and click yes.
  5. Click the blue "link to the uploaded log" to get the link. It's also copied to your clipboard.
  6. Repeat steps 3-5 for the latest crash report, if there's an option for it in the dropdown
  7. Share the links when making a new support thread.

 

Where can I find the installer log?

Spoiler

The installer log will be created in the same place as the installer and be have the same name as the installer, but ".log" on the end.

For example, if the installer is called forge-1.20.1-47.1.0-installer.jar and is in the Downloads folder, the log will be called forge-1.20.1-47.1.0-installer.jar.log and located in the Downloads folder.

Go to https://pastebin.com or https://paste.ee and paste the debug.log there. Share the link to it when making a new support thread.

Note that Windows by default hides file extensions for known file types, so the actual jar may not say ".jar" at the end with the log saying ".jar" at the end instead of ".jar.log". To avoid confusion, you can turn this off by following this guide: https://www.howtogeek.com/205086/beginner-how-to-make-windows-show-file-extensions/

 

Where can I find the launcher log?

Most of the time you don't need to share this, so only share it when asked by a support volunteer or when you're unable to find any debug.log or crash report.

Official Minecraft launcher

Spoiler
  1. Open the launcher and click the "Installations" tab at the top
  2. Hover over the Forge profile and click the folder icon
  3. There should be a file called launcher_log.txt . If you can't find it, try opening the %AppData%\.minecraft folder and looking there
  4. Go to https://pastebin.com or https://paste.ee and paste the contents of the launcher log there. Share the link to it in your support thread.

CurseForge app

Spoiler
  1. Open the CurseForge app and right click the modpack you're having trouble with
  2. Click "Open Folder"
  3. Go up two directories, then go to the "Install" folder
  4. There should be a file called launcher_log.txt . If you can't find it, try opening the %UserProfile%\curseforge\minecraft\Install folder and looking there
  5. Go to https://pastebin.com or https://paste.ee and paste the contents of the launcher log there. Share the link to it in your support thread.

 

What version of Java do I need?

| Minecraft version | Forge version | Java version |
|-------------------|---------------|--------------|
| 1.18 or newer     | 38.x or newer | 17           |
| 1.17.1            | 37.x          | 16           |
| 1.16.5 or older   | 36.x or older | 8            |

 

How do I install Java?

Windows

Spoiler

Windows 11 - WinGet method (recommended)

Spoiler
  1. Open the windows-terminal-icon.webp.4a60ea613bc12af9034d47d174e87203.webp Windows Terminal
  2. Run one of these commands, depending on the version of Java you need:
    1. Minecraft 1.18+ needs Java 17: WinGet install Microsoft.OpenJDK.17
    2. Minecraft 1.17.1 needs Java 16: WinGet install Microsoft.OpenJDK.16
    3. Minecraft 1.16.5 and older need Java 8: WinGet install Azul.Zulu.8.JDK
  3. Restart your PC once the install is complete

If WinGet is not found, open the Microsoft Store and check for updates by clicking the "Library" button on the bottom left, then "Get updates" on the top right.

 

Windows - Installer method

Spoiler
  1. Go to https://adoptium.net/en-GB/temurin/releases/
  2. Change the drop-down boxes to:
    1. Operating system: Windows
    2. Architecture: x64
    3. Package type: JDK
    4. Version: (see the "What version of Java do I need?" section above in this forum post)
  3. Download the .msi installer and run it
  4. On the custom setup section of the installer, install the "Set JAVA_HOME variable" by clicking the red X icon next to it and changing it to a drive
  5. Install and restart your PC once complete

macOS

Spoiler
  1. Go to https://adoptium.net/en-GB/temurin/releases/
  2. Change the drop-down boxes to:
    1. Operating system: macOS
    2. Architecture: x64 for Intel, aarch64 for Apple Silicon
    3. Package type: JDK
    4. Version: (see the "What version of Java do I need?" section above in this forum post)
  3. Download and install the .pkg file
  4. Include the "Set JAVA_HOME variable" feature
  5. Install and restart your Mac once complete

Linux

Spoiler

Unfortunately due to the lack of consistency between Linux distros, it is not possible to give exact instructions on how to install Java.

In most cases you need to use a package manager and search for a "JDK" package to install, then manually set your JAVA_HOME. If running a Linux server, ask your server host for help.

 

How do I install the Forge client to the official Minecraft Launcher?

Spoiler
  1. Make sure you have Java installed first and that the Minecraft Launcher is closed
  2. Download the Forge installer from the official files page
  3. Double-click the installer to run it
    1. If this doesn't work even with Java installed, use Jarfix (Windows only) or run the file from the command line instead.
  4. Choose the "Install client" option and click "Ok"
  5. Open the Minecraft Launcher and you should see the Forge installation selected

It is highly recommended you run any modded versions in separate folders using the "Game Directory" setting in the launcher.

This will store all your save files, configs, mods, etc. in whatever folder you specify (instead of just .minecraft) so they do not interfere with your vanilla installation (or other modded versions you may have installed) and vice-versa.

To set the game directory:

  1. Click the "Installations" tab at the top of the launcher
  2. Hover over the Forge install in the list
  3. Click the "..." then click "Edit"
  4. Change the game directory to a different folder, for example making one called "Forge-1.20.1" and putting it there.

 

How do I install the Forge server?

Spoiler
  1. Make sure you have Java installed first
  2. Download the Forge installer from the official files page
  3. Double-click the installer to run it
    1. If this doesn't work even with Java installed, use Jarfix (Windows only) or run the file from the command line instead.
  4. Choose the "Install server" option, choose the folder you want the server installed to and click "Ok". For example, you could put it in a new folder on the desktop called "ForgeServer-1.20.1"
  5. Open the folder you installed Forge to and double click the "run.bat" file on Windows, "run.sh" on macOS or Linux.

To change the amount of RAM allocated to the game server, edit the user_jvm_args.txt file. Note that allocating excessive amounts of RAM can cause performance issues, as can too little - so don't rush out to change it to 20GB or something silly and expect the game to run well.

 

 Where can I find the forge.jar to start my server?

Spoiler

With the move to modern Java starting from Minecraft 1.17, Forge decided to take advantage of modern Java features.

Unfortunately, this meant that you can't run a jar directly anymore because modern Java requires special command-line arguments to be specified which can change per Forge release.

Instead, you need to use the provided run.bat/run.sh files to start the server and change your JVM args (like memory allocation) in the user_jvm_args.txt file.

 

Forge immediately crashes on launch without any mods installed, how do I fix it?

Spoiler
  • First, make sure you're using the correct Java version (see the "What version of Java do I need?" section above in this forum post) for the version of Minecraft you're running
  • Next, make sure your drivers are up-to-date
    • Important! If your drivers are in a broken state, they will erroneously claim they're up-to-date when they're really not and sometimes even undo a manual update after a couple of reboots.
      • To properly fix this, follow the driver update guide in this FAQ, as it walks you through making sure it worked and how to prevent it from being undone.

If you are still having trouble after updating drivers and using the right Java version, make a new support thread for further help, including a link to your debug.log and crash report on https://pastebin.com if possible (instructions on how to do this are near the top of this forum post).


Where can I find Forge mods?

https://www.curseforge.com/minecraft/search?page=1&gameFlavorsIds=1

Make sure you download the right version of a mod for your Minecraft version.

 

My game is lagging, how can I find the culprit?

Spoiler

There's a few things you can try...

  • Make sure your drivers are up-to-date
    • Important! If your drivers are in a broken state, they will erroneously claim they're up-to-date when they're really not and sometimes even undo a manual update after a couple of reboots.
      • To properly fix this, follow the driver update guide in this FAQ, as it walks you through making sure it worked and how to prevent it from being undone.
  • If you have a laptop with dedicated graphics, make sure the game is using your dedicated graphics rather than integrated graphics
  • Don't allocate too much RAM to the game. Allocating excessive amounts of memory can hurt performance.
  • Lower your video settings in Options -> Video Settings
    • Render distance makes the biggest impact
    • Set your Simulation distance to be the same as or slightly lower than your render distance
    • The same applies to dedicated servers in the server.properties file
  • Look for laggy mods using Spark https://spark.lucko.me/download
    1. While in-game, run /sparkc profiler
      1. On dedicated servers, run "/spark profiler" instead (no 'c')
    2. Wait a couple of minutes
    3. Run /sparkc profiler --stop
      1. On dedicated servers, run "/spark profiler --stop" instead (no 'c')
    4. Open the link and click the "mods" button
    5. The list should show you some mods and the % of time they're taking up. Consider removing mods that take an abnormally long time compared to everything else
  • Update to a newer version of Forge and Minecraft if available. Vanilla MC 1.20 in particular had a major performance uplift from the new lighting engine
  • Likewise check for updates for your mods in case they've made any performance improvements or fixes
  • Close background apps while playing the game, or at least reduce the amount of open web browser tabs

If you are still having performance issues, make a new support thread with a link to your debug.log and Spark results page and we'll look into it.

 

How do I update my drivers?

Spoiler

AMD

Spoiler

1. Go to https://www.amd.com/en/support and click the "Download Windows drivers" on the top left

amd-01-download.thumb.png.3771656fe10d64b9542d7ad0557333f4.png

 

2. Run the installer downloaded in step 1 and click the install button on the bottom right

amd-02-minimalsetup-install.png.3779ab288c123c7c50ea386d15ff0bde.png

 

3. First, make sure you have selected the "Recommended" (aka stable) version. Avoid "Optional" as those are experimental beta drivers that are unfinished and may be buggy. Second, click "Allow AMD to collect information to contribute to the installer development" so that AMD can automatically send anonymous error reports on your behalf if you have problems, to help fix things for everyone. Finally, click "Next"/"Install" on the bottom right.

amd-03-graphics-install.webp.1d7e75ac6f88ff95b8e4dc795bf7b8d2.webp

 

4. You may be asked if you want any optional extra features/tools that AMD provides. This can be stuff such as Privacy View which uses eye tracking to prevent people from looking over your shoulder. By default this is all skipped (it says "Do Not Install (Skip)" next to each entry), up to you if you want it or not.

Click "Install" on the bottom right to install the graphics drivers.

amd-04-extras-install.webp.3c433219a385b09120b2568ee8ff1724.webp

 

5. If you have an AMD CPU/APU/processor such as Ryzen, you'll be asked to install drivers for that as well. Minecraft is a CPU-heavy game so installing/updating these is a good idea for best performance. Click "Install" on the bottom right to install the CPU and chipset drivers.

amd-05-chipset-install.thumb.webp.d2d1524d6cdc0827a555d4e16fa09fed.webp

 

6. Wait for everything to download and install. Your screen may go black for a bit or flash while installing - this is normal. Avoid gaming or watching videos while it installs.

amd-06-installing.thumb.jpg.cc4afbb191e331118b74011e086ce870.jpg

7. If everything worked, you should see this screen. Click "Restart" on the bottom right. If it failed, go to step 9.

amd-07-restart.webp.222316932182e7f9956d5ef3da372345.webp

 

8. Open AMD Software: Adrenalin Edition, click the cog on the top right, change the "Preferred Software Version" to "Recommended Only" to avoid getting beta drivers and turn on the two options below that to get automatic updates.

amd-08-updates.thumb.webp.ddf888f5e7d7bf0e1f675e7ccd6c39b1.webp

 

This page also tell you what version you're using. In this example, 23.8.2 means the second driver release in August (8th month) 2023. If it says you have a version from July 2022 to October 2022 inclusive (22.7.1 - 22.10.1), the driver update failed and you are still using old beta drivers, so you'll need to follow step 9 then repeat steps 1 to 8 afterwards. If all's good, then congratulations, you've successfully updated your drivers!

9. If the driver update fails, carefully follow all the steps for the AMD Cleanup Utility found here: https://www.amd.com/en/support/kb/faq/gpu-601 . Once you've done all the steps in that guide to fully remove the old broken drivers, restart your computer one more time then repeat steps 1-8 here to install the new drivers again.

 

Nvidia

Spoiler

No detailed instructions yet as I need someone with Nvidia graphics to send me screenshots of the whole process.

https://www.nvidia.com/Download/index.aspx?lang=en-gb

 

Intel

Spoiler

No detailed instructions yet as I need someone with Intel graphics to send me screenshots of the whole process.

https://www.intel.com/content/www/us/en/download-center/home.html

 

 

Edited by Paint_Ninja
Reference tiered support policy
  • Like 6
Link to comment
Share on other sites

  • Paint_Ninja changed the title to Rules and Frequently Asked Questions (FAQ)
  • Paint_Ninja featured this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I think this could happen if you have multiple java versions installed
    • I have been trying to figure this out for hours, basically whenever I try to build literally any of my mods, I get this error:   > Task :downloadAssets FAILED Downloading: https://piston-meta.mojang.com/v1/packages/8c3a62fca114d74e0c150a940104e5f10cafdaa2/8.json FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':downloadAssets'. > Failed to get asset: minecraft/lang/es_cl.json Failed to get asset: minecraft/lang/fr_fr.json Failed to get asset: minecraft/lang/lv_lv.json Failed to get asset: minecraft/lang/mn_mn.json Failed to get asset: minecraft/lang/sk_sk.json Some assets failed to download or validate, try running the task again. It has been so annoying, I can't figure it out. I didn't have this issue on any of them until I cleared their cache by deleting them and re-pulling them from their repo. I have never had this issue before so it's super weird. And also I did try downloading the latest MDK for a bunch of versions and it did nothing This is on Forge 1.20-1.21 and Windows 11
    • Ok so now it is back to the otbyg bug at the start with exit code -1 The game crashed whilst exception ticking world Error: java.lang.IllegalStateException: Can not retrieve LootModifierManager until resources have loaded once. It Only Crashes when i try to load a world same as above crash report ---- Minecraft Crash Report ---- // Daisy, daisy... Time: 2024-07-07 20:55:30 Description: Exception ticking world java.lang.IllegalStateException: Can not retrieve LootModifierManager until resources have loaded once.     at net.minecraftforge.common.ForgeInternalHandler.getLootModifierManager(ForgeInternalHandler.java:128) ~[forge-1.19.2-43.4.2-universal.jar%23424!/:?] {re:classloading}     at net.minecraftforge.common.ForgeHooks.modifyLoot(ForgeHooks.java:1318) ~[forge-1.19.2-43.4.2-universal.jar%23424!/:?] {re:classloading}     at net.minecraft.world.level.storage.loot.LootTable.m_230922_(LootTable.java:90) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}     at net.minecraft.world.level.block.state.BlockBehaviour.m_7381_(BlockBehaviour.java:253) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:BlockBehaviourMixin,pl:mixin:APP:railways-common.mixins.json:MixinBlockBehaviour,pl:mixin:APP:chipped.mixins.json:BlockBehaviourMixin,pl:mixin:APP:friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin,pl:mixin:A}     at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60724_(BlockBehaviour.java:710) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinBlockStateBehavior,pl:mixin:APP:kubejs-common.mixins.json:BlockStateBaseMixin,pl:mixin:APP:starlight.mixins.json:common.blockstate.BlockStateBaseMixin,pl:mixin:APP:canary.mixins.json:ai.pathing.BlockStateBaseMixin,pl:mixin:APP:canary.mixins.json:block.flatten_states.BlockStateBaseMixin,pl:mixin:APP:byg.mixins.json:common.block.MixinBlockBehaviourBlockStateBase,pl:mixin:A}     at net.minecraft.world.level.block.Block.m_49869_(Block.java:257) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury-common.mixins.json:inject.MixinBlock,pl:mixin:APP:friendsandfoes-common.mixins.json:LightningRodBlockBlockMixin,pl:mixin:APP:another_furniture-common.mixins.json:BlockMixin,pl:mixin:APP:canary.mixins.json:shapes.blockstate_cache.BlockMixin,pl:mixin:APP:ad_astra-common.mixins.json:BlockMixin,pl:mixin:APP:embeddium.mixins.json:features.fast_biome_colors.MixinBlock,pl:mixin:A}     at net.minecraft.world.level.block.Block.m_49892_(Block.java:286) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury-common.mixins.json:inject.MixinBlock,pl:mixin:APP:friendsandfoes-common.mixins.json:LightningRodBlockBlockMixin,pl:mixin:APP:another_furniture-common.mixins.json:BlockMixin,pl:mixin:APP:canary.mixins.json:shapes.blockstate_cache.BlockMixin,pl:mixin:APP:ad_astra-common.mixins.json:BlockMixin,pl:mixin:APP:embeddium.mixins.json:features.fast_biome_colors.MixinBlock,pl:mixin:A}     at net.minecraft.world.level.material.WaterFluid.m_7456_(WaterFluid.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:classloading}     at net.minecraft.world.level.material.FlowingFluid.m_6364_(FlowingFluid.java:246) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:create.mixins.json:WaterWheelFluidSpreadMixin,pl:mixin:A}     at net.minecraft.world.level.material.FlowingFluid.m_76014_(FlowingFluid.java:145) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:create.mixins.json:WaterWheelFluidSpreadMixin,pl:mixin:A}     at net.minecraft.world.level.material.FlowingFluid.m_76010_(FlowingFluid.java:124) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:create.mixins.json:WaterWheelFluidSpreadMixin,pl:mixin:A}     at net.minecraft.world.level.material.FlowingFluid.m_6292_(FlowingFluid.java:415) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:create.mixins.json:WaterWheelFluidSpreadMixin,pl:mixin:A}     at net.minecraft.world.level.material.FluidState.m_76163_(FluidState.java:76) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:canary.mixins.json:block.flatten_states.FluidStateMixin,pl:mixin:A}     at net.minecraft.server.level.ServerLevel.m_184076_(ServerLevel.java:637) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:ServerLevelMixin,pl:mixin:APP:chunkpregen.mixins.json:common.server.ServerLevelMixin,pl:mixin:APP:starlight.mixins.json:common.world.ServerWorldMixin,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin,pl:mixin:APP:corgilib.mixins.json:MixinServerLevel,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:chunk.replace_streams.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:entity.inactive_navigations.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:profiler.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:util.accessors.ServerLevelAccessor,pl:mixin:APP:canary.mixins.json:world.block_entity_ticking.sleeping.ServerLevelMixin,pl:mixin:APP:byg.mixins.json:common.world.MixinServerLevel,pl:mixin:APP:ad_astra-common.mixins.json:ServerLevelMixin,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}     at net.minecraft.world.ticks.LevelTicks.m_193272_(LevelTicks.java:215) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:classloading}     at net.minecraft.world.ticks.LevelTicks.m_193225_(LevelTicks.java:98) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:classloading}     at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:278) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:ServerLevelMixin,pl:mixin:APP:chunkpregen.mixins.json:common.server.ServerLevelMixin,pl:mixin:APP:starlight.mixins.json:common.world.ServerWorldMixin,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin,pl:mixin:APP:corgilib.mixins.json:MixinServerLevel,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:chunk.replace_streams.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:entity.inactive_navigations.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:profiler.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:util.accessors.ServerLevelAccessor,pl:mixin:APP:canary.mixins.json:world.block_entity_ticking.sleeping.ServerLevelMixin,pl:mixin:APP:byg.mixins.json:common.world.MixinServerLevel,pl:mixin:APP:ad_astra-common.mixins.json:ServerLevelMixin,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:866) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}     at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:classloading,pl:runtimedistcleaner:A}     at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}     at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Suspected Mods: NONE Stacktrace:     at net.minecraftforge.common.ForgeInternalHandler.getLootModifierManager(ForgeInternalHandler.java:128) ~[forge-1.19.2-43.4.2-universal.jar%23424!/:?] {re:classloading}     at net.minecraftforge.common.ForgeHooks.modifyLoot(ForgeHooks.java:1318) ~[forge-1.19.2-43.4.2-universal.jar%23424!/:?] {re:classloading}     at net.minecraft.world.level.storage.loot.LootTable.m_230922_(LootTable.java:90) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}     at net.minecraft.world.level.block.state.BlockBehaviour.m_7381_(BlockBehaviour.java:253) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:BlockBehaviourMixin,pl:mixin:APP:railways-common.mixins.json:MixinBlockBehaviour,pl:mixin:APP:chipped.mixins.json:BlockBehaviourMixin,pl:mixin:APP:friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin,pl:mixin:A}     at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60724_(BlockBehaviour.java:710) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinBlockStateBehavior,pl:mixin:APP:kubejs-common.mixins.json:BlockStateBaseMixin,pl:mixin:APP:starlight.mixins.json:common.blockstate.BlockStateBaseMixin,pl:mixin:APP:canary.mixins.json:ai.pathing.BlockStateBaseMixin,pl:mixin:APP:canary.mixins.json:block.flatten_states.BlockStateBaseMixin,pl:mixin:APP:byg.mixins.json:common.block.MixinBlockBehaviourBlockStateBase,pl:mixin:A}     at net.minecraft.world.level.block.Block.m_49869_(Block.java:257) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury-common.mixins.json:inject.MixinBlock,pl:mixin:APP:friendsandfoes-common.mixins.json:LightningRodBlockBlockMixin,pl:mixin:APP:another_furniture-common.mixins.json:BlockMixin,pl:mixin:APP:canary.mixins.json:shapes.blockstate_cache.BlockMixin,pl:mixin:APP:ad_astra-common.mixins.json:BlockMixin,pl:mixin:APP:embeddium.mixins.json:features.fast_biome_colors.MixinBlock,pl:mixin:A}     at net.minecraft.world.level.block.Block.m_49892_(Block.java:286) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury-common.mixins.json:inject.MixinBlock,pl:mixin:APP:friendsandfoes-common.mixins.json:LightningRodBlockBlockMixin,pl:mixin:APP:another_furniture-common.mixins.json:BlockMixin,pl:mixin:APP:canary.mixins.json:shapes.blockstate_cache.BlockMixin,pl:mixin:APP:ad_astra-common.mixins.json:BlockMixin,pl:mixin:APP:embeddium.mixins.json:features.fast_biome_colors.MixinBlock,pl:mixin:A}     at net.minecraft.world.level.material.WaterFluid.m_7456_(WaterFluid.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:classloading}     at net.minecraft.world.level.material.FlowingFluid.m_6364_(FlowingFluid.java:246) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:create.mixins.json:WaterWheelFluidSpreadMixin,pl:mixin:A}     at net.minecraft.world.level.material.FlowingFluid.m_76014_(FlowingFluid.java:145) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:create.mixins.json:WaterWheelFluidSpreadMixin,pl:mixin:A}     at net.minecraft.world.level.material.FlowingFluid.m_76010_(FlowingFluid.java:124) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:create.mixins.json:WaterWheelFluidSpreadMixin,pl:mixin:A}     at net.minecraft.world.level.material.FlowingFluid.m_6292_(FlowingFluid.java:415) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:create.mixins.json:WaterWheelFluidSpreadMixin,pl:mixin:A}     at net.minecraft.world.level.material.FluidState.m_76163_(FluidState.java:76) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:canary.mixins.json:block.flatten_states.FluidStateMixin,pl:mixin:A}     at net.minecraft.server.level.ServerLevel.m_184076_(ServerLevel.java:637) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:ServerLevelMixin,pl:mixin:APP:chunkpregen.mixins.json:common.server.ServerLevelMixin,pl:mixin:APP:starlight.mixins.json:common.world.ServerWorldMixin,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin,pl:mixin:APP:corgilib.mixins.json:MixinServerLevel,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:chunk.replace_streams.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:entity.inactive_navigations.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:profiler.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:util.accessors.ServerLevelAccessor,pl:mixin:APP:canary.mixins.json:world.block_entity_ticking.sleeping.ServerLevelMixin,pl:mixin:APP:byg.mixins.json:common.world.MixinServerLevel,pl:mixin:APP:ad_astra-common.mixins.json:ServerLevelMixin,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}     at net.minecraft.world.ticks.LevelTicks.m_193272_(LevelTicks.java:215) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:classloading}     at net.minecraft.world.ticks.LevelTicks.m_193225_(LevelTicks.java:98) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:classloading}     at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:278) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:ServerLevelMixin,pl:mixin:APP:chunkpregen.mixins.json:common.server.ServerLevelMixin,pl:mixin:APP:starlight.mixins.json:common.world.ServerWorldMixin,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin,pl:mixin:APP:corgilib.mixins.json:MixinServerLevel,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:chunk.replace_streams.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:entity.inactive_navigations.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:profiler.ServerLevelMixin,pl:mixin:APP:canary.mixins.json:util.accessors.ServerLevelAccessor,pl:mixin:APP:canary.mixins.json:world.block_entity_ticking.sleeping.ServerLevelMixin,pl:mixin:APP:byg.mixins.json:common.world.MixinServerLevel,pl:mixin:APP:ad_astra-common.mixins.json:ServerLevelMixin,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A} -- Affected level -- Details:     All players: 0 total; []     Chunk stats: 2209     Level dimension: minecraft:overworld     Level spawn location: World: (96,81,112), Section: (at 0,1,0 in 6,5,7; chunk contains blocks 96,-64,112 to 111,319,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)     Level time: 22 game time, 22 day time     Level name: New World     Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true     Level weather: Rain time: 141045 (now: false), thunder time: 164743 (now: false)     Known server brands: forge     Level was modded: true     Level storage version: 0x04ABD - Anvil Stacktrace:     at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:866) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}     at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:classloading,pl:runtimedistcleaner:A}     at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23419!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}     at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin} -- System Details -- Details:     Minecraft Version: 1.19.2     Minecraft Version ID: 1.19.2     Operating System: Windows 10 (amd64) version 10.0     Java Version: 17.0.8, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 1732242640 bytes (1651 MiB) / 5804916736 bytes (5536 MiB) up to 8959033344 bytes (8544 MiB)     CPUs: 12     Processor Vendor: GenuineIntel     Processor Name: 11th Gen Intel(R) Core(TM) i5-11600K @ 3.90GHz     Identifier: Intel64 Family 6 Model 167 Stepping 1     Microarchitecture: unknown     Frequency (GHz): 3.91     Number of physical packages: 1     Number of physical CPUs: 6     Number of logical CPUs: 12     Graphics card #0 name: NVIDIA GeForce RTX 3070     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 4095.00     Graphics card #0 deviceId: 0x2484     Graphics card #0 versionInfo: DriverVersion=31.0.15.3713     Memory slot #0 capacity (MB): 16384.00     Memory slot #0 clockSpeed (GHz): 2.13     Memory slot #0 type: DDR4     Memory slot #1 capacity (MB): 16384.00     Memory slot #1 clockSpeed (GHz): 2.13     Memory slot #1 type: DDR4     Virtual memory max (MB): 37529.61     Virtual memory used (MB): 24924.73     Swap memory total (MB): 4864.00     Swap memory used (MB): 341.32     JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8544m -Xms256m     Loaded Shaderpack: (off)     Server Running: true     Player Count: 0 / 8; []     Data Packs: vanilla, mod:grapplemod (incompatible), mod:supermartijn642configlib (incompatible), mod:moneyforeveryone, mod:cccbridge (incompatible), mod:botarium, mod:uppers, mod:immersive_aircraft (incompatible), mod:create_jetpack (incompatible), mod:ctm (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:mixinextras (incompatible), mod:create_dragon_lib, mod:balm (incompatible), mod:fpsreducer, mod:carryon (incompatible), mod:melody (incompatible), mod:jeresources, mod:cloth_config (incompatible), mod:dummmmmmy (incompatible), mod:refinedstorage, mod:konkrete (incompatible), mod:embeddium (incompatible), mod:embeddiumplus (incompatible), mod:chipped (incompatible), mod:farmersdelight, mod:simpleshops (incompatible), mod:supermartijn642corelib (incompatible), mod:resourcefulconfig, mod:curios, mod:tetra (incompatible), mod:patchouli (incompatible), mod:alloyedguns, mod:chunkpregen (incompatible), mod:resourcefullib (incompatible), mod:architectury (incompatible), mod:computercraft (incompatible), mod:cupboard (incompatible), mod:flightlib (incompatible), mod:jadeaddons (incompatible), mod:framework (incompatible), mod:toms_storage (incompatible), mod:fastleafdecay, mod:codechickenlib (incompatible), mod:enchantinginfuser (incompatible), mod:rhino (incompatible), mod:cucumber (incompatible), mod:trashslot (incompatible), mod:ftblibrary (incompatible), mod:ftbteams, mod:cgm (incompatible), mod:rechiseled (incompatible), mod:itemfilters (incompatible), mod:jei (incompatible), mod:kubejs (incompatible), mod:custommachinery (incompatible), mod:tesseract (incompatible), mod:mekanism, mod:kubejs_mekanism (incompatible), mod:mekanismgenerators, mod:mekanismtools, mod:fastsuite (incompatible), mod:clumps (incompatible), mod:cctvcraft, mod:comforts, mod:naturescompass (incompatible), mod:artifacts, mod:ccshops (incompatible), mod:rechiseledcreate (incompatible), mod:starlight (incompatible), mod:simplemusket (incompatible), mod:fusion (incompatible), mod:ftbchunks (incompatible), mod:forge, mod:friendsandfoes (incompatible), mod:ironchest (incompatible), mod:cofh_core, mod:thermal, mod:thermal_integration, mod:thermal_innovation, mod:thermal_foundation, mod:thermal_expansion, mod:kubejs_thermal (incompatible), mod:smoothchunk (incompatible), mod:voicechat (incompatible), mod:railways (incompatible), mod:trade_cycling (incompatible), mod:terrablender, mod:swingthroughgrass (incompatible), mod:moonlight (incompatible), mod:mousetweaks, mod:companion (incompatible), mod:ftbquests (incompatible), mod:wildfire_gender, mod:nochatreports (incompatible), mod:jade (incompatible), mod:ae2 (incompatible), mod:wands, mod:another_furniture (incompatible), mod:spectrelib (incompatible), mod:nethersdelight, mod:betterfpsdist (incompatible), mod:kotlinforforge (incompatible), mod:farmersrespite (incompatible), mod:flywheel (incompatible), mod:alloyed (incompatible), mod:create, mod:ponderjs (incompatible), mod:mutil (incompatible), mod:jaopca (incompatible), mod:gravestone (incompatible), mod:create_sa, mod:polymorph, mod:polyeng (incompatible), mod:justenoughprofessions, mod:autoreglib (incompatible), mod:securitycraft, mod:fluxnetworks (incompatible), mod:entityculling, mod:canary, mod:multitools, mod:fancymenu (incompatible), mod:kubejs_create (incompatible), mod:appleskin, mod:lootr (incompatible), mod:quark (incompatible), mod:puzzleslib (incompatible), mod:byg, mod:geckolib3 (incompatible), mod:corgilib (incompatible), mod:refinedstorageaddons, mod:refinedpolymorph (incompatible), mod:textrues_embeddium_options (incompatible), mod:delightful (incompatible), mod:cosmeticarmorreworked (incompatible), mod:expandability (incompatible), mod:create_enchantment_industry (incompatible), mod:createaddition (incompatible), mod:ad_astra (incompatible), mod:ad_astra_giselle_addon (incompatible), mod:oculus, mod:oceansdelight     World Generation: Stable     Type: Integrated Server (map_client.txt)     Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'     Launched Version: forge-43.4.2     ModLauncher: 10.0.8+10.0.8+main.0ef7e830     ModLauncher launch target: forgeclient     ModLauncher naming: srg     ModLauncher services:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.3.jar eventbus PLUGINSERVICE          fmlloader-1.19.2-43.4.2.jar slf4jfixer PLUGINSERVICE          fmlloader-1.19.2-43.4.2.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.19.2-43.4.2.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.19.2-43.4.2.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.19.2-43.4.2.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          [email protected]         javafml@null         [email protected]         lowcodefml@null     Mod List:          grappling_hook_mod-1.19.2-1.19.2-v13.jar          |Grappling Hook Mod            |grapplemod                    |1.19.2-v13          |DONE      |Manifest: NOSIGNATURE         supermartijn642configlib-1.1.8-forge-mc1.19.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |DONE      |Manifest: NOSIGNATURE         MfE 2.0.0.jar                                     |Money for Everyone            |moneyforeveryone              |2.0.0               |DONE      |Manifest: NOSIGNATURE         cccbridge-mc1.19.2-forge-v1.5.1.jar               |CC:C Bridge                   |cccbridge                     |1.5.1-forge         |DONE      |Manifest: NOSIGNATURE         botarium-forge-1.19.2-1.9.2.jar                   |Botarium                      |botarium                      |1.9.2               |DONE      |Manifest: NOSIGNATURE         Uppers-0.5.1.jar                                  |Uppers                        |uppers                        |0.5.1               |DONE      |Manifest: NOSIGNATURE         immersive_aircraft-0.7.9+1.19.2-forge.jar         |Immersive Aircraft            |immersive_aircraft            |0.7.9+1.19.2        |DONE      |Manifest: NOSIGNATURE         create_jetpack-forge-3.3.1.jar                    |Create Jetpack                |create_jetpack                |3.3.1               |DONE      |Manifest: NOSIGNATURE         CTM-1.19.2-1.1.6+8.jar                            |ConnectedTexturesMod          |ctm                           |1.19.2-1.1.6+8      |DONE      |Manifest: NOSIGNATURE         Controlling-forge-1.19.2-10.0+7.jar               |Controlling                   |controlling                   |10.0+7              |DONE      |Manifest: NOSIGNATURE         Placebo-1.19.2-7.4.0.jar                          |Placebo                       |placebo                       |7.4.0               |DONE      |Manifest: NOSIGNATURE         mixinextras-forge-0.2.0-beta.9.jar                |MixinExtras                   |mixinextras                   |0.2.0-beta.9        |DONE      |Manifest: NOSIGNATURE         create_dragon_lib-1.19.2-1.4.4.jar                |Create: Dragon Lib            |create_dragon_lib             |1.4.4               |DONE      |Manifest: NOSIGNATURE         balm-forge-1.19.2-4.6.0.jar                       |Balm                          |balm                          |4.6.0               |DONE      |Manifest: NOSIGNATURE         FpsReducer2-forge-1.19.2-2.1.1.jar                |FPS Reducer                   |fpsreducer                    |1.19.2-2.1.1        |DONE      |Manifest: NOSIGNATURE         carryon-forge-1.19.2-2.1.2.23.jar                 |Carry On                      |carryon                       |2.1.2.23            |DONE      |Manifest: NOSIGNATURE         melody_forge_1.0.1_MC_1.19.2.jar                  |Melody                        |melody                        |1.0.1               |DONE      |Manifest: NOSIGNATURE         JustEnoughResources-1.19.2-1.2.3.243.jar          |Just Enough Resources         |jeresources                   |1.2.3.243           |DONE      |Manifest: NOSIGNATURE         cloth-config-8.3.115-forge.jar                    |Cloth Config v8 API           |cloth_config                  |8.3.115             |DONE      |Manifest: NOSIGNATURE         dummmmmmy-1.19.2-1.7.1.jar                        |MmmMmmMmmmmm                  |dummmmmmy                     |1.19.2-1.7.1        |DONE      |Manifest: NOSIGNATURE         refinedstorage-1.11.7.jar                         |Refined Storage               |refinedstorage                |1.11.7              |DONE      |Manifest: NOSIGNATURE         konkrete_forge_1.8.0_MC_1.19-1.19.2.jar           |Konkrete                      |konkrete                      |1.8.0               |DONE      |Manifest: NOSIGNATURE         embeddium-0.3.18+mc1.19.2.jar                     |Embeddium                     |embeddium                     |0.3.18+mc1.19.2     |DONE      |Manifest: NOSIGNATURE         embeddiumplus-1.19.2-v1.2.13.jar                  |Embeddium++                   |embeddiumplus                 |1.2.13              |DONE      |Manifest: NOSIGNATURE         chipped-forge-1.19.2-2.1.5.jar                    |Chipped                       |chipped                       |2.1.5               |DONE      |Manifest: NOSIGNATURE         FarmersDelight-1.19.2-1.2.4.jar                   |Farmer's Delight              |farmersdelight                |1.19.2-1.2.4        |DONE      |Manifest: NOSIGNATURE         simpleshops-1.2.2.jar                             |Simple Shops                  |simpleshops                   |1.1.4               |DONE      |Manifest: NOSIGNATURE         supermartijn642corelib-1.1.17-forge-mc1.19.2.jar  |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.17              |DONE      |Manifest: NOSIGNATURE         resourcefulconfig-forge-1.19.2-1.0.20.jar         |Resourcefulconfig             |resourcefulconfig             |1.0.20              |DONE      |Manifest: NOSIGNATURE         curios-forge-1.19.2-5.1.6.3.jar                   |Curios API                    |curios                        |1.19.2-5.1.6.3      |DONE      |Manifest: NOSIGNATURE         tetra-1.19.2-5.6.0.jar                            |Tetra                         |tetra                         |5.6.0               |DONE      |Manifest: NOSIGNATURE         Patchouli-1.19.2-77.jar                           |Patchouli                     |patchouli                     |1.19.2-77           |DONE      |Manifest: NOSIGNATURE         oculus-mc1.19.2-1.6.9.jar                         |Oculus                        |oculus                        |1.6.9               |DONE      |Manifest: NOSIGNATURE         alloyedguns-1.1.0-1.19.2.jar                      |Alloyed Guns                  |alloyedguns                   |1.1.0               |DONE      |Manifest: NOSIGNATURE         Chunk-Pregenerator-1.19.2-4.4.3.jar               |Chunk Pregenerator            |chunkpregen                   |1.19.2-4.4.3        |DONE      |Manifest: NOSIGNATURE         resourcefullib-forge-1.19.2-1.1.24.jar            |Resourceful Lib               |resourcefullib                |1.1.24              |DONE      |Manifest: NOSIGNATURE         architectury-6.6.92-forge.jar                     |Architectury                  |architectury                  |6.6.92              |DONE      |Manifest: NOSIGNATURE         cc-tweaked-1.19.2-1.101.4.jar                     |CC: Tweaked                   |computercraft                 |1.101.4             |DONE      |Manifest: NOSIGNATURE         cupboard-1.19.2-2.6.jar                           |Cupboard utilities            |cupboard                      |1.19.2-2.6          |DONE      |Manifest: NOSIGNATURE         flightlib-forge-1.2.0.jar                         |Flight Lib                    |flightlib                     |1.2.0               |DONE      |Manifest: NOSIGNATURE         JadeAddons-1.19.2-forge-3.6.0.jar                 |Jade Addons                   |jadeaddons                    |3.6.0               |DONE      |Manifest: NOSIGNATURE         framework-forge-1.19.2-0.6.16.jar                 |Framework                     |framework                     |0.6.16              |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         toms_storage-1.19-1.5.11.jar                      |Tom's Simple Storage Mod      |toms_storage                  |1.5.11              |DONE      |Manifest: NOSIGNATURE         FastLeafDecay-30.jar                              |FastLeafDecay                 |fastleafdecay                 |30                  |DONE      |Manifest: NOSIGNATURE         CodeChickenLib-1.19.2-4.3.2.490-universal.jar     |CodeChicken Lib               |codechickenlib                |4.3.2.490           |DONE      |Manifest: 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         EnchantingInfuser-v4.2.2-1.19.2-Forge.jar         |Enchanting Infuser            |enchantinginfuser             |4.2.2               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         rhino-forge-1902.2.3-build.284.jar                |Rhino                         |rhino                         |1902.2.3-build.284  |DONE      |Manifest: NOSIGNATURE         Cucumber-1.19.2-6.0.10.jar                        |Cucumber Library              |cucumber                      |6.0.10              |DONE      |Manifest: NOSIGNATURE         trashslot-forge-1.19.2-12.1.0.jar                 |TrashSlot                     |trashslot                     |12.1.0              |DONE      |Manifest: NOSIGNATURE         ftb-library-forge-1902.4.1-build.236.jar          |FTB Library                   |ftblibrary                    |1902.4.1-build.236  |DONE      |Manifest: NOSIGNATURE         ftb-teams-forge-1902.2.14-build.123.jar           |FTB Teams                     |ftbteams                      |1902.2.14-build.123 |DONE      |Manifest: NOSIGNATURE         cgm-forge-1.19.2-1.3.7.jar                        |MrCrayfish's Gun Mod          |cgm                           |1.3.7               |DONE      |Manifest: NOSIGNATURE         rechiseled-1.1.6-forge-mc1.19.2.jar               |Rechiseled                    |rechiseled                    |1.1.6               |DONE      |Manifest: NOSIGNATURE         item-filters-forge-1902.2.9-build.51.jar          |Item Filters                  |itemfilters                   |1902.2.9-build.51   |DONE      |Manifest: NOSIGNATURE         jei-1.19.2-forge-11.6.0.1020.jar                  |Just Enough Items             |jei                           |11.6.0.1020         |DONE      |Manifest: NOSIGNATURE         kubejs-forge-1902.6.2-build.73.jar                |KubeJS                        |kubejs                        |1902.6.2-build.73   |DONE      |Manifest: NOSIGNATURE         CustomMachinery-forge-1.19.2-0.9.21.jar           |Custom Machinery              |custommachinery               |0.9.21              |DONE      |Manifest: NOSIGNATURE         tesseract-1.0.35a-forge-mc1.19.jar                |Tesseract                     |tesseract                     |1.0.35a             |DONE      |Manifest: NOSIGNATURE         Mekanism-1.19.2-10.3.9.13.jar                     |Mekanism                      |mekanism                      |10.3.9              |DONE      |Manifest: NOSIGNATURE         kubejs-mekanism-1902.1.5-build.20.jar             |KubeJS Mekanism               |kubejs_mekanism               |1902.1.5-build.20   |DONE      |Manifest: NOSIGNATURE         MekanismGenerators-1.19.2-10.3.9.13.jar           |Mekanism: Generators          |mekanismgenerators            |10.3.9              |DONE      |Manifest: NOSIGNATURE         MekanismTools-1.19.2-10.3.9.13.jar                |Mekanism: Tools               |mekanismtools                 |10.3.9              |DONE      |Manifest: NOSIGNATURE         FastSuite-1.19.2-4.1.1.jar                        |Fast Suite                    |fastsuite                     |4.1.1               |DONE      |Manifest: NOSIGNATURE         Clumps-forge-1.19.2-9.0.0+14.jar                  |Clumps                        |clumps                        |9.0.0+14            |DONE      |Manifest: NOSIGNATURE         CCTV_Craft_4.6.2_Forge_1.19.2.jar                 |CCTV Craft                    |cctvcraft                     |4.6.2               |DONE      |Manifest: NOSIGNATURE         comforts-forge-6.0.7+1.19.2.jar                   |Comforts                      |comforts                      |6.0.7+1.19.2        |DONE      |Manifest: NOSIGNATURE         NaturesCompass-1.19.2-1.10.0-forge.jar            |Nature's Compass              |naturescompass                |1.19.2-1.10.0-forge |DONE      |Manifest: NOSIGNATURE         artifacts-1.19.2-5.0.6.jar                        |Artifacts                     |artifacts                     |1.19.2-5.0.6        |DONE      |Manifest: NOSIGNATURE         ccshops-0.0.1.jar                                 |CC Simple Shops Integration Ad|ccshops                       |0.0.1               |DONE      |Manifest: NOSIGNATURE         rechiseledcreate-1.0.2-forge-mc1.19.jar           |Rechiseled: Create            |rechiseledcreate              |1.0.2               |DONE      |Manifest: NOSIGNATURE         starlight-1.1.1+forge.cf5b10b.jar                 |Starlight                     |starlight                     |1.1.1+forge.a3aea74 |DONE      |Manifest: NOSIGNATURE         simplemusket-forge-1.19.2-1.4.1.jar               |Simple Musket                 |simplemusket                  |1.4.1               |DONE      |Manifest: NOSIGNATURE         fusion-1.1.1-forge-mc1.19.2.jar                   |Fusion                        |fusion                        |1.1.1               |DONE      |Manifest: NOSIGNATURE         ftb-chunks-forge-1902.4.6-build.360.jar           |FTB Chunks                    |ftbchunks                     |1902.4.6-build.360  |DONE      |Manifest: NOSIGNATURE         forge-1.19.2-43.4.2-universal.jar                 |Forge                         |forge                         |43.4.2              |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90         friendsandfoes-forge-mc1.19.2-2.0.11.jar          |Friends&Foes                  |friendsandfoes                |2.0.11              |DONE      |Manifest: NOSIGNATURE         ironchest-1.19.2-14.2.7.jar                       |Iron Chests                   |ironchest                     |1.19.2-14.2.7       |DONE      |Manifest: NOSIGNATURE         client-1.19.2-20220805.130853-srg.jar             |Minecraft                     |minecraft                     |1.19.2              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         cofh_core-1.19.2-10.3.1.48.jar                    |CoFH Core                     |cofh_core                     |10.3.1              |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_core-1.19.2-10.3.0.9.jar                  |Thermal Series                |thermal                       |10.3.0              |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_integration-1.19.2-10.3.0.19.jar          |Thermal Integration           |thermal_integration           |10.3.0              |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_innovation-1.19.2-10.3.0.20.jar           |Thermal Innovation            |thermal_innovation            |10.3.0              |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_foundation-1.19.2-10.3.1.57.jar           |Thermal Foundation            |thermal_foundation            |10.3.1              |DONE      |Manifest: NOSIGNATURE         thermal_expansion-1.19.2-10.3.1.25.jar            |Thermal Expansion             |thermal_expansion             |10.3.1              |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         kubejs-thermal-1902.1.9-build.16.jar              |KubeJS Thermal                |kubejs_thermal                |1902.1.9-build.16   |DONE      |Manifest: NOSIGNATURE         smoothchunk-1.19.2-3.5.jar                        |Smoothchunk mod               |smoothchunk                   |1.19.2-3.5          |DONE      |Manifest: NOSIGNATURE         voicechat-forge-1.19.2-2.5.18.jar                 |Simple Voice Chat             |voicechat                     |1.19.2-2.5.18       |DONE      |Manifest: NOSIGNATURE         Steam_Rails-1.6.4+forge-mc1.19.2.jar              |Create: Steam 'n' Rails       |railways                      |1.6.4+forge-mc1.19.2|DONE      |Manifest: NOSIGNATURE         trade-cycling-forge-1.19.2-1.0.5.jar              |Trade Cycling                 |trade_cycling                 |1.19.2-1.0.5        |DONE      |Manifest: NOSIGNATURE         TerraBlender-forge-1.19.2-2.0.1.136.jar           |TerraBlender                  |terrablender                  |2.0.1.136           |DONE      |Manifest: NOSIGNATURE         swingthroughgrass-1.19.2-1.10.0.jar               |SwingThroughGrass             |swingthroughgrass             |1.19.2-1.10.0       |DONE      |Manifest: NOSIGNATURE         moonlight-1.19.2-2.3.6-forge.jar                  |Moonlight Library             |moonlight                     |1.19.2-2.3.6        |DONE      |Manifest: NOSIGNATURE         MouseTweaks-forge-mc1.19-2.23.jar                 |Mouse Tweaks                  |mousetweaks                   |2.23                |DONE      |Manifest: NOSIGNATURE         Companion-1.19.2-forge-3.1.3.jar                  |Companion                     |companion                     |3.1.3               |DONE      |Manifest: NOSIGNATURE         ftb-quests-forge-1902.5.9-build.399.jar           |FTB Quests                    |ftbquests                     |1902.5.9-build.399  |DONE      |Manifest: NOSIGNATURE         Female-Gender-Mod-forge-1.19.1-3.0.1.jar          |Wildfire's Female Gender Mod  |wildfire_gender               |1.19-3.0.0          |DONE      |Manifest: NOSIGNATURE         NoChatReports-FORGE-1.19.2-v1.5.1.jar             |No Chat Reports               |nochatreports                 |1.19.2-v1.5.1       |DONE      |Manifest: NOSIGNATURE         Jade-1.19.1-forge-8.9.2.jar                       |Jade                          |jade                          |8.9.2               |DONE      |Manifest: NOSIGNATURE         appliedenergistics2-forge-12.9.9.jar              |Applied Energistics 2         |ae2                           |12.9.9              |DONE      |Manifest: NOSIGNATURE         BuildingWands-mc1.19.2-2.6.9-release.jar          |Building Wands                |wands                         |2.6.9-release       |DONE      |Manifest: NOSIGNATURE         another_furniture-forge-1.19.2-2.1.4.jar          |Another Furniture             |another_furniture             |1.19.2-2.1.4        |DONE      |Manifest: NOSIGNATURE         spectrelib-forge-0.12.8+1.19.2.jar                |SpectreLib                    |spectrelib                    |0.12.8+1.19.2       |DONE      |Manifest: NOSIGNATURE         NethersDelight-1.19-3.1.jar                       |Nether's Delight              |nethersdelight                |1.19-3.1            |DONE      |Manifest: NOSIGNATURE         betterfpsdist-1.19.2-4.1.jar                      |betterfpsdist mod             |betterfpsdist                 |1.19.2-4.1          |DONE      |Manifest: NOSIGNATURE         kffmod-3.12.0.jar                                 |Kotlin For Forge              |kotlinforforge                |3.12.0              |DONE      |Manifest: NOSIGNATURE         FarmersRespite-1.19-2.0.jar                       |Farmer's Respite              |farmersrespite                |1.19-2.0            |DONE      |Manifest: NOSIGNATURE         flywheel-forge-1.19.2-0.6.10-20.jar               |Flywheel                      |flywheel                      |0.6.10-20           |DONE      |Manifest: NOSIGNATURE         alloyed-1.19.2-v1.5a.jar                          |Create: Alloyed               |alloyed                       |1.19.2              |DONE      |Manifest: NOSIGNATURE         create-1.19.2-0.5.1.f.jar                         |Create                        |create                        |0.5.1.f             |DONE      |Manifest: NOSIGNATURE         ponderjs-1.19.2-1.2.0.jar                         |PonderJS                      |ponderjs                      |1.2.0               |DONE      |Manifest: NOSIGNATURE         mutil-1.19.2-5.2.0.jar                            |mutil                         |mutil                         |5.2.0               |DONE      |Manifest: NOSIGNATURE         JAOPCA-1.19.2-4.2.12.30.jar                       |JAOPCA                        |jaopca                        |4.2.12.30           |DONE      |Manifest: NOSIGNATURE         gravestone-forge-1.19.2-1.0.15.jar                |Gravestone Mod                |gravestone                    |1.19.2-1.0.15       |DONE      |Manifest: NOSIGNATURE         create-stuff-additions1.19.2_v2.0.4a.jar          |Create Stuff & Additions      |create_sa                     |2.0.4.              |DONE      |Manifest: NOSIGNATURE         polymorph-forge-0.46.6+1.19.2.jar                 |Polymorph                     |polymorph                     |0.46.6+1.19.2       |DONE      |Manifest: NOSIGNATURE         polyeng-forge-0.1.1-1.19.2.jar                    |Polymorphic Energistics       |polyeng                       |0.1.1-1.19.2        |DONE      |Manifest: NOSIGNATURE         JustEnoughProfessions-forge-1.19.2-2.0.2.jar      |Just Enough Professions (JEP) |justenoughprofessions         |2.0.2               |DONE      |Manifest: NOSIGNATURE         AutoRegLib-1.8.2-55.jar                           |AutoRegLib                    |autoreglib                    |1.8.2-55            |DONE      |Manifest: NOSIGNATURE         [1.19.2] SecurityCraft v1.9.6.1.jar               |SecurityCraft                 |securitycraft                 |1.9.6.1             |DONE      |Manifest: NOSIGNATURE         FluxNetworks-1.19.2-7.1.4.13.jar                  |Flux Networks                 |fluxnetworks                  |7.1.4.13            |DONE      |Manifest: NOSIGNATURE         entityculling-forge-1.6.1-mc1.19.2.jar            |EntityCulling                 |entityculling                 |1.6.1               |DONE      |Manifest: NOSIGNATURE         canary-mc1.19.2-0.3.3.jar                         |Canary                        |canary                        |0.3.3               |DONE      |Manifest: NOSIGNATURE         multitools-1.19.2-v0.2-forge.jar                  |Bog's Multi-Tools             |multitools                    |1.0.0               |DONE      |Manifest: NOSIGNATURE         fancymenu_forge_3.2.3_MC_1.19.2.jar               |FancyMenu                     |fancymenu                     |3.2.3               |DONE      |Manifest: NOSIGNATURE         kubejs-create-forge-1902.2.4-build.36.jar         |KubeJS Create                 |kubejs_create                 |1902.2.4-build.36   |DONE      |Manifest: NOSIGNATURE         oceansdelight-1.0.2-1.19.2.jar                    |Ocean's Delight               |oceansdelight                 |1.0.2-1.19.2        |DONE      |Manifest: NOSIGNATURE         appleskin-forge-mc1.19-2.4.2.jar                  |AppleSkin                     |appleskin                     |2.4.2+mc1.19        |DONE      |Manifest: NOSIGNATURE         lootr-forge-1.19-0.4.28.72.jar                    |Lootr                         |lootr                         |0.4.28.72           |DONE      |Manifest: NOSIGNATURE         Quark-3.4-418.jar                                 |Quark                         |quark                         |3.4-418             |DONE      |Manifest: NOSIGNATURE         PuzzlesLib-v4.4.3-1.19.2-Forge.jar                |Puzzles Lib                   |puzzleslib                    |4.4.3               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.1.6.jar  |Oh The Biomes You'll Go       |byg                           |2.0.1.6             |ERROR     |Manifest: NOSIGNATURE         geckolib-forge-1.19-3.1.40.jar                    |GeckoLib                      |geckolib3                     |3.1.40              |DONE      |Manifest: NOSIGNATURE         CorgiLib-forge-1.19.2-1.0.0.34.jar                |CorgiLib                      |corgilib                      |1.0.0.34            |DONE      |Manifest: NOSIGNATURE         refinedstorageaddons-0.9.0.jar                    |Refined Storage Addons        |refinedstorageaddons          |0.9.0               |DONE      |Manifest: NOSIGNATURE         refinedpolymorph-0.1.1-1.19.2.jar                 |Refined Polymorphism          |refinedpolymorph              |0.1.1-1.19.2        |DONE      |Manifest: NOSIGNATURE         textrues_embeddium_options-0.1.1+mc1.19.2.jar     |TexTrue's Embeddium Options   |textrues_embeddium_options    |0.1.1+mc1.19.2      |DONE      |Manifest: NOSIGNATURE         Delightful-1.19.2-3.4.1.jar                       |Delightful                    |delightful                    |3.4.1               |DONE      |Manifest: NOSIGNATURE         CosmeticArmorReworked-1.19.2-v1a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.19.2-v1a          |DONE      |Manifest: 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         expandability-forge-7.0.0.jar                     |ExpandAbility                 |expandability                 |7.0.0               |DONE      |Manifest: NOSIGNATURE         create_enchantment_industry-1.19.2-for-create-0.5.|Create Enchantment Industry   |create_enchantment_industry   |1.2.9.e             |DONE      |Manifest: NOSIGNATURE         createaddition-1.19.2-1.2.3.jar                   |Create Crafts & Additions     |createaddition                |1.19.2-1.2.3        |DONE      |Manifest: NOSIGNATURE         ad_astra-forge-1.19.2-1.12.7.jar                  |Ad Astra                      |ad_astra                      |1.12.7              |DONE      |Manifest: NOSIGNATURE         Ad-Astra-Giselle-Addon-forge-1.19.2-1.21.jar      |Ad Astra: Giselle Addon       |ad_astra_giselle_addon        |1.21                |DONE      |Manifest: NOSIGNATURE     Crash Report UUID: bdf64fc2-67e5-4d70-9889-41b9a7a95afb     FML: 43.4     Forge: net.minecraftforge:43.4.2     Flywheel Backend: GL33 Instanced Arrays Latest Log https://drive.google.com/file/d/1ZjVSxXopAsf5hYEV2DpfsR199w1iVY13/view?usp=sharing @TileEntity I will also stop making changes as the modpack is how I want it so now can you please help me
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

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