Leaderboard
-
TileEntity
Superhelper88Points4462Posts -
Paint_Ninja
Community Manager16Points804Posts -
Ugdhar
Moderators11Points2794Posts -
LexManos
Forge Code God6Points9283Posts
Popular Content
Showing content with the highest reputation since 09/28/24 in all areas
-
Rules and Frequently Asked Questions (FAQ)
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.21.8, 1.21.5, 1.21.4, 1.21.3, 1.21.1, 1.20.6, 1.20.4 and 1.20.1 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 Piracy (aka "cracked launchers") and cheats (aka "PvP clients", "x-ray mods", etc...) are strictly forbidden here. When you need help, please always make a new thread. Do not post in old support threads. 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 CurseForge app MultiMC/PolyMC/Prism launcher Where can I find the installer log? 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 CurseForge app What version of Java do I need? | Minecraft version | Forge version | Java version | |-------------------|---------------|--------------| | 1.20.6 or newer | 50.x or newer | 21 | | 1.18 - 1.20.4 | 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 macOS Linux How do I install the Forge client to the official Minecraft Launcher? How do I install the Forge server? Where can I find the forge.jar to start my server? Forge immediately crashes on launch without any mods installed, how do I fix it? 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? How do I update my drivers?10 points
-
New tiered support policy
4 pointsThis has already been the de-facto standard for quite a while now, but figured it would be a good idea to properly formalise it and make it clear for everyone. TL;DR: You can ask and offer support for Forge on any MC version, as long as you're not demanding it from staff and can accept that older versions may receive less attention due to people moving on to newer, shinier things. Tiered support policy There are now essentially three tiers of support: full, legacy and minimal. Full support This tier has dedicated channels for help on the Discord, gets priority for documentation, new features and bugfixes, and is generally considered the main focus for Forge development and support. Triage actively ports and backports things as needed for versions within this tier where time allows. The MC versions covered by this follows the existing "LTS" system. In other words, the latest MC version and select versions before it are covered by this tier. We recommend people consider using the newest version possible, as it's likely to be fully supported for longer. Exact versions covered under the full support tier can be found near the top of the FAQ. Legacy support This tier is for older versions of MC that are no longer covered by the full support tier. This tier gets less attention, but is still supported to some extent. To be clear, this is not a "no support" tier, but it is not the main focus. You're welcome to ask for help, submit PRs and help out, but please be aware that you may not get a response as quickly as these versions are generally not as popular anymore and may not have as many people around to help. Staff may still choose to work on these legacy versions and help people, but please don't demand it from them. Please note that due to the nature of the old toolchains used for building legacy versions, developing mods using the default MDK may not work. We also cannot easily publish updates to some of these old versions without your help - if you're interested in fixing this, please reach out to us. Minimal support This is rare and usually only applies to versions of MC where there's no legitimate reason to be using them. A real-world example of this is 1.20.3, which had a data loss bug that was fixed in 1.20.4 shortly after. All mods made for 1.20.3 work on 1.20.4, so there's no reason to use 1.20.3. We will help you update to the fixed version instead, but that's about it.4 points
-
New tiered support policy
3 pointsHello! I think what you made is awesome! Sadly, I do not have discord. But I hope we can become great friends later on! Have a blessed weekend!3 points
-
New Forum Design/Update: Issues and Suggestions
Unfortunately, it seems that Invision has decided that everything is locked down and no longer customizable. Their attitude to anyone who wants to edit anything is 'Just accept it we know best and screw you for even insinuating that you want to customize your own site' So there isn't much we can do about the layout of actual features. Best bet for the editor is that psudo markdown works, so typing ` around words make code blocks. Only options is to start writing bespoke modifications to the forum's php code itself, which I really don't want to do. I would of stayed on v4 but the version of PHP that it supports is going EOL and Invision has stated they have no intentions of upgrading it. They also removed the central community for finding plugins/community addons. Overall it is my feeling that they are intentionally trying to kill off self-hosting communities by removing features and locking things down, in an effort to force everyone into using their paid hosting services. My HOPE is that someone in the overall forum community will write an exporter for Invision to something like SMF. Which is what we were originally on before old team members decided enterprise software is better.2 points
-
Forge Smithing
2 pointsFor some reason I can't place anything inside smithing table on forge 1.20.1, it doesn't show up as a recipe for netherite either in the JEI menu.2 points
-
[SOLVED][1.21.8 | Forge 58.0.5] How to cancel InputEvent.MouseScrollingEvent?
Forge for 1.21.6 and newer uses EventBus 7, which is a major rewrite. You can read the migration guide here, this explains how to cancel events.2 points
-
Responses seem slow...
2 pointsHonestly, the forums are a back burner thing. Not many people use it. Best option is discord. I know that I haven't looked at the forums for more then admin tasks in quite a while. You're also best off not following tutorials which give you code. Knowing programming and reading the MC/Forge code yourself would be the best way to go.2 points
-
New to the entire minecraft modding scene
I myself am quite new to the modding scene, I started modding in February but have been in development hell a lot and have struggled to focus on one mod though I have been developing the current mod I've been working on since September and have made a lot of progress; during this time I have found a lot of helpful resources and have learnt a lot of things. 1. You can, I have had no Java experience previously and since modding have managed to be quite knowledgeable in Java. 2. Modding does not require massive teams, I and many others work alone, though having a team is certainly helpful in the modding process to get things done in a quicker and more organised way. 3. I absolutely have to recommend ModdingByKaupenjoe, he makes loads of tutorials for Minecraft from 1.16.5 and above with support for Forge, Fabric, and as of his 1.21 tutorials, Neoforge. These tutorials are really well made, covering almost every modding topic, (such as items, blocks, mobs, worldgen, etc.) and are pretty easy to follow, and Kaupenjoe always leaves the link to his GitHub repositories where you can view the code of that tutorial at your own pace as well as linking textures in the description of his videos for you to use. These forums are also quite good if you need help, though I have found that it sometimes takes a little while for a response but it is always worth the wait; from my experience the people on these forums have always been kind and helpful. There are also user-submitted tutorials that may be helpful as well. Using GitHub to search up a certain class that you are wanting to use in your mod is also quite helpful, the video I have linked goes into more detail. I would also recommend planning out your mod before you make it to have a clearer idea of how you want your mod to be, including sketches and annotations are also a good idea for this. It has helped me make progress a lot quicker when programming as I already know how I want things to look/act. I hope all this information helps!2 points
-
New Mod Idea or If there's an existing tell me
Ive thought of something like this myself a while ago. Maybe it's something I could take on.2 points
-
Trying to boot MC Eternal 2 Server, works on linux not on Windows 11: Jvm args error
That fixed it! it's still being weird and not actually printing anything to CMD but the logs look fine and eventually the gui generated looking normal. Thanks for your help I've done that on linux before but windows servers have always just worked with one click for some reason for me1 point
-
Minecraft Server crash
1 pointThe crash points to moonlight lib - try other builds or make a test without this mod and the mods requiring it1 point
-
i need help to create my modpack
1 pointit work now i just put vinery in 1.4.39 and it work's thanks for the help1 point
-
"Errors in currently selected datapacks prevented world from loading" message
Update the AMD drivers: https://www.amd.com/en/support/downloads/previous-drivers.html/graphics/radeon-600-500-400/radeon-rx-500-series/radeon-rx-560.html1 point
-
Struggling with modpack
1 point
-
Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode
It was called dark water connector a deep sea creature mod.1 point
-
game keeps crashing while loading mods "Description: Rendering overlay"
thank you for the help, i deleted yungscavebiomes and now it works1 point
-
What to do here with the error: java.lang.IllegalArgumentException: bound must be positive
This worked, thank you for the info, i am very appreciative1 point
-
Help me with registries
1 pointWhen you name a method like that, with no return value, it is a constructor. The constructor must have the same name as the class it constructs, in this case, ModItems. I would strongly advise reading up on some basic Java tutorials, because you will definitely be running into a lot more issues as you go along without the basics. *I should also add that the Forge documentation is a reference, not a tutorial. Even following tutorials, you should know Java basics, otherwise the smallest of mistakes will trip you up as you copy someone elses code.1 point
-
Oculus giving exit code 1
1 point
-
MY GAME CRASHES WHEN LOADING A SPECIFIC WORLD
1 point
-
My game keeps crashing while loading epic fight mod and some addons for it
Thank you, i Replaced epic fight and its addons now the game loaded successfully, now i will try to play with it to see if it is gonna crash1 point
-
Need help with figuring what mod is doing this to my game.
Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here1 point
-
I need help trying to fix what is not allowing me to add Valkyrien skies and clockwork to my modded server with around 100 mods
It seems to work. Thank you very much!1 point
-
Forge 1.16.5 doesn't seem to be working over a LAN connection.
I installed forge 1.16.5 -36.1.24 and and attempted to open a single player world to LAN to play with others on my network. The world seems to open to LAN fine, however, when I attempt to connect to the world from a second pc it does not seem to find the world. I then tried to direct connect but to no success, I received a connection timed out error. I then tested opening the world to LAN in vanilla and it worked and I could connect fine from the second pc. next I thought perhaps if I made a server on the host pc and connected to that from all other pc on the LAN it may work, however, once again this did not work. I have checked all firewalls, All pc's are connected to the same router via WIFI. This seems to be a problem with forge as LAN works well with vanilla Minecraft.1 point
-
Game crashing as soon as I launch it (error code: 1)
1 point
-
I'm making my first moded server with a bunch of mods, it won't work and I don't know why. Help
1 pointI'll admit I mostly read the rules and only glided through the FAQ. But thanks to you to guys it now works. I just had to install the right version of JAVA and get rid of a few mods that were only supposed to be for the client version and it worked. Thanks1 point
-
Modpack crashes with: The game crashed: rendering overlay Error: java.lang.RuntimeException: null
1 pointI fixed it thanks for the help1 point
-
Server crashed the description says Accessing LegacyRandomSource from multiple threads
Thank you! Ended up finding out the issue was with pehkui1 point
-
possibly client or conflicting mods? HELP PLS
Hi again! your initial fix ""C:\Program Files\Java\jdk-17\bin\javaw.exe" -Xmx4G -jar server.jar pause " was exactly what I needed I just am very technologically unaware so I had my friend help me with your instructions. literally just had to go into the bat file on my modded server and set it up like you said. thank you so much for your help have a wonderful weekend!1 point
-
Custom Modpack crashing upon "WorldLoader" load screen
Issue was TerraFrimaCraft, I went through each mod one by one disabling them. Thanks for trying to help though!1 point
-
Various bugs with Vic's Point Blank
NEVERMIND, I removed 2 mods (Flan's and Create love & war) and now all's good!!! Thank you for helping, dude! ur amazing1 point
-
Minecraft mouseClicked event handler java.lang.IllegalStateException: Failed to load registries due to above errors
wow it works! Thank you so much!1 point
-
Exception in server tick loop. Crash error from ATM9
Add crash-reports with sites like https://mclo.gs/ Update CyclopsCore to this build: https://www.curseforge.com/minecraft/mc-mods/cyclops-core/files/61994461 point
-
Forge 54.1.1 Missing Textures please help
Minecraft 1.21.4 requires a new model definition file for each item, which you don't have. These can be created through Data Generation, specifically the ModelProvider, BlockModelGenerators and ItemModelGenerators classes.1 point
-
Can't join friends server, NullPointerException
1 point
-
I'm having trouble with server crashing when starting.
1 point
-
Headless RLCraft Server on Debian 12 Issues
1 point
-
Minecraft forge 1.12.2 does not load
Rechiseled is not working - there is an issue with the supermartijn mods Maybe you will need older builds of these There are several 1.12.2 builds: https://www.curseforge.com/minecraft/mc-mods/supermartijn642s-config-lib/files/all?page=1&pageSize=20&version=1.12.2&gameVersionTypeId=1 and https://www.curseforge.com/minecraft/mc-mods/supermartijn642s-core-lib/files/all?page=1&pageSize=20&version=1.12.2&gameVersionTypeId=11 point
-
exception in server tick loop error
thanks a lot bro i knew i shouldve gone on the actual website instead of the discord1 point
-
Playing Better MC (Forge) BMC4 v34 HF - Error when loading into world
I attempted to use a waystone while playing to go back home. When it attempted to load the chunks at the new destination this error occurred. The error is now occurring every time i attempt to load into the world. Below is the full error log. ---- Minecraft Crash Report ---- // Hi. I'm Connector, and I'm a crashaholic ========================= SINYTRA CONNECTOR IS PRESENT! Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker found at https://github.com/Sinytra/Connector/issues. ========================= // This modpack was created by Lunapixel Studios. To resolve this crash, please join discord.gg/lunapixel and read the #get-support Discord channel. Time: 2024-11-19 18:55:43 Description: Encountered exception while building chunk meshes java.lang.IllegalArgumentException: Cannot get property null as it does not exist in Block{minecraft:glass_pane} at net.minecraft.world.level.block.state.StateHolder.m_61143_(StateHolder.java:98) ~[client-1.20.1-20230612.114412-srg.jar%23758!/:?] {re:computing_frames,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A,re:classloading,pl:mixin:APP:ferritecore.fastmap.mixin.json:FastMapStateHolderMixin from mod ferritecore,pl:mixin:A,pl:connector_pre_launch:A} at net.minecraft.world.level.block.IronBarsBlock.m_6104_(IronBarsBlock.java:70) ~[client-1.20.1-20230612.114412-srg.jar%23758!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blue_skies.mixins.json:IronBarsBlockMixin from mod blue_skies,pl:mixin:APP:quark.mixins.json:IronBarsBlockMixin from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:IronBarsBlockMixin from mod supplementaries,pl:mixin:A,pl:connector_pre_launch:A} at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60719_(BlockBehaviour.java:668) ~[client-1.20.1-20230612.114412-srg.jar%23758!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.BlockStateBaseMixin from mod modernfix,pl:mixin:APP:mixins.oculus.json:MixinBlockStateBehavior from mod oculus,pl:mixin:APP:modernfix-common.mixins.json:perf.reduce_blockstate_cache_rebuilds.BlockStateBaseMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.BlockStateBaseMixin from mod modernfix,pl:mixin:APP:snowrealmagic.mixins.json:BlockStateMixin from mod snowrealmagic,pl:mixin:APP:lithium.mixins.json:ai.pathing.AbstractBlockStateMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.AbstractBlockStateMixin from mod radium,pl:mixin:APP:galosphere.mixins.json:BlockStateBaseMixin from mod galosphere,pl:mixin:APP:ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore,pl:mixin:APP:sereneseasons.mixins.json:MixinBlockStateBase from mod sereneseasons,pl:mixin:APP:twigs.mixins.json:BlockStateBaseMixin from mod twigs,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin from mod supplementaries,pl:mixin:A,pl:connector_pre_launch:A} at me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockOcclusionCache.shouldDrawSide(BlockOcclusionCache.java:44) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:classloading} at me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer.isFaceVisible(BlockRenderer.java:198) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:classloading} at me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer.renderModel(BlockRenderer.java:171) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:classloading} at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:139) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask from mod oculus,pl:mixin:APP:mixins.oculus.compat.sodium.json:shader_overrides.MixinChunkBuilderMeshingTask from mod oculus,pl:mixin:A} at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:51) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask from mod oculus,pl:mixin:APP:mixins.oculus.compat.sodium.json:shader_overrides.MixinChunkBuilderMeshingTask from mod oculus,pl:mixin:A} at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:44) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:computing_frames,re:classloading} at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:226) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:classloading} 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: Render thread Suspected Mod: Xenon (xenon), Version: 0.3.31 at TRANSFORMER/[email protected]/me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockOcclusionCache.shouldDrawSide(BlockOcclusionCache.java:44) Stacktrace: at net.minecraft.world.level.block.state.StateHolder.m_61143_(StateHolder.java:98) ~[client-1.20.1-20230612.114412-srg.jar%23758!/:?] {re:computing_frames,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A,re:classloading,pl:mixin:APP:ferritecore.fastmap.mixin.json:FastMapStateHolderMixin from mod ferritecore,pl:mixin:A,pl:connector_pre_launch:A} at net.minecraft.world.level.block.IronBarsBlock.m_6104_(IronBarsBlock.java:70) ~[client-1.20.1-20230612.114412-srg.jar%23758!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blue_skies.mixins.json:IronBarsBlockMixin from mod blue_skies,pl:mixin:APP:quark.mixins.json:IronBarsBlockMixin from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:IronBarsBlockMixin from mod supplementaries,pl:mixin:A,pl:connector_pre_launch:A} at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60719_(BlockBehaviour.java:668) ~[client-1.20.1-20230612.114412-srg.jar%23758!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.BlockStateBaseMixin from mod modernfix,pl:mixin:APP:mixins.oculus.json:MixinBlockStateBehavior from mod oculus,pl:mixin:APP:modernfix-common.mixins.json:perf.reduce_blockstate_cache_rebuilds.BlockStateBaseMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.BlockStateBaseMixin from mod modernfix,pl:mixin:APP:snowrealmagic.mixins.json:BlockStateMixin from mod snowrealmagic,pl:mixin:APP:lithium.mixins.json:ai.pathing.AbstractBlockStateMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.AbstractBlockStateMixin from mod radium,pl:mixin:APP:galosphere.mixins.json:BlockStateBaseMixin from mod galosphere,pl:mixin:APP:ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore,pl:mixin:APP:sereneseasons.mixins.json:MixinBlockStateBase from mod sereneseasons,pl:mixin:APP:twigs.mixins.json:BlockStateBaseMixin from mod twigs,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin from mod supplementaries,pl:mixin:A,pl:connector_pre_launch:A} at me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockOcclusionCache.shouldDrawSide(BlockOcclusionCache.java:44) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:classloading} at me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer.isFaceVisible(BlockRenderer.java:198) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:classloading} at me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer.renderModel(BlockRenderer.java:171) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:classloading} -- Block being rendered -- Details: Block: Block{minecraft:glass_pane}[east=true,north=false,south=false,waterlogged=false,west=true] Block location: World: (10,142,-1701), Section: (at 10,14,11 in 0,8,-107; chunk contains blocks 0,-64,-1712 to 15,319,-1697), Region: (0,-4; contains chunks 0,-128 to 31,-97, blocks 0,-64,-2048 to 511,319,-1537) Chunk section: RenderSection at chunk (0, 8, -107) from (0, 128, -1712) to (15, 143, -1697) Render context volume: BoundingBox{minX=-2, minY=126, minZ=-1714, maxX=17, maxY=145, maxZ=-1695} Stacktrace: at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:139) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask from mod oculus,pl:mixin:APP:mixins.oculus.compat.sodium.json:shader_overrides.MixinChunkBuilderMeshingTask from mod oculus,pl:mixin:A} at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:51) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask from mod oculus,pl:mixin:APP:mixins.oculus.compat.sodium.json:shader_overrides.MixinChunkBuilderMeshingTask from mod oculus,pl:mixin:A} at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:44) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:computing_frames,re:classloading} at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:226) ~[xenon-0.3.31+mc1.20.1.jar%23742!/:?] {re:classloading} at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin} -- Affected level -- Details: All players: 1 total; [LocalPlayer['TrippyDooDaa'/19, l='ClientLevel', x=15.50, y=149.00, z=-1696.50]] Chunk stats: 277, 277 Level dimension: minecraft:overworld Level spawn location: World: (64,64,0), Section: (at 0,0,0 in 4,4,0; chunk contains blocks 64,-64,0 to 79,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 751222 game time, 113230 day time Server brand: forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:455) ~[client-1.20.1-20230612.114412-srg.jar%23758!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_clientlevel,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_clientlevel,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,pl:mixin:APP:xenon.mixins.json:features.render.world.ClientLevelMixin from mod xenon,pl:mixin:APP:krypton.mixins.json:client.fastchunkentityaccess.ClientWorldMixin from mod krypton,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ClientWorldMixin from mod radium,pl:mixin:APP:galosphere.mixins.json:client.ClientLevelMixin from mod galosphere,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel from mod oculus,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin from mod entityculling,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin from mod blue_skies,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin from mod citadel,pl:mixin:APP:bclib.mixins.client.json:ClientLevelMixin from mod bclib,pl:mixin:APP:mixins.sodiumdynamiclights.json:ClientLevelMixin from mod sodiumdynamiclights,pl:mixin:APP:architectury.mixins.json:MixinClientLevel from mod architectury,pl:mixin:APP:fabric-lifecycle-events-v1.client.mixins.json:ClientWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:yungscavebiomes.mixins.json:lost_caves.client.ClientLevelMixin from mod yungscavebiomes,pl:mixin:APP:farsight.mixins.json:ClientWorldMixin from mod farsight_view,pl:mixin:APP:blueprint.mixins.json:client.ClientLevelMixin from mod blueprint,pl:mixin:APP:supplementaries-common.mixins.json:ClientLevelMixin from mod supplementaries,pl:mixin:APP:sound_physics_remastered.mixins.json:ClientLevelMixin from mod (unknown),pl:mixin:APP:xenon.mixins.json:core.world.biome.ClientWorldMixin from mod xenon,pl:mixin:APP:xenon.mixins.json:core.world.map.ClientWorldMixin from mod xenon,pl:mixin:APP:forge-badoptimizations.mixins.json:tick.MixinClientWorld from mod (unknown),pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2319) ~[client-1.20.1-20230612.114412-srg.jar%23758!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:735) ~[client-1.20.1-20230612.114412-srg.jar%23758!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[forge-47.3.11.jar:?] {re:classloading,pl:connector_pre_launch:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.11.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.11.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.11.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla, mod_resources, resource/overrides_pack, fabric, Moonlight Mods Dynamic Assets, aether-redux-2.0.18-1.20.1-neoforge.jar:packs/resource/redux_tips, builtin/overrides/golden_swet_ball/DAGoldenSwetBallFixClient, file/Stay_True_1.20.zip, netherexp:jne_retextures, file/Mandalas_Legacy_Gui_Background.zip, file/Mandala's GUI Vanilla Crosshair.zip, file/Created Simple Storage 1.3.zip, file/waystones_1.20.zip, file/Aether Regenerated v1.2.1.zip, file/Icon Xaero's 1.2 HF.zip, file/Better_Modded_GUI.zip, file/NoBushyLeaves.zip, diagonalblocks:default_block_models -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 11 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1440797016 bytes (1374 MiB) / 7499415552 bytes (7152 MiB) up to 10586423296 bytes (10096 MiB) CPUs: 16 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 7 7800X3D 8-Core Processor Identifier: AuthenticAMD Family 25 Model 97 Stepping 2 Microarchitecture: Zen 3 Frequency (GHz): 4.19 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: NVIDIA GeForce RTX 4070 Ti SUPER Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x2705 Graphics card #0 versionInfo: DriverVersion=32.0.15.6614 Graphics card #1 name: AMD Radeon(TM) Graphics Graphics card #1 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #1 VRAM (MB): 512.00 Graphics card #1 deviceId: 0x164e Graphics card #1 versionInfo: DriverVersion=31.0.24033.1003 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 4.80 Memory slot #0 type: Unknown Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 4.80 Memory slot #1 type: Unknown Virtual memory max (MB): 62687.55 Virtual memory used (MB): 31295.92 Swap memory total (MB): 30720.00 Swap memory used (MB): 105.12 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10096m -Xms256m Loaded Shaderpack: (off) Launched Version: forge-47.3.11 Backend library: LWJGL version 3.3.1 build 7 Backend API: NVIDIA GeForce RTX 4070 Ti SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 566.14, NVIDIA Corporation Window size: 2560x1440 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge' Type: Integrated Server (map_client.txt) Graphics mode: fancy Resource Packs: vanilla, mod_resources, builtin/resource/overrides_pack, fabric, Moonlight Mods Dynamic Assets, builtin/resource/redux_tips, builtin/overrides/golden_swet_ball/DAGoldenSwetBallFixClient, file/Stay_True_1.20.zip, netherexp:jne_retextures, file/Mandalas_Legacy_Gui_Background.zip, file/Mandala's GUI Vanilla Crosshair.zip, file/Created Simple Storage 1.3.zip, file/waystones_1.20.zip, file/Aether Regenerated v1.2.1.zip, file/Icon Xaero's 1.2 HF.zip, file/Better_Modded_GUI.zip, file/NoBushyLeaves.zip Current Language: en_us CPU: 16x AMD Ryzen 7 7800X3D 8-Core Processor Server Running: true Player Count: 1 / 8; [ServerPlayer['TrippyDooDaa'/19, l='ServerLevel[My World]', x=15.50, y=149.00, z=-1696.50]] Data Packs: vanilla, mod:betterdungeons, mod:openpartiesandclaims (incompatible), mod:connectorextras_kubejs_bridge, mod:fabric_rendering_fluids_v1, mod:fabric_models_v0, mod:stonycliffs (incompatible), mod:noreportbutton (incompatible), mod:modernfix (incompatible), mod:fabric_command_api_v1, mod:autochefsdelight (incompatible), mod:fabric_block_view_api_v2, mod:fabric_command_api_v2, mod:yungsapi, mod:connectorextras_rei_bridge, mod:clientcrafting (incompatible), mod:kambrik (incompatible), mod:pickupnotifier, mod:snowrealmagic (incompatible), mod:whatareyouvotingfor, mod:betterfortresses, mod:cloth_config (incompatible), mod:sawmill (incompatible), mod:revampedwolf (incompatible), mod:structure_gel, mod:explorations, mod:corpse, mod:handcrafted (incompatible), mod:repurposed_structures, mod:bcc (incompatible), mod:transparent, mod:highlighter (incompatible), mod:spark (incompatible), mod:philipsruins (incompatible), mod:advancednetherite, mod:noisium, mod:yungsmenutweaks, mod:cumulus_menus, mod:netherchested, mod:flib, mod:betterendisland, mod:fabric_rendering_data_attachment_v1, mod:nitrogen_internals, mod:fallingtree (incompatible), mod:krypton (incompatible), mod:l2library (incompatible), mod:bettermodsbutton, mod:nebs (incompatible), mod:betterjungletemples, mod:fabric_client_tags_api_v1, mod:radium, mod:kiwi (incompatible), mod:visualworkbench, mod:fabric_screen_handler_api_v1, mod:goblintraders (incompatible), mod:caelus (incompatible), mod:paxi, mod:fastasyncworldsave (incompatible), mod:epherolib (incompatible), mod:aaa_particles (incompatible), mod:snowundertrees, mod:fabric_particles_v1, mod:dungeons_arise, mod:hearths (incompatible), mod:smoothchunk (incompatible), mod:terrablender, mod:longerchathistory (incompatible), mod:forgeconfigscreens, mod:necronomicon, mod:justenoughbreeding, mod:luna (incompatible), mod:fabric_block_api_v1, mod:fabric_resource_conditions_api_v1, mod:fastpaintings (incompatible), mod:forgeconfigapiport, mod:betterfpsdist (incompatible), mod:paintings (incompatible), mod:dtkupd, mod:notenoughanimations, mod:justenoughprofessions, mod:fabric_registry_sync_v0, mod:immediatelyfast (incompatible), mod:structory_towers, mod:palegarden, mod:fabric_object_builder_api_v1, mod:fabric_message_api_v1, mod:euphoria_patcher, mod:aether_enhanced_extinguishing (incompatible), mod:kuma_api (incompatible), mod:fabric_renderer_api_v1, mod:fabric_item_api_v1, mod:illagerinvasion, mod:galosphere (incompatible), mod:betteroceanmonuments, mod:dimensionalsycnfixes (incompatible), mod:tipsmod (incompatible), mod:gpumemleakfix (incompatible), mod:structureessentials (incompatible), mod:villagernames, mod:lootintegrations (incompatible), mod:bookshelf, mod:blueprintfix, mod:takesapillage (incompatible), mod:bygonenether (incompatible), mod:carryon (incompatible), mod:sodiumoptionsapi, mod:melody (incompatible), mod:shieldexp (incompatible), mod:fabric_api, mod:connectorextras_modmenu_bridge, mod:konkrete (incompatible), mod:diagonalblocks, mod:chipped (incompatible), mod:entity_model_features (incompatible), mod:entity_texture_features (incompatible), mod:fastipping (incompatible), mod:fabric_api_lookup_api_v1, mod:boatiview (incompatible), mod:longnbtkiller (incompatible), mod:lionfishapi (incompatible), mod:modpackupdatechecker, mod:connectorextras_architectury_bridge, mod:memorysettings (incompatible), mod:cataclysm (incompatible), mod:elevatorid, mod:connectormod, mod:aether_protect_your_moa, mod:twilightdelight (incompatible), mod:serverbrowser (incompatible), mod:cupboard (incompatible), mod:cherishedworlds (incompatible), mod:framework, mod:inventorymanagement, mod:fabric_key_binding_api_v1, mod:betteradvancements (incompatible), mod:fabric_transfer_api_v1, mod:betterend_crashed_ships, mod:easymagic, mod:ash_api, mod:connectorextras_pehkui_bridge, mod:conjurer_illager (incompatible), mod:fabric_resource_loader_v0, mod:hearth_and_home (incompatible), mod:clumps (incompatible), mod:spawners_plus, mod:storagenetwork, mod:decorative_blocks, mod:everycomp (incompatible), mod:azurelib, mod:connectorextras_energy_bridge, mod:watut, mod:skinlayers3d, mod:raided, mod:friendsandfoes (incompatible), mod:fabric_blockrenderlayer_v1, mod:amecsapi, mod:another_furniture (incompatible), mod:citresewn (incompatible), mod:mes (incompatible), mod:diagonalfences, mod:fabric_biome_api_v1, mod:fancymenu (incompatible), mod:ferritecore (incompatible), mod:justzoom (incompatible), mod:charmofundying (incompatible), mod:badoptimizations (incompatible), mod:overflowingbars, mod:mpuc_lavendermd, mod:easyanvils, mod:xenon, mod:oculus, mod:grassoverhaul (incompatible), mod:betternether, mod:stalwart_dungeons, mod:sound_physics_remastered (incompatible), mod:featurerecycler, mod:fabric_convention_tags_v1, mod:villagersplus (incompatible), mod:resourcepackoverrides, mod:guardvillagers (incompatible), mod:balm, mod:fabric_screen_api_v1, mod:jeresources, mod:chat_heads (incompatible), mod:leavesbegone, mod:geophilic, mod:athena, mod:connectorextras_terrablender_bridge, mod:geophilic_reforged (incompatible), mod:lmft (incompatible), mod:fabric_game_rule_api_v1, mod:yungsbridges, mod:servercore (incompatible), mod:curios (incompatible), mod:searchables (incompatible), mod:eldritch_end, mod:fabric_entity_events_v1, mod:ysns (incompatible), mod:sparsestructuresreforged (incompatible), mod:bettermineshafts, mod:veinmining (incompatible), mod:ftbquestsfreezefix, mod:fabric_dimensions_v1, mod:elytraslot (incompatible), mod:mowziesmobs, mod:puzzlesapi, mod:formationsnether, mod:fabric_model_loading_api_v1, mod:jei, mod:lithostitched, mod:stoneworks, mod:fabric_rendering_v1, mod:mr_blossom_blade (incompatible), mod:fabric_renderer_indigo, mod:fallingleaves, mod:naturescompass, mod:smarterfarmers (incompatible), mod:glitchcore (incompatible), mod:biomesoplenty, mod:sereneseasons (incompatible), mod:adorabuild_structures (incompatible), mod:neruina (incompatible), mod:connectorextras_geckolib_fabric_compat, mod:memoryleakfix (incompatible), mod:formations, mod:puzzlesaccessapi, mod:forge, mod:logbegone (incompatible), mod:drippyloadingscreen (incompatible), mod:formationsoverworld, mod:fabric_api_base, mod:mousetweaks, mod:nochatreports (incompatible), mod:mindfuldarkness, mod:spectrelib (incompatible), mod:connectorextras_jei_bridge, mod:kotlinforforge (incompatible), mod:fabric_item_group_api_v1, mod:polymorph (incompatible), mod:zeta (incompatible), mod:entityculling, mod:backpacked (incompatible), mod:xaeroplus (incompatible), mod:xaerominimap (incompatible), mod:continuity, mod:faster_random, mod:mediumcore, mod:oceansdelight (incompatible), mod:fabric_recipe_api_v1, mod:visuality (incompatible), mod:biomemusic (incompatible), mod:puzzleslib, mod:mns (incompatible), mod:fabric_sound_api_v1, mod:chunksending (incompatible), mod:betterend, mod:deuf, mod:xpbook, mod:cristellib (incompatible), mod:blue_skies (incompatible), mod:betterwitchhuts, mod:v_slab_compat (incompatible), mod:netherportalfix, mod:geckolib, mod:recipeessentials (incompatible), mod:aether, mod:lost_aether_content, mod:deep_aether, mod:aeroblender (incompatible), mod:aether_redux, mod:connectivity (incompatible), mod:kleeslabs, mod:xaeroworldmap (incompatible), mod:controlling (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:fabric_data_attachment_api_v1, mod:mixinextras (incompatible), mod:aether_villages, mod:sereneseasonsfix, mod:twigs (incompatible), mod:wunderlib, mod:dragonmounts, mod:dragon_mounts_patches, mod:bclib, mod:fabric_content_registries_v0, mod:twilightforest, mod:sodiumdynamiclights, mod:crashexploitfixer, mod:farmersdelight, mod:farmers_structures, mod:chefsdelight (incompatible), mod:endersdelight, mod:reach_entity_attributes, mod:bountiful (incompatible), mod:patchouli (incompatible), mod:despawn_tweaker (incompatible), mod:collective, mod:ucrashedlol, mod:betterstrongholds, mod:resourcefullib (incompatible), mod:deeperdarker, mod:boatbreakfix (incompatible), mod:architectury (incompatible), mod:sdrp (incompatible), mod:gardens_of_the_dead, mod:netherexp, mod:ftblibrary (incompatible), mod:ftbteams (incompatible), mod:fabric_loot_api_v2, mod:connectorextras, mod:umbral_skies (incompatible), mod:fabric_networking_api_v1, mod:t_and_t (incompatible), mod:crawlondemand (incompatible), mod:wither_spawn_fix, mod:voidtotem (incompatible), mod:fabric_lifecycle_events_v1, mod:tradingpost, mod:bhmenu, mod:villagesandpillages (incompatible), mod:amendments (incompatible), mod:itemfilters (incompatible), mod:ftbquests (incompatible), mod:ftbxmodcompat (incompatible), mod:pingwheel (incompatible), mod:geckoanimfix (incompatible), mod:waystones, mod:extra_compat, mod:structory, mod:yungscavebiomes, mod:comforts (incompatible), mod:fabric_mining_level_api_v1, mod:temporalapi, mod:alternate_current, mod:farsight_view (incompatible), mod:blueprint, mod:pet_cemetery (incompatible), mod:boatload, mod:incubation (incompatible), mod:toofast (incompatible), mod:libertyvillagers (incompatible), mod:cutthrough, mod:fabric_transitive_access_wideners_v1, mod:enchdesc (incompatible), mod:moonlight (incompatible), mod:magnumtorch, mod:mixinsquared (incompatible), mod:jade (incompatible), mod:delightful, mod:nethersdelight, mod:lootintegrations_yungs (incompatible), mod:barteringstation, mod:iceberg (incompatible), mod:quark (incompatible), mod:supplementaries, mod:ascended_quark (incompatible), mod:suppsquared (incompatible), mod:inventoryhud (incompatible), mod:coroutil (incompatible), mod:mvs (incompatible), mod:crabbersdelight, mod:packetfixer (incompatible), mod:connectorextras_emi_bridge, mod:fabric_data_generation_api_v1, mod:fabric_events_interaction_v0, BE_default_endgen_fix_1.20.x.zip, BoP x FD Bark Cutting Compat.zip, Everycomp Generated Pack, LessStructures-SpacingTweaks-1.20.1-2.1.56.zip, Quark x FD Bark Cutting Compat.zip, Repurposed_Structures-Better_Dungeons_v5.zip, Repurposed_Structures-Better_Strongholds_v5.zip, Repurposed_Structures-Better_Witch_Huts_v4.zip, Repurposed_Structures-Bountiful_v3.zip, Repurposed_Structures-Bygone_Nether_v1.zip (incompatible), Repurposed_Structures-Bygone_Nether_v2.zip, Repurposed_Structures-Farmers_Delight_v6.zip, Repurposed_Structures-Friends_And_Foes_v5.zip, Repurposed_Structures-VillagersPlus_v3.zip, Sawmill Sawmill Recipes, Scarecrow_Obliterator.zip, Soul_stone_recipe_bygonenether_datapack.zip, Supplementaries Generated Pack, Suppsquared Generated Pack, T&T Waystone Patch Pack (incompatible), V Slab Compat Generated Pack, WDA-NoFlyingStructures-OWEND-1.18.2-1.20.1.zip (incompatible), WDA-NoFoundries-1.20.1.zip (incompatible), WDA-VanillaLoot-1.18.2-1.19.2-0.0.1.zip (incompatible), backpacked_recipe_fix_datapack.zip, builtin/aether_accessories, builtin/compat_recipes/aether_lost_content_compat, builtin/compat_recipes/aether_redux_compat, builtin/compat_recipes/protect_your_moa_compat, builtin/data/cloudbed, builtin/data/deep_aether_data, builtin/data/dungeon_stone_recipes, builtin/data/dungeon_upgrades/bronze, builtin/data/gravitite_ingot, builtin/data/lost_content_data, builtin/extinguishing_recipe_override, builtin/overrides/golden_swet_ball/DAGoldenSwetBallAetherReduxFixData, comforts_ropenail_fix.zip, end_city_spacing.zip, fabric, formationsoverworldconfig.zip, fulldisable_dtk-update_subs.zip, ichphilipp-s-endcity-better-end-1-18-1.zip (incompatible), lithostitched/breaks_seed_parity, redux_arrow_fix.zip (incompatible), sawmillrecipes.zip (incompatible), mod:constructionwand, builtin/data/redux_noise Enabled Feature Flags: minecraft:vanilla World Generation: Stable Sinytra Connector: 1.0.0-beta.46+1.20.1 SINYTRA CONNECTOR IS PRESENT! Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker. Connector's issue tracker can be found at https://github.com/Sinytra/Connector/issues. Installed Fabric mods: | ================================================== | ============================== | ============================== | ==================== | | inventorymanagement-1.3.1+1.20_mapped_srg_1.20.1.j | Inventory Management | inventorymanagement | 1.3.1 | | betterend-crashed-ships-1.0.0_mapped_srg_1.20.1.ja | BetterEnd Crashed Ships | betterend_crashed_ships | 1.0.0 | | spawnersplus-4.0-1.20.1_mapped_srg_1.20.1.jar | Spawners+ | spawners_plus | 4.0-1.20.1 | | better-nether-9.0.10_mapped_srg_1.20.1.jar | Better Nether | betternether | 9.0.10 | | Eldritch_End-FORGE-MC1.20.1-0.3.2_mapped_srg_1.20. | Eldritch End | eldritch_end | 0.3.2 | | continuity-3.0.0-beta.5+1.20.1_mapped_srg_1.20.1.j | Continuity | continuity | 3.0.0-beta.51.20.1 | | fasterrandom-5.1.0_mapped_srg_1.20.1.jar | Faster Random | faster_random | 5.1.0 | | better-end-4.0.11_mapped_srg_1.20.1.jar | Better End | betterend | 4.0.11 | | bclib-3.0.14$wunderlib-1.1.5_mapped_srg_1.20.1.jar | WunderLib | wunderlib | 1.1.5 | | bclib-3.0.14_mapped_srg_1.20.1.jar | BCLib | bclib | 3.0.14 | | ucrashedlol-0.0.3+1.20.1_mapped_srg_1.20.1.jar | ucrashedlol | ucrashedlol | 0.0.31.20.1 | ModLauncher: 10.0.9+10.0.9+main.dcd20f30 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.5.jar eventbus PLUGINSERVICE fmlloader-1.20.1-47.3.11.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.3.11.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.3.11.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.3.11.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.3.11.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar redirector TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE modlauncher-10.0.9.jar mixin-transmogrifier TRANSFORMATIONSERVICE modlauncher-10.0.9.jar connector_loader TRANSFORMATIONSERVICE FML Language Providers: [email protected] Configured [email protected] [email protected] javafml@null lowcodefml@null Mod List: YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE open-parties-and-claims-forge-1.20.1-0.23.2.jar |Open Parties and Claims |openpartiesandclaims |0.23.2 |DONE |Manifest: NOSIGNATURE kubejs-bridge-1.11.2+1.20.1.jar |Connector Extras KubeJS Bridge|connectorextras_kubejs_bridge |1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE fabric-rendering-fluids-v1-3.0.28+4ac5e37a77.jar |Fabric Rendering Fluids (v1) |fabric_rendering_fluids_v1 |3.0.28+4ac5e37a77 |DONE |Manifest: NOSIGNATURE fabric-models-v0-0.4.2+7c3892a477.jar |Fabric Models (v0) |fabric_models_v0 |0.4.2+7c3892a477 |DONE |Manifest: NOSIGNATURE Stony Cliffs FML v1.1.2.jar |Stony Cliffs Are Cool |stonycliffs |1.1.2 |DONE |Manifest: NOSIGNATURE no-report-button-forge-1.5.0.jar |No Report Button |noreportbutton |1.5.0 |DONE |Manifest: NOSIGNATURE modernfix-forge-5.19.5+mc1.20.1.jar |ModernFix |modernfix |5.19.5+mc1.20.1 |DONE |Manifest: NOSIGNATURE fabric-command-api-v1-1.2.34+f71b366f77.jar |Fabric Command API (v1) |fabric_command_api_v1 |1.2.34+f71b366f77 |DONE |Manifest: NOSIGNATURE AutochefsDelight-1.20.1-Forge-1.0.5.jar |Autochef's Delight |autochefsdelight |1.0.5+forge |DONE |Manifest: NOSIGNATURE fabric-block-view-api-v2-1.0.1+0767707077.jar |Fabric BlockView API (v2) |fabric_block_view_api_v2 |1.0.1+0767707077 |DONE |Manifest: NOSIGNATURE fabric-command-api-v2-2.2.13+561530ec77.jar |Fabric Command API (v2) |fabric_command_api_v2 |2.2.13+561530ec77 |DONE |Manifest: NOSIGNATURE YungsApi-1.20-Forge-4.0.6.jar |YUNG's API |yungsapi |1.20-Forge-4.0.6 |DONE |Manifest: NOSIGNATURE rei-bridge-1.11.2+1.20.1.jar |Connector Extras REI Bridge |connectorextras_rei_bridge |1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE clientcrafting-1.20.1-1.8.jar |clientcrafting mod |clientcrafting |1.20.1-1.8 |DONE |Manifest: NOSIGNATURE Kambrik-6.1.1+1.20.1-forge.jar |Kambrik |kambrik |6.1.1+1.20.1 |DONE |Manifest: NOSIGNATURE PickUpNotifier-v8.0.0-1.20.1-Forge.jar |Pick Up Notifier |pickupnotifier |8.0.0 |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 SnowRealMagic-1.20.1-Forge-10.5.2.jar |Snow! Real Magic! |snowrealmagic |10.5.2 |DONE |Manifest: NOSIGNATURE whatareyouvotingfor2023-1.20.1-1.2.5.jar |What Are You Voting For? 2023 |whatareyouvotingfor |1.2.5 |DONE |Manifest: NOSIGNATURE YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE cloth-config-11.1.136-forge.jar |Cloth Config v10 API |cloth_config |11.1.136 |DONE |Manifest: NOSIGNATURE sawmill-1.20-1.4.3.jar |Universal Sawmill |sawmill |1.20-1.4.3 |DONE |Manifest: NOSIGNATURE revampedwolf-1.20.1-6.0.1.jar |RevampedWolf |revampedwolf |1.20.1-6.0.1 |DONE |Manifest: NOSIGNATURE structure_gel-1.20.1-2.16.2.jar |Structure Gel API |structure_gel |2.16.2 |DONE |Manifest: NOSIGNATURE explorations-forge-1.20.1-1.6.1.jar |Explorations+ |explorations |1.20.1-1.6.1 |DONE |Manifest: NOSIGNATURE corpse-forge-1.20.1-1.0.17.jar |Corpse |corpse |1.20.1-1.0.17 |DONE |Manifest: NOSIGNATURE handcrafted-forge-1.20.1-3.0.6.jar |Handcrafted |handcrafted |3.0.6 |DONE |Manifest: NOSIGNATURE repurposed_structures-7.1.15+1.20.1-forge.jar |Repurposed Structures |repurposed_structures |7.1.15+1.20.1-forge |DONE |Manifest: NOSIGNATURE BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.ja|Better Compatibility Checker |bcc |4.0.8 |DONE |Manifest: NOSIGNATURE transparent-forge-8.0.1+1.20.1.jar |Transparent |transparent |8.0.1+1.20.1 |DONE |Manifest: NOSIGNATURE Highlighter-1.20.1-forge-1.1.9.jar |Highlighter |highlighter |1.1.9 |DONE |Manifest: NOSIGNATURE spark-1.10.53-forge.jar |spark |spark |1.10.53 |DONE |Manifest: NOSIGNATURE Philips-Ruins1.20.1-4.6.jar |Philips Ruins |philipsruins |4.6 |DONE |Manifest: NOSIGNATURE advancednetherite-forge-2.1.3-1.20.1.jar |Advanced Netherite |advancednetherite |2.1.3 |DONE |Manifest: NOSIGNATURE noisium-forge-2.3.0+mc1.20-1.20.1.jar |Noisium |noisium |2.3.0+mc1.20-1.20.1 |DONE |Manifest: NOSIGNATURE YungsMenuTweaks-1.20.1-Forge-1.0.2.jar |YUNG's Menu Tweaks |yungsmenutweaks |1.20.1-Forge-1.0.2 |DONE |Manifest: NOSIGNATURE cumulus_menus-1.20.1-1.0.1-neoforge.jar |Cumulus |cumulus_menus |1.20.1-1.0.1-neoforg|DONE |Manifest: NOSIGNATURE constructionwand-1.20.1-2.11.jar |Construction Wand |constructionwand |1.20.1-2.11 |DONE |Manifest: NOSIGNATURE NetherChested-v8.0.4-1.20.1-Forge.jar |Nether Chested |netherchested |8.0.4 |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 flib-1.20.1-0.0.14.jar |flib |flib |0.0.14 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed YungsBetterEndIsland-1.20-Forge-2.0.6.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE fabric-rendering-data-attachment-v1-0.3.37+a6081af|Fabric Rendering Data Attachme|fabric_rendering_data_attachme|0.3.37+a6081afc77 |DONE |Manifest: NOSIGNATURE nitrogen_internals-1.20.1-1.0.11-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-1.0.11-neofor|DONE |Manifest: NOSIGNATURE FallingTree-1.20.1-4.3.4.jar |FallingTree |fallingtree |4.3.4 |DONE |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29 KryptonReforged-0.2.3.jar |Krypton Reforged |krypton |0.2.3 |DONE |Manifest: NOSIGNATURE l2library-2.4.16-slim.jar |L2 Library |l2library |2.4.16 |DONE |Manifest: NOSIGNATURE BetterModsButton-v8.0.2-1.20.1-Forge.jar |Better Mods Button |bettermodsbutton |8.0.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 NekosEnchantedBooks-1.20.1-1.8.0.jar |Neko's Enchanted Books |nebs |1.8.0 |DONE |Manifest: NOSIGNATURE YungsBetterJungleTemples-1.20-Forge-2.0.5.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.5 |DONE |Manifest: NOSIGNATURE fabric-client-tags-api-v1-1.1.2+5d6761b877.jar |Fabric Client Tags |fabric_client_tags_api_v1 |1.1.2+5d6761b877 |DONE |Manifest: NOSIGNATURE radium-mc1.20.1-0.12.4+git.26c9d8e.jar |Radium |radium |0.12.4+git.26c9d8e |DONE |Manifest: NOSIGNATURE Kiwi-1.20.1-Forge-11.8.20.jar |Kiwi Library |kiwi |11.8.20+forge |DONE |Manifest: NOSIGNATURE VisualWorkbench-v8.0.0-1.20.1-Forge.jar |Visual Workbench |visualworkbench |8.0.0 |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 fabric-screen-handler-api-v1-1.3.30+561530ec77.jar|Fabric Screen Handler API (v1)|fabric_screen_handler_api_v1 |1.3.30+561530ec77 |DONE |Manifest: NOSIGNATURE goblintraders-forge-1.20.1-1.9.3.jar |Goblin Traders |goblintraders |1.9.3 |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 caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |DONE |Manifest: NOSIGNATURE Paxi-1.20-Forge-4.0.jar |Paxi |paxi |1.20-Forge-4.0 |DONE |Manifest: NOSIGNATURE fastasyncworldsave-1.20.1-2.0.jar |fastasyncworldsave mod |fastasyncworldsave |1.20.1-2.0 |DONE |Manifest: NOSIGNATURE EpheroLib-1.20.1-FORGE-1.2.0.jar |BOZOID |epherolib |0.1.2 |DONE |Manifest: NOSIGNATURE aaa_particles-1.20.1-1.4.7-forge.jar |AAAParticles |aaa_particles |1.20.1-1.4.7 |DONE |Manifest: NOSIGNATURE snowundertrees-1.20.1-1.4.6.jar |Snow Under Trees |snowundertrees |1.4.6 |DONE |Manifest: NOSIGNATURE fabric-particles-v1-1.1.2+78e1ecb877.jar |Fabric Particles (v1) |fabric_particles_v1 |1.1.2+78e1ecb877 |DONE |Manifest: NOSIGNATURE DungeonsArise-1.20.x-2.1.58-release.jar |When Dungeons Arise |dungeons_arise |2.1.58-1.20.x |DONE |Manifest: NOSIGNATURE Hearths v1.0.1 f12-48.jar |Hearths |hearths |1.0.1 |DONE |Manifest: NOSIGNATURE smoothchunk-1.20.1-3.6.jar |Smoothchunk mod |smoothchunk |1.20.1-3.6 |DONE |Manifest: NOSIGNATURE TerraBlender-forge-1.20.1-3.0.1.7.jar |TerraBlender |terrablender |3.0.1.7 |DONE |Manifest: NOSIGNATURE LongerChatHistory-1.3-Forge.jar |Longer Chat History |longerchathistory |1.3 |DONE |Manifest: NOSIGNATURE ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar |Forge Config Screens |forgeconfigscreens |8.0.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 Necronomicon-Forge-1.6.0+1.20.1.jar |Necronomicon |necronomicon |1.6.0 |DONE |Manifest: NOSIGNATURE justenoughbreeding-forge-1.20.x-1.4.1.jar |Just Enough Breeding |justenoughbreeding |1.4.1 |DONE |Manifest: NOSIGNATURE Luna-FORGE-MC1.19.X-1.0.1.jar |Luna |luna |1.0.0 |DONE |Manifest: NOSIGNATURE fabric-block-api-v1-1.0.11+0e6cb7f777.jar |Fabric Block API (v1) |fabric_block_api_v1 |1.0.11+0e6cb7f777 |DONE |Manifest: NOSIGNATURE fabric-resource-conditions-api-v1-2.3.8+9ad825cd77|Fabric Resource Conditions API|fabric_resource_conditions_api|2.3.8+9ad825cd77 |DONE |Manifest: NOSIGNATURE fastpaintings-1.20-1.2.7.jar |Fast Paintings |fastpaintings |1.20-1.2.7 |DONE |Manifest: NOSIGNATURE forgeconfigapiport-1.11.2+1.20.1.jar |Forge Config API Port (Connect|forgeconfigapiport |8.0.0 |DONE |Manifest: NOSIGNATURE betterfpsdist-1.20.1-6.0.jar |betterfpsdist mod |betterfpsdist |1.20.1-6.0 |DONE |Manifest: NOSIGNATURE Paintings-forge-1.20.1-11.0.0.2.jar |Paintings ++ |paintings |11.0.0.2 |DONE |Manifest: NOSIGNATURE client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |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 dtkupd-1.4-forge-1.20.1.jar |DTKUpdate |dtkupd |1.4 |DONE |Manifest: NOSIGNATURE notenoughanimations-forge-1.8.1-mc1.20.1.jar |NotEnoughAnimations |notenoughanimations |1.8.1 |DONE |Manifest: NOSIGNATURE JustEnoughProfessions-forge-1.20.1-3.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |3.0.1 |DONE |Manifest: NOSIGNATURE fabric-registry-sync-v0-2.3.3+1c0ea72177.jar |Fabric Registry Sync (v0) |fabric_registry_sync_v0 |2.3.3+1c0ea72177 |DONE |Manifest: NOSIGNATURE ImmediatelyFast-Forge-1.3.2+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.3.2+1.20.4 |DONE |Manifest: NOSIGNATURE Structory_Towers_1.20.x_v1.0.7.jar |Structory: Towers |structory_towers |1.0.7 |DONE |Manifest: NOSIGNATURE palegarden-1.0.5-forge-1.20.1.jar |palegarden |palegarden |1.0.2 |DONE |Manifest: NOSIGNATURE fabric-object-builder-api-v1-11.1.3+2174fc8477.jar|Fabric Object Builder API (v1)|fabric_object_builder_api_v1 |11.1.3+2174fc8477 |DONE |Manifest: NOSIGNATURE fabric-message-api-v1-5.1.9+52cc178c77.jar |Fabric Message API (v1) |fabric_message_api_v1 |5.1.9+52cc178c77 |DONE |Manifest: NOSIGNATURE EuphoriaPatcher-1.4.3-r5.3-forge.jar |Euphoria Patcher |euphoria_patcher |1.4.3-r5.3-forge |DONE |Manifest: NOSIGNATURE aether_enhanced_extinguishing-1.20.1-1.0.0-neoforg|Enhanced Extinguishing |aether_enhanced_extinguishing |1.20.1-1.0.0-neoforg|DONE |Manifest: NOSIGNATURE kuma-api-forge-20.1.8+1.20.1.jar |KumaAPI |kuma_api |20.1.8 |DONE |Manifest: NOSIGNATURE fabric-renderer-api-v1-3.2.1+1d29b44577.jar |Fabric Renderer API (v1) |fabric_renderer_api_v1 |3.2.1+1d29b44577 |DONE |Manifest: NOSIGNATURE fabric-item-api-v1-2.1.28+4d0bbcfa77.jar |Fabric Item API (v1) |fabric_item_api_v1 |2.1.28+4d0bbcfa77 |DONE |Manifest: NOSIGNATURE IllagerInvasion-v8.0.6-1.20.1-Forge.jar |Illager Invasion |illagerinvasion |8.0.6 |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 Galosphere-1.20.1-1.4.1-Forge.jar |Galosphere |galosphere |1.20.1-1.4.1 |DONE |Manifest: NOSIGNATURE YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20-Forge-3.0.4 |DONE |Manifest: NOSIGNATURE dimensionalsycnfixes-1.20.1-0.0.1.jar |DimensionalSycnFixes |dimensionalsycnfixes |1.20.1-0.0.1 |DONE |Manifest: NOSIGNATURE Tips-Forge-1.20.1-12.1.8.jar |Tips |tipsmod |12.1.8 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 gpumemleakfix-1.20.1-1.8.jar |Gpu memory leak fix |gpumemleakfix |1.20.1-1.8 |DONE |Manifest: NOSIGNATURE structureessentials-1.20.1-3.4.jar |Structure Essentials mod |structureessentials |1.20.1-3.4 |DONE |Manifest: NOSIGNATURE villagernames-1.20.1-8.1.jar |Villager Names |villagernames |8.1 |DONE |Manifest: NOSIGNATURE lootintegrations-1.20.1-3.7.jar |Lootintegrations mod |lootintegrations |1.20.1-3.7 |DONE |Manifest: NOSIGNATURE Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 blueprintfix-forge-1.0.0-1.20.1.jar |Blueprint Texture Fix |blueprintfix |1.0.0 |DONE |Manifest: NOSIGNATURE takesapillage-1.0.3-1.20.1.jar |It Takes A Pillage |takesapillage |1.0.3 |DONE |Manifest: NOSIGNATURE bygonenether-1.3.2-1.20.x.jar |Bygone Nether |bygonenether |1.3.2 |DONE |Manifest: NOSIGNATURE carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |2.1.2.7 |DONE |Manifest: NOSIGNATURE sodiumoptionsapi-forge-1.0.6-1.20.1.jar |Sodium Options API |sodiumoptionsapi |1.0.5 |DONE |Manifest: NOSIGNATURE melody_forge_1.0.3_MC_1.20.1-1.20.4.jar |Melody |melody |1.0.2 |DONE |Manifest: NOSIGNATURE ShieldExpansion-1.20.1-1.1.7a.jar |Shield Expansion |shieldexp |1.1.7a |DONE |Manifest: NOSIGNATURE fabric-api-0.92.2+1.11.8+1.20.1.jar |Forgified Fabric API |fabric_api |0.92.2+1.11.8+1.20.1|DONE |Manifest: NOSIGNATURE modmenu-bridge-1.11.2+1.20.1.jar |Connector Extras ModMenu Bridg|connectorextras_modmenu_bridge|1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE konkrete_forge_1.8.0_MC_1.20-1.20.1.jar |Konkrete |konkrete |1.8.0 |DONE |Manifest: NOSIGNATURE diagonalblocks-forge-8.0.5.jar |Diagonal Blocks |diagonalblocks |8.0.5 |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 chipped-forge-1.20.1-3.0.7.jar |Chipped |chipped |3.0.7 |DONE |Manifest: NOSIGNATURE entity_model_features_forge_1.20.1-2.2.6.jar |Entity Model Features |entity_model_features |2.2.6 |DONE |Manifest: NOSIGNATURE entity_texture_features_forge_1.20.1-6.2.7.jar |Entity Texture Features |entity_texture_features |6.2.7 |DONE |Manifest: NOSIGNATURE fast-ip-ping-v1.0.5-mc1.20.4-forge.jar |Fast IP Ping |fastipping |1.0.5 |DONE |Manifest: NOSIGNATURE fabric-api-lookup-api-v1-1.6.36+67f9824077.jar |Fabric API Lookup API (v1) |fabric_api_lookup_api_v1 |1.6.36+67f9824077 |DONE |Manifest: NOSIGNATURE Boat-Item-View-Forge-1.20.1-0.0.5.jar |Boat Item View |boatiview |0.0.5 |DONE |Manifest: NOSIGNATURE LongNbtKiller-Forge-1.20.1-1.0.0.jar |LongNbtKiller |longnbtkiller |1.0.0 |DONE |Manifest: NOSIGNATURE lionfishapi-2.4.jar |LionfishAPI |lionfishapi |2.4 |DONE |Manifest: NOSIGNATURE modpack-update-checker-1.20.1-forge-0.15.2.jar |Modpack Update Checker |modpackupdatechecker |0.15.2 |DONE |Manifest: 4f:88:cf:0c:4c:fd:bd:e8:35:93:f6:9f:0e:12:30:77:82:b3:66:1e:b0:ca:bc:29:a8:0b:91:83:c6:7d:81:19 architectury-bridge-1.11.2+1.20.1.jar |Connector Extras Architectury |connectorextras_architectury_b|1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE memorysettings-1.20.1-5.5.jar |memorysettings mod |memorysettings |1.20.1-5.5 |DONE |Manifest: NOSIGNATURE L_Enders_Cataclysm-2.18 - 1.20.1.jar |Cataclysm Mod |cataclysm |2.18 |DONE |Manifest: NOSIGNATURE elevatorid-1.20.1-lex-1.9.jar |Elevator Mod |elevatorid |1.20.1-lex-1.9 |DONE |Manifest: NOSIGNATURE Connector-1.0.0-beta.46+1.20.1-mod.jar |Connector |connectormod |1.0.0-beta.46+1.20.1|DONE |Manifest: NOSIGNATURE aether_protect_your_moa-1.20.1-1.0.0-neoforge.jar |Protect Your Moa |aether_protect_your_moa |1.20.1-1.0.0-neoforg|DONE |Manifest: NOSIGNATURE twilightdelight-2.0.13.jar |Twilight's Flavor & Delight |twilightdelight |2.0.13 |DONE |Manifest: NOSIGNATURE ServerBrowser-1.20.1-FORGE-1.3.0.jar |ServerBrowser |serverbrowser |1.0.0 |DONE |Manifest: NOSIGNATURE cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |DONE |Manifest: NOSIGNATURE cherishedworlds-forge-6.1.6+1.20.1.jar |Cherished Worlds |cherishedworlds |6.1.6+1.20.1 |DONE |Manifest: NOSIGNATURE framework-forge-1.20.1-0.7.12.jar |Framework |framework |0.7.12 |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 inventorymanagement-1.3.1+1.20_mapped_srg_1.20.1.j|Inventory Management |inventorymanagement |1.3.1 |DONE |Manifest: NOSIGNATURE fabric-key-binding-api-v1-1.0.37+561530ec77.jar |Fabric Key Binding API (v1) |fabric_key_binding_api_v1 |1.0.37+561530ec77 |DONE |Manifest: NOSIGNATURE BetterAdvancements-Forge-1.20.1-0.4.2.10.jar |Better Advancements |betteradvancements |0.4.2.10 |DONE |Manifest: NOSIGNATURE fabric-transfer-api-v1-3.3.5+631c9cd677.jar |Fabric Transfer API (v1) |fabric_transfer_api_v1 |3.3.5+631c9cd677 |DONE |Manifest: NOSIGNATURE betterend-crashed-ships-1.0.0_mapped_srg_1.20.1.ja|BetterEnd Crashed Ships |betterend_crashed_ships |1.0.0 |DONE |Manifest: NOSIGNATURE EasyMagic-v8.0.1-1.20.1-Forge.jar |Easy Magic |easymagic |8.0.1 |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 ash_api-forge-3.0.2+1.20.1.jar |Ash API |ash_api |3.0.2+1.20.1 |DONE |Manifest: NOSIGNATURE pehkui-bridge-1.11.2+1.20.1.jar |Connector Extras Pehkui Bridge|connectorextras_pehkui_bridge |1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE the-conjurer-1.20.1-1.1.6.jar |The Conjurer |conjurer_illager |1.1.6 |DONE |Manifest: NOSIGNATURE fabric-resource-loader-v0-0.11.10+bcd08ed377.jar |Fabric Resource Loader (v0) |fabric_resource_loader_v0 |0.11.10+bcd08ed377 |DONE |Manifest: NOSIGNATURE hearth_and_home-forge-1.20.1-2.0.3.jar |Hearth & Home |hearth_and_home |1.20.1-2.0.3 |DONE |Manifest: NOSIGNATURE Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |DONE |Manifest: NOSIGNATURE spawnersplus-4.0-1.20.1_mapped_srg_1.20.1.jar |Spawners+ |spawners_plus |4.0-1.20.1 |DONE |Manifest: NOSIGNATURE SimpleStorageNetwork-1.20.1-1.11.3.jar |Simple Storage Network |storagenetwork |1.11.3 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed decorative_blocks-forge-1.20.1-4.1.3.jar |Decorative Blocks |decorative_blocks |4.1.3 |DONE |Manifest: NOSIGNATURE everycomp-1.20-2.6.90.jar |Every Compat |everycomp |1.20-2.6.90 |DONE |Manifest: NOSIGNATURE azurelib-neo-1.20.1-2.0.39.jar |AzureLib |azurelib |2.0.39 |DONE |Manifest: NOSIGNATURE energy-bridge-1.11.2+1.20.1.jar |Connector Extras Energy Bridge|connectorextras_energy_bridge |1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE watut-forge-1.20.1-1.1.3.jar |What Are They Up To |watut |1.20.1-1.1.3 |DONE |Manifest: NOSIGNATURE skinlayers3d-forge-1.7.2-mc1.20.1.jar |3d-Skin-Layers |skinlayers3d |1.7.2 |DONE |Manifest: NOSIGNATURE Raided-1.20.1-0.1.4.jar |Raided |raided |0.1.4 |DONE |Manifest: NOSIGNATURE friendsandfoes-forge-mc1.20.1-3.0.6.jar |Friends & Foes |friendsandfoes |3.0.6 |DONE |Manifest: NOSIGNATURE fabric-blockrenderlayer-v1-1.1.41+1d0da21e77.jar |Fabric BlockRenderLayer Regist|fabric_blockrenderlayer_v1 |1.1.41+1d0da21e77 |DONE |Manifest: NOSIGNATURE amecsapi-1.5.3+mc1.20-pre1.jar |Amecs API |amecsapi |1.5.3+mc1.20-pre1 |DONE |Manifest: NOSIGNATURE another_furniture-forge-1.20.1-3.0.1.jar |Another Furniture |another_furniture |1.20.1-3.0.1 |DONE |Manifest: NOSIGNATURE citresewn-1.20.1-5.jar |CIT Resewn |citresewn |1.20.1-5 |DONE |Manifest: NOSIGNATURE mes-1.3.4-1.20-forge.jar |Moog's End Structures |mes |1.3.4-1.20-forge |DONE |Manifest: NOSIGNATURE DiagonalFences-v8.1.4-1.20.1-Forge.jar |Diagonal Fences |diagonalfences |8.1.4 |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 fabric-biome-api-v1-13.0.13+dc36698e77.jar |Fabric Biome API (v1) |fabric_biome_api_v1 |13.0.13+dc36698e77 |DONE |Manifest: NOSIGNATURE fancymenu_forge_3.3.2_MC_1.20.1.jar |FancyMenu |fancymenu |3.3.2 |DONE |Manifest: NOSIGNATURE ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a justzoom_forge_2.0.0_MC_1.20.1.jar |Just Zoom |justzoom |2.0.0 |DONE |Manifest: NOSIGNATURE charmofundying-forge-6.5.0+1.20.1.jar |Charm of Undying |charmofundying |6.5.0+1.20.1 |DONE |Manifest: NOSIGNATURE BadOptimizations-2.2.0-1.20.1.jar |BadOptimizations |badoptimizations |2.2.0 |DONE |Manifest: NOSIGNATURE OverflowingBars-v8.0.1-1.20.1-Forge.jar |Overflowing Bars |overflowingbars |8.0.1 |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 1.20.1-forge-0.1.2.jar |MPUC lavender-md |mpuc_lavendermd |0.1.2 |DONE |Manifest: 4f:88:cf:0c:4c:fd:bd:e8:35:93:f6:9f:0e:12:30:77:82:b3:66:1e:b0:ca:bc:29:a8:0b:91:83:c6:7d:81:19 EasyAnvils-v8.0.2-1.20.1-Forge.jar |Easy Anvils |easyanvils |8.0.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 xenon-0.3.31+mc1.20.1.jar |Xenon |xenon |0.3.31 |DONE |Manifest: NOSIGNATURE oculus-mc1.20.1-1.7.0.jar |Oculus |oculus |1.7.0 |DONE |Manifest: NOSIGNATURE Grass_Overhaul-Forge-23.10.10-MC1.20.1.jar |Grass Overhaul |grassoverhaul |23.10.10 |DONE |Manifest: NOSIGNATURE better-nether-9.0.10_mapped_srg_1.20.1.jar |Better Nether |betternether |9.0.10 |DONE |Manifest: NOSIGNATURE stalwart-dungeons-1.20.1-1.2.8.jar |Stalwart Dungeons |stalwart_dungeons |1.2.8 |DONE |Manifest: NOSIGNATURE sound-physics-remastered-forge-1.20.1-1.4.5.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.4.5 |DONE |Manifest: NOSIGNATURE Feature-Recycler-forge-1.0.1.jar |Feature Recycler |featurerecycler |1.0.1 |DONE |Manifest: NOSIGNATURE fabric-convention-tags-v1-1.5.5+fa3d1c0177.jar |Fabric Convention Tags |fabric_convention_tags_v1 |1.5.5+fa3d1c0177 |DONE |Manifest: NOSIGNATURE VillagersPlus_3.1_(FORGE)_for_1.20.1.jar |VillagersPlus |villagersplus |3.1 |DONE |Manifest: NOSIGNATURE ResourcePackOverrides-v8.0.3-1.20.1-Forge.jar |Resource Pack Overrides |resourcepackoverrides |8.0.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 guardvillagers-1.20.1-1.6.7.jar |Guard Villagers |guardvillagers |1.20.1-1.6.7 |DONE |Manifest: NOSIGNATURE balm-forge-1.20.1-7.3.9-all.jar |Balm |balm |7.3.9 |DONE |Manifest: NOSIGNATURE fabric-screen-api-v1-2.0.8+45a670a577.jar |Fabric Screen API (v1) |fabric_screen_api_v1 |2.0.8+45a670a577 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |DONE |Manifest: NOSIGNATURE chat_heads-0.13.6-forge-1.20.jar |Chat Heads |chat_heads |0.13.6 |DONE |Manifest: NOSIGNATURE LeavesBeGone-v8.0.0-1.20.1-Forge.jar |Leaves Be Gone |leavesbegone |8.0.0 |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 Geophilic v3.1.4 f15-57.jar |Geophilic |geophilic |3.1.4 |DONE |Manifest: NOSIGNATURE athena-forge-1.20.1-3.1.2.jar |Athena |athena |3.1.2 |DONE |Manifest: NOSIGNATURE terrablender-bridge-1.11.2+1.20.1.jar |Connector Extras Terrablender |connectorextras_terrablender_b|1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE GeophilicReforged-v1.2.0.jar |Geophilic Reforged |geophilic_reforged |1.2.0 |DONE |Manifest: NOSIGNATURE lmft-1.0.4+1.20.1-forge.jar |Load My F***ing Tags |lmft |1.0.4+1.20.1 |DONE |Manifest: NOSIGNATURE fabric-game-rule-api-v1-1.0.40+683d4da877.jar |Fabric Game Rule API (v1) |fabric_game_rule_api_v1 |1.0.40+683d4da877 |DONE |Manifest: NOSIGNATURE YungsBridges-1.20-Forge-4.0.3.jar |YUNG's Bridges |yungsbridges |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE servercore-forge-1.5.1+1.20.1.jar |ServerCore |servercore |1.5.1+1.20.1 |DONE |Manifest: NOSIGNATURE curios-forge-5.11.0+1.20.1.jar |Curios API |curios |5.11.0+1.20.1 |DONE |Manifest: NOSIGNATURE Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |DONE |Manifest: NOSIGNATURE Eldritch_End-FORGE-MC1.20.1-0.3.2_mapped_srg_1.20.|Eldritch End |eldritch_end |0.3.2 |DONE |Manifest: NOSIGNATURE fabric-entity-events-v1-1.6.0+6274ab9d77.jar |Fabric Entity Events (v1) |fabric_entity_events_v1 |1.6.0+6274ab9d77 |DONE |Manifest: NOSIGNATURE YouShallNotSpawn-forge-1.20.x-2.0.2.jar |You Shall Not Spawn |ysns |2.0.2 |DONE |Manifest: NOSIGNATURE sparsestructuresreforged-1.20.1-0.0.1.jar |SparseStructuresReforged |sparsestructuresreforged |1.20.1-0.0.1 |DONE |Manifest: NOSIGNATURE YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE veinmining-forge-1.5.0+1.20.1.jar |Vein Mining |veinmining |1.5.0+1.20.1 |DONE |Manifest: NOSIGNATURE ftbquestsfreezefix-forge-1.0.0-1.20.1.jar |FTB Quests Freeze Fix |ftbquestsfreezefix |1.0.0 |DONE |Manifest: NOSIGNATURE fabric-dimensions-v1-2.1.54+8005d10d77.jar |Fabric Dimensions API (v1) |fabric_dimensions_v1 |2.1.54+8005d10d77 |DONE |Manifest: NOSIGNATURE elytraslot-forge-6.4.4+1.20.1.jar |Elytra Slot |elytraslot |6.4.4+1.20.1 |DONE |Manifest: NOSIGNATURE mowziesmobs-1.6.5.jar |Mowzie's Mobs |mowziesmobs |1.6.4 |DONE |Manifest: NOSIGNATURE puzzlesapi-forge-8.1.7.jar |Puzzles Api |puzzlesapi |8.1.7 |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 formationsnether-1.0.5.jar |Formations Nether |formationsnether |1.0.5 |DONE |Manifest: NOSIGNATURE fabric-model-loading-api-v1-1.0.3+6274ab9d77.jar |Fabric Model Loading API (v1) |fabric_model_loading_api_v1 |1.0.3+6274ab9d77 |DONE |Manifest: NOSIGNATURE jei-1.20.1-forge-15.20.0.105.jar |Just Enough Items |jei |15.20.0.105 |DONE |Manifest: NOSIGNATURE lithostitched-forge-1.20.1-1.3.4.jar |Lithostitched |lithostitched |1.3.3 |DONE |Manifest: NOSIGNATURE Stoneworks-v8.0.0-1.20.1-Forge.jar |Stoneworks |stoneworks |8.0.0 |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 fabric-rendering-v1-3.0.8+66e9a48f77.jar |Fabric Rendering (v1) |fabric_rendering_v1 |3.0.8+66e9a48f77 |DONE |Manifest: NOSIGNATURE blossom.jar |Blossom Blade |mr_blossom_blade |1.2 |DONE |Manifest: NOSIGNATURE fabric-renderer-indigo-1.5.2+b5b2da4177.jar |Fabric Renderer - Indigo |fabric_renderer_indigo |1.5.2+b5b2da4177 |DONE |Manifest: NOSIGNATURE Fallingleaves-1.20.1-2.1.0.jar |Falling Leaves |fallingleaves |2.1.0 |DONE |Manifest: NOSIGNATURE NaturesCompass-1.20.1-1.11.2-forge.jar |Nature's Compass |naturescompass |1.20.1-1.11.2-forge |DONE |Manifest: NOSIGNATURE smarterfarmers-1.20-2.1.0.jar |Smarter Farmers |smarterfarmers |1.20-2.1.0 |DONE |Manifest: NOSIGNATURE GlitchCore-forge-1.20.1-0.0.1.1.jar |GlitchCore |glitchcore |0.0.1.1 |DONE |Manifest: NOSIGNATURE BiomesOPlenty-forge-1.20.1-19.0.0.91.jar |Biomes O' Plenty |biomesoplenty |19.0.0.91 |DONE |Manifest: NOSIGNATURE SereneSeasons-forge-1.20.1-9.1.0.0.jar |Serene Seasons |sereneseasons |9.1.0.0 |DONE |Manifest: NOSIGNATURE adorabuild-structures-2.8.0-forge-1.20.1.jar |AdoraBuild: Structures |adorabuild_structures |2.8.0 |DONE |Manifest: NOSIGNATURE Neruina-2.1.2-forge+1.20.1.jar |Neruina |neruina |2.1.2 |DONE |Manifest: NOSIGNATURE geckolib-fabric-compat-1.11.2+1.20.1.jar |Connector Extras Geckolib-Fabr|connectorextras_geckolib_fabri|1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE memoryleakfix-forge-1.17+-1.1.1.jar |Memory Leak Fix |memoryleakfix |1.1.1 |DONE |Manifest: NOSIGNATURE formations-1.0.2a-forge-mc1.20.2.jar |Formations |formations |1.0.2+a |DONE |Manifest: NOSIGNATURE puzzlesaccessapi-forge-8.0.9.jar |Puzzles Access Api |puzzlesaccessapi |8.0.9 |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 forge-1.20.1-47.3.11-universal.jar |Forge |forge |47.3.11 |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 Log-Begone-Forge-1.20.1-1.0.8.jar |Log Begone |logbegone |1.0.8 |DONE |Manifest: NOSIGNATURE drippyloadingscreen_forge_3.0.9_MC_1.20.1.jar |Drippy Loading Screen |drippyloadingscreen |3.0.9 |DONE |Manifest: NOSIGNATURE formationsoverworld-1.0.4.jar |Formations Overworld |formationsoverworld |1.0.4 |DONE |Manifest: NOSIGNATURE fabric-api-base-0.4.31+ef105b4977.jar |Fabric API Base |fabric_api_base |0.4.31+ef105b4977 |DONE |Manifest: NOSIGNATURE MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |DONE |Manifest: NOSIGNATURE NoChatReports-FORGE-1.20.1-v2.2.2.jar |No Chat Reports |nochatreports |1.20.1-v2.2.2 |DONE |Manifest: NOSIGNATURE MindfulDarkness-v8.0.3-1.20.1-Forge.jar |Mindful Darkness |mindfuldarkness |8.0.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 spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |DONE |Manifest: NOSIGNATURE jei-bridge-1.11.2+1.20.1.jar |Connector Extras JEI Bridge |connectorextras_jei_bridge |1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |DONE |Manifest: NOSIGNATURE fabric-item-group-api-v1-4.0.12+c9161c2d77.jar |Fabric Item Group API (v1) |fabric_item_group_api_v1 |4.0.12+c9161c2d77 |DONE |Manifest: NOSIGNATURE polymorph-forge-0.49.5+1.20.1.jar |Polymorph |polymorph |0.49.5+1.20.1 |DONE |Manifest: NOSIGNATURE Zeta-1.0-24.jar |Zeta |zeta |1.0-24 |DONE |Manifest: NOSIGNATURE entityculling-forge-1.7.1-mc1.20.1.jar |EntityCulling |entityculling |1.7.1 |DONE |Manifest: NOSIGNATURE backpacked-forge-1.20.1-3.0.0-beta.9.jar |Backpacked |backpacked |3.0.0-beta.9 |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 XaeroPlus-2.24.5+forge-1.20.1-WM1.39.0-MM24.6.1.ja|XaeroPlus |xaeroplus |2.24.5 |DONE |Manifest: NOSIGNATURE Xaeros_Minimap_24.6.1_Forge_1.20.jar |Xaero's Minimap |xaerominimap |24.6.1 |DONE |Manifest: NOSIGNATURE continuity-3.0.0-beta.5+1.20.1_mapped_srg_1.20.1.j|Continuity |continuity |3.0.0-beta.51.20.1 |DONE |Manifest: NOSIGNATURE fasterrandom-5.1.0_mapped_srg_1.20.1.jar |Faster Random |faster_random |5.1.0 |DONE |Manifest: NOSIGNATURE mediumcore-1.0.0.jar |Mediumcore |mediumcore |1.0.0 |DONE |Manifest: NOSIGNATURE oceansdelight-1.0.2-1.20.jar |Ocean's Delight |oceansdelight |1.0.2-1.20 |DONE |Manifest: NOSIGNATURE fabric-recipe-api-v1-1.0.21+514a076577.jar |Fabric Recipe API (v1) |fabric_recipe_api_v1 |1.0.21+514a076577 |DONE |Manifest: NOSIGNATURE visuality-forge-2.0.2.jar |Visuality: Reforged |visuality |2.0.2 |DONE |Manifest: NOSIGNATURE biomemusic-1.20.1-2.5.jar |biomemusic mod |biomemusic |1.20.1-2.5 |DONE |Manifest: NOSIGNATURE PuzzlesLib-v8.1.25-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.25 |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 mns-1.0.3-1.20-forge.jar |Moog's Nether Structures |mns |1.0.3-1.20-forge |DONE |Manifest: NOSIGNATURE fabric-sound-api-v1-1.0.13+4f23bd8477.jar |Fabric Sound API (v1) |fabric_sound_api_v1 |1.0.13+4f23bd8477 |DONE |Manifest: NOSIGNATURE chunksending-1.20.1-2.8.jar |chunksending mod |chunksending |1.20.1-2.8 |DONE |Manifest: NOSIGNATURE better-end-4.0.11_mapped_srg_1.20.1.jar |Better End |betterend |4.0.11 |DONE |Manifest: NOSIGNATURE deuf-1.20.1-1.3.jar |DEUF - Duplicate Entity UUID F|deuf |1.20.1-1.3 |DONE |Manifest: NOSIGNATURE xptome-1.20.1-2.2.1.jar |XP Tome |xpbook |2.2.1 |DONE |Manifest: NOSIGNATURE cristellib-1.1.6-forge.jar |Cristel Lib |cristellib |1.1.6 |DONE |Manifest: NOSIGNATURE blue_skies-1.20.1-1.3.31.jar |Blue Skies |blue_skies |1.3.31 |DONE |Manifest: NOSIGNATURE YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |DONE |Manifest: NOSIGNATURE v_slab_compat-1.20-2.4.jar |Vertical Slabs Compat |v_slab_compat |1.20-2.4 |DONE |Manifest: NOSIGNATURE netherportalfix-forge-1.20-13.0.1.jar |NetherPortalFix |netherportalfix |13.0.1 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.20.1-4.4.9.jar |GeckoLib 4 |geckolib |4.4.9 |DONE |Manifest: NOSIGNATURE recipeessentials-1.20.1-3.6.jar |recipeessentials mod |recipeessentials |1.20.1-3.6 |DONE |Manifest: NOSIGNATURE aether-1.20.1-1.5.1-neoforge.jar |The Aether |aether |1.20.1-1.5.1-neoforg|DONE |Manifest: NOSIGNATURE lost_aether_content-1.20.1-1.2.3.jar |Aether: Lost Content |lost_aether_content |1.2.3 |DONE |Manifest: NOSIGNATURE deep_aether-1.20.1-1.0.4.jar |Deep Aether |deep_aether |1.20.1-1.0.4 |DONE |Manifest: NOSIGNATURE aeroblender-1.20.1-1.0.1-neoforge.jar |AeroBlender |aeroblender |1.20.1-1.0.1-neoforg|DONE |Manifest: NOSIGNATURE aether-redux-2.0.18-1.20.1-neoforge.jar |The Aether: Redux |aether_redux |2.0.18 |DONE |Manifest: NOSIGNATURE connectivity-1.20.1-6.0.jar |Connectivity Mod |connectivity |1.20.1-6.0 |DONE |Manifest: NOSIGNATURE kleeslabs-forge-1.20-15.0.0.jar |KleeSlabs |kleeslabs |15.0.0 |DONE |Manifest: NOSIGNATURE XaerosWorldMap_1.39.0_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.39.0 |DONE |Manifest: NOSIGNATURE Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |DONE |Manifest: NOSIGNATURE citadel-2.6.0-1.20.1.jar |Citadel |citadel |2.6.0 |DONE |Manifest: NOSIGNATURE alexsmobs-1.22.9.jar |Alex's Mobs |alexsmobs |1.22.9 |DONE |Manifest: NOSIGNATURE fabric-data-attachment-api-v1-1.0.0+30ef839e77.jar|Fabric Data Attachment API (v1|fabric_data_attachment_api_v1 |1.0.0+30ef839e77 |DONE |Manifest: NOSIGNATURE mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |DONE |Manifest: NOSIGNATURE AetherVillages-1.20.1-1.0.7-forge.jar |Aether Villages |aether_villages |1.0.7 |DONE |Manifest: NOSIGNATURE sereneseasonsfix-1.20.2-1.1.0.1.jar |Serene Seasons Fix |sereneseasonsfix |1.1.0.1 |DONE |Manifest: NOSIGNATURE Twigs-1.20.1-3.1.0.jar |Twigs |twigs |1.20.1-3.1.1 |DONE |Manifest: NOSIGNATURE bclib-3.0.14$wunderlib-1.1.5_mapped_srg_1.20.1.jar|WunderLib |wunderlib |1.1.5 |DONE |Manifest: NOSIGNATURE dragonmounts-1.20.1-1.2.3-beta.jar |Dragon Mounts: Legacy |dragonmounts |1.2.3-beta |DONE |Manifest: NOSIGNATURE dragon_mounts_patches-1.0.0.jar |Dragon Mounts Patches |dragon_mounts_patches |1.0.0 |DONE |Manifest: NOSIGNATURE bclib-3.0.14_mapped_srg_1.20.1.jar |BCLib |bclib |3.0.14 |DONE |Manifest: NOSIGNATURE fabric-content-registries-v0-4.0.11+a670df1e77.jar|Fabric Content Registries (v0)|fabric_content_registries_v0 |4.0.11+a670df1e77 |DONE |Manifest: NOSIGNATURE twilightforest-1.20.1-4.3.2508-universal.jar |The Twilight Forest |twilightforest |4.3.2508 |DONE |Manifest: NOSIGNATURE sodiumdynamiclights-forge-1.0.9-1.20.1.jar |Sodium Dynamic Lights |sodiumdynamiclights |1.0.9 |DONE |Manifest: NOSIGNATURE crashexploitfixer-forge-1.1.0+1.20.1.jar |CrashExploitFixer |crashexploitfixer |1.1.0 |DONE |Manifest: NOSIGNATURE FarmersDelight-1.20.1-1.2.5.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.5 |DONE |Manifest: NOSIGNATURE FarmersStructures-1.0.3-1.20.jar |FarmersStructures |farmers_structures |1.0.0 |DONE |Manifest: NOSIGNATURE chefs-delight-1.0.3-forge-1.20.1.jar |Chefs Delight |chefsdelight |1.0.3-forge-1.20.1 |DONE |Manifest: NOSIGNATURE endersdelight-1.20.1-1.0.3.jar |Ender's Delight |endersdelight |1.0.3 |DONE |Manifest: NOSIGNATURE reach-entity-attributes-2.4.0.jar |Reach Entity Attributes |reach_entity_attributes |2.4.0 |DONE |Manifest: NOSIGNATURE Bountiful-6.0.3+1.20.1-forge.jar |Bountiful |bountiful |6.0.3+1.20.1 |DONE |Manifest: NOSIGNATURE Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |DONE |Manifest: NOSIGNATURE despawn_tweaker-1.20.1-1.0.0.jar |DespawnTweaker |despawn_tweaker |1.20.1-1.0.0 |DONE |Manifest: NOSIGNATURE collective-1.20.1-7.87.jar |Collective |collective |7.87 |DONE |Manifest: NOSIGNATURE ucrashedlol-0.0.3+1.20.1_mapped_srg_1.20.1.jar |ucrashedlol |ucrashedlol |0.0.31.20.1 |DONE |Manifest: NOSIGNATURE YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE resourcefullib-forge-1.20.1-2.1.29.jar |Resourceful Lib |resourcefullib |2.1.29 |DONE |Manifest: NOSIGNATURE deeperdarker-forge-1.20.1-1.3.3.jar |Deeper and Darker |deeperdarker |1.3.3 |DONE |Manifest: NOSIGNATURE BoatBreakFix-Universal-1.0.2.jar |Boat Break Fix |boatbreakfix |1.0.2 |DONE |Manifest: NOSIGNATURE architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE SimpleDiscordRichPresence-forge-4.0.3-build.40+mc1|Simple Discord Rich Presence |sdrp |4.0.3-build.40+mc1.2|DONE |Manifest: NOSIGNATURE gardens-of-the-dead-forge-4.0.1.jar |Gardens of the Dead |gardens_of_the_dead |4.0.1 |DONE |Manifest: NOSIGNATURE Jadens-Nether-Expansion-2.1.1-Forge.jar |Jaden's Nether Expansion |netherexp |2.1.1 |DONE |Manifest: NOSIGNATURE ftb-library-forge-2001.2.5.jar |FTB Library |ftblibrary |2001.2.5 |DONE |Manifest: NOSIGNATURE ftb-teams-forge-2001.3.0.jar |FTB Teams |ftbteams |2001.3.0 |DONE |Manifest: NOSIGNATURE fabric-loot-api-v2-1.2.1+eb28f93e77.jar |Fabric Loot API (v2) |fabric_loot_api_v2 |1.2.1+eb28f93e77 |DONE |Manifest: NOSIGNATURE ConnectorExtras-1.11.2+1.20.1.jar |Connector Extras |connectorextras |1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE umbral_skies-1.3.jar |Umbral Skies |umbral_skies |1.3 |DONE |Manifest: NOSIGNATURE fabric-networking-api-v1-1.3.11+503a202477.jar |Fabric Networking API (v1) |fabric_networking_api_v1 |1.3.11+503a202477 |DONE |Manifest: NOSIGNATURE Towns-and-Towers-1.12-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |DONE |Manifest: NOSIGNATURE crawlondemand-1.20.x-1.0.0.jar |Crawl on Demand |crawlondemand |1.20.x-1.0.0 |DONE |Manifest: NOSIGNATURE wither_spawn_fix-1.0.0.jar |Wither Spawn Fix |wither_spawn_fix |1.0.0 |DONE |Manifest: NOSIGNATURE voidtotem-forge-1.20-3.0.1.jar |Void Totem |voidtotem |3.0.1 |DONE |Manifest: NOSIGNATURE fabric-lifecycle-events-v1-2.2.22+afab492177.jar |Fabric Lifecycle Events (v1) |fabric_lifecycle_events_v1 |2.2.22+afab492177 |DONE |Manifest: NOSIGNATURE TradingPost-v8.0.2-1.20.1-Forge.jar |Trading Post |tradingpost |8.0.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 BHMenu-Forge-1.20.1-2.4.2.jar |BHMenu |bhmenu |2.4.2 |DONE |Manifest: NOSIGNATURE villagesandpillages-forge-mc1.20.1-1.0.1.jar |Villages & Pillages |villagesandpillages |1.0.1 |DONE |Manifest: NOSIGNATURE amendments-1.20-1.2.12.jar |Amendments |amendments |1.20-1.2.12 |DONE |Manifest: NOSIGNATURE item-filters-forge-2001.1.0-build.59.jar |Item Filters |itemfilters |2001.1.0-build.59 |DONE |Manifest: NOSIGNATURE ftb-quests-forge-2001.4.9.jar |FTB Quests |ftbquests |2001.4.9 |DONE |Manifest: NOSIGNATURE ftb-xmod-compat-forge-2.1.1.jar |FTB XMod Compat |ftbxmodcompat |2.1.1 |DONE |Manifest: NOSIGNATURE Ping-Wheel-1.10.0-forge-1.20.1.jar |Ping Wheel |pingwheel |1.10.0 |DONE |Manifest: NOSIGNATURE GeckoLibOculusCompat-Forge-1.0.1.jar |GeckoLibIrisCompat |geckoanimfix |1.0.0 |DONE |Manifest: NOSIGNATURE waystones-forge-1.20-14.1.6.jar |Waystones |waystones |14.1.6 |DONE |Manifest: NOSIGNATURE extra_compat-1.5.22.jar |Extra Compat |extra_compat |1.5.22 |DONE |Manifest: NOSIGNATURE Structory_1.20.x_v1.3.5.jar |Structory |structory |1.3.5 |DONE |Manifest: NOSIGNATURE YungsCaveBiomes-1.20.1-Forge-2.0.1.jar |YUNG's Cave Biomes |yungscavebiomes |1.20.1-Forge-2.0.1 |DONE |Manifest: NOSIGNATURE comforts-forge-6.4.0+1.20.1.jar |Comforts |comforts |6.4.0+1.20.1 |DONE |Manifest: NOSIGNATURE fabric-mining-level-api-v1-2.1.50+561530ec77.jar |Fabric Mining Level API (v1) |fabric_mining_level_api_v1 |2.1.50+561530ec77 |DONE |Manifest: NOSIGNATURE temporalapi-1.6.7.jar |Temporal API |temporalapi |1.6.7 |DONE |Manifest: NOSIGNATURE alternate_current-mc1.20-1.7.0.jar |Alternate Current |alternate_current |1.7.0 |DONE |Manifest: NOSIGNATURE farsight-1.20.1-3.7.jar |Farsight mod |farsight_view |1.20.1-3.7 |DONE |Manifest: NOSIGNATURE blueprint-1.20.1-7.1.0.jar |Blueprint |blueprint |7.1.0 |DONE |Manifest: NOSIGNATURE pet_cemetery-1.20.1-2.0.0.jar |Pet Cemetery |pet_cemetery |2.0.0 |DONE |Manifest: NOSIGNATURE boatload-1.20.1-5.0.1.jar |Boatload |boatload |5.0.1 |DONE |Manifest: NOSIGNATURE incubation-1.20.1-4.0.2.jar |Incubation |incubation |4.0.2 |DONE |Manifest: NOSIGNATURE toofast-1.20-0.4.3.5.jar |Too Fast |toofast |0.4.3.5 |DONE |Manifest: NOSIGNATURE libertyvillagers-2.0.0+forge+1.20.1.jar |Liberty's Villagers |libertyvillagers |2.0.0+forge+1.20.1 |DONE |Manifest: NOSIGNATURE CutThrough-v8.0.2-1.20.1-Forge.jar |Cut Through |cutthrough |8.0.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 fabric-transitive-access-wideners-v1-4.3.1+1880499|Fabric Transitive Access Widen|fabric_transitive_access_widen|4.3.1+1880499877 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar |EnchantmentDescriptions |enchdesc |17.1.19 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 moonlight-1.20-2.13.26-forge.jar |Moonlight Library |moonlight |1.20-2.13.26 |DONE |Manifest: NOSIGNATURE MagnumTorch-v8.0.2-1.20.1-Forge.jar |Magnum Torch |magnumtorch |8.0.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 mixinsquared-forge-0.1.2-beta.6.jar |MixinSquared |mixinsquared |0.1.2-beta.6 |DONE |Manifest: NOSIGNATURE Jade-1.20.1-forge-11.11.1.jar |Jade |jade |11.11.1+forge |DONE |Manifest: NOSIGNATURE Delightful-1.20.1-3.6.jar |Delightful |delightful |3.6 |DONE |Manifest: NOSIGNATURE nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |DONE |Manifest: NOSIGNATURE lootintegrations_yungs-1.2.jar |lootintegrations_yungs mod |lootintegrations_yungs |1 |DONE |Manifest: NOSIGNATURE BarteringStation-v8.0.0-1.20.1-Forge.jar |Bartering Station |barteringstation |8.0.0 |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 Iceberg-1.20.1-forge-1.1.25.jar |Iceberg |iceberg |1.1.25 |DONE |Manifest: NOSIGNATURE Quark-4.0-460.jar |Quark |quark |4.0-460 |DONE |Manifest: NOSIGNATURE supplementaries-1.20-3.1.7.jar |Supplementaries |supplementaries |1.20-3.1.7 |DONE |Manifest: NOSIGNATURE ascended_quark-1.20.1-1.1.1.jar |Ascended Quark |ascended_quark |1.1.1 |DONE |Manifest: NOSIGNATURE suppsquared-1.20-1.1.16.jar |Supplementaries Squared |suppsquared |1.20-1.1.16 |DONE |Manifest: NOSIGNATURE inventoryhud.forge.1.20.1-3.4.26.jar |Inventory HUD+ |inventoryhud |3.4.26 |DONE |Manifest: NOSIGNATURE coroutil-forge-1.20.1-1.3.7.jar |CoroUtil |coroutil |1.20.1-1.3.7 |DONE |Manifest: NOSIGNATURE mvs-4.1.4-1.20-forge.jar |Moog's Voyager Structures |mvs |4.1.4-1.20-forge |DONE |Manifest: NOSIGNATURE CrabbersDelight-1.20.1-1.1.7c.jar |Crabber's Delight |crabbersdelight |1.1.7c |DONE |Manifest: NOSIGNATURE packetfixer-forge-1.4.2-1.19-to-1.20.1.jar |Packet Fixer |packetfixer |1.4.2 |DONE |Manifest: NOSIGNATURE emi-bridge-1.11.2+1.20.1.jar |Connector Extras EMI Bridge |connectorextras_emi_bridge |1.11.2+1.20.1 |DONE |Manifest: NOSIGNATURE fabric-data-generation-api-v1-12.3.4+369cb3a477.ja|Fabric Data Generation API (v1|fabric_data_generation_api_v1 |12.3.4+369cb3a477 |DONE |Manifest: NOSIGNATURE fabric-events-interaction-v0-0.6.2+0d0bd5a777.jar |Fabric Events Interaction (v0)|fabric_events_interaction_v0 |0.6.2+0d0bd5a777 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 8e250c45-dca8-4dc6-bdc7-18bceb5c61ca FML: 47.3 Forge: net.minecraftforge:47.3.11 Kiwi Modules: kiwi:block_components kiwi:block_templates kiwi:contributors kiwi:data kiwi:item_templates snowrealmagic:core1 point
-
Forge Server crashing with modpack installed
You my man are a genius. Server is running now. I have some Server issues but i guess that depends on my RAM. Thank you!1 point
-
issues with rendering overlay
1 pointive added theoneprobe, crashed. i removed ascended quark and it works. make it make sense. thank you, TileEntity and please know i only had the courage to post here for help because i kept seeing how useful you are to everyone else so i am super glad you were the one to help me. thanks a lot!1 point
-
Minecraft crashing, help!
1 point
-
Getting error code 1 when trying to launch mod pack
Have him update his video drivers, from the manufacturer website, not Microsoft update, and see if that helps.1 point
-
[1.21.3] Item id is not set
1 pointThe information from xndir worked for me. Alsp in my case, similar errors appear for fluid blocks in the new version, indicating that adjustments are also necessary. Without these changes, an error message stating “block id not set” will appear. The following code example demonstrates how to correctly configure the fluid block: public static final RegistryObject<LiquidBlock> EXAMPLE_FLUID_BLOCK = BlocksRegister.BLOCKS.register( "example_fluid_block", () -> new ExampleFluidBlock( EXAMPLE_FLUID, Block.Properties.ofFullCopy(Blocks.WATER) .noCollission() .strength(1000.0F) .noOcclusion() .setId( ResourceKey.create( ForgeRegistries.BLOCKS.getRegistryKey(), ResourceLocation.parse( String.format("%s:%s", ExampleMod.MOD_ID, "example_fluid_block") ) ) ) ) );1 point
-
forgematica paste without terrain destruction (1.20.1 btw)
1 point
-
[Solved] Trying to register a Custom RecipeType and recipes [Forge 1.20.1]
I solved it! The recipe was not being readed, basically; All I had to do is set the Items in the Json as Arrays Before: "item": { "minecraft:blue_dye" } After: "item": [ { "minecraft:blue_dye" } ] That's all, I added compatibility with JEI to verify and everything works, thanks anyways!1 point
-
Trying to start server but won't launch
Huh, that worked easily for some reason. Thank you. The server started booting and loaded successfully.1 point
-
My 1.20.1 mohist server crashes, and I don't Know why
There are more client-side mods - but not mentioned Add a screenshot of your mods-folder1 point
-
My 1.20.1 mohist server crashes, and I don't Know why
Use Java 17 instead of Java 19 Also, there are some client-side-only mods in your server Start with removing Modernfix, Rubidium and Oculus from your server1 point
IPS spam blocked by CleanTalk.