Pehkui

Pehkui

35M Downloads

[Bug]: "scaleData" is null in ScaleUtils

No3371 opened this issue · 0 comments

commented

Minecraft version(s)

1.19.2

Minecraft version details

No response

Mod loader

Fabric

Mod loader version

Fabric Loader 0.14.19

Fabric API version

Fabric API 0.76

In what kind of world or server did the problem occur?

My multiplayer server that I was running

What went wrong? (Crash logs don't go here)

Some entities would cause crash on chunk loaded.

Full list of installed mods and their version numbers

tl;dr 607 mods, I'm sorry.

Did the problem cause the game to crash?

Yes. (paste crash report below)

Full crash report contents (if you experienced a crash)

Crash report output:

---- Minecraft Crash Report ---- // My bad.

Time: 2023-04-16 21:46:20
Description: Exception ticking world

java.lang.NullPointerException: Cannot invoke "virtuoel.pehkui.api.ScaleData.hasDefaultValues()" because "scaleData" is null
at virtuoel.pehkui.util.ScaleUtils.hasScaleDataChanged(ScaleUtils.java:227)
at virtuoel.pehkui.util.ScaleUtils.syncScales(ScaleUtils.java:241)
at virtuoel.pehkui.util.ScaleUtils.syncScalesOnTrackingStart(ScaleUtils.java:222)
at MC//net.minecraft.entity.Entity.handler$goj000$pehkui$onStartedTrackingBy(Entity.java:39264)
at MC//net.minecraft.entity.Entity.onStartedTrackingBy(Entity.java)
at MC//net.minecraft.entity.mob.MobEntity.onStartedTrackingBy(MobEntity.java:9591)
at MC//net.minecraft.server.network.EntityTrackerEntry.startTracking(EntityTrackerEntry.java:221)
at MC//net.minecraft.server.world.ThreadedAnvilChunkStorage$EntityTracker.updateTrackedStatus(ThreadedAnvilChunkStorage.java:1416)
at MC//net.minecraft.server.world.ThreadedAnvilChunkStorage$EntityTracker.updateTrackedStatus(ThreadedAnvilChunkStorage.java:1442)
at MC//net.minecraft.server.world.ThreadedAnvilChunkStorage.loadEntity(ThreadedAnvilChunkStorage.java:1198)
at MC//net.minecraft.server.world.ServerChunkManager.loadEntity(ServerChunkManager.java:477)
at MC//net.minecraft.server.world.ServerWorld$ServerEntityHandler.startTracking(ServerWorld.java:1560)
at MC//net.minecraft.server.world.ServerWorld$ServerEntityHandler.startTracking(ServerWorld.java:1538)
at MC//net.minecraft.server.world.ServerEntityManager.startTracking(ServerEntityManager.java:217)
at MC//net.minecraft.server.world.ServerEntityManager.addEntity(ServerEntityManager.java:187)
at MC//net.minecraft.server.world.ServerEntityManager.addEntity(ServerEntityManager.java:168)
at MC//net.minecraft.server.world.ServerWorld.addEntity(ServerWorld.java:865)
at MC//net.minecraft.server.world.ServerWorld.spawnEntity(ServerWorld.java:816)
at [email protected]/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411)
at [email protected]/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
at MC//net.minecraft.world.ServerWorldAccess.spawnEntityAndPassengers(ServerWorldAccess.java:11)
at MC//net.minecraft.world.SpawnHelper.spawnEntitiesInChunk(SpawnHelper.java:299)
at MC//net.minecraft.world.SpawnHelper.spawnEntitiesInChunk(SpawnHelper.java:212)
at MC//net.minecraft.world.SpawnHelper.spawn(SpawnHelper.java:200)
at MC//net.minecraft.server.world.ServerChunkManager.tickChunks(ServerChunkManager.java:376)
at MC//net.minecraft.server.world.ServerChunkManager.tick(ServerChunkManager.java:323)
at MC//net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:319)
at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
at MC//net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:289)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at [email protected]/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 virtuoel.pehkui.util.ScaleUtils.hasScaleDataChanged(ScaleUtils.java:227)
at virtuoel.pehkui.util.ScaleUtils.syncScales(ScaleUtils.java:241)
at virtuoel.pehkui.util.ScaleUtils.syncScalesOnTrackingStart(ScaleUtils.java:222)
at MC//net.minecraft.entity.Entity.handler$goj000$pehkui$onStartedTrackingBy(Entity.java:39264)
at MC//net.minecraft.entity.Entity.onStartedTrackingBy(Entity.java)
at MC//net.minecraft.entity.mob.MobEntity.onStartedTrackingBy(MobEntity.java:9591)
at MC//net.minecraft.server.network.EntityTrackerEntry.startTracking(EntityTrackerEntry.java:221)
at MC//net.minecraft.server.world.ThreadedAnvilChunkStorage$EntityTracker.updateTrackedStatus(ThreadedAnvilChunkStorage.java:1416)
at MC//net.minecraft.server.world.ThreadedAnvilChunkStorage$EntityTracker.updateTrackedStatus(ThreadedAnvilChunkStorage.java:1442)
at MC//net.minecraft.server.world.ThreadedAnvilChunkStorage.loadEntity(ThreadedAnvilChunkStorage.java:1198)
at MC//net.minecraft.server.world.ServerChunkManager.loadEntity(ServerChunkManager.java:477)
at MC//net.minecraft.server.world.ServerWorld$ServerEntityHandler.startTracking(ServerWorld.java:1560)
at MC//net.minecraft.server.world.ServerWorld$ServerEntityHandler.startTracking(ServerWorld.java:1538)
at MC//net.minecraft.server.world.ServerEntityManager.startTracking(ServerEntityManager.java:217)
at MC//net.minecraft.server.world.ServerEntityManager.addEntity(ServerEntityManager.java:187)
at MC//net.minecraft.server.world.ServerEntityManager.addEntity(ServerEntityManager.java:168)
at MC//net.minecraft.server.world.ServerWorld.addEntity(ServerWorld.java:865)
at MC//net.minecraft.server.world.ServerWorld.spawnEntity(ServerWorld.java:816)
at [email protected]/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411)
at [email protected]/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
at MC//net.minecraft.world.ServerWorldAccess.spawnEntityAndPassengers(ServerWorldAccess.java:11)
at MC//net.minecraft.world.SpawnHelper.spawnEntitiesInChunk(SpawnHelper.java:299)
at MC//net.minecraft.world.SpawnHelper.spawnEntitiesInChunk(SpawnHelper.java:212)
at MC//net.minecraft.world.SpawnHelper.spawn(SpawnHelper.java:200)
at MC//net.minecraft.server.world.ServerChunkManager.tickChunks(ServerChunkManager.java:376)
at MC//net.minecraft.server.world.ServerChunkManager.tick(ServerChunkManager.java:323)
at MC//net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:319)
Mixins in Stacktrace: None found

-- Affected level --
Details:
All players: 1 total; [class_3222['_'/301, l='ServerLevel[world]', x=-274.85, y=63.00, z=92.35]]
Chunk stats: 2448
Level dimension: minecraft:overworld
Level spawn location: World: (-256,63,64), Section: (at 0,15,0 in -16,3,4; chunk contains blocks -256,-64,64 to -241,319,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
Level time: 826680 game time, 1304333 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 51283 (now: false), thunder time: 25092 (now: false)
Known server brands: fabric
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
at MC//net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:289)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at [email protected]/java.lang.Thread.run(Thread.java:833)
Mixins in Stacktrace:
net.minecraft.server.MinecraftServer:
net.pcal.fastback.fabric.mixins.ServerAccessors (fastback.mixins.json)
dev.onyxstudios.cca.mixin.scoreboard.MixinMinecraftServer (mixins.cardinal_components_scoreboard.json)
com.sk89q.worldedit.fabric.mixin.MixinMinecraftServer (worldedit-fabric.mixins.json)
com.blamejared.crafttweaker.mixin.common.access.server.AccessMinecraftServer (crafttweaker.mixins.json)
net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json)
net.blay09.mods.balm.mixin.MinecraftServerMixin (balm.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.accessor.MinecraftServerAccessor (porting_lib_accessors.mixins.json)
wraith.fwaystones.mixin.MinecraftServerAccessor (fwaystones.mixins.json)
de.siphalor.tweed4.mixin.MinecraftServerAccessor (tweed4_base.mixin.json)
com.natamus.collective.fabric.mixin.MinecraftServerMixin (collective-fabric.mixins.json)
dev.onyxstudios.cca.mixin.level.common.MixinMinecraftServer (mixins.cardinal_components_level.json)
net.fabricmc.fabric.mixin.biome.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
appeng.mixins.spatial.MinecraftServerMixin (ae2.mixins.json)
io.github.bumblesoftware.fastload.mixin.mixins.mc1182.server.MinecraftServerMixin (fastload.mixins.json)
de.siphalor.tweed4.mixin.MixinMinecraftServer (tweed4_base.mixin.json)
dev.kir.sync.mixin.MinecraftServerMixin (sync.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.inject_resources.MinecraftServerMixin (kubejs-common.mixins.json)
dev.kir.smartrecipes.mixin.MinecraftServerMixin (smart-recipes.mixins.json)
com.swdteam.tardim.mixin.ServerMixin (tardim.mixins.json)
dev.latvian.mods.kubejs.core.mixin.common.MinecraftServerMixin (kubejs-common.mixins.json)
ca.fxco.memoryleakfix.mixin.spongePoweredLeak.MinecraftServer_serverLoadedMixin (memoryleakfix-fabric.mixins.json)
potionstudios.byg.mixin.server.MixinMinecraftServer (byg.mixins.json)
potionstudios.byg.mixin.access.MinecraftServerAccess (byg.mixins.json)
io.github.ladysnake.impersonate.impl.mixin.MinecraftServerMixin (mixins.impersonate.common.json)
net.fabricmc.fabric.mixin.biome.modification.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
dev.felnull.otyacraftengine.mixin.MinecraftServerMixin (otyacraftengine-common.mixins.json)
io.github.bumblesoftware.fastload.mixin.mixins.mc1182.server.MinecraftServerEvents (fastload.mixins.json)
net.fabricmc.fabric.mixin.message.MinecraftServerMixin (fabric-message-api-v1.mixins.json)
terrablender.mixin.MixinMinecraftServer (terrablender_fabric.mixins.json)
net.fabricmc.fabric.mixin.registry.sync.MinecraftServerMixin (fabric-registry-sync-v0.mixins.json)
net.pcal.fastback.fabric.mixins.MinecraftServerMixin (fastback.mixins.json)

-- 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.1, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 3187872328 bytes (3040 MiB) / 8589934592 bytes (8192 MiB) up to 8589934592 bytes (8192 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 5800X 8-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): 3.80
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce RTX 3080 Ti
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2208
Graphics card #0 versionInfo: DriverVersion=31.0.15.3129
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 2.93
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 16384.00
Memory slot #1 clockSpeed (GHz): 2.93
Memory slot #1 type: DDR4
Memory slot #2 capacity (MB): 16384.00
Memory slot #2 clockSpeed (GHz): 2.93
Memory slot #2 type: DDR4
Memory slot #3 capacity (MB): 16384.00
Memory slot #3 clockSpeed (GHz): 2.93
Memory slot #3 type: DDR4
Virtual memory max (MB): 93109.72
Virtual memory used (MB): 55004.04
Swap memory total (MB): 27648.00
Swap memory used (MB): 132.34
JVM Flags: 20 total; -Xms8192m -Xmx8192m -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=100 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
Fabric Mods:
adorn: Adorn 3.8.2+1.19.2
advanced_runtime_resource_pack: Runtime Resource Pack 0.6.4
advancednetherite: Advanced Netherite 1.6.6-1.19.2
advdebug: Advancements Debug 2.3.0
adventurez: AdventureZ 1.4.17
ae2: Applied Energistics 2 12.9.3
ae2wtlib: AE2WTLib 12.8.5
alchemistry: Alchemistry 1.0.2
almostunified: AlmostUnified 1.19.2-0.3.7
alternate-current: Alternate Current 1.5.0
angling: Angling Mod 1.0.0
animal_feeding_trough: Animal Feeding Trough 1.0.3+1.19.2
another_furniture: Another Furniture 2.1.2-1.19.2
appbot: Applied Botanics 1.4.1
appleskin: AppleSkin 2.4.1+mc1.19
archeology: CapsLock Archeology Mod 0.2.5
architects_palette: Architect's Palette Fabric 2.1.1
architectury: Architectury 6.5.69
armorstatues: Armor Statues 4.0.4
armourers_workshop: Armourer's Workshop 2.0.0-beta.18
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.1.3
audaki_cart_engine: Audaki Cart Engine v2.0.3
audioplayer: AudioPlayer 1.19.2-1.4.5
automobility: Automobility 0.4.1+1.19.2-fabric
jsonem: JsonEM 0.1.2+1.19
autotag-convention: AutoTag Convention 2.0.0+1.19
autotag: AutoTag 2.0.0+1.19
awesomedungeonocean: Awesome dungeon edition ocean 3.2.0
awesomeflooring: Awesome flooring 2.6.0
azurelib: AzureLib 1.0.16
com_eliotlash_mclib_mclib: mclib 20
backslot: BackSlot 1.2.11
backslotaddon: BackSlot Addon 1.0.10
badpackets: Bad Packets 0.2.1
balm-fabric: Balm 4.5.7
bamboocombat: Bamboo Combat 1.0.2
bambooeverything: Bamboo Everything 2.2.4-build.33+mc1.19.2
beaconoverhaul: Beacon Overhaul 1.7.3+1.19.2
reach-entity-attributes: Reach Entity Attributes 2.3.0
beautify: Beautify 1.1.1+fabric-1.19.2
cardinal-components-base: Cardinal Components API (base) 5.0.2
cardinal-components-entity: Cardinal Components API (entities) 5.0.2
cardinal-components-world: Cardinal Components API (worlds) 5.0.2
besmirchment: Besmirchment 1.19-8
playerabilitylib: Pal 1.6.0
terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
better_bad_omen: Better Bad Omen 1.6.0
bettercombat: Better Combat 1.6.2+1.19
betterdeserttemples: YUNG's Better Desert Temples 1.19.2-Fabric-2.2.1
betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
betterfortresses: YUNG's Better Nether Fortresses 1.19.2-Fabric-1.0.5
org_reflections_reflections: reflections 0.10.2
betterlily: Better Lily Pads 1.1.0
bettermineshafts: YUNG's Better Mineshafts 1.19.2-Fabric-3.2.0
betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.0
betterstats: Better Statistics Screen 2.2.1+1.19.2
betterstrongholds: YUNG's Better Strongholds 1.19.2-Fabric-3.2.0
bettervillage: Better village 3.0.0
betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
bewitchment: Bewitchment 1.19-6
impersonate: Impersonate 2.8.0
biomemakeover: Biome Makeover 1.19.2-1.6.4
biomemusic: Biome Music Mod 1.19.2-1.6
bitsandchisels: BitsAndChisels 2.7.0
stacc: Stacc 1.3.4
blast: BLAST 1.10
blastingsand: Smelting Sand In Blast Furnace 1.19.2-11
blockrunner: Block Runner 4.2.0
blockus: Blockus 2.5.9+1.19.2
bonezone: BoneZone 1.0.3
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
botania: Botania 1.19.2-438-FABRIC
fiber: fiber 0.23.0-2
botanypots: BotanyPots 9.0.27
botanytrees: BotanyTrees 5.0.4
botarium: Botarium 1.8.2
bottledair: Bottled Air 2.1
bountiful: Bountiful 3.0.0
bowinfinityfix: Bow Infinity Fix 2.5.0
brazier: Brazier 5.0.0
brewinandchewin: Brewin And Chewin fabric-1.0.5+1.19.2
bugjump: BugJump 1.0.0-1.19.2
bushierflowers: Bushier Flowers 0.0.1-1.19.2
bwncr: Bad Wither No Cookie Reloaded 3.14.1
bwplus: Bewitchment Plus 1.19-9
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
cacao: Croptopia's Chocolaterie 1.2
calibrated: Calibrated Access 1.0.1+1.19
datacriteria: Data Criteria 1.0.0-beta.3+1.19
campanion: Campanion 4.1.2+fabric
cardinal-components: Cardinal Components API 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-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
carpeted: Carpeted 1.19.2-1.4
carryon: Carry On 2.0.4.6
catwalksinc: Catwalks Inc. 1.3.1
caveore: Cave Spelunking 1.19-2.4
celib: Celib 1.1.0+1.19
chalk: Chalk 2.1.0+1.19
chalk-colorful-addon: Chalk: Colorful-Addon 2.1.1+1.19.3
charmofundying: Charm of Undying 6.1.1+1.19.2
chassis: Chassis 1.2.2
chatimage: ChatImage 1.1.4+1.19.2+fabric
com_madgag_animated-gif-lib: animated-gif-lib 1.4
com_squareup_okhttp3_okhttp: okhttp 3.14.7
com_squareup_okio_okio: okio 1.17.5
net_sf_image4j_image4j: image4j 0.7.2
chefsdelight: Chef's Delight 1.0.2-fabric-1.19.2
structurized-reborn: Structurized Reborn 1.19-01
chemlib: ChemLib 1.0.1
cherishedworlds: Cherished Worlds 6.0.1+1.19.2
chickensshed: ChickensShed 1.3.6
chimes: Chimes 1.1.4
chunksending: Chunksending Mod 1.19-2.5
chunky: Chunky 1.3.38
clienttweaks: Client Tweaks 8.1.0
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-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
colorful-azaleas: Colorful Azaleas 1.19.2
combatroll: Combat Roll 1.1.5+1.19
companion: Companion 3.2.1
completeconfig: CompleteConfig 2.1.0
completeconfig-base: completeconfig-base 2.1.0
computercraft: CC: Restitched 1.101.2
io_netty_netty-codec-http: netty-codec-http 4.1.77.Final
org_squiddev_cobalt: Cobalt 0.5.5
connectiblechains: Connectible Chains 2.1.4+1.19.2
connectivity: Connectivity Mod 1.19.2-3.8
consistency_plus: Consistency Plus 0.5.1+1.19.2
stonecutter_recipe_tags: Stonecutter Recipe Tags 4.0.0+1.19.9b8d04c.fabric
convenientdecor: Convenient Decor 0.1.0
convenientnametags: Convenient Name Tags 0.3.0
cookingforblockheads: Cooking for Blockheads 13.3.1
corgilib: CorgiLib 1.0.0.32
cosmetic-armor: Cosmetic Armor 1.4.2
couplings: Couplings 1.9.1+1.19
craftingtweaks: Crafting Tweaks 15.1.0
crafttweaker: CraftTweaker 10.1.39
org_javassist_javassist: javassist 3.29.0-GA
crawl: Crawl 0.11.1
mm: Manningham Mills 2.3
create: Create 0.5.0.i-991+1.19.2
com_google_code_findbugs_jsr305: jsr305 3.0.2
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
creativecore: CreativeCore (Fabric) 2.9.3
creeperoverhaul: Creeper Overhaul 2.0.9
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
cursery: Cursery Mod 1.19.2-3.1
customportals: Custom Portals 3.2.0
dangerousstonecutter: Dangerous Stone Cutter 1.7.2
darkwaters: Dark Waters 0.0.14
dataattributes: Data Attributes 1.4.3+1.19.2
dawn: Dawn API 3.5.0
dcch: DCCH 1.2
deco: SimpleDeco 1.19.2
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
deepslatecutting: Deepslate Cutting 1.5.0
defaultoptions: Default Options 15.0.0
dimdoors: DimensionalDoors 5.0.2
com_flowpowered_flow-math: flow-math 1.0.3
com_github_dimensionaldevelopment_poly2tri_java: poly2tri.java 0.1.1
matrix: Matrix 1.0.0
org_jgrapht_jgrapht-core: jgrapht-core 1.1.0
display_case: Display Case Mod 1.0.3
dml-refabricated: Deep Mob Learning: Refabricated 0.5.12-BETA+1.19.2
dml-refabricated-base: DML: Refabricated - Base 0.5.12-BETA+1.19.2
dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.5.12-BETA+1.19.2
libgui: LibGui 6.3.0+1.19
jankson: Jankson 4.1.1+j1.2.1
libninepatch: LibNinePatch 1.1.0
dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.12-BETA+1.19.2
ktdatataglib: KtDataTagLib 1.6.6
do_a_barrel_roll: Do a Barrel Roll 2.6.2+1.19.2
cicada: CICADA 0.1.2
langfiles-plus: Langfiles Plus 1.0.0
doodads: Doodads 0.1.2-1.19.2
dracomelette: Dracomelette 1.19-2
dragonfight: Dragonfight Mod 1.19.2-2.7
dragonloot: DragonLoot 1.1.2
dramaticdoors: Dramatic Doors (Fabric) 1.19.2-1.4.2_1
drg_flares: DRG Flares 1.2.3
drinkbeer: Drink Beer 3.2.2-1.19.2
dripstonenerf: NoDrip (FABRIC) 1.0
duckling: Duckling 2.0.8
dummmmmmy: MmmMmmMmmMmm 1.19.2-1.7.1
dungeon_difficulty: Dungeon Difficulty 2.0.1+1.19
com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.2.2
dungeons_arise: When Dungeons Arise 2.1.54
dusk: Dusk Mod 1.19.1-2.2
ecologics: Ecologics 2.1.11
eldritch_mobs: EldritchMobs 1.12.11
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
emi: EMI 0.7.2+1.19.2
emiffect: EMIffect 0.1.5+mc1.19.2
emotecraft: Emotecraft 2.2.7-b.build.47
enchant_the_rainbow: Enchant the Rainbow 1.1.0
endrem: End Remastered 5.2.0
expandeddelight: Expanded Delight 0.2.5.2
experiencebugfix: Experience Bug Fix 19
extended_armor_bars: Extended Armor Bars 1.2.1
extended_drawers: Extended Drawers 1.3.9+mc.1.19.2
graphlib: Graph Lib 0.3.6+1.19.2
mconfig: Mconfig 1.2.0+mc.1.19-rc1
de_poiu_apron_apron: apron 2.1.1
extra-mod-integrations: Extra Mod Integrations 0.1.1+1.19.2
extraalchemy: Extra Alchemy 1.9.0
extraorigins: Extra Origins 1.19-2
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-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-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-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490
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-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-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-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90
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.1+kotlin.1.8.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.19.0
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.4.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1
fabricloader: Fabric Loader 0.14.19
fabrictailor: Fabric Tailor 2.0.1
config2brigadier: Config to Brigadier 1.2.1
farmersdelight: Farmer's Delight 1.19.2-1.3.9
farmersknives: Farmer's Knives 2.4
farmersrespite: Farmer's Respite 2.2.4
farmingforblockheads: Farming for Blockheads 11.2.0
farsighted-mobs: Farsighted Mobs 1.1-1.18-1.19
fastback: FastBack 0.7.4+1.19.2
com_googlecode_javaewah_javaewah: JavaEWAH 1.1.13
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
net_i2p_crypto_eddsa: eddsa 0.3.0
org_apache_sshd_sshd-common: sshd-common 2.8.0
org_apache_sshd_sshd-core: sshd-core 2.8.0
org_eclipse_jgit_org_eclipse_jgit: org.eclipse.jgit 6.2.0.202206071550-r
org_eclipse_jgit_org_eclipse_jgit_ssh_apache: org.eclipse.jgit.ssh.apache 6.2.0.202206071550-r
packet_tweaker: Packet Tweaker 0.3.0+1.18.2
fastload: Fast Load 3.3.3
conditional-mixin: conditional mixin 0.3.2
fastload-119-0-1-2-compat: Fastload 1.19-0-1-2 Compatibility 3.3.3
fastload-1193-compat: Fastload 1.19.3 Compatibility 3.3.3
fastload-1194-compat: Fastload 1.19.4 Compat 3.3.3
fastload_fapi_forward: Fastload Fabric-api Forwarding 1.0.1
faux-custom-entity-data: Faux-Custom-Entity-Data 2.0.2
ferritecore: FerriteCore 5.0.3
findme: FindMe 3.1.0
finitewater: No more Infinite water 4.1-1.19.2
fishontheline: Fish On The Line 3.0
forgeconfigapiport: Forge Config API Port 4.2.11
friendlyfire: FriendlyFire 14.0.1
friendsandfoes: Friends&Foes 1.8.1
ftblibrary: FTB Library 1902.3.16-build.193
ftbquests: FTB Quests 1902.4.10-build.202
ftbteams: FTB Teams 1902.2.12-build.95
fullturtlearmor: Full Turtle Armor 1.3.2
fwaystones: Fabric Waystones 3.0.7+mc1.19.2
geckolib3: Geckolib 3.1.40
geodes: More Geodes 1.6.4+1.19
geophilic-fabric: Geophilic 1.19-1.2.2
ghastcow: The Ghast Cow mod 1.2.1
giftit: Gift It! 1.5.1+mc1.19.2
tweed4_annotated: tweed4_annotated 1.3.1+mc22w17a
tweed4_base: tweed4_base 1.7.1+mc22w17a
tweed4_data: tweed4_data 1.2.1+mc22w17a
tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc22w17a
glassential: Glassential 1.4.0
go-fish: Go Fish 1.6.0-1.19.1
goblintraders: Goblin Traders 1.5.2
goodall: Goodall 1.2.0
graveyard: The Graveyard 2.3
guarding: Guarding 1.19.2+2.2.1
guardvillagers: Guard Villagers Fabric 1.19.2-1.1.2
guiclock: GUI Clock 4.2
handcrafted: Handcrafted 2.0.2
handoveryouritems: Hand Over Your Items 3.0
hangman: Left Hanging 4.3.1.0
hardcorerevival: Hardcore Revival 9.0.2
harvest_scythes: Harvest Scythes 2.5.4+mc1.19.2
head_in_the_clouds: Head_in_the_clouds 1.0.0
healingcampfire: Healing Campfire 5.1
hearth_and_home: Hearth & Home 1.19.2-1.0.1
herdspanic: Herds Panic 1.0.6
highlight: Highlight 1.0.0
hole_filler_mod: Hole Filler Mod 1.2.4
holograms: Holograms 1.4.0+1.19.2
hologram-api: Hologram API 0.2.2+1.19
horizontal-glass-panes: Horizontal Glass Panes 1.0.1
iammusicplayer: Iam Music Player 3.19.6
iceberg: Iceberg 1.0.46
icepreventscropgrowth: Ice Prevents Crop Growth 3.0
icy-incitement: Icy Incitement 1.1.4+1.19.x
image2map: Image2Map 0.3.0
map-canvas-api: Map Canvas API 0.2.0+1.19.1
sgui: sgui 1.1.5+1.19.1
immersive-cursedness: Immersive Cursedness 1.4.7
autoconfig1u: Auto Config v1 Updated 3.3.1
immersive_aircraft: Immersive Aircraft 0.4.2+1.19.2
immersive_armors: Immersive Armors 1.5.4+1.19.2
immersive_paintings: Immersive Paintings 0.6.0+1.19.2
immersive_weathering: Immersive Weathering 1.19.2-1.2.9
impaled: Impaled 1.1.4
indrev: Industrial Revolution 1.15.1-BETA
indrev-nikolite: Industrial Revolution: Nikolite Expansion 1.0+1.19.2
indypets: IndyPets - Independent Pets 1.1.0-1.19.2
ingredient-extension-api: Ingredient Extension API 3.0.6
integrated_api: Integrated API 1.2.7+1.19.2
integrated_stronghold: Integrated Stronghold 1.0.1+1.19.2
inventoryessentials: Inventory Essentials 5.0.2
inventorymanagement: Inventory Management 1.1.0
roundalib: RoundaLib 0.2.1
inventorysorter: Inventory Sorter 1.8.10-1.19
ironchests: Iron Chests: Restocked 3.1.1
itemfilters: Item Filters 1902.2.9-build.46
itemphysic: ItemPhysic (Fabric) 1.6.6
itemswapper: ItemSwapper 0.4.0-mc1.19.2
jade: Jade 8.7.3
jadeaddons: Jade Addons 3.1.0
jamlib: JamLib 0.6.0+1.19
java: OpenJDK 64-Bit Server VM 17
javd: Just Another Void Dimension 4.0.1-build.2+mc1.19.2
jline4mcdsrv: JLine for Minecraft Dedicated Server 0.4.2
com_moandjiezana_toml_toml4j: toml4j 0.7.2
org_fusesource_jansi_jansi: jansi 2.4.0
org_jline_jline: jline 3.22.0
org_jline_jline-terminal-jansi: jline-terminal-jansi 3.22.0
jumpoverfences: Jump Over Fences 1.1.0
kambrik: Kambrik 4.0-1.19.2
kiwi: Kiwi Lib 8.1.2
kleeslabs: KleeSlabs 12.2.0
kubejs: KubeJS 1902.6.0-build.142
labels: labels 1.19.2-1.7
lank: Lankasters Origins 1.0.0
laserbridges: LaserBridges 1.19.2-1
lazydfu: LazyDFU 0.1.3
letvillagersbe: Let Villagers Be 1.0.0-1.19.2
leukocyte: Leukocyte 0.3.4+1.19.1
stimuli: Stimuli 0.4.1+1.19.1
libertyvillagers: Liberty's Villagers 1.0.13+fabric+1.19.2
libraryferret: Library ferret 4.0.0
libz: LibZ 1.0.0
lithium: Lithium 0.11.0
logbegone: Log Begone 1.0.4
logprot: Logprot Mod 1.19-2.0
lootbags: Resourceful Lootbags 1.1.2
lootintegrations: Loot integration Mod 1.19.3-3.1
loud_leads: Loud Leads 1.0.1+mc1.19
luckperms: LuckPerms 5.4.66
macawsbridgesbyg: Macaw's Bridges - BYG 1.19.2-1.0
map_atlases: Map Atlases 2.3.1
marketcrates: Marketcrates 1.5
mavapi: More Axolotl Variants API 1.0.1
mavm: More Axolotl Variants Mod 1.2.0
maxhealthfix: MaxHealthFix 8.0.1
mcda: MC Dungeons Armors 2.4.4
mcdw: MC Dungeons Weapons 5.0.8-1.19
enchant_giver: Enchant Giver 1.3.0
mcsa: MC Story Mode Armors 3.1.4+1.19
mcwbridges: Macaw's Bridges 2.0.7
mcwdoors: Macaw's Doors 1.0.8
mcwfences: Macaw's Fences and Walls 1.0.7
mcwlights: Macaw's Lights and Lamps 1.0.5
mcwpaintings: Macaw's Paintings 1.0.4
mcwpaths: Macaw's Paths and Pavings 1.0.2
mcwroofs: Macaw's Roofs 2.2.3
mcwtrpdoors: Macaw's Trapdoors 1.0.9
mcwwindows: Macaw's Windows 2.1.2
measurements: Measurements 1.3.1
megacells: MEGA Cells 1.5.3-1.19.2
memoryleakfix: Memory Leak Fix 1.0.0
com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.6
merequester: ME Requester 1.19.2-1.0.3
midnightlib: MidnightLib 1.0.0
minecells: Mine Cells 1.4.1
omega-config: OmegaConfig 1.2.3-1.18.1
minecraft: Minecraft 1.19.2
minepop: Mine Pop 0.0.1-1.19.2
mixin-conflict-helper: Mixin Conflict Helper 1.2.0
mixintrace: MixinTrace 1.1.1+1.17
moborigins: Mob Origins 1.10.0
mobs_attempt_parkour: Mobs Attempt Parkour 0.3-1.19-pre1
mobscarecrow: Mob Scarecrow 2.2.1-1.19.1
mobvote2022: Mob Vote 2022 1.0
modern_industrialization: Modern Industrialization 1.6.3
moderndynamics: Modern Dynamics 0.3.4-beta
moisturization: Moisturization 1.2.1
moonlight: Moonlight 1.19.2-2.2.31
moreachievements: MoreAchievements 1.0.9
morebannerfeatures: More Banner Features 1.1.3
moredoors: More Doors 1.0.0
moremobvariants: More Mob Variants 1.0.1
moretotems: More Totems 2.12.0
morevillagers: More Villagers 4.0.2
musicbox: Music Box v1.0.1+1.19.2
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.10.0
com_fasterxml_jackson_core_jackson-core: jackson-core 2.10.0
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.10.0
com_github_walkyst_lavaplayer-fork: lavaplayer-fork 1.3.97
com_sedmelluq_lava-common: lava-common 1.1.2
com_sedmelluq_lavaplayer-natives: lavaplayer-natives 1.3.14
org_apache_httpcomponents_httpclient: httpclient 4.5.13
org_apache_httpcomponents_httpcore: httpcore 4.4.14
musicplayer: Music Player 2.4.1.17
mysticaloaktree: Mystical Oak Tree 1.19.2-1.8
mythicmounts: Mythic Mounts 1.19.2-7.1
naturalist: Naturalist 2.1.1
nears: Nears 1.2.3
netherdepthsupgrade: Nether Depths Upgrade fabric-2.0.4-1.19.2
netherportalfix: NetherPortalFix 10.0.0
netherportalspread: Nether Portal Spread 7.5
nethersdelight: Nether's Delight 1.0.1
nicerportals: Nicer Portals 1.0.1
nochatreports: No Chat Reports 1.19.2-v1.13.12
nohostilesaroundcampfire: No Hostiles Around Campfire 5.4
nomobfarm: No Mob Farm 1.6.3
noplayerlabels: No Player Labels 2.1.1
tf_ssf_sfort_ini_sf-ini: SF-INI 1
nopoles: No Poles 3.6.1
northerncompass: NorthernCompass 1.19.3-1.0.14
nullscape: Nullscape 1.2
numismatic-overhaul: Numismatic Overhaul 0.2.8+1.19
nutritiousmilk: Nutritious Milk 3.1
nyfsquiver: Nyf's Quivers Fabric-0.5.1-1.19.2
offhandcombat: Off Hand Combat 1.0.0
onceuponastroll: Once Upon A Stroll 1.5.0
onewayglass: OneWayGlass 2.2.0
onsoulfire: On Soul Fire 1.19-2
origins: Origins 1.7.1
apoli: Apoli 2.6.1
calio: Calio 1.7.0
origins-randomiser: Origins Randomiser 1.6.2+1.19.2
otyacraftengine: Otyacraft Engine 3.2.0
owo: oωo 0.9.3+1.19
blue_endless_jankson: jankson 1.2.1
packages: Packages 3.4
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
patchoulibutton: PachouliButton 1.0.2
pathunderfencegates: Path Under Fence Gates 1.3.0
patternedglass: Patterned Glass 3.1.0+1.19
paucal: PAUCAL 0.5.0
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
pfm: Paladin's Furniture 1.1.1
piano: piano 1.0.0
pickupnotifier: Pick Up Notifier 4.2.4
pigpen: PigPen 11.1.2
ping-wheel: Ping Wheel 1.2.0
platforms: Platforms 1.3.2
playdate: Playdate 1.0.1
player-animator: Player Animator 1.0.2
playerex: PlayerEx 3.5.2
net_objecthunter_exp4j: exp4j 0.4.8
opc: Offline Player Cache 0.6.4
placeholder-api: Placeholder API 2.0.0-pre.1+1.19.2
polaroidcamera: PolaroidCamera 1.4.1
polymorph: Polymorph 0.46.1+1.19.2
spectrelib: SpectreLib 0.11.0+1.19
potionload: Potion Load Mod 1.1-1.19
powah: Powah! 4.0.8
powershot: Powershot 1.4.0-1.19-fabric
prankmod: Prank Mod 0.0.7-1.19.2
probablychests: Probably Chests 0.5.5-1.19.2
projectile_damage: Projectile Damage Attribute 3.1.0+1.19
publicguiannouncement: Public Gui Announcement 4.3.3
puddles: Puddles 1.2.2
puzzleslib: Puzzles Lib 4.3.12
pyrotastic: Pyrotastic 1.19+2.0.3
queen-cats: Queen Cats 1.0.4-1.19.2-Fabric
quicksand: Quicksand 1.2.1
cauldronlib: Cauldronlib 1.2.2
quickshulker: Quick Shulker 1.3.9-1.19
kyrptconfig: Kyrpt Config 1.4.16-1.19
shulkerutils: shulkerutils 1.0.4-1.19
quicksort: Quicksort 0.2.0+1.19.2
radiantgear: Radiant Gear 2.0.1+1.19.2
rainbegoneritual: Rain Be Gone Ritual 3.0
random_mob_sizes: Random Mob Sizes 1.19.2-1.1
randomshulkercolours: Random Shulker Colours 3.0
rare-ice: Rare Ice 0.5.0
reacharound: Reacharound 1.1.2
readyplayerfun: Ready Player Fun 2.4.1.13
realistic_food: Realistic Food 1.2.0
realisticbees: Realistic Bees 3.3
realisticcities: Realistic Cities 0.2
realisticfirespread: Realistic Fire Spread 1.19-2
realisticsleep: Realistic Sleep 1.7.0
reaper: Reaper 1.0.4
fake-player-api: Fake Player API 0.5.0
reborncore: Reborn Core 5.4.0
team_reborn_energy: Energy 2.3.0
redbits: Red Bits 1.14.1
interference: Interference API 1.4.2
reds_morestructures_mr: Red’s More Structures 1.0.7C
redstonepen: Redstone Pen 1.2.18
refabslab: Refabricated Slabs 0.7.4
relicex: RelicEx 3.3.1+1.19.2
armorrenderlib: Armor Render Lib 0.2.6
repurposed_structures: Repurposed Structures 6.3.21+1.19.2
reputation: Your Reputation 0.2.0+jade.1.19
resourcefulconfig: Resourcefulconfig 1.0.20
resourcefullib: Resourceful Lib 1.1.23
respro: Resource Provider Library 0.2.2+1.19
revelationary: Revelationary 1.3.3
rhino: Rhino 1902.2.2-build.264
riding_partners: Riding Partners 1.0.0
rightclickharvest: Right Click Harvest 3.1.0+1.19-1.19.2
riverredux: River Redux 0.3.0
roberts_collection: Robert's Collection 1.0.3
rottencreatures: Rotten Creatures 1.0.1
runelic: Runelic 14.1.4
runes: Runes 0.9.6+1.19
scout: Scout 1.1.2
searchlight: Searchlight 1.1.8
sextant: Immersive Travel Overhaul 1.2
shetiphiancore: ShetiPhianCore 1.3.4
shrink_rays: ShrinkRays 1.0
shulkerboxtooltip: Shulker Box Tooltip 3.2.2+1.19.2
sihywtcamd: sihywtcamd 1.7.2+1.19
simplehats: SimpleHats 1.19.2-0.1.6
simplyswords: Simply Swords 1.42.1-1.19.2
slide_show: Slideshow 1.19.2-1.0.2
slimegolem: Muffin's Slime Golem 1.1.0
slimyboyos: Slimy Boyos 5.0.0.5
smallships: Small Ships 2.0.0a1.1.1
smartbrainlib: SmartBrainLib 1.9
smoothchunk: Smooth chunk save Mod 1.19.1-2.0
smwyg: Show Me What You Got 1.0.3
snailmail: Snail Mail 1.19.2-1.1.0
snowrealmagic: Snow! Real Magic! 5.1.0
snowyleavesplus: SnowyLeavesPlus 0.1.5
snowyspirit: Snowy Spirit 1.19.2-2.1.10
soulsweapons: Marium's Soulslike Weaponry 0.9.9.2
spark: spark 1.10.33
spectrum: Spectrum 1.6.10-1.19.2-leisure_time
additionalentityattributes: Additionalentityattributes 1.2.0+1.19.2
arrowhead: Arrowhead 1.2.0-1.19.2
spell_engine: Spell Engine 0.9.15+1.19
spell_power: Spell Power Attribute 0.9.8+1.19
spiceoffabric: Spice of Fabric 1.6.0-beta.4+1.19.2
capsaicin: Capsaicin 1.3.1+mc1.19.3
spiderstpo: Spiders 2.0 1.19.2-2.0.3
spirit: Spirit 2.2.3
spirit-walker: Spirit Walker 0.1.1+1.19
splash_milk: Splash Milk 1.2.0
sprintometer: Sprint O' Meter 2.0a
srias_flowers: Sierra's Flowers 3.0.0
stackdeobfuscator: StackDeobfuscator 1.3.2+fabric.4bca927
net_fabricmc_mapping-io: mapping-io 0.3.0
stackrefill: Stack Refill 4.0
starlight: Starlight 1.1.1+fabric.ae22326
stoneholm: Stoneholm 1.4.4
strongersnowballs: StrongerSnowballs 9.0.2
structory: Structory 1.0.1
structory_towers: Structory: Towers 1.0.0
subterrestrial: Subterrestrial 2.0.0
suggestion_tweaker: Suggestion Tweaker 1.19.1-1.4.1
supplementaries: Supplementaries 1.19.2-2.3.2
survival_campfire: Survival Campfire 0.0.1
survivalisland: Survival Island 0.2.2
sync: Sync (Fabric) 4.3
crowdin-translate: CrowdinTranslate 1.4+1.19-pre2
smart-recipes: Smart Recipes 0.2.1+1.19
takesapillage: Takes a Pillage 1.0.4
tardim: TARDIM 1.2.2
tardim_ic: Tardim: In Control 0.9
tcdcommons: TCD Commons API 2.4+1.19.2
techreborn: Tech Reborn 5.4.0
tellme: TellMe 0.9.0-beta.1
terrablender: TerraBlender 2.0.1.136
terralith: Terralith 2.3
textutilities: Text Utilities 1.4.2+1.19.2
the_bumblezone: The Bumblezone - Fabric 6.7.10+1.19.2
thonkutil: ThonkUtil 2.15.4+1.19
thonkutil-base: ThonkUtil Base 1.13.2+4a8c408a57
thonkutil-capes-v1: ThonkUtil Capes (v1) 1.4.2+3eb2749857
thonkutil-customization-v1: ThonkUtil Customization (v1) 1.1.2+8ff533c957
thonkutil-legacy: ThonkUtil Legacy 1.1.2+5d4263f557
thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.1.3+bd4b387957
thonkutil-potions-v0: ThonkUtil Potions (v0) 1.5.2+8ff533c957
thonkutil-trades-v1: ThonkUtil Trades (v1) 1.2.2+8ff533c957
tiered: Tiered 1.2.5
timeinabottle: Time in a Bottle 1.6.2+mc1.19-fabric
tinycoal: Tiny Coal 1.0.1
tinyskeletons: Tiny Skeletons 4.2.2
totally_lit: Totally Lit 0.11.2+1.19
totw_additions: Towers of the Wild: Additions 1.2.3
tramplenomore: TrampleNoMore 9.0.1
transportables: Transportables 1.2.1
treechop: HT's TreeChop 0.17.6
trinkets: Trinkets 3.4.2
trofers: Trofers 1.19.2-3.1.1
trulytreasures: Truly Treasures 1.19-2.0.2
universal_ores: Universal Ores 1.4.2
universal_shops: Universal Shops 1.0.2+1.19.2
common-economy-api: Common Economy API 1.0.0
common-protection-api: Common Protection API 1.0.0
polymer: Polymer (Core) 0.2.25+1.19.2
polymer-registry-sync-manipulator: Polymer Registry Sync Manipulator 0.0.3+1.19.2
uteamcore: U Team Core 4.1.0.10
v_slab_compat: v_slab_compat 1.19.2-1.4
vanilla-hammers: Vanilla Hammers 3.5.0-1.19.2
magna: Magna 1.8.0-1.19.2
static-content: Static Content 1.0.2-1.16.2
staticdata: Static Data 1.1.2
variantbarrels: Variant Barrels 2.4.5
vehiclefix: VehicleFix 3.4
villager-hats: Villager Hats 1.4.3
villagernames: Villager Names 4.5.1
villagersplus: Villagers Plus 1.9
vinery: Vinery 1.2.1
visualoverhaul: VisualOverhaul 4.1.1
visualworkbench: Visual Workbench 4.2.3
voicechat: Simple Voice Chat 1.19.2-2.4.4
voidtotem: Void Totem 2.1.0
voidz: VoidZ 1.0.9
wabi_sabi_structures: Wabi-Sabi Structures 1.1.2
walljump-fabric: Wall-Jump! UNOFFICIAL 1.6.1b
water-erosion: Water Erosion 1.1.4
waterdripsound: Drip Sounds 1.19-0.3.0
weaponmaster: YDM's Weapon Master 3.0.2
whatthebucket: WhatTheBucket 7.0.1
whydoesmyglasssoundlikethat: Why Does My Glass Sound Like That 1.0.1
windchimes: Windchimes 1.2.1
wiredredstone: Wired Redstone 0.4.17+1.19.2
libmultipart_deps_container: LibMultiPart (Dependency Container) 0.8.2
libblockattributes_core: LibBlockAttributes (Core) 0.11.1
libmultipart: LibMultiPart 0.8.2
libmultipart_compat: LibMultiPart (Mod Compatibility) 0.8.2
libnetworkstack: Lib Network Stack 0.7.1
lmp-compat: LMP Compat 0.2.2+1.19
wizardex: WizardEx 1.0.3
wizards: Wizards 0.9.13+1.19
wolfarmorcompat: Wolf Armor Compat 1.0.2-1.19.2
wolveswitharmor: Wolves With Armor 1.8.0-1.19
maybe-data: Maybe data 1.3.2-1.19-rc2
worldedit: WorldEdit 7.2.12+6240-87f4ae1
worldedit_items: WorldEdit Items 1.2.1
xercamusic: Music Maker Mod fabric-1.19.2-1.0.1
xercapaint: Joy of Painting fabric-1.19.2-1.0.1
xlpackets: XLPackets 1.19.2-4
xps: Xp Obelisk 0.4.7-r+1.19.2-Fabric
yet-another-config-lib: YetAnotherConfigLib 2.2.0-for-1.19.2
yigd: You're in Grave Danger 1.4.8
yttr: Yttr 7.638+1.19.2
lib39-core: Lib39 (Core) 1.4.1
lib39-crowbar: Lib39 (Crowbar) 1.4.1
lib39-dessicant: Lib39 (Dessicant) 1.4.1
lib39-fractal: Lib39 (Fractal) 1.4.1
lib39-gesundheit: Lib39 (Gesundheit) 1.4.1
lib39-lockpick: Lib39 (Lockpick) 1.4.1
lib39-machination: Lib39 (Machination) 1.4.1
lib39-mesh: Lib39 (Mesh) 1.4.1
lib39-phantom: Lib39 (Phantom) 1.4.1
lib39-recoil: Lib39 (Recoil) 1.4.1
lib39-sandman: Lib39 (Sandman) 1.4.1
lib39-tunnel: Lib39 (Tunnel) 1.4.1
lib39-util: Lib39 (Util) 1.4.1
lib39-waypoint: Lib39 (Waypoint) 1.4.1
lib39-weld: Lib39 (Weld) 1.4.1
lucium: Lucium 1.1
yungsapi: YUNG's API 1.19.2-Fabric-3.8.8
yungsbridges: YUNG's Bridges 1.19.2-Fabric-3.1.0
yungsextras: YUNG's Extras 1.19.2-Fabric-3.1.0
z_mcwfencesbyg: Macaw's Fences - BYG 1.19.2-1.0
z_mcwroofsbyg: Macaw's Roofs - BYG 1.19.2-1.1
zenith: Zenith 0.5.5+1.19.2
Server Running: true
Player Count: 1 / 20; [class_3222['_'/301, l='ServerLevel[world]', x=-274.85, y=63.00, z=92.35]]
Data Packs: vanilla, Fabric Mods, minecraft/croptop, dimdoors/classic (incompatible), dimdoors/default (incompatible), Immersive Weathering Generated Pack, Snowyspirit Generated Pack, Supplementaries Generated Pack, V Slab Compat Generated Pack, bountiful_override (incompatible), ctov-farmers-delight-compat-v1-2.zip, FishingReal Compat Angling (incompatible), intstrong_endrem-1.0.0-1.18.2-1.19.2.zip (incompatible), intstrong_graveyard-1.0.0-1.18.2-1.19.2.zip (incompatible), Origins_Expanded_Foods_v1.4.zip, probablychest_override (incompatible), rainbeau-s-sky-islands-dimension-19-220925, RarerStructures-SpacingTweaks-1.19.2-2.1.54, Repurposed_Structures-Better_Desert_Temples_v6.zip, Repurposed_Structures-Better_Dungeons_v4.zip, Repurposed_Structures-Better_Monuments_v4.zip, Repurposed_Structures-Better_Strongholds_v4.zip, Repurposed_Structures-Better_Witch_Huts_v3.zip, Repurposed_Structures-Chef's_Delight_v1.zip, Repurposed_Structures-Farmers_Delight_v5.zip, Repurposed_Structures-More_Villagers_v8.zip, Repurposed_Structures-Oh_The_Biomes_Youll_Go_v2.zip, Repurposed_Structures-VillagersPlus_v1.zip, Repurposed_Structures-Wizards_v2.zip
World Generation: Stable
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)