Jump to content

Dont know if this has been done


FURTRUEMAZZ

Recommended Posts

So I have been having this issue lately with the minecraft forger thing, when ever I download a version above 1.12 this thumbnail is blank. I have Java installed but whenever I try to open forge with java it would ask me if I'm administrator then once i hit yes it will say. "Unable to install Java" "Java Installation not complete" Does anyone know any fixes to this?

Link to comment
Share on other sites

Where did you download Forge from? Please provide a url.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Join the conversation

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

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • 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

×
×
  • Create New...

Important Information

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