1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2023-12-22 01:56:07
|
5 | Description: Ticking block entity
|
6 |
|
7 | java.lang.NoSuchFieldError: bsm_lastRoll
|
8 | at net.minecraft.entity.LivingEntity.<init>(LivingEntity.java:244)
|
9 | at net.minecraft.entity.mob.MobEntity.<init>(MobEntity.java:135)
|
10 | at net.minecraft.entity.mob.PathAwareEntity.<init>(PathAwareEntity.java:14)
|
11 | at net.minecraft.entity.passive.PassiveEntity.<init>(PassiveEntity.java:28)
|
12 | at net.minecraft.entity.passive.AnimalEntity.<init>(AnimalEntity.java:42)
|
13 | at net.minecraft.entity.passive.BeeEntity.<init>(BeeEntity.java:175)
|
14 | at net.minecraft.entity.EntityType.create(EntityType.java:487)
|
15 | at net.minecraft.entity.EntityType.method_17846(EntityType.java:491)
|
16 | at java.base/java.util.Optional.map(Optional.java:260)
|
17 | at net.minecraft.entity.EntityType.getEntityFromNbt(EntityType.java:491)
|
18 | at net.minecraft.entity.EntityType.loadEntityFromNbt(EntityType.java:578)
|
19 | at net.minecraft.entity.EntityType.loadEntityWithPassengers(EntityType.java:529)
|
20 | at net.minecraft.block.entity.BeehiveBlockEntity.releaseBee(BeehiveBlockEntity.java:215)
|
21 | at net.minecraft.block.entity.BeehiveBlockEntity.tickBees(BeehiveBlockEntity.java:298)
|
22 | at net.minecraft.block.entity.BeehiveBlockEntity.serverTick(BeehiveBlockEntity.java:311)
|
23 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:660)
|
24 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:714)
|
25 | at net.minecraft.world.World.tickBlockEntities(World.java:456)
|
26 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:376)
|
27 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
|
28 | at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:289)
|
29 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
|
30 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
|
31 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
|
32 | at java.base/java.lang.Thread.run(Thread.java:833)
|
33 |
|
34 |
|
35 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
36 | ---------------------------------------------------------------------------------------
|
37 |
|
38 | -- Head --
|
39 | Thread: Server thread
|
40 | Stacktrace:
|
41 | at net.minecraft.entity.LivingEntity.<init>(LivingEntity.java:244)
|
42 | at net.minecraft.entity.mob.MobEntity.<init>(MobEntity.java:135)
|
43 | at net.minecraft.entity.mob.PathAwareEntity.<init>(PathAwareEntity.java:14)
|
44 | at net.minecraft.entity.passive.PassiveEntity.<init>(PassiveEntity.java:28)
|
45 | at net.minecraft.entity.passive.AnimalEntity.<init>(AnimalEntity.java:42)
|
46 | at net.minecraft.entity.passive.BeeEntity.<init>(BeeEntity.java:175)
|
47 | at net.minecraft.entity.EntityType.create(EntityType.java:487)
|
48 | at net.minecraft.entity.EntityType.method_17846(EntityType.java:491)
|
49 | at java.base/java.util.Optional.map(Optional.java:260)
|
50 | at net.minecraft.entity.EntityType.getEntityFromNbt(EntityType.java:491)
|
51 | at net.minecraft.entity.EntityType.loadEntityFromNbt(EntityType.java:578)
|
52 | at net.minecraft.entity.EntityType.loadEntityWithPassengers(EntityType.java:529)
|
53 | at net.minecraft.block.entity.BeehiveBlockEntity.releaseBee(BeehiveBlockEntity.java:215)
|
54 | at net.minecraft.block.entity.BeehiveBlockEntity.tickBees(BeehiveBlockEntity.java:298)
|
55 | at net.minecraft.block.entity.BeehiveBlockEntity.serverTick(BeehiveBlockEntity.java:311)
|
56 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:660)
|
57 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:714)
|
58 | at net.minecraft.world.World.tickBlockEntities(World.java:456)
|
59 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:376)
|
60 |
|
61 | -- Block entity being ticked --
|
62 | Details:
|
63 | Name: minecraft:beehive // net.minecraft.class_4482
|
64 | Block: Block{minecraft:bee_nest}[facing=south,honey_level=0]
|
65 | Block location: World: (18,70,-133), Section: (at 2,6,11 in 1,4,-9; chunk contains blocks 16,-64,-144 to 31,319,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
66 | Block: Block{minecraft:bee_nest}[facing=south,honey_level=0]
|
67 | Block location: World: (18,70,-133), Section: (at 2,6,11 in 1,4,-9; chunk contains blocks 16,-64,-144 to 31,319,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
68 | Stacktrace:
|
69 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:660)
|
70 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:714)
|
71 | at net.minecraft.world.World.tickBlockEntities(World.java:456)
|
72 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:376)
|
73 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
|
74 | at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:289)
|
75 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
|
76 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
|
77 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
|
78 | at java.base/java.lang.Thread.run(Thread.java:833)
|
79 |
|
80 | -- Affected level --
|
81 | Details:
|
82 | All players: 0 total; []
|
83 | Chunk stats: 2209
|
84 | Level dimension: minecraft:overworld
|
85 | Level spawn location: World: (0,86,0), Section: (at 0,6,0 in 0,5,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)
|
86 | Level time: 437 game time, 437 day time
|
87 | Level name: world
|
88 | Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
|
89 | Level weather: Rain time: 158107 (now: false), thunder time: 54230 (now: false)
|
90 | Known server brands: fabric
|
91 | Level was modded: true
|
92 | Level storage version: 0x04ABD - Anvil
|
93 | Stacktrace:
|
94 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:875)
|
95 | at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:289)
|
96 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
|
97 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
|
98 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
|
99 | at java.base/java.lang.Thread.run(Thread.java:833)
|
100 |
|
101 | -- System Details --
|
102 | Details:
|
103 | Minecraft Version: 1.19.2
|
104 | Minecraft Version ID: 1.19.2
|
105 | Operating System: Linux (amd64) version 5.15.0-82-generic
|
106 | Java Version: 17.0.7, Oracle Corporation
|
107 | Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
108 | Memory: 693717976 bytes (661 MiB) / 2894069760 bytes (2760 MiB) up to 3758096384 bytes (3584 MiB)
|
109 | CPUs: 2
|
110 | Processor Vendor: AuthenticAMD
|
111 | Processor Name: AMD Ryzen 9 7950X 16-Core Processor
|
112 | Identifier: AuthenticAMD Family 25 Model 97 Stepping 2
|
113 | Microarchitecture: Zen 3
|
114 | Frequency (GHz): -0.00
|
115 | Number of physical packages: 1
|
116 | Number of physical CPUs: 16
|
117 | Number of logical CPUs: 32
|
118 | Graphics card #0 name: unknown
|
119 | Graphics card #0 vendor: unknown
|
120 | Graphics card #0 VRAM (MB): 0.00
|
121 | Graphics card #0 deviceId: unknown
|
122 | Graphics card #0 versionInfo: unknown
|
123 | Virtual memory max (MB): 128947.48
|
124 | Virtual memory used (MB): 197599.17
|
125 | Swap memory total (MB): 32767.99
|
126 | Swap memory used (MB): 21513.11
|
127 | JVM Flags: 23 total; -XX:ThreadPriorityPolicy=1 -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCIProduct -XX:-UnlockExperimentalVMOptions -Xms128M -Xmx3584M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -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
|
128 | Fabric Mods:
|
129 | adventurez: AdventureZ 1.4.18
|
130 | alloy_forgery: Alloy Forgery 2.1.1+1.19
|
131 | amethyst_core: Amethyst Core 1.2.2+1.19
|
132 | amethyst_imbuement: Amethyst Imbuement 1.19-40
|
133 | common-protection-api: Common Protection API 1.0.0
|
134 | conditional-mixin: conditional mixin 0.3.2
|
135 | fzzy_config: Fzzy Config 0.1.1+1.19
|
136 | playerabilitylib: Pal 1.6.0
|
137 | structurized-reborn: Structurized Reborn 1.19-01
|
138 | animated_armor: Animated Armor Origin 1.7.0
|
139 | antiqueatlasreborn: Antique Atlas Reborn 9.1-fabric-1.19.2
|
140 | architectury: Architectury 6.5.85
|
141 | artifacts: Artifacts 7.1.1+fabric
|
142 | expandability: ExpandAbility 6.0.0
|
143 | step-height-entity-attribute: Step Height Entity Attribute 1.0.0
|
144 | azurelib: AzureLib 1.0.39
|
145 | besmirchment: Besmirchment 1.19.2-11
|
146 | bettercombat: Better Combat 1.7.1+1.19
|
147 | betterfortresses: YUNG's Better Nether Fortresses 1.19.2-Fabric-1.0.6
|
148 | org_reflections_reflections: reflections 0.10.2
|
149 | betterstrongholds: YUNG's Better Strongholds 1.19.2-Fabric-3.2.0
|
150 | betterthanmending: BetterThanMending 1.3.0
|
151 | bettertridents: Better Tridents 4.0.2
|
152 | bewitchment: Bewitchment 1.19-7
|
153 | impersonate: Impersonate 2.8.0
|
154 | terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
|
155 | bookshelf: Bookshelf 16.3.20
|
156 | bot: Base Origins Tweaks 1.0.0
|
157 | bountiful: Bountiful 3.0.0
|
158 | brutalbosses: brutalbosses Mod 1.19.2-6.6
|
159 | bucolicorigins: Bucolic_Origins 4.0.6 [FABRIC]
|
160 | bwplus: Bewitchment Plus 1.19-11
|
161 | byg: Oh The Biomes You'll Go **.**.**.**
|
162 | bygonenether: Bygone Nether 1.3.2
|
163 | cacao: Croptopia's Chocolaterie 1.2
|
164 | cardinal-components: Cardinal Components API 5.0.2
|
165 | cardinal-components-level: Cardinal Components API (world saves) 5.0.2
|
166 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2
|
167 | cardinal-components-world: Cardinal Components API (worlds) 5.0.2
|
168 | charmofundying: Charm of Undying 6.2.1+1.19.2
|
169 | chestcavity: Chest Cavity 2.16.6
|
170 | modify-drops-api: Modify Drops API **.**.**.**
|
171 | clarks_classes: Expanded Classes 1.19-4.0.2-FABRIC
|
172 | cloth-api: Cloth API 4.0.65
|
173 | cloth-client-events-v0: Cloth Client Events v0 4.0.65
|
174 | cloth-common-events-v1: Cloth Common Events v1 4.0.65
|
175 | cloth-utils-v1: Cloth Utils v1 4.0.65
|
176 | cloth-config: Cloth Config v8 8.3.103
|
177 | cloth-basic-math: cloth-basic-math 0.6.1
|
178 | clumps: Clumps 9.0.0+14
|
179 | coffee_delight: Coffee Delight 1.4
|
180 | collective: Collective 7.24
|
181 | configured: Configured 2.0.0
|
182 | corgilib: CorgiLib **.**.**.**
|
183 | com_electronwill_night-config_core: core 3.6.6
|
184 | com_electronwill_night-config_toml: toml 3.6.6
|
185 | create: Create 0.5.1-c-build.1160+mc1.19.2
|
186 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
187 | forge_tags: Porting Lib Tags 3.0
|
188 | milk: Milk Lib 1.0.51
|
189 | dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1
|
190 | porting_lib_accessors: Porting Lib Accessors 2.1.1096+1.19.2
|
191 | porting_lib_base: Porting Lib Base 2.1.1096+1.19.2
|
192 | mm: Manningham Mills 2.3
|
193 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1096+1.19.2
|
194 | porting_lib_loot: Porting Lib Loot 2.1.1096+1.19.2
|
195 | porting_lib_model_generators: Porting Lib Model Generators 2.1.1096+1.19.2
|
196 | porting_lib_model_loader: Porting Lib Model Loader 2.1.1096+1.19.2
|
197 | porting_lib_models: Porting Lib Models 2.1.1096+1.19.2
|
198 | serialization_hooks: Serialization Hooks 0.3.26
|
199 | porting_lib_entity: Porting Lib Entity 2.1.1096+1.19.2
|
200 | porting_lib_extensions: Porting Lib Extensions 2.1.1096+1.19.2
|
201 | porting_lib_fake_players: Porting Lib Fake Players 2.1.1096+1.19.2
|
202 | porting_lib_networking: Porting Lib Networking 2.1.1096+1.19.2
|
203 | porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1096+1.19.2
|
204 | porting_lib_transfer: Porting Lib Transfer 2.1.1096+1.19.2
|
205 | porting_lib_attributes: Porting Lib Attributes 2.1.1096+1.19.2
|
206 | porting_lib_common: Porting Lib Common 2.1.1096+1.19.2
|
207 | porting_lib_constants: Porting Lib Constants 2.1.1096+1.19.2
|
208 | registrate-fabric: Registrate for Fabric 1.1.58-MC1.19.2
|
209 | create_jetpack: Create Jetpack 3.4.0
|
210 | flightlib: Flight Lib 1.1.2
|
211 | createaddition: Create Crafts & Additions 20230723a
|
212 | creeperoverhaul: Creeper Overhaul 2.0.9
|
213 | croptopia: Croptopia 2.2.2
|
214 | com_typesafe_config: config 1.4.1
|
215 | io_leangen_geantyref_geantyref: geantyref 1.3.11
|
216 | org_spongepowered_configurate-core: configurate-core 4.1.2
|
217 | org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
|
218 | cupboard: cupboard 1.19.2-2.1
|
219 | dataattributes: Data Attributes 1.4.6+1.19.2
|
220 | doapi: Lets Do Api 1.1.0
|
221 | blue_endless_jankson: jankson 1.2.1
|
222 | dungeons_arise: When Dungeons Arise 2.1.54
|
223 | easymagic: Easy Magic 4.3.3
|
224 | echochest: Echo Chest 4.0.2
|
225 | endrem: End Remastered 5.2.0
|
226 | ends_delight: End's Delight 1.19.2-1.0
|
227 | even-more-origins: Even More Origins 0.2.6
|
228 | expandeddelight: Expanded Delight **.**.**.**
|
229 | extra: Extra classes 1.0.0
|
230 | extra_classes_origins: Extra Classes - Origins 1.0.0
|
231 | extraalchemy: Extra Alchemy 1.9.0
|
232 | extrakeybinds: ThatRobins Extra Origins Keybinds 0.5.0+1.17-1.19.4
|
233 | fabric-api: Fabric API 0.77.0+1.19.2
|
234 | fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390
|
235 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290
|
236 | fabric-biome-api-v1: Fabric Biome API (v1) 9.1.1+16f1e31390
|
237 | fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
|
238 | fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90
|
239 | fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790
|
240 | fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390
|
241 | fabric-containers-v0: Fabric Containers (v0) 0.1.42+df3654b390
|
242 | fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+7c6cd14d90
|
243 | fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+4bc6e26290
|
244 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
|
245 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.9+413cbbc790
|
246 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290
|
247 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690
|
248 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90
|
249 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.36+df3654b390
|
250 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
|
251 | fabric-item-api-v1: Fabric Item API (v1) 1.6.6+b7d1888890
|
252 | fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.39+9244241690
|
253 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890
|
254 | fabric-loot-api-v2: Fabric Loot API (v2) 1.1.13+83a8659290
|
255 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.16+9e7660c690
|
256 | fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290
|
257 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.24+33fbc73890
|
258 | fabric-networking-api-v1: Fabric Networking API (v1) 1.2.12+def3f86d90
|
259 | fabric-networking-v0: Fabric Networking (v0) 0.3.29+df3654b390
|
260 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.2+d8ef690890
|
261 | fabric-particles-v1: Fabric Particles (v1) 1.1.0+ee641e7390
|
262 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.2+413cbbc790
|
263 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.33+9244241690
|
264 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690
|
265 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390
|
266 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
|
267 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.4+edbdcddb90
|
268 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.8+1cc24b1b90
|
269 | fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790
|
270 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
|
271 | fabric-language-kotlin: Fabric Language Kotlin 1.10.16+kotlin.1.9.21
|
272 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.21
|
273 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.21
|
274 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.21
|
275 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.21
|
276 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.1
|
277 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3
|
278 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3
|
279 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.1
|
280 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.2
|
281 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.2
|
282 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.2
|
283 | fabricloader: Fabric Loader 0.15.3
|
284 | mixinextras: MixinExtras 0.3.2
|
285 | farmersdelight: Farmer's Delight 1.19.2-1.3.10.2
|
286 | festive_delight: Festive Delight 1.0.0
|
287 | forgeconfigapiport: Forge Config API Port 4.2.11
|
288 | framework: Framework 0.6.16
|
289 | org_javassist_javassist: javassist 3.29.2-GA
|
290 | fwaystones: Fabric Waystones 3.0.8+mc1.19.2
|
291 | fzzy_core: Fzzy Core 0.2.7+1.19
|
292 | geckolib3: Geckolib 3.1.40
|
293 | com_eliotlash_mclib_mclib: mclib 20
|
294 | genshinstrument: Genshin Instruments 3.4
|
295 | goblintraders: Goblin Traders 1.8.1
|
296 | grindenchantments: Grind Enchantments 3.1.1+1.19.2
|
297 | codec-config-api: Codec Config API 1.0.2+1.19.3
|
298 | grounded_origins: Grounded Origins 1.2.3
|
299 | haema: Haema 1.10.4+1.19
|
300 | fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
|
301 | reach-entity-attributes: Reach Entity Attributes 2.3.0
|
302 | icarus: Icarus 1.14
|
303 | iceberg: Iceberg 1.0.46
|
304 | identity: Identity 2.6.1-1.19.1
|
305 | omega-config: OmegaConfig 1.2.3-1.18.1
|
306 | imbleeding: Haemorrhage 1.0.5+1.19.2
|
307 | immersive_aircraft: Immersive Aircraft 0.6.2+1.19.2
|
308 | immersive_armors: Immersive Armors 1.5.6+1.19.2
|
309 | immersive_paintings: Immersive Paintings 0.6.7+1.19.2
|
310 | incendium: Incendium 5.1.6
|
311 | ironchests: Iron Chests 1.7.7
|
312 | libgui: LibGui 6.2.0+1.19
|
313 | jankson: Jankson 4.1.1+j1.2.1
|
314 | libninepatch: LibNinePatch 1.1.0
|
315 | ite: Improved Trident Enchantments 1.0
|
316 | ivycore: IvyCore 0.1.3
|
317 | java: Java HotSpot(TM) 64-Bit Server VM 17
|
318 | jei: Just Enough Items 11.6.0.1018
|
319 | jewelry: Jewelry 1.1.0+1.19.2
|
320 | com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
|
321 | jobsaddon: JobsAddon 1.1.1
|
322 | kambrik: Kambrik 4.0-1.19.2
|
323 | kiwi: Kiwi Lib 8.3.4
|
324 | lank: Lankasters Origins 1.0.0
|
325 | levelz: LevelZ 1.4.9
|
326 | libz: LibZ 1.0.0
|
327 | lithium: Lithium 0.11.1
|
328 | magic_origins: Magic Origins v0.3.5
|
329 | magistuarmory: Epic Knights Mod 8.11
|
330 | map_atlases: Map Atlases 2.3.1
|
331 | maxhealthfix: MaxHealthFix 8.0.2
|
332 | mcwbridges: Macaw's Bridges 2.1.0
|
333 | mcwfurnitures: Macaw's Furniture 3.2.1
|
334 | mcwlights: Macaw's Lights and Lamps 1.0.6
|
335 | midnightlib: MidnightLib 1.0.0
|
336 | mighty_mail: Mighty Mail 1.0.14
|
337 | minecraft: Minecraft 1.19.2
|
338 | moborigins: Mob Origins 1.10.0
|
339 | moonlight: Moonlight 1.19.2-2.3.5
|
340 | moretotems: More Totems 2.13.0
|
341 | mrplaguewarper: MrPlague's Warper Origin 1.0.8
|
342 | mythicmetals: Mythic Metals 0.17.3+1.19.2
|
343 | additionalentityattributes: Additionalentityattributes 1.2.0+1.19
|
344 | mythicmobs: Mythic Mobs 1.19.2-fabric-1.4.5
|
345 | mythicmounts: Mythic Mounts 1.19.2-7.2
|
346 | nethersdelight: Nether's Delight 1.0.1
|
347 | oceansdelight: Ocean's Delight fabric-1.0.2-1.19.2
|
348 | origins: Origins 1.7.1
|
349 | apoli: Apoli 2.6.1
|
350 | calio: Calio 1.7.0
|
351 | origins-classes: Origins: Classes 1.4.0
|
352 | origins_vampire_mr: Origins: Vampire 1-v2.1.0
|
353 | originsumbrellas: Origins: Umbrellas 1.5.4
|
354 | owo: oωo 0.9.3+1.19
|
355 | paladins: Paladins & Priests 0.9.6+1.19.2
|
356 | patchouli: Patchouli 1.19.2-77-FABRIC
|
357 | fiber: fiber 0.23.0-2
|
358 | pehkui: Pehkui 3.7.11+1.14.4-1.20.2
|
359 | kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
|
360 | phantomsseephantoms: Phantoms See Phantoms 1.0.0
|
361 | player-animator: Player Animator 1.0.2
|
362 | playerex: PlayerEx 3.5.4+1.19.2
|
363 | cardinal-components-base: Cardinal Components API (base) 5.0.2
|
364 | cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
|
365 | cardinal-components-entity: Cardinal Components API (entities) 5.0.2
|
366 | net_objecthunter_exp4j: exp4j 0.4.8
|
367 | opc: Offline Player Cache 0.6.4
|
368 | placeholder-api: Placeholder API 2.0.0-pre.1+1.19.2
|
369 | plentyofarmors: Plenty Of Armors 1.3.0
|
370 | polymorph: Polymorph 0.46.5+1.19.2
|
371 | cardinal-components-block: Cardinal Components API (blocks) 5.0.2
|
372 | cardinal-components-item: Cardinal Components API (items) 5.0.2
|
373 | spectrelib: SpectreLib 0.12.6+1.19.2
|
374 | probablychests: Probably Chests 0.5.5-1.19.2
|
375 | projectile_damage: Projectile Damage Attribute 3.2.1+1.19
|
376 | puffish_skills: Pufferfish's Skills 0.4.0
|
377 | pumpkillagersquest: Pumpkillager's Quest 3.5
|
378 | puzzleslib: Puzzles Lib 4.4.3
|
379 | reborncore: Reborn Core 5.4.0
|
380 | team_reborn_energy: Energy 2.3.0
|
381 | resourcefulconfig: Resourcefulconfig 1.0.20
|
382 | ringsofascension: Rings of Ascension 1.0
|
383 | runelic: Runelic 14.1.4
|
384 | runes: Runes 0.9.8+1.19
|
385 | seleni: Seleni 0.2.5+1.19.2
|
386 | simplyskills: SimplySkills 0.14.1-beta
|
387 | simplyswords: Simply Swords 1.47.0-1.19.2
|
388 | sliceanddice: Create Slice & Dice 2.3.2
|
389 | smallernetherportals: Smaller Nether Portals 3.6
|
390 | smoothchunk: Smooth chunk save Mod 1.19.2-3.5
|
391 | snowrealmagic: Snow! Real Magic! 5.1.2
|
392 | soulsweapons: Marium's Soulslike Weaponry 1.0.2-1.19.2-fabric
|
393 | spark: spark 1.10.37
|
394 | spell_engine: Spell Engine 0.9.24+1.19
|
395 | spell_power: Spell Power Attribute 0.9.12+1.19
|
396 | spellbladenext: Spellblades and Such 1.19.2-1.0.27.5
|
397 | splash_milk: Splash Milk 1.2.0
|
398 | supplementaries: Supplementaries 1.19.2-2.4.14
|
399 | techreborn: Tech Reborn 5.4.0
|
400 | tenshilib: TenshiLib 1.19.2-1.6.15
|
401 | terrablender: TerraBlender **.**.**.**
|
402 | things: Things 0.3.0+1.19
|
403 | totw_additions: Towers of the Wild: Additions 1.2.3
|
404 | touhouorigins: Touhou Origins 0.8.3-1.19.2
|
405 | apugli: Apugli 1.11.2+1.19-fabric
|
406 | travelersbackpack: Traveler's Backpack 1.19.2-8.2.32
|
407 | trinkets: Trinkets 3.4.2
|
408 | vampiricorigin: Vampiric Origin 1.2.2
|
409 | vanityslots: Vanity Slots 1.2.8
|
410 | vinery: Vinery 1.3.12
|
411 | wizardex: WizardEx 1.0.4
|
412 | wizards: Wizards 0.9.17+1.19
|
413 | yungsapi: YUNG's API 1.19.2-Fabric-3.8.10
|
414 | Server Running: true
|
415 | Player Count: 0 / 20; []
|
416 | Data Packs: vanilla, Fabric Mods, minecraft/croptop, Supplementaries Generated Pack
|
417 | World Generation: Stable
|
418 | Is Modded: Definitely; Server brand changed to 'fabric'
|
419 | Type: Dedicated Server (map_server.txt)
|
420 |
|