Giter Club home page Giter Club logo

auditory's People

Contributors

5imgithub avatar cccc-owo avatar daomephsta avatar mrlolf avatar sydokiddo avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

auditory's Issues

1.19.4 Support

Title says it all: Auditory doesn't currently support 1.19.4. Thanks!

1.18.2?

I didn't see any mention of back porting or 1.18.2 requests so I was wondering if it was possible? I know a lot of developers hate back porting so if you don't want to I'd understand.

Also opened in case anyone else asks so they'd just look here

[SUGGESTION] Option to disable swinging sound on block destruction.

Love the new update. Swinging sounds are soft and nice, but when you use pickaxe and other tools a lot, it's too much. Would be great, if it swing only when hit air or mobs etc. Toggle for each tool would be cool too, because breaking anything with sword sounds cool.

how do i add a new tag to the datapack?

i have some modded blocks that i'd like to give deepslate sounds to, but unfortunately the template pack doesnt have that built in
is there a way i can add it myself? im not really good at this

Auditory causes crashes with Aether Mod

Hi, I'm Anthist and I was running a modpack in multiplayer and noticed people were crashing when entering the Aether dimension, specifically when entering the "Silver Dungeon" structure from the mod itself

After testing and researching I found out that when a mob from the Aether called "Valkyrie" spawns naturally they play a sound effect, before this sound is even able to play the game crashes or kicks you if played on multiplayer

Edit: Found out that the sound is played by a block (aether:block.dungeon_trap.trigger)

I read that some people said this crash is caused when Auditory tries to apply a reverb on the sound that is played but fails on doing.

If more information is need let me know. Thanks

No sounds on server

This has been answered a million times before, but here i am. Well lets cut to the point shall we.

On the auditory curseforge page it states that SOME sounds will still work clientside when the mod is not installed on the server, but in replies to previous issues of similar type you stated that block sounds will not work, whereas the curseforge page said they did.

Please update your curseforge page to tell us what sounds will and will not work when the mod is not installed on a server.

Sounds not working in ClientSide anymore

0.0.3 say it is not exclusively client side anymore, but now it is 100% necessary to have the mod in both client and server sides
no sounds works in multiplayer if the server doesnt have the mod, not even placing blocks which should work fine (at least thats what it says in the 0.0.3 changelog)

i thought it could be incompatibility error as i reported in #12 but tried again and again, removing a lot of mods and then, tried with no mods but Auditory and Fabric API and stills not working, just in singleplayer worlds

[BUG] Punchsound is made, when opening Containers

[Auditory Version 0.0.3-1.19.x]
One of the features in your mod makes it so that when you hit the air without any items in your main hand, it makes the hit sound.
But when you try to open a tileentity with inventory without stuff in your hand, it still makes the hit sound.

I think it would be caused by the hitting animation the player makes, when they open an inventory, wich might call the sound.

I don't know if it's a bug, or if it's working as inteded.
I just find it odd that it plays so I would just make a post, to let you know.

I actually think it's quite nice that it plays a sound instead of total silence, I just don't think that the hit sound is appropriate for the action, so there might be a new feature for you, if you still update the mod:)

auditoryIssue.mp4

[CRITICAL] MALWARE IN 0.0.2 DOWNLOAD

since my last report in 0.0.3 i tried to download 0.0.2 version in modrinth, then my computer started glitching, appearing jumpscares and opening a lot of suspicious links

yesterday my computer was fine, today i downloaded nothing but Auditory 0.0.2 in Modrinth

when i deleted the jar, all of that suspicious virus stuff disappeared and stopped happening

Some sounds are not working

When in singleplayer, sounds such as items dropping or a bow pulling back will only play every other time. On my server, which is using a prox chat mod, the item dropping sound is not played and the bow pulling back is still only every other time. Everything else I have experimented with has worked wonderfully so far, it's just those two sounds that are bugged for me.

Better resource pack support

Hey there. I am currently working on a resource pack which changes sounds from sound events from your mod (amongst others). I'd like to ask you to create sound events for sounds that don't have one, such as "Empty Hand Swinging Sounds" and "Shear Swinging Sounds". That way resource packs could have a better control over the mod.

I'd also like to ask you if you're interested in suggestions for new sound events. Sounds events that aren't already in minecraft or any other sound mod. I've got quite a bit of ideas so let me know if you are interested in hearing 'em. As an example of an idea I would give if you'd be willing, is to have a better distinguishment of "entity.generic.explode" into more sound nodes: "entity.creeper.explode" and "entity.primed_tnt.explode".

modrinth "featured version"

you might want to revise which versions get featured since the newest version isnt even there (side bar on the left):
image

Latest Modrinth version 0.0.4 does not have Quilt specified

A rather small thing for a GitHub Issue, but I was unable to contact you any other way so here we are. The latest 0.0.4 release doesn't seem to flag compatibility with Quilt. This leads to issues because your previous version does flag compatibility with Quilt, leading to that being downloaded instead of the latest version when filtering for Quilt.

Sounds not working at all

When i placed some blocks like bricks, stone, and obsidian. They used the normal "poof" sound when you place them, not the sounds in the video

Seperate Block-Sounds.

So I love this mod but I'm just curious why it isn't possible to turn off individual block sounds. I like most of them but the Shulker one is bothering me :P

Auditory Causing Crashes When Paired with Incendium

Hello, I am one of the developers from Stardust Labs. Occasionally, we get reports of crashes in one of our Incendium structures, and we've narrowed down the issue to be with Auditory.

The issue can be manually resolved by disabling ender pearl sounds inside the Auditory config. I should also note that I've seen the same crash before but with fireballs - it has not been tested to my knowledge, but I'm assuming that disabling fireball sounds in the conflict would resolve that issue as well.

Sample user crash logs:

My guess is that this issue happens due to the way Incendium is generating these ender pearls. First, it generates the pearl, then it goes to a different function to redo the pearl summoning, while setting its nbt and playing a custom sound. I should also mention that this is performed as a piglin, and not a player. I don't think Auditory likes that :)

Let me know if you have any other questions.

[1.19.2] Lack of null check for itemStack in SpawnEggUseSoundMixin.

This issue was originally opened on The Aether's repository here: The-Aether-Team/The-Aether#1831.

Essentially, it seems Auditory is missing a check for itemStack != null before calling itemStack.getItem() in this mixin method. The issue with this is that in the original EntityType#spawn() method, itemStack is marked as @Nullable, meaning its not always expected to be non-null. So, Auditory crashes if null is passed by another mod into this parameter.

Game crashes when dropping a lot of items

---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 6/24/22, 1:45 PM
Description: Accessing LegacyRandomSource from multiple threads

java.lang.IllegalStateException: Accessing LegacyRandomSource from multiple threads
at Not Enough Crashes deobfuscated stack trace.(1.19+build.2)
at net.minecraft.util.thread.LockHelper.crash(LockHelper:84)
at net.minecraft.util.math.random.CheckedRandom.next(CheckedRandom:49)
at net.minecraft.util.math.random.BaseRandom.nextDouble(BaseRandom:62)
at net.minecraft.util.math.random.GaussianGenerator.next(GaussianGenerator:34)
at net.minecraft.util.math.random.CheckedRandom.nextGaussian(CheckedRandom:57)
at net.minecraft.client.world.ClientWorld.handler$dnp000$randomBlockDisplayTick(ClientWorld:4134)
at net.minecraft.client.world.ClientWorld.randomBlockDisplayTick(ClientWorld:403)
at net.minecraft.client.world.ClientWorld.doRandomBlockDisplayTicks(ClientWorld:358)
at net.minecraft.client.MinecraftClient.tick(MinecraftClient:1854)
at net.minecraft.client.MinecraftClient.render(MinecraftClient:1101)
at net.minecraft.client.MinecraftClient.run(MinecraftClient:734)
at net.minecraft.client.main.Main.main(Main:237)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

ItemDropSoundMixin causes incompatibility with other mods

The way the drop method in ItemDropSoundMixin is implemented causes the mod to be incompatible with other mods, that also try to modify the Players drop method. Just injecting the extra code into the method at the desired place instead of completely overriding the vanilla method should fix this problem

Auditory for Forge bug with Dynamic surroundings Resurected

Used Mods:
auditory-0.0.5-1.19.2
Dynamic Surroundings 6.0.0.2
Jei 1.19.2 forge 11.6.0.1015

Forge Version: 1.19.2 43.2.6

Details:
When walking on certain blocks an incorrect sound is played. For example when walking on iron or gold blocks it sounds like walking over grass or dirt.

Test results:
I tried turning off some features from both mods but if I turn off the falling foot sounds of Auditory nothing changes and if I turn of the foot sounds from dynamic surroundings something even weirder happens where a lot of the blocks now sound the same like copper and amethyst blocks now have a generic hard sounding sound.

This is probably something difficult to fix as the forge version is a port of the fabric version, but I thought I'd report it anyway

[BUG] Some sounds not working in multiplayer

as it says in the mod page

"A: As of v0.0.3, the mod also needs to be installed on the server for specific sounds to work and sync with the client!

Certain things like block sounds and such should work completely client-side, but other features such as item interaction sounds and such will need for the mod to be installed server-side as well."

the problem is that a lot of block sounds is not working in multiplayer, for example ice variants, obsidian and bricks, pistons, torches and others

Error when using this mod on a LAN server

When i try to use this mod on a LAN server with my brother who doesn't have the mod installed (he is using Vanilla Minecraft), he gets this error when he tries to join my world:

**Connection Lost

Unsupported (vanilla?) client!
This server requires modded client to join!**

I'm using Quilt Loader on version 1.20.1 of Minecraft.

Crash

Hey, when i went to the dwarf fortress in nether my game crashing. I was advised to report this problem to you.

---- Minecraft Crash Report ----
// Why did you do that?

Time: 2023-04-12 17:16:45
Description: Ticking entity

java.lang.ClassCastException: class net.minecraft.class_5419 cannot be cast to class net.minecraft.class_1657 (net.minecraft.class_5419 and net.minecraft.class_1657 are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @4d49af10)
at net.minecraft.class_1684.handler$beh000$auditory$onHit(class_1684.java:1557)
at net.minecraft.class_1684.method_7488(class_1684.java)
at net.minecraft.class_1682.method_5773(class_1682.java:65)
at net.minecraft.class_1684.method_5773(class_1684.java:84)
at net.minecraft.class_3218.method_18762(class_3218.java:712)
at net.minecraft.class_1937.method_18472(class_1937.java:466)
at net.minecraft.class_3218.method_31420(class_3218.java:371)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:339)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
at net.minecraft.class_1132.method_3748(class_1132.java:98)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at java.base/java.lang.Thread.run(Thread.java:833)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.class_1684.handler$beh000$auditory$onHit(class_1684.java:1557)
at net.minecraft.class_1684.method_7488(class_1684.java)
at net.minecraft.class_1682.method_5773(class_1682.java:65)
at net.minecraft.class_1684.method_5773(class_1684.java:84)
at net.minecraft.class_3218.method_18762(class_3218.java:712)
at net.minecraft.class_1937.method_18472(class_1937.java:466)
at net.minecraft.class_3218.method_31420(class_3218.java:371)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:339)
Mixins in Stacktrace:
net.minecraft.class_1684:
net.sydokiddo.auditory.mixin.items.EnderPearlSoundMixin (auditory.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.ThrownEnderpearlMixin (porting_lib_base.mixins.json)
net.adventurez.mixin.EnderPearlEntityMixin (adventurez.mixins.json)
virtuoel.pehkui.mixin.compat116plus.EnderPearlEntityMixin (pehkui.mixins.json)
net.orcinus.galosphere.mixin.ThrownEnderpearlMixin (galosphere.mixins.json)
net.minecraft.class_1682:
virtuoel.pehkui.mixin.ThrownEntityMixin (pehkui.mixins.json)
net.minecraft.class_3218:
dev.onyxstudios.cca.mixin.entity.common.MixinServerWorld (mixins.cardinal_components_entity.json)
net.levelz.mixin.misc.ServerWorldMixin (levelz.mixins.json)
net.rpgdifficulty.mixin.ServerWorldMixin (rpgdifficulty.mixins.json)
corgitaco.corgilib.mixin.MixinServerLevel (corgilib.mixins.json)
potionstudios.byg.mixin.common.world.MixinServerLevel (byg.mixins.json)
com.sonicether.soundphysics.mixin.ServerWorldMixin (sound_physics_remastered.mixins.json)
me.jellysquid.mods.lithium.mixin.chunk.entity_class_groups.ServerWorldAccessor (lithium.mixins.json)
moriyashiine.bewitchment.mixin.ServerWorldMixin (bewitchment.mixins.json)
net.spellbladenext.fabric.mixin.BarrierMixin (spellbladenext.mixins.json)
net.mehvahdjukaar.supplementaries.mixins.ServerLevelMixin (supplementaries-common.mixins.json)
me.shedaniel.cloth.mixin.common.events.MixinServerWorld (cloth-common-events-v1.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.ServerLevelMixin (porting_lib_base.mixins.json)
me.jellysquid.mods.lithium.mixin.alloc.chunk_random.ServerWorldMixin (lithium.mixins.json)
dev.onyxstudios.cca.mixin.chunk.common.MixinServerWorld (mixins.cardinal_components_chunk.json)
com.simibubi.create.foundation.mixin.accessor.ServerLevelAccessor (create.mixins.json)
dev.onyxstudios.cca.mixin.world.common.MixinServerWorld (mixins.cardinal_components_world.json)
com.yungnickyoung.minecraft.betterdeserttemples.mixin.ServerLevelMixin (betterdeserttemples.mixins.json)
net.barribob.boss.mixin.ExplosionMixin (bosses.mixins.json)
net.wizards.mixin.effect.ServerWorldFrostShield (wizards.mixins.json)
com.faboslav.friendsandfoes.mixin.ServerWorldMixin (friendsandfoes-common.mixins.json)
org.betterx.bclib.mixin.common.ServerLevelMixin (bclib.mixins.common.json)
dev.mrsterner.guardvillagers.mixin.ServerWorldMixin (guardvillagers.mixins.json)
website.skylorbeck.minecraft.lootgoblins.mixin.ServerWorldMixin (lootgoblins.mixins.json)
net.spellbladenext.fabric.mixin.SpellMixin (spellbladenext.mixins.json)
net.spellbladenext.fabric.mixin.TNTmixin (spellbladenext.mixins.json)
io.github.fabricators_of_create.porting_lib.transfer.mixin.common.ServerLevelMixin (porting_lib_transfer.mixins.json)
net.fabricmc.fabric.mixin.lookup.ServerWorldMixin (fabric-api-lookup-api-v1.mixins.json)
net.spellbladenext.fabric.mixin.ThornMixin (spellbladenext.mixins.json)
io.github.apace100.apoli.mixin.ServerWorldMixin (apoli.mixins.json)
dev.architectury.mixin.fabric.MixinServerLevel (architectury.mixins.json)
me.jellysquid.mods.lithium.mixin.util.entity_movement_tracking.ServerWorldAccessor (lithium.mixins.json)
net.adventurez.mixin.ServerWorldMixin (adventurez.mixins.json)
com.github.teamfusion.rottencreatures.mixin.common.ServerLevelMixin (rottencreatures-common.mixins.json)
net.spellbladenext.fabric.mixin.EchoMixin (spellbladenext.mixins.json)
me.jellysquid.mods.lithium.mixin.world.block_entity_ticking.sleeping.ServerWorldMixin (lithium.mixins.json)
net.spellbladenext.fabric.mixin.VerticalMixin (spellbladenext.mixins.json)
net.spellbladenext.fabric.mixin.cleansingfiremixin (spellbladenext.mixins.json)
me.jellysquid.mods.lithium.mixin.entity.inactive_navigations.ServerWorldMixin (lithium.mixins.json)
xaero.map.mixin.MixinServerWorld (xaeroworldmap.mixins.json)
party.lemons.biomemakeover.mixin.multipart.ServerLevelMixin (biomemakeover-common.mixins.json)
net.spellbladenext.fabric.mixin.EyeMixin (spellbladenext.mixins.json)
net.spellbladenext.fabric.mixin.BouncingMixin (spellbladenext.mixins.json)
corgitaco.enhancedcelestials.mixin.MixinServerWorld (enhancedcelestials.mixins.json)
net.id.incubus_core.mixin.blocklikeentities.ServerWorldMixin (incubus_core.mixins.json)
dev.architectury.mixin.fabric.ExplosionPreInvoker (architectury.mixins.json)
com.t2pellet.strawgolem.mixin.LoginMixin (strawgolem.fabric.mixins.json)
net.spellbladenext.fabric.mixin.AirMixin (spellbladenext.mixins.json)
org.betterx.betterend.mixin.common.ServerLevelMixin (betterend.mixins.common.json)
com.faboslav.friendsandfoes.mixin.ServerWorldAccessor (friendsandfoes-common.mixins.json)
ca.spottedleaf.starlight.mixin.common.world.ServerWorldMixin (starlight.mixins.json)
com.natamus.collective.fabric.mixin.ServerLevelMixin (collective-fabric.mixins.json)
net.spellbladenext.fabric.mixin.FlameWindsMixin (spellbladenext.mixins.json)
eu.pb4.polymer.mixin.entity.ServerWorldAccessor (polymer.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.ServerLevelMixin (kubejs-common.mixins.json)
me.jellysquid.mods.lithium.mixin.profiler.ServerWorldMixin (lithium.mixins.json)
moriyashiine.bewitchment.mixin.curse.ServerWorldMixin (bewitchment.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.ServerWorldMixin (fabric-lifecycle-events-v1.mixins.json)
net.minecraft.class_1937:
io.github.fabricators_of_create.porting_lib.mixin.common.LevelMixin (porting_lib_base.mixins.json)
me.jellysquid.mods.lithium.mixin.alloc.chunk_random.WorldMixin (lithium.mixins.json)
me.jellysquid.mods.lithium.mixin.entity.collisions.intersection.WorldMixin (lithium.mixins.json)
eu.pb4.polymer.mixin.other.WorldAccessor (polymer.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.WorldMixin (fabric-lifecycle-events-v1.mixins.json)
xaero.map.mixin.MixinWorld (xaeroworldmap.mixins.json)
io.github.fabricators_of_create.porting_lib.transfer.mixin.common.LevelMixin (porting_lib_transfer.mixins.json)
net.blay09.mods.balm.mixin.LevelMixin (balm.mixins.json)
dev.lambdaurora.lambdynlights.mixin.WorldMixin (lambdynlights.mixins.json)
ca.spottedleaf.starlight.mixin.common.world.LevelMixin (starlight.mixins.json)
dev.architectury.mixin.fabric.ExplosionPreInvoker (architectury.mixins.json)
me.jellysquid.mods.lithium.mixin.world.chunk_access.WorldMixin (lithium.mixins.json)
me.jellysquid.mods.lithium.mixin.world.block_entity_ticking.sleeping.WorldMixin (lithium.mixins.json)
me.jellysquid.mods.lithium.mixin.block.hopper.WorldMixin (lithium.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.LevelMixin (kubejs-common.mixins.json)
org.betterx.betterend.mixin.common.LevelMixin (betterend.mixins.common.json)
party.lemons.biomemakeover.mixin.multipart.LevelMixin (biomemakeover-common.mixins.json)
dev.onyxstudios.cca.mixin.world.common.MixinWorld (mixins.cardinal_components_world.json)
corgitaco.enhancedcelestials.mixin.MixinWorld (enhancedcelestials.mixins.json)
me.jellysquid.mods.lithium.mixin.world.inline_block_access.WorldMixin (lithium.mixins.json)
ladysnake.effective.mixin.WorldMixin (effective.mixins.json)
me.jellysquid.mods.lithium.mixin.util.block_entity_retrieval.WorldMixin (lithium.mixins.json)
me.jellysquid.mods.lithium.mixin.world.inline_height.WorldMixin (lithium.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.entity.LevelMixin (porting_lib_entity.mixins.json)
com.t2pellet.strawgolem.mixin.GrowthMixin (strawgolem.fabric.mixins.json)
net.minecraft.class_5574:
me.jellysquid.mods.lithium.mixin.collections.entity_ticking.EntityListMixin (lithium.mixins.json)

-- Entity being ticked --
Details:
Entity Type: minecraft:ender_pearl (net.minecraft.class_1684)
Entity ID: 377
Entity Name: Thrown Ender Pearl
Entity's Exact location: -1294.70, 66.44, -3301.32
Entity's Block location: World: (-1295,66,-3302), Section: (at 1,2,10 in -81,4,-207; chunk contains blocks -1296,0,-3312 to -1281,255,-3297), Region: (-3,-7; contains chunks -96,-224 to -65,-193, blocks -1536,0,-3584 to -1025,255,-3073)
Entity's Momentum: -0.01, -0.75, -1.82
Entity's Passengers: []
Entity's Vehicle: null
Stacktrace:
at net.minecraft.class_1937.method_18472(class_1937.java:466)
at net.minecraft.class_3218.method_31420(class_3218.java:371)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:339)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
at net.minecraft.class_1132.method_3748(class_1132.java:98)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at java.base/java.lang.Thread.run(Thread.java:833)
Mixins in Stacktrace:
net.minecraft.class_1937:
io.github.fabricators_of_create.porting_lib.mixin.common.LevelMixin (porting_lib_base.mixins.json)
me.jellysquid.mods.lithium.mixin.alloc.chunk_random.WorldMixin (lithium.mixins.json)
me.jellysquid.mods.lithium.mixin.entity.collisions.intersection.WorldMixin (lithium.mixins.json)
eu.pb4.polymer.mixin.other.WorldAccessor (polymer.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.WorldMixin (fabric-lifecycle-events-v1.mixins.json)
xaero.map.mixin.MixinWorld (xaeroworldmap.mixins.json)
io.github.fabricators_of_create.porting_lib.transfer.mixin.common.LevelMixin (porting_lib_transfer.mixins.json)
net.blay09.mods.balm.mixin.LevelMixin (balm.mixins.json)
dev.lambdaurora.lambdynlights.mixin.WorldMixin (lambdynlights.mixins.json)
ca.spottedleaf.starlight.mixin.common.world.LevelMixin (starlight.mixins.json)
dev.architectury.mixin.fabric.ExplosionPreInvoker (architectury.mixins.json)
me.jellysquid.mods.lithium.mixin.world.chunk_access.WorldMixin (lithium.mixins.json)
me.jellysquid.mods.lithium.mixin.world.block_entity_ticking.sleeping.WorldMixin (lithium.mixins.json)
me.jellysquid.mods.lithium.mixin.block.hopper.WorldMixin (lithium.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.LevelMixin (kubejs-common.mixins.json)
org.betterx.betterend.mixin.common.LevelMixin (betterend.mixins.common.json)
party.lemons.biomemakeover.mixin.multipart.LevelMixin (biomemakeover-common.mixins.json)
dev.onyxstudios.cca.mixin.world.common.MixinWorld (mixins.cardinal_components_world.json)
corgitaco.enhancedcelestials.mixin.MixinWorld (enhancedcelestials.mixins.json)
me.jellysquid.mods.lithium.mixin.world.inline_block_access.WorldMixin (lithium.mixins.json)
ladysnake.effective.mixin.WorldMixin (effective.mixins.json)
me.jellysquid.mods.lithium.mixin.util.block_entity_retrieval.WorldMixin (lithium.mixins.json)
me.jellysquid.mods.lithium.mixin.world.inline_height.WorldMixin (lithium.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.entity.LevelMixin (porting_lib_entity.mixins.json)
com.t2pellet.strawgolem.mixin.GrowthMixin (strawgolem.fabric.mixins.json)
net.minecraft.class_3218:
dev.onyxstudios.cca.mixin.entity.common.MixinServerWorld (mixins.cardinal_components_entity.json)
net.levelz.mixin.misc.ServerWorldMixin (levelz.mixins.json)
net.rpgdifficulty.mixin.ServerWorldMixin (rpgdifficulty.mixins.json)
corgitaco.corgilib.mixin.MixinServerLevel (corgilib.mixins.json)
potionstudios.byg.mixin.common.world.MixinServerLevel (byg.mixins.json)
com.sonicether.soundphysics.mixin.ServerWorldMixin (sound_physics_remastered.mixins.json)
me.jellysquid.mods.lithium.mixin.chunk.entity_class_groups.ServerWorldAccessor (lithium.mixins.json)
moriyashiine.bewitchment.mixin.ServerWorldMixin (bewitchment.mixins.json)
net.spellbladenext.fabric.mixin.BarrierMixin (spellbladenext.mixins.json)
net.mehvahdjukaar.supplementaries.mixins.ServerLevelMixin (supplementaries-common.mixins.json)
me.shedaniel.cloth.mixin.common.events.MixinServerWorld (cloth-common-events-v1.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.ServerLevelMixin (porting_lib_base.mixins.json)
me.jellysquid.mods.lithium.mixin.alloc.chunk_random.ServerWorldMixin (lithium.mixins.json)
dev.onyxstudios.cca.mixin.chunk.common.MixinServerWorld (mixins.cardinal_components_chunk.json)
com.simibubi.create.foundation.mixin.accessor.ServerLevelAccessor (create.mixins.json)
dev.onyxstudios.cca.mixin.world.common.MixinServerWorld (mixins.cardinal_components_world.json)
com.yungnickyoung.minecraft.betterdeserttemples.mixin.ServerLevelMixin (betterdeserttemples.mixins.json)
net.barribob.boss.mixin.ExplosionMixin (bosses.mixins.json)
net.wizards.mixin.effect.ServerWorldFrostShield (wizards.mixins.json)
com.faboslav.friendsandfoes.mixin.ServerWorldMixin (friendsandfoes-common.mixins.json)
org.betterx.bclib.mixin.common.ServerLevelMixin (bclib.mixins.common.json)
dev.mrsterner.guardvillagers.mixin.ServerWorldMixin (guardvillagers.mixins.json)
website.skylorbeck.minecraft.lootgoblins.mixin.ServerWorldMixin (lootgoblins.mixins.json)
net.spellbladenext.fabric.mixin.SpellMixin (spellbladenext.mixins.json)
net.spellbladenext.fabric.mixin.TNTmixin (spellbladenext.mixins.json)
io.github.fabricators_of_create.porting_lib.transfer.mixin.common.ServerLevelMixin (porting_lib_transfer.mixins.json)
net.fabricmc.fabric.mixin.lookup.ServerWorldMixin (fabric-api-lookup-api-v1.mixins.json)
net.spellbladenext.fabric.mixin.ThornMixin (spellbladenext.mixins.json)
io.github.apace100.apoli.mixin.ServerWorldMixin (apoli.mixins.json)
dev.architectury.mixin.fabric.MixinServerLevel (architectury.mixins.json)
me.jellysquid.mods.lithium.mixin.util.entity_movement_tracking.ServerWorldAccessor (lithium.mixins.json)
net.adventurez.mixin.ServerWorldMixin (adventurez.mixins.json)
com.github.teamfusion.rottencreatures.mixin.common.ServerLevelMixin (rottencreatures-common.mixins.json)
net.spellbladenext.fabric.mixin.EchoMixin (spellbladenext.mixins.json)
me.jellysquid.mods.lithium.mixin.world.block_entity_ticking.sleeping.ServerWorldMixin (lithium.mixins.json)
net.spellbladenext.fabric.mixin.VerticalMixin (spellbladenext.mixins.json)
net.spellbladenext.fabric.mixin.cleansingfiremixin (spellbladenext.mixins.json)
me.jellysquid.mods.lithium.mixin.entity.inactive_navigations.ServerWorldMixin (lithium.mixins.json)
xaero.map.mixin.MixinServerWorld (xaeroworldmap.mixins.json)
party.lemons.biomemakeover.mixin.multipart.ServerLevelMixin (biomemakeover-common.mixins.json)
net.spellbladenext.fabric.mixin.EyeMixin (spellbladenext.mixins.json)
net.spellbladenext.fabric.mixin.BouncingMixin (spellbladenext.mixins.json)
corgitaco.enhancedcelestials.mixin.MixinServerWorld (enhancedcelestials.mixins.json)
net.id.incubus_core.mixin.blocklikeentities.ServerWorldMixin (incubus_core.mixins.json)
dev.architectury.mixin.fabric.ExplosionPreInvoker (architectury.mixins.json)
com.t2pellet.strawgolem.mixin.LoginMixin (strawgolem.fabric.mixins.json)
net.spellbladenext.fabric.mixin.AirMixin (spellbladenext.mixins.json)
org.betterx.betterend.mixin.common.ServerLevelMixin (betterend.mixins.common.json)
com.faboslav.friendsandfoes.mixin.ServerWorldAccessor (friendsandfoes-common.mixins.json)
ca.spottedleaf.starlight.mixin.common.world.ServerWorldMixin (starlight.mixins.json)
com.natamus.collective.fabric.mixin.ServerLevelMixin (collective-fabric.mixins.json)
net.spellbladenext.fabric.mixin.FlameWindsMixin (spellbladenext.mixins.json)
eu.pb4.polymer.mixin.entity.ServerWorldAccessor (polymer.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.ServerLevelMixin (kubejs-common.mixins.json)
me.jellysquid.mods.lithium.mixin.profiler.ServerWorldMixin (lithium.mixins.json)
moriyashiine.bewitchment.mixin.curse.ServerWorldMixin (bewitchment.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.ServerWorldMixin (fabric-lifecycle-events-v1.mixins.json)
net.minecraft.class_5574:
me.jellysquid.mods.lithium.mixin.collections.entity_ticking.EntityListMixin (lithium.mixins.json)
net.minecraft.server.MinecraftServer:
net.fabricmc.fabric.mixin.message.MinecraftServerMixin (fabric-message-api-v1.mixins.json)
org.betterx.bclib.mixin.common.MinecraftServerMixin (bclib.mixins.common.json)
net.fabricmc.fabric.mixin.biome.modification.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
net.blay09.mods.balm.mixin.MinecraftServerMixin (balm.mixins.json)
terrablender.mixin.MixinMinecraftServer (terrablender_fabric.mixins.json)
com.chaosthedude.explorerscompass.mixins.MinecraftServerMixin (explorerscompass.mixins.json)
net.fabricmc.fabric.mixin.registry.sync.MinecraftServerMixin (fabric-registry-sync-v0.mixins.json)
dev.onyxstudios.cca.mixin.level.common.MixinMinecraftServer (mixins.cardinal_components_level.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixinLate (together.mixins.common.json)
potionstudios.byg.mixin.server.MixinMinecraftServer (byg.mixins.json)
com.chaosthedude.naturescompass.mixins.ServerMixin (naturescompass.mixins.json)
potionstudios.byg.mixin.access.MinecraftServerAccess (byg.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.accessor.MinecraftServerAccessor (porting_lib_accessors.mixins.json)
io.github.ladysnake.impersonate.impl.mixin.MinecraftServerMixin (mixins.impersonate.common.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixin (together.mixins.common.json)
net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json)
wraith.fwaystones.mixin.MinecraftServerAccessor (fwaystones.mixins.json)
com.natamus.collective.fabric.mixin.MinecraftServerMixin (collective-fabric.mixins.json)
net.fabricmc.fabric.mixin.biome.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.MinecraftServerMixin (kubejs-common.mixins.json)
dev.onyxstudios.cca.mixin.scoreboard.MixinMinecraftServer (mixins.cardinal_components_scoreboard.json)
dev.latvian.mods.kubejs.core.mixin.common.inject_resources.MinecraftServerMixin (kubejs-common.mixins.json)
net.minecraft.class_1132:
dev.architectury.mixin.fabric.client.MixinIntegratedServer (architectury.mixins.json)
io.github.ultimateboomer.smoothboot.mixin.client.IntegratedServerMixin (smoothboot.mixins.json)

-- Affected level --
Details:
All players: 1 total; [class_3222['muriakk'/265, l='ServerLevel[neww]', x=-1294.72, y=62.05, z=-3291.45]]
Chunk stats: 1341
Level dimension: minecraft:the_nether
Derived: true
Level spawn location: World: (-480,75,-480), Section: (at 0,11,0 in -30,4,-30; chunk contains blocks -480,0,-480 to -465,255,-465), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 890484 game time, 967941 day time
Level name: neww
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 146675 (now: false), thunder time: 104382 (now: false)
Known server brands: fabric
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
at net.minecraft.class_1132.method_3748(class_1132.java:98)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at java.base/java.lang.Thread.run(Thread.java:833)
Mixins in Stacktrace:
net.minecraft.server.MinecraftServer:
net.fabricmc.fabric.mixin.message.MinecraftServerMixin (fabric-message-api-v1.mixins.json)
org.betterx.bclib.mixin.common.MinecraftServerMixin (bclib.mixins.common.json)
net.fabricmc.fabric.mixin.biome.modification.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
net.blay09.mods.balm.mixin.MinecraftServerMixin (balm.mixins.json)
terrablender.mixin.MixinMinecraftServer (terrablender_fabric.mixins.json)
com.chaosthedude.explorerscompass.mixins.MinecraftServerMixin (explorerscompass.mixins.json)
net.fabricmc.fabric.mixin.registry.sync.MinecraftServerMixin (fabric-registry-sync-v0.mixins.json)
dev.onyxstudios.cca.mixin.level.common.MixinMinecraftServer (mixins.cardinal_components_level.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixinLate (together.mixins.common.json)
potionstudios.byg.mixin.server.MixinMinecraftServer (byg.mixins.json)
com.chaosthedude.naturescompass.mixins.ServerMixin (naturescompass.mixins.json)
potionstudios.byg.mixin.access.MinecraftServerAccess (byg.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.accessor.MinecraftServerAccessor (porting_lib_accessors.mixins.json)
io.github.ladysnake.impersonate.impl.mixin.MinecraftServerMixin (mixins.impersonate.common.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixin (together.mixins.common.json)
net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json)
wraith.fwaystones.mixin.MinecraftServerAccessor (fwaystones.mixins.json)
com.natamus.collective.fabric.mixin.MinecraftServerMixin (collective-fabric.mixins.json)
net.fabricmc.fabric.mixin.biome.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.MinecraftServerMixin (kubejs-common.mixins.json)
dev.onyxstudios.cca.mixin.scoreboard.MixinMinecraftServer (mixins.cardinal_components_scoreboard.json)
dev.latvian.mods.kubejs.core.mixin.common.inject_resources.MinecraftServerMixin (kubejs-common.mixins.json)
net.minecraft.class_1132:
dev.architectury.mixin.fabric.client.MixinIntegratedServer (architectury.mixins.json)
io.github.ultimateboomer.smoothboot.mixin.client.IntegratedServerMixin (smoothboot.mixins.json)

-- Modpack Branding --
Details:
Name: Fantasy Minecraft
Version: v10.7

-- System Details --
Details:
Minecraft Version: 1.19.2
Minecraft Version ID: 1.19.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 2045741824 bytes (1950 MiB) / 6895435776 bytes (6576 MiB) up to 12884901888 bytes (12288 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz
Identifier: Intel64 Family 6 Model 165 Stepping 3
Microarchitecture: unknown
Frequency (GHz): 2.90
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce RTX 3060
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2504
Graphics card #0 versionInfo: DriverVersion=31.0.15.2686
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.67
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.67
Memory slot #1 type: DDR4
Virtual memory max (MB): 34857.63
Virtual memory used (MB): 19004.32
Swap memory total (MB): 18604.38
Swap memory used (MB): 463.16
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m
Fabric Mods:
adaptive-tooltips: Adaptive Tooltips 1.0.1
additionalstructures: Additional Structures 4.1.1
advanced_runtime_resource_pack: Runtime Resource Pack 0.6.4
advancementplaques: Advancement Plaques 1.4.6
adventurez: AdventureZ 1.4.17
alloy_forgery: Alloy Forgery 2.0.19+1.19
ambientsounds: Ambient Sounds (Fabric) 5.2.13
amplifiednether: Amplified nether 1.2
antighost: AntiGhost 1.19.1-fabric0.58.5-1.1.5
crowdin-translate: CrowdinTranslate 1.4+1.19
appleskin: AppleSkin 2.4.1+mc1.19
architectury: Architectury 6.5.77
arclight: Arclight 0.1.6-1.19.2
reach-entity-attributes: Reach Entity Attributes 2.3.0
areas: Areas 4.3
artifacts: Artifacts 7.1.1+fabric
expandability: ExpandAbility 6.0.0
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
attributefix: AttributeFix 17.2.6
auditory: Auditory 0.0.4-1.19.x
autotag-convention: AutoTag Convention 2.0.0+1.19
autotag: AutoTag 2.0.0+1.19
awesomedungeon: Awesome dungeon 3.1.0
awesomedungeonend: Awesome dungeon the end 3.1.1
awesomedungeonnether: Awesome dungeon nether 3.1.1
awesomedungeonocean: Awesome dungeon edition ocean 3.2.0
badpackets: Bad Packets 0.2.1
balm-fabric: Balm 4.5.7
bcc: BetterCompatibilityChecker 2.0.2-build.16+mc1.19.1
bclib: BCLib 2.1.6
bedbenefits: BedBenefits 9.1.2
betteradvancements: Better Advancements 0.2.2.142
betteranimalsplus: Better Animals Plus 1.19.2-11.0.10
betteranimationscollection: Better Animations Collection 4.0.5
bettercombat: Better Combat 1.6.2+1.19
betterdeserttemples: YUNG's Better Desert Temples 1.19.2-Fabric-2.2.2
org_reflections_reflections: reflections 0.10.2
betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
betterend: Better End 2.1.4
betterfortresses: YUNG's Better Nether Fortresses 1.19.2-Fabric-1.0.5
bettermineshafts: YUNG's Better Mineshafts 1.19.2-Fabric-3.2.0
bettermounthud: Better Mount HUD 1.2.0
betternether: Better Nether 7.1.3
betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.0
betterstrongholds: YUNG's Better Strongholds 1.19.2-Fabric-3.2.0
betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
bewitchment: Bewitchment 1.19-6
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
impersonate: Impersonate 2.8.0
playerabilitylib: Pal 1.6.0
terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
bhmenu: BHMenu-Fabric 1.19.2-2.1
biomemakeover: Biome Makeover 1.19.2-1.6.4
blur: Blur (Fabric) 2.6.0
bno: Basic Nether Ores 1.19.2-8.2.0-Fabric
bookshelf: Bookshelf 16.2.18
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.6-1.19.2
maelstrom_library: Maelstrom Library 1.3-1.19-pre1
multipart_entities: MultipartEntities 1.2-1.19-pre1
byg: Oh The Biomes You'll Go 2.0.0.13
com_electronwill_night-config_core: core 3.6.6
com_electronwill_night-config_toml: toml 3.6.6
capybara: Capybara 2.0.1
cardinal-components: Cardinal Components API 5.0.2
cardinal-components-base: Cardinal Components API (base) 5.0.2
cardinal-components-block: Cardinal Components API (blocks) 5.0.2
cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
cardinal-components-entity: Cardinal Components API (entities) 5.0.2
cardinal-components-item: Cardinal Components API (items) 5.0.2
cardinal-components-level: Cardinal Components API (world saves) 5.0.2
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2
cardinal-components-world: Cardinal Components API (worlds) 5.0.2
carpeted: Carpeted 1.19.2-1.4
carrier: Carrier 1.11.0
chas: Craftable Horse Armour & Saddle 1.19-1.9-Fabric
chat_heads: Chat Heads 0.10.9
cherishedworlds: Cherished Worlds 6.0.1+1.19.2
chubbystuff: Chubby Stuff 2.0.1-fabric
clienttweaks: Client Tweaks 8.1.1
cloth-api: Cloth API 4.0.65
cloth-basic-math: cloth-basic-math 0.6.1
cloth-client-events-v0: Cloth Client Events v0 4.0.65
cloth-common-events-v1: Cloth Common Events v1 4.0.65
cloth-scissors-api-v1: Cloth Scissors API v1 4.0.65
cloth-utils-v1: Cloth Utils v1 4.0.65
cloth-config: Cloth Config v8 8.2.88
clumps: Clumps 9.0.0+14
collective: Collective 6.53
combatroll: Combat Roll 1.1.5+1.19
companion: Companion 3.2.1
completeconfig: CompleteConfig 2.1.0
coat: Coat 1.0.0-beta.19+mc22w17a
completeconfig-base: completeconfig-base 2.1.0
completeconfig-gui-cloth: completeconfig-gui-cloth 2.1.0
completeconfig-gui-coat: completeconfig-gui-coat 2.1.0
completeconfig-gui-yacl: completeconfig-gui-yacl 2.1.0
configured: Configured 2.0.0
connectiblechains: Connectible Chains 2.1.4+1.19.2
controlling: Controlling For Fabric 10.0+7
corgilib: CorgiLib 1.0.0.32
craftpresence: CraftPresence 2.0.0-rc.2
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490
crashbrander: CrashBrander 1.4.1
create: Create 0.5.0.i-991+1.19.2
com_google_code_findbugs_jsr305: jsr305 3.0.2
flywheel: Flywheel 0.6.8.a-4
milk: Milk Lib 1.0.51
dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1
porting_lib: Porting Lib 2.1.875+1.19.2
forge_tags: Porting Lib Tags 3.0
porting_lib_accessors: Porting Lib Accessors 2.1.875+1.19.2
porting_lib_attributes: Porting Lib Attributes 2.1.875+1.19.2
porting_lib_base: Porting Lib Base 2.1.875+1.19.2
porting_lib_common: Porting Lib Common 2.1.875+1.19.2
porting_lib_constants: Porting Lib Constants 2.1.875+1.19.2
porting_lib_entity: Porting Lib Entity 2.1.875+1.19.2
porting_lib_extensions: Porting Lib Extensions 2.1.875+1.19.2
porting_lib_fake_players: Porting Lib Fake Players 2.1.875+1.19.2
porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.875+1.19.2
porting_lib_loot: Porting Lib Loot 2.1.875+1.19.2
porting_lib_model_generators: Porting Lib Model Generators 2.1.875+1.19.2
porting_lib_model_loader: Porting Lib Model Loader 2.1.875+1.19.2
porting_lib_models: Porting Lib Models 2.1.875+1.19.2
porting_lib_networking: Porting Lib Networking 2.1.875+1.19.2
porting_lib_obj_loader: Porting Lib Obj Loader 2.1.875+1.19.2
porting_lib_transfer: Porting Lib Transfer 2.1.875+1.19.2
serialization_hooks: Serialization Hooks 0.3.26
registrate-fabric: Registrate for Fabric 1.1.57-MC1.19.2
createaddition: Create Crafts & Additions 20230211a
team_reborn_energy: Energy 2.2.0
creativecore: CreativeCore (Fabric) 2.9.3
creaturesfromthesnow: Creatures from The Snow 4.1.0+1.19.2
crittersandcompanions: Critters and Companions 1.19.2-1.0.3
croptopia: Croptopia 2.2.2
com_typesafe_config: config 1.4.1
io_leangen_geantyref_geantyref: geantyref 1.3.11
org_spongepowered_configurate-core: configurate-core 4.1.2
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
ctov: ChoiceTheorem's Overhauled Villages 3.1.8
cull-less-leaves: Cull Less Leaves 1.0.6
conditional-mixin: conditional mixin 0.3.0
cursormod: Custom Cursor Mod 1.3.4
customspawns: Custom Spawns 0.7+1.19
debugify: Debugify 2.8.0
decorative_blocks: Decorative Blocks 3.0.0
deeperdarker: Deeper and Darker 1.1.6
customportalapi: Custom Portal Api 0.0.1-beta54-1.19
paragon: Paragon 3.0.2
org_yaml_snakeyaml: snakeyaml 1.27
deftulib: DeftuLib 1.5.5
com_github_ben-manes_caffeine_caffeine: caffeine 3.1.3
com_squareup_okhttp3_okhttp: okhttp 4.9.3
com_squareup_okio_okio: okio 3.0.0
com_squareup_okio_okio-jvm: okio-jvm 3.0.0
elementa: Elementa 578
universalcraft: UniversalCraft 262
vigilance: Vigilance 281+pull-78
xyz_deftu_deftils_deftils: Deftils 2.0.0
xyz_deftu_enhancedeventbus: enhancedeventbus 1.0.0
diagonalfences: Diagonal Fences 4.2.3
dogslie: Let Sleeping Dogs Lie 1.2.0
drippyloadingscreen: Drippy Loading Screen 2.1.3
droplight: Droplight 1.0.5
duckling: Duckling 2.0.8
dynamicfps: Dynamic FPS 2.2.0
com_moandjiezana_toml_toml4j: toml4j 0.7.2
easyanvils: Easy Anvils 4.0.10
easymagic: Easy Magic 4.3.3
ecologics: Ecologics 2.1.11
effective: Effective 1.4
eldritch_mobs: EldritchMobs 1.12.11
polymer: Polymer (Core) 0.2.18+1.19.2
packet_tweaker: Packet Tweaker 0.3.0+1.18.2
polymer-registry-sync-manipulator: Polymer Registry Sync Manipulator 0.0.3+1.19.2
polymer-blocks-ext: Polymer Blocks 0.1.0-alpha.9+1.19.2
server_translations_api: Server Translations API 1.4.18+1.19.2
enchdesc: EnchantmentDescriptions 13.0.14
endrem: End Remastered 5.2.0
enhancedblockentities: Enhanced Block Entities 0.7.2+1.19.2
enhancedcelestials: Enhanced Celestials 2.1.0.5
enhancedvisuals: Enhanced Visuals (Fabric) 1.5.7
entityculling: EntityCulling-Fabric 1.6.1-mc1.19.2
equipmentcompare: Equipment Compare 1.3.1
explorerscompass: Explorer's Compass 1.19.2-2.2.0-fabric
extrasounds: ExtraSounds 2.3.1+1.19.2-1.19.1
soundcategories: Sound Categories 1.2.4+1.19
fabric-api: Fabric API 0.76.0+1.19.2
fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290
fabric-biome-api-v1: Fabric Biome API (v1) 9.1.1+16f1e31390
fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.25+cafc6e8e90
fabric-client-tags-api-v1: Fabric Client Tags 1.0.5+b35fea8390
fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90
fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790
fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390
fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390
fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+7c6cd14d90
fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+4bc6e26290
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.8+413cbbc790
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.36+df3654b390
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
fabric-item-api-v1: Fabric Item API (v1) 1.6.6+b7d1888890
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.39+9244241690
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.13+83a8659290
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.16+9e7660c690
fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.24+33fbc73890
fabric-models-v0: Fabric Models (v0) 0.3.21+c6af733c90
fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.2+d8ef690890
fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1+1adbf27790
fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+1adbf27790
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.24+df3654b390
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390
fabric-rendering-v0: Fabric Rendering (v0) 1.1.27+df3654b390
fabric-rendering-v1: Fabric Rendering (v1) 1.12.1+d8ef690890
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.4+edbdcddb90
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32+4d0d570390
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590
fabric-textures-v0: Fabric Textures (v0) 1.0.24+aeb40ebe90
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
fabric-diagonal-panes: Fabric Diagonal Panes 0.6.4
fabric-language-kotlin: Fabric Language Kotlin 1.9.3+kotlin.1.8.20
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.20
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.20
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.20
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.20
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.20.1
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.5.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.5.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.5.0
fabricloader: Fabric Loader 0.14.19
fallingleaves: Falling Leaves 1.13.0+1.19.2
fancymenu: FancyMenu 2.14.3
farmersdelight: Farmer's Delight 1.19.2-1.3.9
farsight: Farsight Mod 1.19-2.4
com_github_jctools_jctools_jctools-core: jctools-core v4.0.1
ferritecore: FerriteCore 5.0.3
forgeconfigapiport: Forge Config API Port 4.2.11
friendlyfire: FriendlyFire 14.0.4
friendsandfoes: Friends&Foes 1.8.0
frozenup: Frozen Up 2.1.0-fabric
ftblibrary: FTB Library 1902.3.17-build.200
ftbquests: FTB Quests 1902.4.11-build.207
ftbteams: FTB Teams 1902.2.13-build.100
fwaystones: Fabric Waystones 3.0.7+mc1.19.2
galosphere: Galosphere 1.19.2-1.2.2
geckolib3: Geckolib 3.1.40
com_eliotlash_mclib_mclib: mclib 20
goblintraders: Goblin Traders 1.8.1
goodall: Goodall 1.2.0
guardvillagers: Guard Villagers Fabric 1.19.2-1.1.2
handcrafted: Handcrafted 2.0.6
highlighter: Highlighter 1.1.4
iceberg: Iceberg 1.0.46
immersive_armors: Immersive Armors 1.5.5+1.19.2
imst: Immersive structures 2.0.7
incendium: Incendium 5.1.4
indium: Indium 1.0.9+mc1.19.2
inmis: Inmis 2.7.1-1.19
omega-config: OmegaConfig 1.2.3-1.18.1
inmisaddon: InmisAddon 1.0.4
iris: Iris 1.6.0
io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre12
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
itemborders: Item Borders 1.1.6
itemfilters: Item Filters 1902.2.9-build.46
itemmodelfix: Item Model Fix 1.0.3+1.19
itemphysiclite: ItemPhysic Lite (Fabric) 1.5.1
java: OpenJDK 64-Bit Server VM 17
kambrik: Kambrik 4.0-1.19.2
kiwi: Kiwi Lib 8.3.3
konkrete: Konkrete 1.6.0
kubejs: KubeJS 1902.6.0-build.142
lambdynlights: LambDynamicLights 2.2.0+1.19.2
pride: Pride Lib 1.1.2+1.19
spruceui: SpruceUI 4.1.0+1.19.2
lazydfu: LazyDFU 0.1.3
legendarytooltips: Legendary Tooltips 1.3.3
levelz: LevelZ 1.4.7
libgui: LibGui 6.0.1+1.19
jankson: Jankson 4.1.1+j1.2.1
libninepatch: LibNinePatch 1.1.0
libraryferret: Library ferret 4.0.0
libz: LibZ 1.0.0
lithium: Lithium 0.11.1
loadmyresources: Load My Resources 1.0.4
lootgoblins: Lootgoblins 1.0.8
lootr: Lootr 0.4.25.64
mcda: MC Dungeons Armors 2.4.4
mcdar: MC Dungeons Artifacts 1.5.3-1.19
mcdw: MC Dungeons Weapons 5.0.7-1.19
enchant_giver: Enchant Giver 1.3.0
mcsa: MC Story Mode Armors 3.1.4+1.19
meadow: Meadow 1.1.1
medieval_deco: PlayTics Deco 1.0
medievalorigins: Medieval Origins 1.19.x-4.1.3
medievalweapons: Medieval Weapons 1.4.4
merchantmarkers: Merchant Markers 1.2.3
midnightlib: MidnightLib 1.0.0
minecells: Mine Cells 1.3.5
minecraft: Minecraft 1.19.2
minelib: mine11lib 0.1.3+1.19
com_sksamuel_scrimage_scrimage-core: scrimage-core 4.0.31
miskatonicmysteries: Miskatonic Mysteries 0.1.6
mixin-conflict-helper: Mixin Conflict Helper 1.2.0
mixintrace: MixinTrace 1.1.1+1.17
mobhealthbar: MobHealthBar 2.1.0
modmenu: Mod Menu 4.1.2
moonlight: Moonlight 1.19.2-2.2.29
morevillagers: More Villagers 4.0.2
mostructures: Mo' Structures 1.4.3+1.19.2
mousetweaks: Mouse Tweaks 2.22
mvs: Vanilla Structure Mod 2.5.12-1.19.2
mysticaloaktree: Mystical Oak Tree 1.19.2-1.8
mythicmetals: Mythic Metals 0.17.3+1.19.2
additionalentityattributes: Additionalentityattributes 1.2.0+1.19
mythicmetals_decorations: Mythic Metals Decorations 0.5.2+1.19.2
mythicmounts: Mythic Mounts 1.19.2-7.1
naturalist: Naturalist 2.1.1
naturescompass: Nature's Compass 1.19.2-2.1.0-fabric
no-resource-pack-warnings: No Resource Pack Warnings 1.1.1
nochatreports: No Chat Reports 1.19.2-v1.13.12
notenoughanimations: NotEnoughAnimations 1.6.2
origins: Origins 1.7.1
apoli: Apoli 2.6.1
calio: Calio 1.7.0
owo: oωo 0.9.3+1.19
blue_endless_jankson: jankson 1.2.1
packetpray: Packetpray 1.0-SNAPSHOT
paradise_lost: Paradise Lost 2.1.0-beta+1.19.2
gud_recipe_confidence: Recipe Confidence 1.0.2
incubus_core: Incubus Core 1.9.4
passablefoliage: Passable Foliage 1.19-fabric-5.0.2
patchouli: Patchouli 1.19.2-77-FABRIC
fiber: fiber 0.23.0-2
paxi: Paxi 1.19.2-Fabric-3.0.1
pehkui: Pehkui 3.7.2+1.14.4-1.19.4
kanos_config: Kanos Config 0.4.0+1.14.4-1.19.4
philipsruins: Philip`s ruins 1.19.2
pickupnotifier: Pick Up Notifier 4.2.4
player-animator: Player Animator 1.0.2
plentyofarmors: Plenty Of Armors 1.1.2
polymorph: Polymorph 0.46.1+1.19.2
spectrelib: SpectreLib 0.11.0+1.19
presencefootsteps: Presence Footsteps 1.6.4
kirin: Kirin UI 1.11.1
prism: Prism 1.0.3
probablychests: Probably Chests 0.5.5-1.19.2
puzzleslib: Puzzles Lib 4.3.12
questsadditions: Quests Additions 1.4.1
randomvillagenames: Random Village Names 3.2
rare-ice: Rare Ice 0.5.0
redmorestructure: Reds More Structures 1.0.6-fabric-1.19.2
reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67
repurposed_structures: Repurposed Structures 6.3.21+1.19.2
com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.6
resourcefullib: Resourceful Lib 1.1.24
resourcepackoverrides: Resource Pack Overrides 4.0.4
rhino: Rhino 1902.2.2-build.268
rocks: This Rocks! 1.6.1
rottencreatures: Rotten Creatures 1.0.1
roughlyenoughitems: Roughly Enough Items 9.1.595
error_notifier: Error Notifier 1.0.9
rpg_origins: My Pack 1.3.1
rpgdifficulty: Rpg Difficulty 1.3.7
runes: Runes 0.9.6+1.19
satin: Satin 1.9.0
seasons: Fabric Seasons 1.4-BETA+1.19
shouldersurfing: Shoulder Surfing Reloaded 2.3.0
shroom_dealers: Shroom Dealers! 1.6
skinlayers: 3d Skin Layers 1.5.2-mc1.19.1
skylorlib: SkyLib 1.5.1
skyvillages: Sky Villages 1.0.2.1
slimyboyos: Slimy Boyos 5.0.0.5
smallships: Small Ships 2.0.0a1.1.1
smoothboot: Smooth Boot 1.19-1.7.1
smoothswapping: Smooth Swapping 0.6
smwyg: Show Me What You Got 1.0.3
sodium: Sodium 0.4.4+build.18
org_joml_joml: joml 1.10.4
sodium-extra: Sodium Extra 0.4.16+mc1.19.2-build.90
caffeineconfig: CaffeineConfig 1.0.0+1.17
soulsweapons: Marium's Soulslike Weaponry 0.9.8
sound_physics_remastered: Sound Physics Remastered 1.19.2-1.0.18
spell_engine: Spell Engine 0.9.15+1.19
spell_power: Spell Power Attribute 0.9.8+1.19
spellbladenext: Spellblade Next 1.0.16.3
spiderstpo: Spiders 2.0 1.19.2-2.0.3
spyglass-improvements: Spyglass Improvements 1.4+mc1.19+fabric
starlight: Starlight 1.1.1+fabric.ae22326
starterkit: Starter Kit 5.2
steves_vanilla: Steves Vanilla 1.19.2+2.0.1
stoneholm: Stoneholm 1.4.4
strawgolem: Straw Golem 2.0.0-beta.5
structory: Structory 1.0.1
structory_towers: Structory: Towers 1.0.0
supplementaries: Supplementaries 1.19.2-2.3.2
t_and_t: Towns and Towers 1.9
takesapillage: Takes a Pillage 1.0.4
talkbubbles: Talk Bubbles 1.0.4
terrablender: TerraBlender 2.0.1.136
texelspaintings: TexelsPaintings 6.1.0
tia: Tiny Item Animations 1.19.2-1.0.0
tipsmod: Tips 8.0.27
tlc: The Lost Castle 1.0.0
toms_storage: Tom's Simple Storage Mod 1.5.4
tooltiprareness: Tooltip Rareness 1.0.7
travelerstitles: Traveler's Titles 1.19.2-Fabric-3.1.0
treechop: HT's TreeChop 0.17.6
trinkets: Trinkets 3.4.2
tumbleweed: Tumbleweed 0.5.1
twilightforest: The Twilight Forest 4.2.335
here-be-no-dragons: Here be no Dragons! 1.0.0
javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
mm: Manningham Mills 2.3
unstructured: Unstructured 0.5.3+1.19.2
uselessreptile: Useless Reptile 0.1.11-1.19.2
villagernames: Villager Names 4.5.1
villagersplus: Villagers Plus 1.9
villagespawnpoint: Village Spawn Point 4.0
visuality: Visuality 0.5.6
visualworkbench: Visual Workbench 4.2.4
wabi_sabi_structures: Wabi-Sabi Structures 1.1.2
weaponmaster: YDM's Weapon Master 3.0.2
wildlife: Wildlife 1.19.2-2.2
windchimes: Windchimes 1.2.1
wizards: Wizards 0.9.12+1.19
wondrouswilds: Wondrous Wilds 1.19.2-1.1.6
wthit: wthit 5.15.1
xaerominimap: Xaero's Minimap 23.3.3
xaeroworldmap: Xaero's World Map 1.29.5
yet-another-config-lib: YetAnotherConfigLib 2.2.0-for-1.19.2
yigd: You're in Grave Danger 1.4.8
yosbr: YOSBR 0.1.1
yungsapi: YUNG's API 1.19.2-Fabric-3.8.9
org_javassist_javassist: javassist 3.28.0-GA
yungsbridges: YUNG's Bridges 1.19.2-Fabric-3.1.0
yungsextras: YUNG's Extras 1.19.2-Fabric-3.1.0
Loaded Shaderpack: (off)
NEC status: No NEC detected
Flywheel Backend: GL33 Instanced Arrays
Server Running: true
Player Count: 1 / 8; [class_3222['muriakk'/265, l='ServerLevel[neww]', x=-1294.72, y=62.05, z=-3291.45]]
Data Packs: vanilla, Fabric Mods, Supplementaries Generated Pack, loadmyresources.hiddenpack (incompatible), Repurposed_Structures-Wizards_v2.zip, Towers_Of_The_Wild_Reworked_v4.0.2_Waystones.zip
World Generation: Stable
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Launched Version: fabric-loader-0.14.19-1.19.2

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.