Modern Industrialization

Modern Industrialization

4M Downloads

Crashing chunk (and closing server) after changing assembler item lock

vensauro opened this issue · 3 comments

commented

Version info

modern industrialization: 1.6.3
modloader: fabric loader 0.14.18
mc version 1.19.2
modpack: all of fabric 6 1.5.2

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

Time: 2023-04-19 04:08:05
Description: Ticking block entity

java.lang.RuntimeException: Trying to override locked instance
	at aztech.modern_industrialization.inventory.AbstractConfigurableStack.enableMachineLock(AbstractConfigurableStack.java:183)
	at aztech.modern_industrialization.machines.components.CrafterComponent.putItemOutputs(CrafterComponent.java:521)
	at aztech.modern_industrialization.machines.components.CrafterComponent.tryStartRecipe(CrafterComponent.java:344)
	at aztech.modern_industrialization.machines.components.CrafterComponent.updateActiveRecipe(CrafterComponent.java:290)
	at aztech.modern_industrialization.machines.components.CrafterComponent.tickRecipe(CrafterComponent.java:192)
	at aztech.modern_industrialization.machines.blockentities.AbstractCraftingMachineBlockEntity.tick(AbstractCraftingMachineBlockEntity.java:91)
	at aztech.modern_industrialization.api.TickableBlock.lambda$getTicker$0(TickableBlock.java:45)
	at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:660)
	at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:714)
	at net.minecraft.class_1937.method_18471(class_1937.java:456)
	at net.minecraft.class_3218.method_18765(class_3218.java:376)
	at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875)
	at net.minecraft.class_3176.method_3813(class_3176.java:289)
	at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
	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(Unknown Source)


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

-- Head --
Thread: Server thread
Stacktrace:
	at aztech.modern_industrialization.inventory.AbstractConfigurableStack.enableMachineLock(AbstractConfigurableStack.java:183)
	at aztech.modern_industrialization.machines.components.CrafterComponent.putItemOutputs(CrafterComponent.java:521)
	at aztech.modern_industrialization.machines.components.CrafterComponent.tryStartRecipe(CrafterComponent.java:344)
	at aztech.modern_industrialization.machines.components.CrafterComponent.updateActiveRecipe(CrafterComponent.java:290)
	at aztech.modern_industrialization.machines.components.CrafterComponent.tickRecipe(CrafterComponent.java:192)
	at aztech.modern_industrialization.machines.blockentities.AbstractCraftingMachineBlockEntity.tick(AbstractCraftingMachineBlockEntity.java:91)
	at aztech.modern_industrialization.api.TickableBlock.lambda$getTicker$0(TickableBlock.java:45)
	at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:660)
	at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:714)
	at net.minecraft.class_1937.method_18471(class_1937.java:456)
	at net.minecraft.class_3218.method_18765(class_3218.java:376)

-- Block entity being ticked --
Details:
	Name: modern_industrialization:assembler // aztech.modern_industrialization.machines.blockentities.ElectricCraftingMachineBlockEntity
	Block: Block{modern_industrialization:assembler}
	Block location: World: (-50,63,-413), Section: (at 14,15,3 in -4,3,-26; chunk contains blocks -64,-64,-416 to -49,319,-401), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
	Block: Block{modern_industrialization:assembler}
	Block location: World: (-50,63,-413), Section: (at 14,15,3 in -4,3,-26; chunk contains blocks -64,-64,-416 to -49,319,-401), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
Stacktrace:
	at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:660)
	at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:714)
	at net.minecraft.class_1937.method_18471(class_1937.java:456)
	at net.minecraft.class_3218.method_18765(class_3218.java:376)
	at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875)
	at net.minecraft.class_3176.method_3813(class_3176.java:289)
	at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
	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(Unknown Source)

-- Affected level --
Details:
	All players: 1 total; [class_3222['ivis'/2051, l='ServerLevel[world]', x=-38.76, y=70.00, z=-224.80]]
	Chunk stats: 3125
	Level dimension: minecraft:overworld
	Level spawn location: World: (0,120,0), Section: (at 0,8,0 in 0,7,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
	Level time: 18860490 game time, 19243214 day time
	Level name: world
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
	Level weather: Rain time: 16788 (now: true), thunder time: 19861 (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.class_3176.method_3813(class_3176.java:289)
	at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
	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(Unknown Source)

-- System Details --
Details:
	Minecraft Version: 1.19.2
	Minecraft Version ID: 1.19.2
	Operating System: Linux (aarch64) version 5.15.0-6.80.3.1.el8uek.aarch64
	Java Version: 19.0.2, Eclipse Adoptium
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
	Memory: 2415167488 bytes (2303 MiB) / 10737418240 bytes (10240 MiB) up to 10737418240 bytes (10240 MiB)
	CPUs: 4
	Processor Vendor: aarch64
	Processor Name: 
	Identifier: aarch64 Family 8 Model 0xd0c Stepping r0x3p1
	Microarchitecture: unknown
	Frequency (GHz): -0.00
	Number of physical packages: 1
	Number of physical CPUs: 1
	Number of logical CPUs: 4
	Graphics card #0 name: unknown
	Graphics card #0 vendor: unknown
	Graphics card #0 VRAM (MB): 0.00
	Graphics card #0 deviceId: unknown
	Graphics card #0 versionInfo: unknown
	Virtual memory max (MB): 19558.52
	Virtual memory used (MB): 14476.16
	Swap memory total (MB): 8018.00
	Swap memory used (MB): 4.86
	JVM Flags: 2 total; -Xmx10G -Xms10G
	Fabric Mods: 
		accelerateddecay: Accelerated Decay 1.0.0+mc1.19.2
		ad_astra: Ad Astra 1.12.6
		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.2
		ae2wtlib: AE2WTLib 12.8.5
		almostunified: AlmostUnified 1.19.2-0.3.6
		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.2
		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
		artifacts: Artifacts 7.1.1+fabric
			expandability: ExpandAbility 6.0.0
		attributefix: AttributeFix 17.2.6
		auto-workstations: Auto Workstations v1.0-SNAPSHOT-19
		autotag-convention: AutoTag Convention 2.0.0+1.19
			autotag: AutoTag 2.0.0+1.19
		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
		bedbenefits: BedBenefits 9.1.2
		besmirchment: Besmirchment 1.19-8
			playerabilitylib: Pal 1.6.0
			reach-entity-attributes: Reach Entity Attributes 2.3.0
			terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
		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
		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.4+1.19.2
			tcdcommons: TCD Commons API 2.4+1.19.2
		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
			impersonate: Impersonate 2.8.0
		bhmenu: BHMenu-Fabric 1.19-1.3
		biomemakeover: Biome Makeover 1.19.2-1.6.3
		blast: BLAST 1.10
		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
		botanypots: BotanyPots 9.0.28
		botanytrees: BotanyTrees 5.0.4
		botarium: Botarium 1.8.2
		bowinfinityfix: Bow Infinity Fix 2.5.0
		brazier: Brazier 5.0.0
		brewinandchewin: Brewin And Chewin fabric-1.0.5+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-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
		catwalksinc: Catwalks Inc. 1.3.1
		cccbridge: CC:C Bridge 1.4.1
		chalk: Chalk 2.1.0+1.19
		charmofundying: Charm of Undying 6.1.1+1.19.2
		chassis: Chassis 1.2.2
		chefsdelight: Chef's Delight 1.0.2-fabric-1.19.2
			structurized-reborn: Structurized Reborn 1.19-01
		cherishedworlds: Cherished Worlds 6.0.1+1.19.2
		chimes: Chimes 1.1.4
		chipped: Chipped 2.1.4
		clienttweaks: Client Tweaks 8.1.1
		cloth-api: Cloth API 4.0.65
			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
			cloth-basic-math: cloth-basic-math 0.6.1
		clumps: Clumps 9.0.0+14
		colorful-azaleas: Colorful Azaleas 1.19.2
		compressor: Compressor 0.3.1
			crowdin-translate: CrowdinTranslate 1.4+1.19
		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
		convenientdecor: Convenient Decor 0.1.0
		convenientnametags: Convenient Name Tags 0.3.0
		cookingforblockheads: Cooking for Blockheads 13.3.1
		couplings: Couplings 1.9.1+1.19
		coxinhautilities: Coxinha Utilities 1.4.5+1.19
		craftingtweaks: Crafting Tweaks 15.1.6
		crawl: Crawl 0.11.1
		create: Create 0.5.0.i-961+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.784+1.19.2
				porting_lib_accessors: Porting Lib Accessors 2.1.784+1.19.2
				porting_lib_attributes: Porting Lib Attributes 2.1.784+1.19.2
				porting_lib_base: Porting Lib Base 2.1.784+1.19.2
				porting_lib_common: Porting Lib Common 2.1.784+1.19.2
				porting_lib_constants: Porting Lib Constants 2.1.784+1.19.2
				porting_lib_entity: Porting Lib Entity 2.1.784+1.19.2
				porting_lib_extensions: Porting Lib Extensions 2.1.784+1.19.2
				porting_lib_fake_players: Porting Lib Fake Players 2.1.784+1.19.2
				porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.784+1.19.2
				porting_lib_model_generators: Porting Lib Model Generators 2.1.784+1.19.2
				porting_lib_model_loader: Porting Lib Model Loader 2.1.784+1.19.2
				porting_lib_models: Porting Lib Models 2.1.784+1.19.2
				porting_lib_networking: Porting Lib Networking 2.1.784+1.19.2
				porting_lib_obj_loader: Porting Lib Obj Loader 2.1.784+1.19.2
				porting_lib_transfer: Porting Lib Transfer 2.1.784+1.19.2
				serialization_hooks: Serialization Hooks 0.3.26
			registrate-fabric: Registrate for Fabric 1.1.50-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
		croptosis: Croptosis 1.5.1
		ctov: ChoiceTheorem's Overhauled Villages 3.1.8
		dankstorage: Dank Storage 1.19.2-4.3
		darkmodeeverywhere: DarkModeEverywhere 1.19.2-1.0.4
		darkutils: DarkUtilities 13.1.7
		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
				com_moandjiezana_toml_toml4j: toml4j 0.7.2
				org_yaml_snakeyaml: snakeyaml 1.27
		deepslatecutting: Deepslate Cutting 1.5.0
		defaultoptions: Default Options 15.0.1
		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
		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
		drinkbeer: Drink Beer 3.2.2-1.19.2
		duckling: Duckling 2.0.8
		dummmmmmy: MmmMmmMmmMmm 1.19.2-1.7.1
		dungeons_arise: When Dungeons Arise 2.1.54
		dusk: Dusk Mod 1.19.1-2.2
		ecologics: Ecologics 2.1.11
		elytraslot: Elytra Slot 6.1.0+1.19.2
		emojiful: Emojiful 4.0.4
			com_esotericsoftware_yamlbeans_yamlbeans: yamlbeans 1.15
		experiencebugfix: Experience Bug Fix 19
		extended_armor_bars: Extended Armor Bars 1.2.1
		extraalchemy: Extra Alchemy 1.9.0
		extrasponges: ExtraSponges 1.4.1
		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-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
		fabrictailor: Fabric Tailor 2.0.1
			config2brigadier: Config to Brigadier 1.2.1
		farmersdelight: Farmer's Delight 1.19.2-1.3.9
		farmersrespite: Farmer's Respite 2.2.4
		farmingforblockheads: Farming for Blockheads 11.2.0
		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
			server_translations_api: Server Translations API 1.4.17+1.19.2
		ferritecore: FerriteCore 5.0.3
		fertilization: Fertilization 9.0.0
		findme: FindMe 3.1.0
		fishing_ruler: Fishing Ruler 1.0.0-mc1.19+
		fishofthieves: Fish of Thieves 2.2.3
		forgeconfigapiport: Forge Config API Port 4.2.11
		friendlyfire: FriendlyFire 14.0.4
		ftbchunks: FTB Chunks 1902.3.18-build.248
		ftblibrary: FTB Library 1902.3.16-build.193
		ftbquests: FTB Quests 1902.4.10-build.202
		ftbteams: FTB Teams 1902.2.12-build.95
		ftbultimine: FTB Ultimine 1902.4.0-build.77
		fullturtlearmor: Full Turtle Armor 1.3.2
		fwaystones: Fabric Waystones 3.0.7+mc1.19.2
		gag: Gadgets Against Grind 2.0.0-build.6
		geckolib3: Geckolib 3.1.40
			com_eliotlash_mclib_mclib: mclib 20
		geodes: More Geodes 1.6.4+1.19
		glassential: Glassential 1.4.0
		go-fish: Go Fish 1.6.0-1.19.1
		goated: You've Goat to be kidding me 1.19.2-1.2.2
		graveyard: The Graveyard 2.3
		guardvillagers: Guard Villagers Fabric 1.19.2-1.0.16
		handcrafted: Handcrafted 2.0.6
		harvest_scythes: Harvest Scythes 2.5.4+mc1.19.2
		hexal: Hexal 0.2.13
		hexcasting: Hex Casting 0.10.3
		highlight: Highlight 1.0.0
		iceberg: Iceberg 1.0.46
		icy-incitement: Icy Incitement 1.1.4+1.19.x
		immersive_armors: Immersive Armors 1.5.4+1.19.2
		impaled: Impaled 1.1.4
		indrev: Industrial Revolution 1.15.1-BETA
			step-height-entity-attribute: Step Height Entity Attribute 1.0.0
		indrev-nikolite: Industrial Revolution: Nikolite Expansion 1.0+1.19.2
		ingredient-extension-api: Ingredient Extension API 3.0.6
		inmis: Inmis 2.7.1-1.19
			omega-config: OmegaConfig 1.2.3-1.18.1
		inventoryessentials: Inventory Essentials 5.0.2
		inventorysorter: Inventory Sorter 1.8.10-1.19
		ironchests: Iron Chests: Restocked 3.1.1
		itemfilters: Item Filters 1902.2.9-build.46
		jamlib: JamLib 0.6.0+1.19
		java: OpenJDK 64-Bit Server VM 19
		javd: Just Another Void Dimension 4.0.1-build.2+mc1.19.2
		jumpoverfences: Jump Over Fences 1.1.0
		kibe: Kibe 1.9.11-BETA+1.19
		kleeslabs: KleeSlabs 12.2.0
		kubejs: KubeJS 1902.6.0-build.142
		kubejs_create: KubeJS Create 1902.1.1-build.32
		labels: labels 1.19.2-1.7
		lazydfu: LazyDFU 0.1.3
		libz: LibZ 1.0.0
		lithium: Lithium 0.11.1
		logbegone: Log Begone 1.0.5
		logprot: Logprot Mod 1.19-2.0
		lootbags: Resourceful Lootbags 1.1.2
		lootintegrations: Loot integration Mod 1.19.3-3.1
		lootr: Lootr 0.4.25.64
		luggage: Luggage 1.19-1.5.2
			forge_tags: Porting Lib Tags 3.0
		maxhealthfix: MaxHealthFix 8.0.1
		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
		megacells: MEGA Cells 1.5.3-1.19.2
		megane: megane 8.4.0
			megane-api: megane-api 8.4.0
			megane-applied-energistics-2: megane-applied-energistics-2 8.4.0
			megane-create: megane-create 8.4.0
			megane-deep-mob-learning-simulacrum: megane-deep-mob-learning-simulacrum 8.4.0
			megane-fabric-transfer: megane-fabric-transfer 8.4.0
			megane-industrial-revolution: megane-industrial-revolution 8.4.0
			megane-kibe: megane-kibe 8.4.0
			megane-luggage: megane-luggage 8.4.0
			megane-modern-dynamics: megane-modern-dynamics 8.4.0
			megane-powah: megane-powah 8.4.0
			megane-reborn-core: megane-reborn-core 8.4.0
			megane-reborn-energy: megane-reborn-energy 8.4.0
			megane-runtime: megane-runtime 8.4.0
			megane-tech-reborn: megane-tech-reborn 8.4.0
			megane-vanilla: megane-vanilla 8.4.0
		merequester: ME Requester 1.19.2-1.0.3
		midnightlib: MidnightLib 1.0.0
		minecells: Mine Cells 1.3.5
		minecraft: Minecraft 1.19.2
		mininggadgets: Mining Gadgets Fabric ${version}
		mobscarecrow: Mob Scarecrow 2.2.1-1.19.1
		modern_industrialization: Modern Industrialization 1.6.3
		moderndynamics: Modern Dynamics 0.4.2-beta
		moonlight: Moonlight 1.19.2-2.2.27
		moreachievements: MoreAchievements 1.0.9
		moremobvariants: More Mob Variants 1.0.1
		moretotems: More Totems 2.12.0
		morevillagers: More Villagers 4.0.2
		naturalist: Naturalist 2.1.1
		naturescompass: Nature's Compass 1.19.2-2.1.0-fabric
		nears: Nears 1.2.3
		netherdepthsupgrade: Nether Depths Upgrade fabric-2.0.4-1.19.2
		netherportalfix: NetherPortalFix 10.0.1
		nethersdelight: Nether's Delight 1.0.1
		nochatreports: No Chat Reports 1.19.2-v1.13.12
		nyfsquiver: Nyf's Quivers Fabric-0.5.1-1.19.2
		owo: oωo 0.8.5+1.19
			blue_endless_jankson: jankson 1.2.1
		patchouli: Patchouli 1.19.2-77-FABRIC
			fiber: fiber 0.23.0-2
		patchoulibutton: PachouliButton 1.0.2
		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
		piercingpaxels: Piercing Paxels 1.0.7
		pigpen: PigPen 11.1.2
		playdate: Playdate 1.0.1
		player-animator: Player Animator 1.0.2
		portable_tables: Portable Tables 2.2
		powah: Powah! 4.0.7
		probablychests: Probably Chests 0.5.5-1.19.2
		projectile_damage: Projectile Damage Attribute 3.0.0+1.19
		pyrotastic: Pyrotastic 1.19+2.0.3
		quickshulker: Quick Shulker 1.3.9-1.19
			kyrptconfig: Kyrpt Config 1.4.16-1.19
			shulkerutils: shulkerutils 1.0.4-1.19
		rare-ice: Rare Ice 0.5.0
		reacharound: Reacharound 1.1.2
		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
		repurposed_structures: Repurposed Structures 6.3.20+1.19.2
		resourcefulconfig: Resourcefulconfig 1.0.20
		resourcefullib: Resourceful Lib 1.1.23
		respawnablepets: Respawnable Pets 1.19-2
		revelationary: Revelationary 1.3.3
		rhino: Rhino 1902.2.2-build.264
		rightclickharvest: Right Click Harvest 3.1.0+1.19-1.19.2
		riverredux: River Redux 0.3.0
		rottencreatures: Rotten Creatures 1.0.1
		roughly_enough_loot_tables: Roughly Enough Loot Tables 1.19-1.0
		roughlyenoughitems: Roughly Enough Items 9.1.595
			error_notifier: Error Notifier 1.0.9
		roughlyenoughprofessions: Roughly Enough Professions 1.1.4
		roughlyenoughresources: Roughly Enough Resources 2.6.0
		runelic: Runelic 14.1.4
		runes: Runes 0.9.6+1.19
		shulkerboxtooltip: Shulker Box Tooltip 3.2.2+1.19.2
		sihywtcamd: sihywtcamd 1.7.2+1.19
		simplyswords: Simply Swords 1.43.1-1.19.2
		slimegolem: Muffin's Slime Golem 1.1.0
		slimyboyos: Slimy Boyos 5.0.0.5
		smwyg: Show Me What You Got 1.0.3
		spark: spark 1.10.34
		spectrum: Spectrum 1.6.9-1.19.2-leisure_time
			incubus_core: Incubus Core 1.9.4
		spectrumjetpacks: Spectrum Jetpacks 0.0.1
			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
			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
		spirit: Spirit 2.2.4
		splash_milk: Splash Milk 1.2.0
		srias_flowers: Sria's Flowers 2.0.1
		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
		supplementaries: Supplementaries 1.19.2-2.2.64
		survivalisland: Survival Island 0.2.2
		takesapillage: Takes a Pillage 1.0.4
		techreborn: Tech Reborn 5.4.0
		tempad: Tempad 1.4.3
		terrablender: TerraBlender 2.0.1.136
		the_bumblezone: The Bumblezone - Fabric 6.7.3+1.19.2
			com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.5
		tiered: Tiered 1.2.5
		tinycoal: Tiny Coal 1.0.1
		toolstats: ToolStats 12.0.2
		totw_additions: Towers of the Wild: Additions 1.2.3
		tramplenomore: TrampleNoMore 9.0.1
		travelersbackpack: Traveler's Backpack 1.19.2-8.2.17
		trinkets: Trinkets 3.4.2
		trofers: Trofers 1.19.2-3.1.1
		twilightforest: The Twilight Forest 4.2.335
			javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
			mm: Manningham Mills 2.3
		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
		villager-hats: Villager Hats 1.4.3
		villager-trading-station: Villager Trading Station 1.1.0
		villagersplus: Villagers Plus 1.9
		vinery: Vinery 1.2.1
		vitalize: Vitalize 1.1.1
		voidtotem: Void Totem 2.1.0
		voidz: VoidZ 1.0.9
		wands: Building Wands 2.6.4_release
		whatthebucket: WhatTheBucket 7.0.2
		wizards: Wizards 0.9.12+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
		wthit: wthit 5.15.1
		xlpackets: XLPackets 1.19.2-4
		xps: Xp Obelisk 0.4.7-r+1.19.2-Fabric
		yigd: You're in Grave Danger 1.4.8
		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
	Server Running: true
	Player Count: 1 / 10; [class_3222['ivis'/2051, l='ServerLevel[world]', x=-38.76, y=70.00, z=-224.80]]
	Data Packs: vanilla, Fabric Mods, minecraft/croptop, Goated Generated Pack, Supplementaries Generated Pack, compressor (incompatible), Repurposed_Structures-Farmers_Delight_v5.zip, Repurposed_Structures-Better_Dungeons_v4.zip, Repurposed_Structures-More_Villagers_v8.zip, Repurposed_Structures-Better_Witch_Huts_v3.zip, Repurposed_Structures-VillagersPlus_v1.zip, Repurposed_Structures-Better_Strongholds_v4.zip, Repurposed_Structures-Oh_The_Biomes_Youll_Go_v2.zip, Repurposed_Structures-Wizards_v2.zip, Repurposed_Structures-Chef's_Delight_v1.zip, Repurposed_Structures-Better_Monuments_v4.zip, Repurposed_Structures-Better_Desert_Temples_v6.zip
	World Generation: Stable
	Is Modded: Definitely; Server brand changed to 'fabric'
	Type: Dedicated Server (map_server.txt)
	```
commented

Do you have any idea how this happened? And can you reproduce it?

commented

i will try to reproduce again, i really dont have idea of why this happened

commented

i don't have success trying to reproduce this again. i wi'll close, for not being usefull more