Coder Social home page Coder Social logo

radium's People

Contributors

asek3 avatar jaisdk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

radium's Issues

If another mod is missing a dependency, Radium causes crash on startup

Ordinarily, if mod(s) are missing dependencies, Forge catches it on startup and lists the missing dependencies. The log will also show which mods are causing an error.

With Radium installed, if a mod is missing a dependency, the Minecraft instance completely fails to launch, and the log shows an error related to Radium. You have to disable Radium and relaunch Minecraft to figure out that a missing dependency is the problem. Users have no way of knowing that without experimenting, though. They could easily conclude that the mod that is missing the dependency is causing the crash rather than Radium.

For example, I added Blue Skies to this mod list and made no other changes. The instance crashed on startup. Only by disabling Radium was I able to find out that it was missing the dependency Structure Gel API.

[1.18.2] Origins Phantom suffocation

Currently Lithium's collision checks conflict with origin's phantom ability as it disables suffocation damage when a player uses its ability to phase through blocks. Their solution, for Lithium, is to add:
mixin.entity.collisions.suffocation=false
to the lithium config. I tried this and it still caused suffocation damage. Is it possible I have done this wrong? Otherwise they are incompatible.

Breaks Compat with Blue Skies.  1.18.2

Breaks Compat with Blue Skies. 

I was testing with professions.

Make a flat world, place a tool box from blue skies + villager, he wont take the profession. Fixed when removing mod

Exception in server tick loop

Hi I'm getting an exception in server tick loop for both radium and radon on my Forge 1.19 Minecraft server. I'm on the latest version of Forge (41.0.63).

Here's the error, have fun:

Description: Exception in server tick loop

java.lang.NoSuchMethodError: 'void net.minecraftforge.event.ForgeEventFactory.fireChunkWatch(boolean, net.minecraft.server.level.ServerPlayer, net.minecraft.world.level.ChunkPos, net.minecraft.server.level.ServerLevel)'
at net.minecraft.server.level.ChunkMap.stopWatchingChunk(ChunkMap.java:1460) ~[server-1.19-20220607.102129-srg.jar%23111!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radium.mixins.json:world.player_chunk_tick.ThreadedAnvilChunkStorageMixin,pl:mixin:A}
at net.minecraft.server.level.ChunkMap.sendChunks(ChunkMap.java:1422) ~[server-1.19-20220607.102129-srg.jar%23111!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radium.mixins.json:world.player_chunk_tick.ThreadedAnvilChunkStorageMixin,pl:mixin:A}
at net.minecraft.server.level.ChunkMap.m_140184_(ChunkMap.java:1391) ~[server-1.19-20220607.102129-srg.jar%23111!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radium.mixins.json:world.player_chunk_tick.ThreadedAnvilChunkStorageMixin,pl:mixin:A}
at net.minecraft.server.level.ServerChunkCache.m_8385_(ServerChunkCache.java:449) ~[server-1.19-20220607.102129-srg.jar%23111!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radium.mixins.json:alloc.chunk_ticking.ServerChunkManagerMixin,pl:mixin:APP:radium.mixins.json:world.chunk_access.ServerChunkManagerMixin,pl:mixin:A}
at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7185_(ServerGamePacketListenerImpl.java:893) ~[server-1.19-20220607.102129-srg.jar%23111!/:?] {re:classloading}
at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket.m_5797_(ServerboundMovePlayerPacket.java:114) ~[server-1.19-20220607.102129-srg.jar%23111!/:?] {re:classloading}
at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket$Pos.m_5797_(ServerboundMovePlayerPacket.java:42) ~[server-1.19-20220607.102129-srg.jar%23111!/:?] {re:classloading}

Extreme mob stuttering

Mobs are taking entire seconds to move and is making my game unplayable. the Modpack I am playing on is Medieval Minecraft. Iv'e tried nearly every setting.

[1.18.2] Villagers fail to recognize any non-vanilla job site blocks

Forge version:

  • 1.18.2-forge-40.0.32

Mod versions:

If villagers have already acquired a modded profession before introducing Radium, once Radium is installed destroying the existing job site blocks will cause those villagers to not lose their profession while at the novice level. When placing/destroying a vanilla job site block (tested with Stonecutter/Mason villager) profession is acquired/lost as expected.

This issue can be observed with any combination of those mods installed - with and without More Villagers - so it's probably unrelated to the fix from Asek3/Radium@f5412d1

Radium breaks earth slime island generation in Tinker's Construct

Test environment:

  • MC 1.18.1
  • radium-0.7.7g.jar
  • TConstruct-1.18.1-3.4.2.60.jar
  • Mantle-1.18.1-1.8.37.jar (required by tconstruct)

Repro:

  • generate a world
  • /locate tconstruct:earth_slime_island
  • /teleport to the listed coordinates

Expected behaviour:

  • an earth slime island structure exists at sea level

Observed behaviour:

  • there is no earth slime island, just ocean

Turning off Radium and regenerating the world causes the island to appear at the expected coordinates. I'm guessing one of the worldgen optimizations is a no-op in vanilla but breaks some functionality relied on by mods.

Of note is that other structures added by TConstruct, like the flying Skyslime Islands, generate normally; only the sea-level Earthslime Islands are affected.

[1.18.2-1.19] Crash with ChunkPregenerator

o/ Since this is a lithium port, eh yeah lithium is right now incompatible with ChunkPregenerator.

What is the problem.
Minecraft by default never unloads Points of Interests.
https://github.com/Asek3/Radium/blob/main/src/main/java/me/jellysquid/mods/lithium/mixin/ai/poi/SerializingRegionBasedStorageMixin.java#L54

The issue is that ChunkPregen actually does, because otherwise your max world size is pretty easily defined.
The issue is since lithium adds a lot of extra info for optimization this leads to data corruption.

I will have to disable my override of your override.
What you should do, is implement a proper system for unloading points of interest.

Since there were people before you who ported this mod to 1.16 and this crash was found,
here is the patch what they have done and has proven to be working.

MaxNeedsSnacks/roadrunner@d5d87ed
It would be nice if you could integrate this too so we can have a compat between our mods.

Sry if i am coming on to this a bit fast, its just this is like the third time i reported it ^^"

[1.18.2] Some shape mixins crash on minecraft load.

As I have currently found out, this mod has unstable mixins that crash the game when it loads.
Game works perfectly when mixin.shapes.shape_merging are set to false or game just crashes on start.
Shape Merging mixin error: https://pastebin.com/87xUARTf
Also when mixin.shapes.shape_merging enabled, mixin.shapes.specialized_shapes mixins crash first.

Radium crashing on startup

Minecraft Version 1.18.2
Forge Version 40.1.0

[01:14:40] [main/ERROR]: Mixin config radium.mixins.json does not specify "minVersion" property
[01:14:40] [main/ERROR]: Mixin config radon.mixins.json does not specify "minVersion" property
[01:14:40] [main/ERROR]: Mixin config rubidium.mixins.json does not specify "minVersion" property
[01:14:40] [main/INFO]: Successfully loaded Mixin Connector [com.wuest.prefab.MixinConnector]
[01:14:40] [main/INFO]: Successfully loaded Mixin Connector [shetiphian.core.mixins.MixinConnector]
[01:14:40] [main/INFO]: Successfully loaded Mixin Connector [shetiphian.terraqueous.mixins.MixinConnector]
[01:14:40] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-40.1.0, --gameDir, E:\Personal\Archive\Games\Twitch MC\Instances\1.18.2 Forge, --assetsDir, E:\Personal\Archive\Games\Twitch MC\Install\assets, --uuid, f88d39c334994aa8bdb42ceaa95cee0e, --username, ReshyShira, --assetIndex, 1.18, --accessToken, ????????, --clientId, YTZkZTgyNWItMTFjNC00NzRkLTkxYmUtNTc4YTczMjA2NjM1, --xuid, --userType, mojang, --versionType, release, --width, 1024, --height, 768]
[01:14:41] [main/WARN]: Reference map 'croptopia.refmap.json' for croptopia.mixins.json could not be read. If this is a development environment you can ignore this message
[01:14:41] [main/WARN]: Reference map 'medievalmusic.refmap.json' for medievalmusic.mixins.json could not be read. If this is a development environment you can ignore this message
[01:14:41] [main/WARN]: Reference map 'memorysettings.refmap.json' for memorysettings.mixins.json could not be read. If this is a development environment you can ignore this message
[01:14:41] [main/INFO]: Loaded configuration file for Radium: 100 options available, 0 override(s) found
[01:14:41] [main/INFO]: Trying to switch memory allocators to work around memory leaks present with Jemalloc 5.0.0 through 5.2.0 on Windows
[01:14:41] [main/INFO]: Loaded configuration file for Rubidium: 29 options available, 0 override(s) found
[01:14:41] [main/WARN]: Reference map 'undergarden.refmap.json' for undergarden.mixins.json could not be read. If this is a development environment you can ignore this message
[01:14:43] [main/WARN]: Error loading class: net/optifine/shaders/ShadersRender (java.lang.ClassNotFoundException: net.optifine.shaders.ShadersRender)
[01:14:43] [main/WARN]: @mixin target net.optifine.shaders.ShadersRender was not found dragonsurvival.mixins.json:MixinShaderRender
[01:14:45] [main/INFO]: !!! SOME LOGGERS HAVE MOVED TO THE DEBUG FILE (Please Include them in your bug reports) !!!
[01:14:47] [main/WARN]: @reDIrect conflict. Skipping radium.mixins.json:entity.collisions.movement.EntityMixin->@reDIrect::getEntitiesLater(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/phys/AABB;)Ljava/util/List; with priority 1000, already redirected by domesticationinnovation.mixins.json:EntityMixin->@reDIrect::di_getEntityCollisions(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/phys/AABB;)Ljava/util/List; with priority 1000

Disabling Radium fixes this crashing.

Radium Crashes Modpack on Launch - 1.18.2

Forge - 40.1.0
Modlist
image

image

Game crashes before a crashlog can be created, here is the most recent version of the logs file. Seems to be an incompatibility with Alexs Mods - Domestication Innovation, Citadel and/or Cloudstorage.

BUG: Villagers don't want to work at workstations from More Villagers mod

MC version: 1.18.2
Radium version: 0.7.10
More Villagers version: 3.3.2
Forge version: 40.1.68

Description:
Title describes the whole problem. This was tested only using Radium and More Villagers. No other mods were installed. This can be temporarily fixed using mixin.ai.poi=false in the properties file.

Server crash - stack overflow - maybe caused by Radium?

On a 1.18.2 server one player found theirself in a place that would cause a server crash whenever they joined the world. We're using Terralith to generate our map and this location has a few floating islands, 2 water falls, and 1 lava fall. I mention the liquid only because LiquidBlock appears often in the stack trace. The islands don't appear to have any other special features (trees, grass, sand, stone... that seems to be it).

The reason I'm posting this here is because we tried removing radium and the server now works fine without crashing.

crash-2022-05-28_03.50.30-server.txt

Error on update

29.01 14:53:02 [Server] Server thread/ERROR Encountered an unexpected exception
29.01 14:53:02 [Server] INFO java.lang.NullPointerException: Cannot invoke "com.google.gson.JsonArray.iterator()" because "$$1" is null
29.01 14:53:02 [Server] INFO at net.minecraft.server.players.StoredUserList.m_11399_(StoredUserList.java:121) ~[server-1.18.1-20211210.034407-srg.jar%2394!/:?]
29.01 14:53:02 [Server] INFO at net.minecraft.server.dedicated.DedicatedPlayerList.m_139596_(DedicatedPlayerList.java:84) ~[server-1.18.1-20211210.034407-srg.jar%2394!/:?]
29.01 14:53:02 [Server] INFO at net.minecraft.server.dedicated.DedicatedPlayerList.(DedicatedPlayerList.java:23) ~[server-1.18.1-20211210.034407-srg.jar%2394!/:?]
29.01 14:53:02 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:169) ~[server-1.18.1-20211210.034407-srg.jar%2394!/:?]
29.01 14:53:02 [Server] INFO at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:644) ~[server-1.18.1-20211210.034407-srg.jar%2394!/:?]
29.01 14:53:02 [Server] INFO at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258) ~[server-1.18.1-20211210.034407-srg.jar%2394!/:?]
29.01 14:53:02 [Server] INFO at java.lang.Thread.run(Thread.java:833) [?:?]
29.01 14:53:02 [Server] Server thread/ERROR Exception caught during firing event: Cannot invoke "net.minecraft.server.MinecraftServer.m_129843_(net.minecraft.world.level.storage.LevelResource)" because the return value of "net.minecraftforge.server.ServerLifecycleHooks.getCurrentServer()" is null
29.01 14:53:02 [Server] INFO Index: 6
29.01 14:53:02 [Server] INFO Listeners:
29.01 14:53:02 [Server] INFO 0: HIGH
29.01 14:53:02 [Server] INFO 1: ASM: class dev.architectury.event.forge.EventHandlerImplCommon event(Lnet/minecraftforge/event/server/ServerStoppedEvent;)V
29.01 14:53:02 [Server] INFO 2: NORMAL
29.01 14:53:02 [Server] INFO 3: ASM: class shadows.placebo.util.PlaceboTaskQueue stopped(Lnet/minecraftforge/event/server/ServerStoppedEvent;)V
29.01 14:53:02 [Server] INFO 4: net.minecraftforge.eventbus.EventBus$$Lambda$3754/0x00000008015e1360@3ef15807
29.01 14:53:02 [Server] INFO 5: net.minecraftforge.eventbus.EventBus$$Lambda$3754/0x00000008015e1360@4e3b7699
29.01 14:53:02 [Server] INFO 6: ASM: class de.geheimagentnr1.world_pre_generator.handlers.ForgeEventHandler handleServerStoppedEvent(Lnet/minecraftforge/event/server/ServerStoppedEvent;)V
29.01 14:53:02 [Server] INFO java.lang.NullPointerException: Cannot invoke "net.minecraft.server.MinecraftServer.m_129843_(net.minecraft.world.level.storage.LevelResource)" because the return value of "net.minecraftforge.server.ServerLifecycleHooks.getCurrentServer()" is null
29.01 14:53:02 [Server] INFO at TRANSFORMER/[email protected]/de.geheimagentnr1.world_pre_generator.save.PregenerationWorldPersistencer.getFilePath(PregenerationWorldPersistencer.java:43)
29.01 14:53:02 [Server] INFO at TRANSFORMER/[email protected]/de.geheimagentnr1.world_pre_generator.save.PregenerationWorldPersistencer.save(PregenerationWorldPersistencer.java:67)
29.01 14:53:02 [Server] INFO at TRANSFORMER/[email protected]/de.geheimagentnr1.world_pre_generator.handlers.ForgeEventHandler.handleServerStoppedEvent(ForgeEventHandler.java:36)
29.01 14:53:02 [Server] INFO at net.minecraftforge.eventbus.ASMEventHandler_90_ForgeEventHandler_handleServerStoppedEvent_ServerStoppedEvent.invoke(.dynamic)
29.01 14:53:02 [Server] INFO at MC-BOOTSTRAP/[email protected]/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
29.01 14:53:02 [Server] INFO at MC-BOOTSTRAP/[email protected]/net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
29.01 14:53:03 [Server] INFO at MC-BOOTSTRAP/[email protected]/net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
29.01 14:53:03 [Server] INFO at TRANSFORMER/[email protected]/net.minecraftforge.server.ServerLifecycleHooks.handleServerStopped(ServerLifecycleHooks.java:125)
29.01 14:53:03 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:714)
29.01 14:53:03 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258)
29.01 14:53:03 [Server] INFO at java.base/java.lang.Thread.run(Thread.java:833)

Tried updating from 0.7.7c to 0.7.7e and receiving this error in console. Currently working to download the world, and reinstall the server fresh.

Crash on startup on 1.18.2

Crashes on 1.18.2 on Forge 40.1.68. I'll test to see if it works on other builds but I don't think so. I imagine it might have to do with the new versions of forge breaking some compatibility.

image

Crashing when loading into Everbright (Minecraft version 1.19)

Open my single-player game to LAN. Cheats are on.
This is not the first time we have travelled to Everbright, but it is the farthest we have gone since we started. We didn't even have any issues initially when we went from MC 1.18.2 to 1.19. Suddenly the game froze and my fellow player got kicked from my game. I had to force close MC.
Since then, I got the game back up and, in single-player mode, Travelled to Everbright. I was fine until I reached coords -615 69 -813. Then my game crashed.
I went through and double-checked the mod pack and did a repair on my profile. Still crashing.
I reboot my machine and I was able to get on the game, but the instant I moved, it crashed. I tried to start it again, but it would crash before starting.
I reboot again and once I got into the game, instead of moving, I teleported to the portal (Xaeros map). I was able to make it into the portal and back to the main dimension. The game remained stable.
Anytime I opened the game to LAN and my fellow player tried to connect, the game would freeze, crash and they would be told that they lost connection. They have not even gotten into the game yet.

This is what I sent Blue_Skies.
They were able to determine from the log files that Lithium is an issue. I went through the modpack and with their guidance found your mod. I uninstalled it and we're good to go again.

Thanks for all the help.
crash-2022-06-17_13.38.01-server.txt
.

Villager not restocking

Hi, unsure 100% if it's lithium, but the villagers appear to not be restocking trades overnight. This mod seems most likely to be the one causing it.

[1.18.2] Radium stops Forbidden and Arcanus's rituals from being completed

When developing a modpack for my girlfriend and I to play, I was testing each mod to make sure that they are working as intended. When it came to the final step of a ritual, right clicking the forge with a blacksmiths gavel, the forge would do nothing.

Spent 3 hours taking out every mod and testing which one F&A was not working with and it turned out to be radium reformed. When talking to a developer for F&A, he suggested it might be the fact that the "point of interest optimization" breaks the forge because the pedestals that holds the items use this same system.

Radium causes minecraft to crash after java update?

After updated to the latest java 17, minecraft refuses to launch. I've check the logs and receives something along the lines of

[19May2022 20:43:26.965] [main/ERROR] [mixin/]: Mixin config radium.mixins.json does not specify "minVersion" property

[1.18.2] Mixin Crash

Tried using this on my modpack, Another Quality Modpack 3, however, it crashes upon starting server.

radium 0.8.1a
Lkoader48.0.55

[18:01:41] [main/FATAL] [mixin/]: Mixin apply failed radium.mixins.json:math.fast_blockpos.BlockPosMixin -> net.minecraft.core.BlockPos: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException Overwrite target "m_122012_" was not located in target class net/minecraft/core/BlockPos [ -> MAIN Applicator Phase -> radium.mixins.json:math.fast_blockpos.BlockPosMixin -> Apply Methods -> ()Lnet/minecraft/core/BlockPos;:m_122012_]
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Overwrite target "m_122012_" was not located in target class net/minecraft/core/BlockPos [ -> MAIN Applicator Phase -> radium.mixins.json:math.fast_blockpos.BlockPosMixin -> Apply Methods -> ()Lnet/minecraft/core/BlockPos;:m_122012_]
        at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.mergeMethod(MixinApplicatorStandard.java:577) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:537) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:518) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:386) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
        at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar%235!/:9.1.3+9.1.3+main.9b69c82a] {}
        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar%235!/:?] {}
        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar%235!/:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar%235!/:?] {}
        at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?] {}
        at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {}
        at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?] {}
        at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {}
        at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?] {}
        at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
        at net.minecraftforge.registries.GameData.init(GameData.java:123) ~[forge-1.18.2-40.1.55-universal.jar%23365!/:?] {re:mixin,re:classloading,pl:epic_rei_lmao:B,pl:mixin:APP:flytre_lib-forge.mixins.json:loader.GameDataMixin,pl:mixin:A}
        at net.minecraftforge.registries.GameData.<clinit>(GameData.java:108) ~[forge-1.18.2-40.1.55-universal.jar%23365!/:?] {re:mixin,re:classloading,pl:epic_rei_lmao:B,pl:mixin:APP:flytre_lib-forge.mixins.json:loader.GameDataMixin,pl:mixin:A}
        at net.minecraft.core.Registry.forge(Registry.java:407) ~[server-1.18.2-20220404.173914-srg.jar%23360!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:epic_rei_lmao:B,pl:accesstransformer:B,pl:mixin:APP:botania_forge.mixins.json:ForgeAccessorRegistry,pl:mixin:APP:byg.mixins.json:access.RegistryAccess,pl:mixin:A}
        at net.minecraft.core.Registry.forge(Registry.java:391) ~[server-1.18.2-20220404.173914-srg.jar%23360!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:epic_rei_lmao:B,pl:accesstransformer:B,pl:mixin:APP:botania_forge.mixins.json:ForgeAccessorRegistry,pl:mixin:APP:byg.mixins.json:access.RegistryAccess,pl:mixin:A}
        at net.minecraft.core.Registry.<clinit>(Registry.java:170) ~[server-1.18.2-20220404.173914-srg.jar%23360!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:epic_rei_lmao:B,pl:accesstransformer:B,pl:mixin:APP:botania_forge.mixins.json:ForgeAccessorRegistry,pl:mixin:APP:byg.mixins.json:access.RegistryAccess,pl:mixin:A}
        at net.minecraft.server.Bootstrap.m_135870_(Bootstrap.java:44) ~[server-1.18.2-20220404.173914-srg.jar%23360!/:?] {re:classloading,pl:epic_rei_lmao:B}
        at net.minecraft.server.Main.main(Main.java:109) ~[server-1.18.2-20220404.173914-srg.jar%23360!/:?] {re:classloading,re:mixin,pl:mixin: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.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:32) ~[fmlloader-1.18.2-40.1.55.jar%2316!/:?] {}
        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:?] {}
Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
        at cpw.mods.bootstraplauncher@1.0.0/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149)
Caused by: java.lang.reflect.InvocationTargetException
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at MC-BOOTSTRAP/fmlloader@1.18.2-40.1.55/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:32)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
        ... 7 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)
        at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50)
        at cpw.mods.securejarhandler@1.0.3/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110)
        at cpw.mods.securejarhandler@1.0.3/cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216)
        at cpw.mods.securejarhandler@1.0.3/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226)
        at cpw.mods.securejarhandler@1.0.3/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216)
        at cpw.mods.securejarhandler@1.0.3/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
        at TRANSFORMER/forge@40.1.55/net.minecraftforge.registries.GameData.init(GameData.java:123)
        at TRANSFORMER/forge@40.1.55/net.minecraftforge.registries.GameData.<clinit>(GameData.java:108)
        at TRANSFORMER/minecraft@1.18.2/net.minecraft.core.Registry.forge(Registry.java:407)
        at TRANSFORMER/minecraft@1.18.2/net.minecraft.core.Registry.forge(Registry.java:391)
        at TRANSFORMER/minecraft@1.18.2/net.minecraft.core.Registry.<clinit>(Registry.java:170)
        at TRANSFORMER/minecraft@1.18.2/net.minecraft.server.Bootstrap.m_135870_(Bootstrap.java:44)
        at TRANSFORMER/minecraft@1.18.2/net.minecraft.server.Main.main(Main.java:109)
        ... 13 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [radium.mixins.json:math.fast_blockpos.BlockPosMixin] from phase [DEFAULT] in config [radium.mixins.json] FAILED during APPLY
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
        ... 33 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Overwrite target "m_122012_" was not located in target class net/minecraft/core/BlockPos [ -> MAIN Applicator Phase -> radium.mixins.json:math.fast_blockpos.BlockPosMixin -> Apply Methods -> ()Lnet/minecraft/core/BlockPos;:m_122012_]
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.mergeMethod(MixinApplicatorStandard.java:577)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:537)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:518)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:386)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365)
        at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
        ... 33 more

[1.19] Villager professions broken

Both Vanilla and modded villager professions are broken on the latest version for 1.19. Until this is fixed, I have put mixin.ai.poi=false in radium.properties as this fixes the issue.

Game crashing with latest Radium for 1.19 installed

Hello. Radium is causing my game to crash during startup. Taking it out fixes the issue. I'm using version 0.81a for 1.19.

[00:52:06] [main/INFO]: ModLauncher running: args [--username, BuddyButt, --version, forge-41.0.62, --gameDir, C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured, --assetsDir, C:\Users\sirkt\curseforge\minecraft\Install\assets, --assetIndex, 1.19, --uuid, 55a9c49fac964782b591fea461ee4b4d, --accessToken, ????????, --clientId, NDMxM2YxMTAtMGRkZi00ZTkxLTk0ZjctNmFjZTllMjQwZDcx, --xuid, 2535407446674958, --userType, msa, --versionType, release, --width, 1024, --height, 768, --launchTarget, forgeclient, --fml.forgeVersion, 41.0.62, --fml.mcVersion, 1.19, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220607.102129]
[00:52:06] [main/INFO]: ModLauncher 10.0.1+10.0.1+main.e9521dc3 starting: java version 17.0.3 by Microsoft; OS Windows 10 arch amd64 version 10.0
[00:52:06] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/sirkt/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2390!/ Service=ModLauncher Env=CLIENT
[00:52:06] [main/INFO]: Found mod file additionallanterns-1.0.1-forge-mc1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file AI-Improvements-1.19-0.5.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file another_furniture-forge-2.0.0-1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file appleskin-forge-mc1.19-2.4.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file architectury-5.7.27-forge.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file badpackets-forge-0.1.2.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file balm-4.1.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file betterbiomeblend-1.19.0-1.3.6-forge.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file BiomesOPlenty-1.19-17.0.0.141.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file catalogue-1.6.1-1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file chat_heads-0.6.0-forge-1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file cloth-config-7.0.72-forge.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file Clumps-forge-1.19-9.0.0+3.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file collective-1.19.0-4.28.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file configured-1.5.3-1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file connectivity-1.19-3.2.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file Controlling-forge-1.19-10.0+1.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file CosmeticArmorReworked-1.19-v1b.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file CreativeCore_FORGE_v2.7.1_mc1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file curios-forge-1.19-5.1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file DarkerDepths-1.19-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file Ding-1.19-1.3.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file dynamiclights-1.19.1.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file entityculling-forge-1.5.2-mc1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file FastLeafDecay-29.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file ferritecore-5.0.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file food_enhancements-1.19-1.8.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file ForeverAChild-1.19-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file FpsReducer2-forge-1.19-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file guicompass_1.19.0-2.2.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file jei-1.19-forge-11.0.0.206.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file kleeslabs-forge-1.19-12.0.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file krypton-0.2.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file lazydfu-1.0-1.19+.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file LetSleepingDogsLie-1.19-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file light-overlay-7.0.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file mcw-doors-1.0.6-mc1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file mcw-fences-1.0.5-mc1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file mcw-paintings-1.0.3-mc1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file mcw-windows-2.0.3-mc1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file mcwfencesbop-1.19-1.1.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file namepain-1.4.1 forge-1.19.x.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file NekosEnchantedBooks-1.19-1.7.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file no-telemetry-1.3.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file NoChatReports-FORGE-1.19-v1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file oculus-mc1.19-1.2.5.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file Paintings-forge-1.19-10.0.0.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file Pehkui-3.3.3+1.19-forge.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file radium-0.8.1a.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file rubidium-0.6.0a.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file SereneSeasons-1.19-8.0.0.17.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file simplehats-forge-1.19-0.1.1.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file snowundertrees-1.19-1.2.1.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file spark-1.9.13-forge.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file starlight-1.1.1+forge.cf5b10b.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file supermartijn642corelib-1.0.18-forge-mc1.19.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file TerraBlender-forge-1.19-2.0.0.117.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file theducksmod-forge-1.2.2.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file vanilla_degus-1.19-v1.3.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/INFO]: Found mod file wthit-forge-5.5.0.jar of type MOD with provider {mods folder locator at C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured\mods}
[00:52:06] [main/WARN]: Mod file C:\Users\sirkt\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.19-41.0.62\fmlcore-1.19-41.0.62.jar is missing mods.toml file
[00:52:06] [main/WARN]: Mod file C:\Users\sirkt\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.19-41.0.62\javafmllanguage-1.19-41.0.62.jar is missing mods.toml file
[00:52:06] [main/WARN]: Mod file C:\Users\sirkt\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.19-41.0.62\lowcodelanguage-1.19-41.0.62.jar is missing mods.toml file
[00:52:06] [main/WARN]: Mod file C:\Users\sirkt\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.19-41.0.62\mclanguage-1.19-41.0.62.jar is missing mods.toml file
[00:52:06] [main/INFO]: Found mod file fmlcore-1.19-41.0.62.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@17d238b1
[00:52:06] [main/INFO]: Found mod file javafmllanguage-1.19-41.0.62.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@17d238b1
[00:52:06] [main/INFO]: Found mod file lowcodelanguage-1.19-41.0.62.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@17d238b1
[00:52:06] [main/INFO]: Found mod file mclanguage-1.19-41.0.62.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@17d238b1
[00:52:06] [main/INFO]: Found mod file client-1.19-20220607.102129-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@17d238b1
[00:52:06] [main/INFO]: Found mod file forge-1.19-41.0.62-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@17d238b1
[00:52:06] [main/INFO]: No dependencies to load found. Skipping!
[00:52:09] [main/ERROR]: Mixin config radium.mixins.json does not specify "minVersion" property
[00:52:09] [main/INFO]: Compatibility level set to JAVA_17
[00:52:09] [main/ERROR]: Mixin config rubidium.mixins.json does not specify "minVersion" property
[00:52:09] [main/ERROR]: Mixin config mixins.oculus.compat.sodium.json does not specify "minVersion" property
[00:52:09] [main/INFO]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector]
[00:52:09] [main/INFO]: Successfully loaded Mixin Connector [com.aizistral.nochatreports.MixinConnector]
[00:52:09] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-41.0.62, --gameDir, C:\Users\sirkt\curseforge\minecraft\Instances\Slightly Vanilla Flavoured, --assetsDir, C:\Users\sirkt\curseforge\minecraft\Install\assets, --uuid, 55a9c49fac964782b591fea461ee4b4d, --username, BuddyButt, --assetIndex, 1.19, --accessToken, ????????, --clientId, NDMxM2YxMTAtMGRkZi00ZTkxLTk0ZjctNmFjZTllMjQwZDcx, --xuid, 2535407446674958, --userType, msa, --versionType, release, --width, 1024, --height, 768]
[00:52:09] [main/ERROR]: Option entity.collisions.fluid for dependency 'entity.collisions.fluid depends on chunk=true' not found. Skipping.
[00:52:09] [main/ERROR]: Option entity.collisions.fluid for dependency 'entity.collisions.fluid depends on chunk.block_counting=true' not found. Skipping.
[00:52:09] [main/INFO]: Loaded configuration file for Radium: 93 options available, 0 override(s) found
[00:52:09] [main/INFO]: Loaded configuration file for Rubidium: 29 options available, 0 override(s) found
[00:52:13] [pool-3-thread-1/INFO]: Mixing MixinPlayer from nochatreports.mixins.json into net.minecraft.world.entity.player.Player

[1.18.2] [0.7.10] Multi-World Mod - Don't tick tile or reg entities.

Mod: I use a pretty neat mod called Multi-World that allows the user to have separate worlds like the big servers we all know and love. You can have one for Mini games, one for survival and a world to host your HUB, etc etc.

Issue: Attempting to use this mod with Radium will cause pretty bad issues, the entities and tile entities don't tick. You'd hit a mob and they'd freeze in place with no collision...you'd break a block and would drop but you couldn't pick it up.

It's pretty bad and I'd love a bridge to be created so all worlds can be optimized. Please and thank you!

Entities do not render with Radium installed

No entities — mobs, armor stands — were rendering in any single player world with Radium installed. They were there, their sounds played, etc., but they were invisible. I fixed it by disabling Radium, with no other changes.

Using MC 1.18.2 and latest versions of Forge and Radium.

Mod and datapack list

[1.18.2] Crossbows don't become loaded for AI (but otherwise works).

Mod: 0.7.10
Forge: 40.1.0

Any AI mob that uses a crossbow (Pillager in vanilla for example) will not get a loaded crossbow during their "RangedCrossbowAttackGoal", though everything still works as they will still load it just fine and shoot it. The crossbow itself just doesn't change textures which is rather annoying cause it means you can't keep track of which one has a loaded crossbow or not if you are against a large group of them.

[1.16.5 & 1.18.2] Error when rendering multiblocks in patchouli guide

Multiblocks in the patchouli guide (e.g. Botania guide) cannot be rendered. The log reads:

 CCL has caught an exception whilst rendering a block
  BlockPos:      x:0, y:0, z:0
  Block Class:   class it.zerono.mods.zerocore.lib.block.multiblock.MultiblockPartBlock
  Registry Name: bigreactors:basic_reactorcasing
  State:         Block{bigreactors:basic_reactorcasing}
 Tile at position
  Tile Class:    class it.zerono.mods.extremereactors.gamecontent.multiblock.reactor.part.ReactorCasingEntity
  Tile Id:       bigreactors:reactorcasing
  Tile NBT:      {zcvase_payload:{},zcvase_version:-1,x:0,y:0,z:0,id:"bigreactors:reactorcasing"}
This functionality can be disabled in the CCL config file.
You can also turn off player messages in the CCL config file.

net.minecraft.crash.ReportedException: Tesselating block model
	at net.minecraft.client.renderer.BlockRendererDispatcher.renderModel(BlockRendererDispatcher.java:68) ~[?:?]
	at codechicken.lib.render.block.CCBlockRendererDispatcher.renderModel(CCBlockRendererDispatcher.java:72) ~[codechickenlib:1.16.5-4.0.7.445]
	at it.zerono.mods.zerocore.lib.compat.patchouli.component.standardpage.Multiblock.doWorldRenderPass(Multiblock.java:215) ~[zerocore:1.16.5-2.1.9]
	at it.zerono.mods.zerocore.lib.compat.patchouli.component.standardpage.Multiblock.renderElements(Multiblock.java:192) ~[zerocore:1.16.5-2.1.9]
	at it.zerono.mods.zerocore.lib.compat.patchouli.component.standardpage.Multiblock.renderMultiblock(Multiblock.java:181) ~[zerocore:1.16.5-2.1.9]
	at it.zerono.mods.zerocore.lib.compat.patchouli.component.standardpage.Multiblock.renderPage(Multiblock.java:126) ~[zerocore:1.16.5-2.1.9]
	at it.zerono.mods.zerocore.lib.compat.patchouli.component.standardpage.AbstractStandardPageComponent.render(AbstractStandardPageComponent.java:67) ~[zerocore:1.16.5-2.1.9]
	at vazkii.patchouli.client.book.template.BookTemplate.lambda$render$3(BookTemplate.java:141) ~[patchouli:1.16.4-53.2]
	at java.util.ArrayList.forEach(ArrayList.java:1541) ~[?:?]
	at vazkii.patchouli.client.book.template.BookTemplate.render(BookTemplate.java:139) ~[patchouli:1.16.4-53.2]
	at vazkii.patchouli.client.book.page.PageTemplate.render(PageTemplate.java:36) ~[patchouli:1.16.4-53.2]
	at vazkii.patchouli.client.book.gui.GuiBookEntry.drawPage(GuiBookEntry.java:115) ~[patchouli:1.16.4-53.2]
	at vazkii.patchouli.client.book.gui.GuiBookEntry.drawForegroundElements(GuiBookEntry.java:94) ~[patchouli:1.16.4-53.2]
	at vazkii.patchouli.client.book.gui.GuiBook.drawScreenAfterScale(GuiBook.java:133) ~[patchouli:1.16.4-53.2]
	at vazkii.patchouli.client.book.gui.GuiBook.func_230430_a_(GuiBook.java:121) ~[patchouli:1.16.4-53.2]
	at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:377) ~[forge:?]
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:370) ~[forge:?]
	at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:492) ~[?:?]
	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) ~[?:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
	at net.minecraft.client.main.Main.main(Main.java:184) ~[1.16.5.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.33.jar:36.2]
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 6
	at net.minecraftforge.client.model.pipeline.VertexLighterFlat.processQuad(VertexLighterFlat.java:152) ~[forge:?]
	at net.minecraftforge.client.model.pipeline.QuadGatheringTransformer.put(QuadGatheringTransformer.java:66) ~[forge:?]
	at net.minecraftforge.client.model.pipeline.LightUtil.putBakedQuad(LightUtil.java:110) ~[forge:?]
	at net.minecraft.client.renderer.model.BakedQuad.pipe(BakedQuad.java:42) ~[?:?]
	at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:122) ~[forge:?]
	at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.renderModelSmooth(ForgeBlockModelRenderer.java:85) ~[forge:?]
	at net.minecraft.client.renderer.BlockModelRenderer.renderModel(BlockModelRenderer.java:51) ~[?:?]
	at net.minecraft.client.renderer.BlockRendererDispatcher.renderModel(BlockRendererDispatcher.java:63) ~[?:?]
	... 30 more

It also happens without CCL, but just renders nothing without output.
If this cannot be solved thoroughly, is there any way to fix this via disabling a mixin?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.