Lithium (Fabric)

Lithium (Fabric)

22M Downloads

"Definitely not up to no good" on boot

ChildishGiant opened this issue ยท 1 comments

commented
admin@yuno:/home/minecraft$ [17:24:07] [main/INFO]: Loading for game Minecraft 1.15.2
[17:24:08] [main/INFO]: [FabricLoader] Loading 6 mods: [email protected], [email protected], [email protected], [email protected]+build.196, [email protected]+build.6, [email protected]
[17:24:08] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/home/minecraft/fabric-server-launch.jar Service=Knot/Fabric Env=SERVER
[17:24:08] [main/INFO]: Lithium's configuration file was loaded successfully
[17:24:08] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.chunk.no_chunk_locking.MixinPalettedContainer' as no configuration enables it
[17:24:08] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.redstone.MixinRedstoneWireBlock' as no configuration enables it
[17:24:08] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.redstone.MixinWorld' as no configuration enables it
[17:24:08] [main/INFO]: Transforming class net/minecraft/class_2382 using patch set 'Modify mutability flags in Vec3i'
[17:24:09] [main/INFO]: Transforming class net/minecraft/class_2338$class_2339 using patch set 'Use mutable fields in Vec3i'
[17:24:12] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[17:24:12] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[17:24:12] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[17:24:12] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[17:24:12] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[17:24:12] [main/INFO]: Definitely not up to no good

Server then goes on to boot normally. Only got this when I restarted the server to enable flying in the server.properties because my friend kept getting kicked.

commented

The message is produced by Fabric-ASM on initialization, which Lithium depends on in order to perform certain optimizations. It's harmless, though ambiguous.