Jump to content

[Help] Get rid of a fake death tamed/labeled mob


Wyvern117

Recommended Posts

9 hours ago, Animefan8888 said:

Actually, I forgot to remove some of my debug code...

nanfix-final.jar

The mod is working well at 90%

 

All loots given by a player to a TF2 Crew are looted, but non given loot by player (wich cannot be dropped at 100% chance) have 100% chance to be looted too :D

When a TF2 crew member is spawning it have less than 10% chance to drop their Hat when they die for exemple

I Hat 3 Unusual hat crew, and 2 hat crew (i never gave em those hats; they wild spawned with it), and all 5 dropped their hat

Anyway This is more than enought, theres no crash, mobs are gone, their loots are looted

 

NOw i must find how to avoid this problem... 

By the way, The mod is automatically slaying mobs with NaN HP. Is that possible to make it Healing them from 10or 20 HP like i can do it in MCEdit, instead of killing em ?

Link to comment
Share on other sites

57 minutes ago, Wyvern117 said:

the weird fact is, im moding minecraft since 1.8, and thats the first time i meet those NaN Hp mobs

I added mods over times over version and some mods get "bad" updated. I Think Rafradek TF2 weapons is responsible of those HP problems but i can't prove it, that bug come from nowhere. 

I think thats This mod because TF2 mobs are not longer spawning inside the Nether and i think i never saw any NaN HP mob in the nether, same in the End. They are only spawning in the overworld. If the owner asks me to reproduce the bug ill be screwed because idk when its happening...

If the mods open source, you could look at calls to setHealth(), also read your logs and see if your getting any arithmetic exceptions

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

7 minutes ago, Wyvern117 said:

You are talking in chineese for me... can i know what you are talking about and how doing it step by step ? :S

I believe that NaN values are caused when math goes horribly wrong (something like dividing zero by zero or trying to get the root of a negative number?). I could be wrong, I’ll go look it up. When math goes wrong I believe that an error will be generated and (probably) written to your logs. Because your entities have NaN health, I assume that some mod is setting an entities health based on some calculations. These calculations appear to sometimes return NaN. So you could look at where in the mods code they are setting entity health.

 

BTW NaN means Not a Number

Edited by Cadiboo

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

2 minutes ago, Cadiboo said:

I believe that NaN values are caused when math goes horribly wrong (something like a divide by zero?). I could be wrong, I’ll go look it up. When math goes wrong I believe that an error will be generated and (probably) written to your logs. Because your entities have NaN health, I assume that some mod is setting an entities health based on some calculations. These calculations appear to sometimes return NaN. So you could look at where in the mods code they are setting entity health. 

Its affecting All mobs type, but not ALL mobs at same time, just few of them (sometimes juste only one)

So you want me to give you a log file when i see a new NaN Entity ?

Should i have to activate a debug thing ? Where can i provide a Log file for you ?

Link to comment
Share on other sites

1 minute ago, Wyvern117 said:

Its affecting All mobs type, but not ALL mobs at same time, just few of them (sometimes juste only one)

So you want me to give you a log file when i see a new NaN Entity ?

Should i have to activate a debug thing ? Where can i provide a Log file for you ?

I was just saying that if you wanted to fix/report the problem to the mod author you could do this. I misread “avoid” in your post as “fix”.

1 hour ago, Wyvern117 said:

NOw i must find how to avoid this problem... 

 

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

1 minute ago, Wyvern117 said:

It gonna be hard for me to fix this problem by my own, im really a noob in code, im only "good" in theory

Btw rewriting a mod wich not mine isn't forbbidden ?

It’s usually not allowed, it depends on the lisence the code was released under. I also never said anything about rewriting, I only talked about looking at your logs & someone else’s code and reporting an error to a mod author of you found it.

 

what do you mean your good in theory?

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

I can understand the code in theory, but when i see the language, thoses lines, thats chineese for me and im lost. 

I am thinking with "Organization charts" (if the translation is correct) with if, or, etc

 

 

// You should try our sister game, Minceraft!

Time: 8/30/18 2:12 AM
Description: Exception in server tick loop

java.util.ConcurrentModificationException
    at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
    at java.util.ArrayList$Itr.next(ArrayList.java:851)
    at dev.anime.fix.Main.worldTick(Main.java:31)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_526_Main_worldTick_WorldTickEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Thread.java:745)

 

When i see this, the only thing i want to say is "Ok"

I came back to school for studiying this. and i stopped because the difficulty was too high

Link to comment
Share on other sites

3 minutes ago, Wyvern117 said:

// You should try our sister game, Minceraft!

A witty comment from Mojang

3 minutes ago, Wyvern117 said:

Time: 8/30/18 2:12 AM

The time the error occurred

3 minutes ago, Wyvern117 said:

Description: Exception in server tick loop

The description of the error

3 minutes ago, Wyvern117 said:

java.util.ConcurrentModificationException

The class of the Exception (type of error)

4 minutes ago, Wyvern117 said:

   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)

The class and line number and method that “caused” the exception (where the error was “caused”)

6 minutes ago, Wyvern117 said:

at java.util.ArrayList$Itr.next(ArrayList.java:851)
    at dev.anime.fix.Main.worldTick(Main.java:31)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_526_Main_worldTick_WorldTickEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Thread.java:745)

  

The stacktrace of the exception (what happened that “caused” the error)

 

 

I have “caused” in quotes because this error is probably caused by two threads (different parts of the program) are modifying a thing at the same time which isn’t allowed. One of these parts says “hey that’s not right!” And throws an error, but it was (probably) the other part modifying the thing that is the real cause of the error

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

Also none of that’s actually code, it’s an error in a log file (which is meant to be easy to read & understand so that you can fix the error)

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

Just now, Cadiboo said:

Also none of that’s actually code, it’s an error in a log file (which is meant to be easy to read & understand so that you can fix the error)

That was my last crash when AnimeFan8888 gave me the V2 of his patch, the stacktrace is the only thing that i didn't understand in those lines, the rest is ok

this world is full of fog for me >.<

 

Link to comment
Share on other sites

1 minute ago, Wyvern117 said:

That was my last crash when AnimeFan8888 gave me the V2 of his patch, the stacktrace is the only thing that i didn't understand in those lines, the rest is ok

this world is full of fog for me >.<

 

Make a hobby out of Programming and you’ll be surprised at how fast the fog clears aha. You’ll also be surprised at how much more fog was behind that fog

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

For now the only thing i can do is waiting AnimeFan's answer for my last post for him: if it was posible to heal NaN mobs with a little amount of HP instead of killing them. If im taming mobs thats for keeping them, not getting randomly killed by a bug :D

but he gave me lot of his time for getting an alternative fix for the problem, wich alrealy a lot and very nice ! :p

 

Anyway im glad to see that theres a lot of people in this forum, ready to take their time for people like me. Nothing is forcing you to loose time for us, but you are doing it anyway, and im very thankfull for you guys :D

Link to comment
Share on other sites

9 hours ago, Wyvern117 said:

20 HP like i can do it in MCEdit, instead of killing em ?

Yes, but there is no guarantee that they won't get NaN health again.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

6 minutes ago, Animefan8888 said:

Yes, but there is no guarantee that they won't get NaN health again.

This if far to be a problem, if it prevent em to die from a bug, thats perfect !

10 hp should be fine, by defaut most of mobs have got more than 10 HP (5 hearts) and i have the scalling health mod, wich increase health of mobs when the difficulty grow up, im currently at difficulty 66 / 1000

If you can give em 10 hp to prevent em to die from this NaN Bug, it could be even more better than only erasing them with loots problems

this patch will only "revive" mobs with NaN Hp right ? it will not revive all mobs with 0 hp ? ^^'

Edited by Wyvern117
Link to comment
Share on other sites

3 minutes ago, Wyvern117 said:

"revive" mobs with NaN Hp right ? it will not revive all mobs with 0 hp ? ^^'

Yes

1 minute ago, Wyvern117 said:

Got an idea, why not making a config file ?

Revive?  true false

hp revived: between 1 and 1000 for exemple

if false, mob is erased and loots come from its body, isn't that cool ? :3

I could make a config file.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

58 minutes ago, Wyvern117 said:

I am impatient :D

Thank you again :D

I finished it, it is now on CurseForge. It has a few more things now, it might be able to figure out which mod is causing the problem after running the game for a while check the log for the keyword "nanfix".

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

3 minutes ago, Animefan8888 said:

I finished it, it is now on CurseForge. It has a few more things now, it might be able to figure out which mod is causing the problem after running the game for a while check the log for the keyword "nanfix".

Really ? how can i see logs ??

 

"it will set their health to the last known value." Genius :,D thats even more better, its like there is no NaN Bug at all :D

Edited by Wyvern117
Link to comment
Share on other sites

2 minutes ago, Wyvern117 said:

no NaN Bug at all

That's the idea.

 

2 minutes ago, Wyvern117 said:

Really ? how can i see logs ??

The logs folder in the .minecraft directory.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

Hue... ive loaded an emergency load with, i think, some mobs with NaN Hp

 

Anyway, i have simulated a fight with high chances to provoke a NaN Pandemic

And it worked, i saw some mobs hurt but the NaN bug, you want to know how ?

Mobs have got their HP, but they aren't taking any damages !

Its probably usefull to tell that ive noticed that mobs have NaN Hp, and NaN absorbtion damage (i saw it with Mc Edit)

many mobs have their Hp, but they are taking 0 damages

I saw lines of your code. But i usualy had many freezes,. Idk if this is me, or your patch.

Ill look right now whats the exact function name of the damages absorbtion and ill edit the comment

 

Heres the logs 

Spoiler

23:26:31] [ThaumicJEI Aspect Cache/INFO] [thaumicjei]: Finished Aspect ItemStack Thread.
[23:27:57] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
[23:27:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level '1_12_2 Allégé'/overworld
[23:27:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level '1_12_2 Allégé'/ExtraUtils2_Quarry_Dim
[23:27:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level '1_12_2 Allégé'/Spectre
[23:27:58] [main/INFO] [jei]: Updating ingredient filter...
[23:27:58] [main/INFO] [jei]: Updated  ingredient filter in 0 ms
[23:28:02] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [BadLucKWyvern : Don de 1 [Oeuf de Monoculus] à BadLucKWyvern]
[23:28:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Don de 1 [Oeuf de Monoculus] à BadLucKWyvern
[23:28:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] The §5Monoculus [Level 5] has appeared
[23:28:10] [main/WARN] [journeymap]: Image not found: japaricraftmod:textures/entity_icon/squirre_sleep.png
[23:28:10] [main/WARN] [journeymap]: Image not found: rafradek_tf2_weapons:textures/entity_icon/tf2/monoculus.png
[23:28:19] [main/WARN] [journeymap]: Image not found: rafradek_tf2_weapons:textures/entity_icon/tf2/monoculusangry.png
[23:28:19] [main/ERROR] [Waila]: Caught unhandled exception : [class net.darkhax.wawla.engine.waila.EntityProvider] net.minecraft.util.ReportedException: Saving entity NBT
[23:28:19] [main/ERROR] [Waila]: See WailaErrorOutput.txt for more information
[23:28:20] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2427, l='1_12_2 Allégé', x=450.23, y=69.37, z=418.25]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=405.39, y=73.34, z=407.60]. Damage Source: bullet
[23:28:20] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:20] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:20] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2427, l='1_12_2 Allégé', x=450.23, y=69.37, z=418.25]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=405.39, y=73.34, z=407.60]. Damage Source: bullet
[23:28:20] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:20] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:20] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2427, l='1_12_2 Allégé', x=450.23, y=69.37, z=418.25]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=405.39, y=73.34, z=407.60]. Damage Source: bullet
[23:28:20] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:20] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:20] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2427, l='1_12_2 Allégé', x=450.23, y=69.37, z=418.25]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=405.39, y=73.34, z=407.60]. Damage Source: bullet
[23:28:20] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:20] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:21] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2446, l='1_12_2 Allégé', x=451.37, y=69.04, z=417.40]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=402.00, y=79.08, z=407.13]. Damage Source: bullet
[23:28:21] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:21] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:21] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2446, l='1_12_2 Allégé', x=451.37, y=69.04, z=417.40]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=402.00, y=79.08, z=407.13]. Damage Source: bullet
[23:28:21] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:21] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:22] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2462, l='1_12_2 Allégé', x=414.65, y=69.56, z=397.38]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=399.32, y=80.01, z=405.18]. Damage Source: bullet
[23:28:22] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:22] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:22] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2462, l='1_12_2 Allégé', x=414.65, y=69.56, z=397.38]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=399.32, y=80.01, z=405.18]. Damage Source: bullet
[23:28:22] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:22] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:24] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2503, l='1_12_2 Allégé', x=410.12, y=69.23, z=401.97]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=394.36, y=78.70, z=400.29]. Damage Source: bullet
[23:28:24] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:24] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:24] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2508, l='1_12_2 Allégé', x=412.16, y=67.34, z=401.68]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=394.65, y=78.24, z=400.41]. Damage Source: bullet
[23:28:24] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:24] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:27] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: null. True Source: null. Damage Source: fall
[23:28:27] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:27] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:36] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2668, l='1_12_2 Allégé', x=385.08, y=67.37, z=426.62]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=383.00, y=84.10, z=425.62]. Damage Source: bullet
[23:28:36] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:36] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:36] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2668, l='1_12_2 Allégé', x=385.08, y=67.37, z=426.62]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=383.00, y=84.10, z=425.62]. Damage Source: bullet
[23:28:36] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:36] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:36] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2676, l='1_12_2 Allégé', x=384.00, y=67.49, z=426.00]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=382.27, y=84.07, z=426.70]. Damage Source: bullet
[23:28:36] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:36] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:37] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: null. True Source: null. Damage Source: fall
[23:28:37] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:37] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:37] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: null. True Source: null. Damage Source: fall
[23:28:37] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:37] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:38] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: null. True Source: null. Damage Source: fall
[23:28:38] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:38] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:41] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2753, l='1_12_2 Allégé', x=364.16, y=69.21, z=417.84]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=386.56, y=72.37, z=426.87]. Damage Source: bullet
[23:28:41] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:41] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:41] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2753, l='1_12_2 Allégé', x=364.16, y=69.21, z=417.84]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=386.56, y=72.37, z=426.87]. Damage Source: bullet
[23:28:41] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:41] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:42] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityEnderminy['Enderminy'/2466, l='1_12_2 Allégé', x=430.88, y=72.00, z=363.75]. True Source: EntityEnderminy['Enderminy'/2466, l='1_12_2 Allégé', x=430.88, y=72.00, z=363.75]. Damage Source: mob
[23:28:42] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:42] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:44] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityEnderminy['Enderminy'/2466, l='1_12_2 Allégé', x=429.90, y=72.00, z=362.25]. True Source: EntityEnderminy['Enderminy'/2466, l='1_12_2 Allégé', x=429.90, y=72.00, z=362.25]. Damage Source: mob
[23:28:44] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:44] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:47] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2977, l='1_12_2 Allégé', x=392.69, y=68.93, z=434.25]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=395.15, y=67.00, z=436.77]. Damage Source: bullet
[23:28:47] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:47] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:47] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2977, l='1_12_2 Allégé', x=392.69, y=68.93, z=434.25]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=395.15, y=67.00, z=436.77]. Damage Source: bullet
[23:28:47] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:47] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:47] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2963, l='1_12_2 Allégé', x=383.74, y=67.05, z=424.61]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=395.72, y=67.00, z=437.05]. Damage Source: bullet
[23:28:47] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:47] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:47] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: EntityRocket['entity.rocket.name'/2963, l='1_12_2 Allégé', x=383.74, y=67.05, z=424.61]. True Source: EntityMonoculus['Monoculus'/2272, l='1_12_2 Allégé', x=395.72, y=67.00, z=437.05]. Damage Source: bullet
[23:28:47] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.
[23:28:47] [Server thread/INFO] [nanfix]: Canceling damage.
[23:28:49] [Server thread/INFO] [nanfix]: Entity was damaged by a NaN value. Immediate Source: null. True Source: null. Damage Source: fall
[23:28:49] [Server thread/INFO] [nanfix]: Please report this to the mods author whom the True source, Immediate source, or the damage source comes from.

 

Link to comment
Share on other sites

There it is: WHen a unit is hurt by a NaN Bug, attribs called "Health" and "AbsorptionAmount" have got NaN Values

Ive loaded the world that i used to test the updated patch, and i watched a Soldier hurt but the NaN Bug:

Its health wasn't a NaN Value because your patch perfectly restored it, but an Another Attributs called AbsorptionAmount has got a NaN Value too

I think you should add line wich restore the absoption amount like you did with the health. I don't think any other attributes got a NaN Values, ill look even more carefully when ill send that post

the absorption amount is an unknown thing for me, all mobs have got armor equiped and/or base armor, most of normal units have AbsorptionAmount:0, and some other have got a floating value

Link to comment
Share on other sites

3 minutes ago, Wyvern117 said:

absorption amount

Its the secondary/extra health given by potion effect, IE golden apples.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

Join the conversation

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

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

Announcements




  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Use Java 17 instead of Java 19 Add the new crash-report, if this is still not working
    • Now it gets stuck at "Preparing start region for dimension overworld" once i was able to generate a full customzied json. Any insights?
    • Add crash-reports with sites like https://paste.ee/ and paste the link to it here Make a test without valhelsia_structures
    • My game crash before main screen load crash log: ---- Minecraft Crash Report ---- // I let you down. Sorry Time: 04.05.2024, 11:48 Description: Initializing game org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a] {}     at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-1.0.8.jar:?] {}     at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}     at net.minecraft.client.renderer.block.BlockRenderDispatcher.<init>(BlockRenderDispatcher.java:50) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:classloading,xf:OptiFine:default}     at net.minecraft.client.Minecraft.<init>(Minecraft.java:501) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:classloading,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) ~[?:?] {}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.21.jar%2318!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [valhelsia_structures.mixins.json:BlockModelRendererMixin] from phase [DEFAULT] in config [valhelsia_structures.mixins.json] FAILED during APPLY     at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     ... 29 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @ModifyVariable annotation on valhelsia_renderModelFaceFlat could not find any targets matching 'Lnet/minecraft/client/renderer/block/ModelBlockRenderer;m_111001_(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;IIZLcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Ljava/util/List;Ljava/util/BitSet;)V' in net.minecraft.client.renderer.block.ModelBlockRenderer. Using refmap valhelsia_structures.refmap.json [PREINJECT Applicator Phase -> valhelsia_structures.mixins.json:BlockModelRendererMixin -> Prepare Injections ->  -> localvar$zbg000$valhelsia_renderModelFaceFlat(ILnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;)I -> Parse]     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:656) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:587) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:316) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo.<init>(ModifyVariableInjectionInfo.java:45) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}     at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}     at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:708) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1311) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     ... 29 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace:     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a] {}     at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-1.0.8.jar:?] {}     at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}     at net.minecraft.client.renderer.block.BlockRenderDispatcher.<init>(BlockRenderDispatcher.java:50) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:classloading,xf:OptiFine:default}     at net.minecraft.client.Minecraft.<init>(Minecraft.java:501) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} -- Initialization -- Details:     Modules:          ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         COMCTL32.dll:Biblioteka formantów czynności użytkownika:6.10 (WinBuild.160101.0800):Microsoft Corporation         CRYPT32.dll:Crypto API32:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.3930:Microsoft Corporation         CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.3636:Microsoft Corporation         DBGHELP.DLL:Windows Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         DEVOBJ.dll:Device Information Set DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation         DNSAPI.dll:Biblioteka DLL interfejsu API klienta usługi DNS:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         GDI32.dll:GDI Client DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation         GLU32.dll:Biblioteka DLL OpenGL Utility Library:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         HID.DLL:Biblioteka użytkownika HID:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation         IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         KERNEL32.DLL:Biblioteka DLL klienta Windows NT BASE API:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         KERNELBASE.dll:Biblioteka DLL klienta Windows NT BASE API:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         MMDevApi.dll:Interfejs API MMDevice:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         MSASN1.dll:ASN.1 Runtime APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         MSCTF.dll:Biblioteka DLL serwera MSCTF:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         NLAapi.dll:Network Location Awareness 2:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation         NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         Ole32.dll:Microsoft OLE for Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         OpenAL.dll         PROPSYS.dll:System właściwości firmy Microsoft:7.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         PSAPI.DLL:Process Status Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         RPCRT4.dll:Czas wykonania zdalnego wywoływania procedury:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         SETUPAPI.DLL:Interfejs API Instalatora systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         SHCORE.dll:SHCORE:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         SHELL32.dll:Wspólna biblioteka DLL Powłoki systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         UMPDC.dll         USER32.dll:Współużytkowana biblioteka DLL klienta Windows USER API:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         USERENV.dll:Userenv:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation         VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         WINHTTP.dll:Usługi Windows HTTP Services:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         WINMM.dll:MCI API DLL:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.4291 (WinBuild.160101.0800):Microsoft Corporation         WS2_32.dll:Biblioteka DLL 32-bitowej wersji usługi Windows Socket 2.0:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         Wldp.dll:Zasady blokady systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         amsi.dll:Anti-Malware Scan Interface:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         aswAMSI.dll:Avast AMSI COM object:24.3.8975.0:Gen Digital Inc.         aswhook.dll:Avast Hook Library:24.3.8975.0:AVAST Software         bcrypt.dll:Biblioteka podstawowych elementów kryptograficznych systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         cfgmgr32.dll:Configuration Manager DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation         clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation         combase.dll:Microsoft COM for Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         dhcpcsvc.DLL:Usługa klienta DHCP:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         dhcpcsvc6.DLL:Klient DHCPv6:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         dinput8.dll:Microsoft DirectInput:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         dwmapi.dll:Interfejs API menedżera okien Microsoft Desktop Window Manager:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         dxgi.dll:DirectX Graphics Infrastructure:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         fwpuclnt.dll:Interfejs API trybu użytkownika funkcji FWP/IPSec:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         gdi32full.dll:GDI Client DLL:10.0.19041.4239 (WinBuild.160101.0800):Microsoft Corporation         glfw.dll         icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         ig9icd64.dll:OpenGL(R) Driver for Intel(R) Graphics Accelerator:31.0.101.2111:Intel Corporation         igc64.dll:Intel Graphics Shader Compiler for Intel(R) Graphics Accelerator:31.0.101.2111:Intel Corporation         igdgmm64.dll:User Mode Driver for Intel(R) Graphics Technology:31.0.101.2111:Intel Corporation         igdml64.dll:Metrics Library for Intel(R) Graphics Technology:31.0.101.2111:Intel Corporation         inputhost.dll:InputHost:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         java.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         javaw.exe:OpenJDK Platform binary:17.0.1.0:Microsoft         jemalloc.dll         jimage.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         jli.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         jna4343990444255883354.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA)         jvm.dll:OpenJDK 64-Bit server VM:17.0.1.0:Microsoft         kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation         lwjgl.dll         lwjgl_opengl.dll         lwjgl_stb.dll         management.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         management_ext.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         mscms.dll:Biblioteka DLL systemu dopasowywania kolorów firmy Microsoft:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         msvcp140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation         msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         mswsock.dll:Microsoft Windows Sockets 2.0 Dostawca usługi:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         napinsp.dll:Dostawca podkładek nazewnictwa poczty e-mail:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         net.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         nio.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         ntdll.dll:Biblioteka NT Layer DLL:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         ntmarta.dll:Windows NT - dostawca MARTA:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         opengl32.dll:OpenGL Client DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         perfos.dll:Biblioteka DLL obiektów wydajności systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         pnrpnsp.dll:Dostawca obszaru nazw PNRP:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         powrprof.dll:Pomocnicza biblioteka DLL dla profilu zasilania:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         profapi.dll:User Profile Basic API:10.0.19041.4239 (WinBuild.160101.0800):Microsoft Corporation         rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         shlwapi.dll:Biblioteka dodatkowych narzędzi powłoki:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         svml.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.4239 (WinBuild.160101.0800):Microsoft Corporation         ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         uxtheme.dll:Biblioteka Microsoft UxTheme:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation         verify.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         win32u.dll:Win32u:10.0.19041.4291 (WinBuild.160101.0800):Microsoft Corporation         windows.storage.dll:Interfejs API magazynu systemu Microsoft WinRT:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         winrnr.dll:LDAP RnR Provider DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         wintypes.dll:Biblioteka DLL typów systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         wshbth.dll:Windows Sockets Helper DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         xinput1_4.dll:Interfejs API typowego kontrolera firmy Microsoft:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         zip.dll:OpenJDK Platform binary:17.0.1.0:Microsoft Stacktrace:     at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:classloading,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) ~[?:?] {}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.21.jar%2318!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} -- System Details -- Details:     Minecraft Version: 1.18.2     Minecraft Version ID: 1.18.2     Operating System: Windows 10 (amd64) version 10.0     Java Version: 17.0.1, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 1227438184 bytes (1170 MiB) / 1644167168 bytes (1568 MiB) up to 10502537216 bytes (10016 MiB)     CPUs: 4     Processor Vendor: GenuineIntel     Processor Name: Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz     Identifier: Intel64 Family 6 Model 142 Stepping 9     Microarchitecture: Amber Lake     Frequency (GHz): 2,40     Number of physical packages: 1     Number of physical CPUs: 2     Number of logical CPUs: 4     Graphics card #0 name: NVIDIA GeForce 940MX     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 2048,00     Graphics card #0 deviceId: 0x179c     Graphics card #0 versionInfo: DriverVersion=21.21.13.7654     Graphics card #1 name: Intel(R) HD Graphics 620     Graphics card #1 vendor: Intel Corporation (0x8086)     Graphics card #1 VRAM (MB): 1024,00     Graphics card #1 deviceId: 0x5916     Graphics card #1 versionInfo: DriverVersion=31.0.101.2111     Memory slot #0 capacity (MB): 16384,00     Memory slot #0 clockSpeed (GHz): 2,13     Memory slot #0 type: DDR4     Virtual memory max (MB): 25980,22     Virtual memory used (MB): 7608,61     Swap memory total (MB): 9728,00     Swap memory used (MB): 252,46     JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M     Launched Version: 1.18.2-forge-40.2.21     Backend library: LWJGL version 3.2.2 SNAPSHOT     Backend API: Intel(R) HD Graphics 620 GL version 3.2.0 - Build 31.0.101.2111, Intel     Window size: <not initialized>     GL Caps: Using framebuffer using OpenGL 3.2     GL debug messages:      Using VBOs: Yes     Is Modded: Definitely; Client brand changed to 'forge'     Type: Client (map_client.txt)     CPU: 4x Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz     OptiFine Version: OptiFine_1.18.2_HD_U_H6     OptiFine Build: 20220313-160847     Render Distance Chunks: 8     Mipmaps: 4     Anisotropic Filtering: 1     Antialiasing: 0     Multitexture: false     Shaders: null     OpenGlVersion: 3.2.0 - Build 31.0.101.2111     OpenGlRenderer: Intel(R) HD Graphics 620     OpenGlVendor: Intel     CpuCount: 4     ModLauncher: 9.1.3+9.1.3+main.9b69c82a     ModLauncher launch target: forgeclient     ModLauncher naming: srg     ModLauncher services:           mixin PLUGINSERVICE           eventbus PLUGINSERVICE           slf4jfixer PLUGINSERVICE           object_holder_definalize PLUGINSERVICE           runtime_enum_extender PLUGINSERVICE           capability_token_subclass PLUGINSERVICE           accesstransformer PLUGINSERVICE           runtimedistcleaner PLUGINSERVICE           mixin TRANSFORMATIONSERVICE           OptiFine TRANSFORMATIONSERVICE           fml TRANSFORMATIONSERVICE      FML Language Providers:          [email protected]         lowcodefml@null         javafml@null     Mod List:          client-1.18.2-20220404.173914-srg.jar             |Minecraft                     |minecraft                     |1.18.2              |COMMON_SET|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         repurposed_structures_forge-5.1.14+1.18.2.jar     |Repurposed Structures         |repurposed_structures         |5.1.14+1.18.2       |COMMON_SET|Manifest: NOSIGNATURE         TerraBlender-forge-1.18.2-1.2.0.126.jar           |TerraBlender                  |terrablender                  |1.2.0.126           |COMMON_SET|Manifest: NOSIGNATURE         Piglin Expansion 1.2.1.jar                        |Piglin Expansion              |piglin_expansion              |1.1.0               |COMMON_SET|Manifest: NOSIGNATURE         pamhc2trees-1.18.2-1.0.4.jar                      |Pam's HarvestCraft 2 - Trees  |pamhc2trees                   |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE         BiomesOPlenty-1.18.2-16.0.0.134.jar               |Biomes O' Plenty              |biomesoplenty                 |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE         pamhc2crops-1.18.2-1.0.6.jar                      |Pam's HarvestCraft 2 - Crops  |pamhc2crops                   |1.0.6               |COMMON_SET|Manifest: NOSIGNATURE         jei-1.18.2-forge-10.2.1.1006.jar                  |Just Enough Items             |jei                           |10.2.1.1006         |COMMON_SET|Manifest: NOSIGNATURE         pamhc2foodextended-1.18.2-1.0.5.jar               |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended            |1.0                 |COMMON_SET|Manifest: NOSIGNATURE         torohealth-1.18-forge-2.jar                       |ToroHealth                    |torohealth                    |1.18-forge-2        |COMMON_SET|Manifest: NOSIGNATURE         reap-1.18.2-1.0.0.jar                             |Reap Mod                      |reap                          |1.18.2-1.0.0        |COMMON_SET|Manifest: NOSIGNATURE         Patchouli-1.18.2-71.1.jar                         |Patchouli                     |patchouli                     |1.18.2-71.1         |COMMON_SET|Manifest: NOSIGNATURE         pamhc2foodcore-1.18.2-1.0.3.jar                   |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore                |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE         SereneSeasons-1.18.2-7.0.0.15.jar                 |Serene Seasons                |sereneseasons                 |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE         YungsApi-1.18.2-Forge-2.2.9.jar                   |YUNG's API                    |yungsapi                      |1.18.2-Forge-2.2.9  |COMMON_SET|Manifest: NOSIGNATURE         ToughAsNails-1.18.2-7.0.0.73.jar                  |Tough As Nails                |toughasnails                  |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE         feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.ja|Feature NBT Deadlock Be Gone  |feature_nbt_deadlock_be_gone  |2.0.0+1.18.2        |COMMON_SET|Manifest: NOSIGNATURE         weather2-1.18.2-2.7.5.jar                         |Weather2                      |weather2                      |1.18.2-2.7.5        |COMMON_SET|Manifest: NOSIGNATURE         betteranimalsplus-1.18.2-11.0.10-forge.jar        |Better Animals Plus           |betteranimalsplus             |1.18.2-11.0.10      |COMMON_SET|Manifest: NOSIGNATURE         coroutil-forge-1.18.2-1.3.6.jar                   |CoroUtil                      |coroutil                      |1.18.2-1.3.6        |COMMON_SET|Manifest: NOSIGNATURE         architectury-4.12.94-forge.jar                    |Architectury                  |architectury                  |4.12.94             |COMMON_SET|Manifest: NOSIGNATURE         shulkerbox-1.18.2-1.0.0.jar                       |Advanced Shulkerboxes         |shulkerbox                    |1.18.2-1.0.0        |COMMON_SET|Manifest: NOSIGNATURE         mysticalworld-1.18.2-0.4.8.29.jar                 |Mystical World                |mysticalworld                 |0.4.8.29            |COMMON_SET|Manifest: NOSIGNATURE         FallingTree-1.18.2-3.5.5.jar                      |FallingTree                   |fallingtree                   |3.5.5               |COMMON_SET|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         forge-1.18.2-40.2.21-universal.jar                |Forge                         |forge                         |40.2.21             |COMMON_SET|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         cofh_core-1.18.2-9.2.3.47.jar                     |CoFH Core                     |cofh_core                     |9.2.3               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_innovation-1.18.2-9.2.1.19.jar            |Thermal Innovation            |thermal_innovation            |9.2.1               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_foundation-1.18.2-9.2.2.58.jar            |Thermal Series                |thermal                       |9.2.2               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_cultivation-1.18.2-9.2.1.20.jar           |Thermal Cultivation           |thermal_cultivation           |9.2.1               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_expansion-1.18.2-9.2.2.24.jar             |Thermal Expansion             |thermal_expansion             |9.2.2               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_locomotion-1.18.2-9.2.1.15.jar            |Thermal Locomotion            |thermal_locomotion            |9.2.1               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_integration-1.18.2-9.2.1.18.jar           |Thermal Integration           |thermal_integration           |9.2.1               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         YungsBetterMineshafts-1.18.2-Forge-2.2.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.18.2-Forge-2.2    |COMMON_SET|Manifest: NOSIGNATURE         valhelsia_core-forge-1.18.2-0.4.0.jar             |Valhelsia Core                |valhelsia_core                |1.18.2-0.4.0        |COMMON_SET|Manifest: NOSIGNATURE         valhelsia_structures-1.18.2-0.1.1.jar             |Valhelsia Structures          |valhelsia_structures          |1.18.2-0.1.1        |COMMON_SET|Manifest: NOSIGNATURE         thermal_dynamics-1.18.2-9.2.2.19.jar              |Thermal Dynamics              |thermal_dynamics              |9.2.2               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         corpse-1.18.2-1.0.1.jar                           |Corpse                        |corpse                        |1.18.2-1.0.1        |COMMON_SET|Manifest: NOSIGNATURE     Crash Report UUID: e912b463-f8b1-45c5-af55-a3291be1b7b0     FML: 40.2     Forge: net.minecraftforge:40.2.21
  • Topics

×
×
  • Create New...

Important Information

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