NiftyCarts

NiftyCarts

584k Downloads

Crash when rendering flowers in supply cart / hand cart

Mrpressed opened this issue · 8 comments

commented

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 2024-10-12 11:21:53
Description: Rendering entity in world

java.lang.AbstractMethodError: Receiver class net.jmb19905.niftycarts.client.renderer.entity.model.SupplyCartModel does not define or inherit an implementation of the resolved method 'abstract net.minecraft.class_1921 renderType(net.minecraft.class_2960)' of interface net.jmb19905.niftycarts.client.renderer.entity.model.IFlowerCargoModel.
at net.jmb19905.niftycarts.client.renderer.entity.CargoRenderUtil.renderFlowers(CargoRenderUtil.java:85)
at net.jmb19905.niftycarts.client.renderer.entity.SupplyCartRenderer.renderFlowers(SupplyCartRenderer.java:61)
at net.jmb19905.niftycarts.client.renderer.entity.CargoRenderUtil.renderContents(CargoRenderUtil.java:74)
at net.jmb19905.niftycarts.client.renderer.entity.SupplyCartRenderer.renderContents(SupplyCartRenderer.java:56)
at net.jmb19905.niftycarts.client.renderer.entity.SupplyCartRenderer.renderContents(SupplyCartRenderer.java:41)
at net.jmb19905.niftycarts.client.renderer.entity.DrawnRenderer.render(DrawnRenderer.java:53)
at net.jmb19905.niftycarts.client.renderer.entity.DrawnRenderer.method_3936(DrawnRenderer.java:28)
at net.minecraft.class_898.method_3954(class_898.java:145)
at net.minecraft.class_761.method_22977(class_761.java:1574)
at net.minecraft.class_761.method_22710(class_761.java:1324)
at net.minecraft.class_757.method_3188(class_757.java:1110)
at net.minecraft.class_757.method_3192(class_757.java:880)
at net.minecraft.class_310.method_1523(class_310.java:1219)
at net.minecraft.class_310.method_1514(class_310.java:802)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

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

-- Head --
Thread: Render thread
Stacktrace:
at net.jmb19905.niftycarts.client.renderer.entity.CargoRenderUtil.renderFlowers(CargoRenderUtil.java:85)
at net.jmb19905.niftycarts.client.renderer.entity.SupplyCartRenderer.renderFlowers(SupplyCartRenderer.java:61)
at net.jmb19905.niftycarts.client.renderer.entity.CargoRenderUtil.renderContents(CargoRenderUtil.java:74)
at net.jmb19905.niftycarts.client.renderer.entity.SupplyCartRenderer.renderContents(SupplyCartRenderer.java:56)
at net.jmb19905.niftycarts.client.renderer.entity.SupplyCartRenderer.renderContents(SupplyCartRenderer.java:41)
at net.jmb19905.niftycarts.client.renderer.entity.DrawnRenderer.render(DrawnRenderer.java:53)
at net.jmb19905.niftycarts.client.renderer.entity.DrawnRenderer.method_3936(DrawnRenderer.java:28)
at net.minecraft.class_898.method_3954(class_898.java:145)
at net.minecraft.class_761.method_22977(class_761.java:1574)
at net.minecraft.class_761.method_22710(class_761.java:1324)
at net.minecraft.class_757.method_3188(class_757.java:1110)

-- Entity being rendered --
Details:
Entity Type: niftycarts:supply_cart (net.jmb19905.niftycarts.entity.SupplyCartEntity)
Entity ID: 2864400
Entity Name: Supply Cart
Entity's Exact location: 2732.85, 106.00, -503.98
Entity's Block location: World: (2732,106,-504), Section: (at 12,10,8 in 170,6,-32; chunk contains blocks 2720,-64,-512 to 2735,319,-497), Region: (5,-1; contains chunks 160,-32 to 191,-1, blocks 2560,-64,-512 to 3071,319,-1)
Entity's Momentum: 0.00, -0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: null
Entity NBT: {Air:300s,FallDistance:0.0f,Fire:-1s,Invulnerable:0b,Items:[],Motion:[0.0d,0.0d,0.0d],OnGround:1b,PortalCooldown:0,Pos:[2732.850339106651d,106.0d,-503.98010836504676d],Rotation:[63.28125f,25.0f],UUID:[I;-1911042488,976570976,-1999380262,-806684937],brewery.drunkenness:0,brewery.immunity:3}
Stacktrace:
at net.minecraft.class_898.method_3954(class_898.java:145)
at net.minecraft.class_761.method_22977(class_761.java:1574)
at net.minecraft.class_761.method_22710(class_761.java:1324)
at net.minecraft.class_757.method_3188(class_757.java:1110)
at net.minecraft.class_757.method_3192(class_757.java:880)
at net.minecraft.class_310.method_1523(class_310.java:1219)
at net.minecraft.class_310.method_1514(class_310.java:802)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Renderer details --
Details:
Assigned renderer: net.jmb19905.niftycarts.client.renderer.entity.SupplyCartRenderer@ee4db42
Location: 1.59,-1.62,-1.00 - World: (1,-2,-2), Section: (at 1,14,14 in 0,-1,-1; chunk contains blocks 0,-64,-16 to 15,319,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
Rotation: 63.28125
Delta: 0.8000245
Stacktrace:
at net.minecraft.class_898.method_3954(class_898.java:145)
at net.minecraft.class_761.method_22977(class_761.java:1574)
at net.minecraft.class_761.method_22710(class_761.java:1324)
at net.minecraft.class_757.method_3188(class_757.java:1110)
at net.minecraft.class_757.method_3192(class_757.java:880)
at net.minecraft.class_310.method_1523(class_310.java:1219)
at net.minecraft.class_310.method_1514(class_310.java:802)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
All players: 2 total; [class_746['Mrpressed'/2864368, l='ClientLevel', x=2731.26, y=106.00, z=-502.98], class_745['Reer123'/2864614, l='ClientLevel', x=2730.77, y=106.00, z=-505.67]]
Chunk stats: 4096, 271 F: 152 L: 0 U: 1849
Level dimension: minecraft:overworld
Level spawn location: World: (-4345,65,569), Section: (at 7,1,9 in -272,4,35; chunk contains blocks -4352,-64,560 to -4337,319,575), Region: (-9,1; contains chunks -288,32 to -257,63, blocks -4608,-64,512 to -4097,319,1023)
Level time: 193696407 game time, 135005175 day time
Server brand: fabric
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:458)
at net.minecraft.class_310.method_1587(class_310.java:2406)
at net.minecraft.class_310.method_1514(class_310.java:821)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: PFM-Runtime-RP, vanilla, fabric, Moonlight Mods Dynamic Assets, extendeddrawersaddon:addon, continuity:glass_pane_culling_fix, continuity:default, railways:green_signals, resources/GalLab v1.0.1 (1.20+).zip, resources/The Pond Panorama.zip, resources/The Pond Title.zip, file/FreshAnimations_v1.9.zip

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 17.0.12, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
Memory: 2466487208 bytes (2352 MiB) / 7423918080 bytes (7080 MiB) up to 16777216000 bytes (16000 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): 4.20
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: Parsec Virtual Display Adapter
Graphics card #0 vendor: Parsec Cloud, Inc.
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: DriverVersion=0.41.0.0
Graphics card #1 name: NVIDIA GeForce RTX 4070 SUPER
Graphics card #1 vendor: NVIDIA (0x10de)
Graphics card #1 VRAM (MB): 4095.00
Graphics card #1 deviceId: 0x2783
Graphics card #1 versionInfo: DriverVersion=32.0.15.6081
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 4.00
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 16384.00
Memory slot #1 clockSpeed (GHz): 4.00
Memory slot #1 type: DDR4
Virtual memory max (MB): 60324.85
Virtual memory used (MB): 33999.49
Swap memory total (MB): 27648.00
Swap memory used (MB): 140.55
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16000M
Fabric Mods:
advancementinfo: AdvancementInfo 1.20-fabric0.83.0-1.4
advancementplaques: Advancement Plaques 1.6.7
ambientsounds: AmbientSounds 6.1.1
amendments: Amendments 1.20-1.2.11
amplified_nether: Amplified Nether 1.2.5
anticreeper: §3§lAntiCreeper 2.0
antighost: AntiGhost 1.20-fabric0.83.0-1.1.5
crowdin-translate: CrowdinTranslate 1.4+1.19.3
appleskin: AppleSkin 2.5.1+mc1.20
architectury: Architectury 9.2.14
armorposer: Armor Poser 2.2.1
athena: Athena 3.1.2
axiom: Axiom 4.1.0
com_moulberry_axiomclientapi_axiomclientapi_: axiomclientapi 1.0.0
com_moulberry_mixinconstraints: mixinconstraints 1.0.1
badoptimizations: BadOptimizations 2.1.4
bakery: [Let's Do] Bakery 2.0.2
beachparty: [Let's Do] Beachparty 1.1.5
beautify: Beautify 1.2.0+1.20.1
bellsandwhistles: Create: Bells & Whistles 0.4.5
better_end_sky: Better End Sky 0.2.1+1.20
betterarcheology: Better Archeology 1.2.1-1.20.1
betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
org_reflections_reflections: reflections 0.10.2
betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
bettermounthud: Better Mount HUD 1.2.2
betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
betterpingdisplay: Better Ping Display 1.1.1
betterstats: Better Statistics Screen 3.12.6+fabric-1.20.1
betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
betterthirdperson: Better Third Person 1.9.0
betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
bhmenu: BHMenu-Fabric 2.4.1
blur: Blur (Fabric) 3.1.0
midnightlib: MidnightLib 1.4.1
bobby: Bobby 5.0.1
com_typesafe_config: config 1.4.2
io_leangen_geantyref_geantyref: geantyref 1.3.13
org_spongepowered_configurate-core: configurate-core 4.1.2
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
bookshelf: Bookshelf 20.2.13
brewery: [Let's Do] Brewery 2.0.3
bushierflowers: Bushier Flowers 0.0.3-1.20.1
bwncr: Bad Wither No Cookie Reloaded 3.17.0
c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.13
c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.13
c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.13
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.13
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.13
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.13
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.13
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.13
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.13
c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.13
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.13
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.13
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.13
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.13
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.13
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.13
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.13
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.13
c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.13
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.13
c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.13
com_ibm_async_asyncutil: asyncutil 0.1.0
net_objecthunter_exp4j: exp4j 0.4.8
org_threadly_threadly: threadly 7.0
calmdowndog: Calm down, dog! 1.1.0
camerautils: Camera Utils 1.20.1-1.0.14
candlelight: [Let's Do] Candlelight 2.0.2
cat_jam: cat_jam 1.2.2
chalk: Chalk 2.2.4
com_github_mclegoman_releasetypeutils: releasetypeutils 2.1.0
fabric-simplelibs: Simple Fabric Libs 2.0.0
chalk-colorful-addon: Chalk: Colorful-Addon 2.1.1+1.19.3
chas: Craftable Horse Armour & Saddle 1.20
chat_heads: Chat Heads 0.13.3
chatanimation: ChatAnimation 1.0.5
chatnotify: ChatNotify 1.3.0
cherishedworlds: Cherished Worlds 6.1.6+1.20.1
chipped: Chipped 3.0.6
chunky: Chunky 1.3.146
chunkyborder: ChunkyBorder 1.1.53
cicada: CICADA 0.8.3+1.20.1
cloth-config: Cloth Config v11 11.1.136
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps 12.0.0.4
clutter: Clutter 1.20-0.5.10
collective: Collective 7.84
comforts: Comforts 6.4.0+1.20.1
completeconfig: CompleteConfig 2.5.2
completeconfig-base: completeconfig-base 2.5.2
completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.2
completeconfig-gui-yacl: completeconfig-gui-yacl 2.5.2
configured: Configured 1.3.1
betterconfig: BetterConfig 1.2.1
continuity: Continuity 3.0.0-beta.5+1.20.1
controlling: Controlling For Fabric 12.0.2
copperhopper: Copper Hopper 0.5.1+1.20.1
copycats: Create: Copycats+ 2.1.2+mc.1.20.1-fabric
coroutil: CoroUtil 1.20.1-1.3.7
cosmetic-armor: Cosmetic Armor 1.6.0
crafter: Autocrafter Early 1.0.2-1.20.1
create: Create 0.5.1-f-build.1417+mc1.20.1
com_google_code_findbugs_jsr305: jsr305 3.0.2
flywheel: Flywheel 0.6.10-2
milk: Milk Lib 1.2.60
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
porting_lib_tags: Porting Lib Tags 3.0
reach-entity-attributes: Reach Entity Attributes 2.4.0
registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
createdeco: Create Deco 2.0.2-1.20.1-fabric
creativecore: CreativeCore 2.12.14
net_minecraftforge_eventbus: eventbus 6.0.3
cristellib: Cristel Lib 1.1.5
blue_endless_jankson: jankson 1.2.3
cubes-without-borders: Cubes Without Borders 2.1.1+1.20
culturaldelights: Cultural Delights Fabric 1.0.5+1.20.1
mm: Manningham Mills 2.3
terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
cursorcenteredfix: CursorCentered Fix 1.0.1
dark-loading-screen: Dark Loading Screen 1.6.14
detailab: Detail Armor Bar 2.6.3+1.20.1-fabric
dice: Dice 1.0.0
diet: Diet 2.1.1+1.20.1
disablerocketplaced: Disable rocket Placed 1.0.0
discontinuous_beacon_beams: Discontinuous Beacon Beams 1.1.13
distanthorizons: Distant Horizons 2.2.1-a
do_a_barrel_roll: Do a Barrel Roll 3.6.1+1.20.1
doapi: [Let's Do] API 1.2.15
doggomodoverhauled: Doggo Mod Overhauled 5.3.1
dogslie: Let Sleeping Dogs Lie 1.3.0
doubledoors: Double Doors 5.9
dyed: Dyed 1.2.0
dynamic_fps: Dynamic FPS 3.7.3
net_lostluma_battery: battery 1.1.0
dynamiccrosshair: Dynamic Crosshair 7.4.4+1.20
yaclx: YetAnotherConfigLibExtensions 1.12+1.20.2
dynmus: Dynamic Music 2.3.2+1.20
eatinganimationid: Eating Animation 1.20+1.9.61
eclipsescustomname: Custom Name 0.2.6-1.20.1
ecologics: Ecologics 2.2.0
endrem: End Remastered 5.2.4
ends_delight: End's Delight 2.1
porting_lib_config: Porting Lib Config 2.3.4+1.20.1
entity_model_features: Entity Model Features 2.2.6
entity_texture_features: Entity Texture Features 6.2.5
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling 1.7.0
evenmoreinstruments: Even More Instruments! fabric-1.20-1.20.1-6.1.2
expandeddelight: Expanded Delight 0.3.2
omega-config: OmegaConfig 1.4.0+1.20.1
explosiveenhancement: Explosive Enhancement 1.2.2-1.20.x
exposure: Exposure 1.7.7
exposure_catalog: Exposure Catalog 1.0.3
fabric-permissions-api-v0: fabric-permissions-api 0.3.1
extended_drawers: Extended Drawers 2.1.1+mc.1.20.1
config_toolkit: ConfigToolkit 1.0.0
io_determann_shadow-api-17: shadow-api-17 0.1.1
net_fabricmc_javapoet: javapoet 0.1.0
graphlib: Graph Lib 1.4.0+1.20
kmodlib-overlay: KModLib Overlay 0.2.12+1.20
libnetworkstack: Lib Network Stack 0.10.0
noindium: No Indium? 1.1.0+1.20
extendeddrawersaddon: ExtendedDrawersAddon 1.0.2
fabric-api: Fabric API 0.92.2+1.20.1
fabric-api-base: Fabric API Base 0.4.31+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
fabric-language-kotlin: Fabric Language Kotlin 1.12.2+kotlin.2.0.20
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.20
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.20
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.20
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.20
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.4
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.4
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.2
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.2
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.2
fabricloader: Fabric Loader 0.16.5
fabrishot: Fabrishot 1.10.1
fallingleaves: Falling Leaves 1.15.6
farm_and_charm: [Let's Do] Farm & Charm 1.0.3
farmersdelight: Farmer's Delight 1.20.1-2.1.6+refabricated
porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1
porting_lib_base: Porting Lib Base 2.3.4+1.20.1
porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1
porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1
porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1
porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1
porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1
farmersknives: Farmer's Knives 3.2
fastipping: Fast IP Ping 1.0.5
ferritecore: FerriteCore 6.0.1
firstperson: FirstPerson 2.4.5
fixelytrabug: FixElytraBug 1.1.1
flowerymooblooms: Friends&Foes - Flowery Mooblooms 2.0.2
forgeconfigapiport: Forge Config API Port 8.0.0
framework: Framework 0.7.8
org_javassist_javassist: javassist 3.29.2-GA
freecam: Freecam (Modrinth Edition) 1.2.1+1.20
friendsandfoes: Friends & Foes 3.0.3
furniture: [Let's Do] Furniture 1.0.2
geckolib: GeckoLib 4 4.4.9
com_eliotlash_mclib_mclib: mclib 20
genshinstrument: Genshin Instruments 4.0.2
grassseeds: Grass Seeds 3.3
gravestones: Gravestones 1.0.9-1.20.1
handcrafted: Handcrafted 3.0.6
harvestableflowers: Harvestable Flowers 1.1.0+1.20.1
herbalbrews: [Let's Do] HerbalBrews 1.0.8.1
hideexperimentalwarning: Hide Experimental Warning 1.2
highlighter: Highlighter 1.1.9
horsearmorstandmod: Horse Armor Stand Mod 1.0.2-1.20.1
horsebuff: HorseBuff 2.1.2
horseshoes: Horseshoes 1.0.3
horsestatsvanilla: Horse Stats Vanilla 4.3.0
htm: Hey That's Mine 1.1.9
common-protection-api: Common Protection API 1.0.0
hybrid-aquatic: Hybrid Aquatic 1.3.4
ice_boat_nerf: Ice Boat Nerf 1.0.16
iceberg: Iceberg 1.1.18
ichunutil: iChunUtil 1.0.0
immediatelyfast: ImmediatelyFast 1.2.21+1.20.4
net_lenni0451_reflect: Reflect 1.3.4
immersive_aircraft: Immersive Aircraft 1.1.2+1.20.1
org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
immersive_paintings: Immersive Paintings 0.6.7+1.20.1
increased_railsrecipeoutput_mr: Increased Rails Recipe Output 1.0
indium: Indium 1.0.34+mc1.20.1
infinite_banner_stack: Infinite Banner Stack 1.1.0
inmis: Inmis 2.7.2-1.20.1
inmisaddon: InmisAddon 1.0.4
interiors: Create: Interiors 0.5.3+fabric-mc1.20.1
invmove: InvMove 0.8.4
iris: Iris 1.7.5-snapshot+mc1.20.1-258522d-dirty
io_github_douira_glsl-transformer: glsl-transformer 2.0.1
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
irisflw: Iris Flywheel Compat 1.1.3
item_obliterator: Item Obliterator 2.3.0
itemfig: ItemFig 1.20.1-0.2.7-fabric
items_displayed: Items Displayed 1.3
jade: Jade 11.11.0+fabric
jamlib: JamLib 0.6.1+1.20.x
java: OpenJDK 64-Bit Server VM 17
jei: Just Enough Items 15.14.0.63
justoutdoorstuffs: Just Outdoor Stuffs 1.0.2
kaffees_dual_ride: Kaffee's Dual Ride 1.1.0
kiwi: Kiwi Library 11.8.24+fabric
krypton: Krypton 0.2.3
com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
ksyxis: Ksyxis 1.3.2
lambdynlights: LambDynamicLights 2.3.2+1.20.1
pride: Pride Lib 1.2.0+1.19.4
spruceui: SpruceUI 5.0.0+1.20
leafmealone: Leaf Me Alone 1.0.1
leahs-immersive-thunder: Immersive Thunder 1.20.1+1.2.2
legendarytooltips: Legendary Tooltips 1.4.5
letsdoaddon-compat: [Let's Do Addon] Compat 1.4.2
letsdoaddon-structures: Let's Do Addon: Structures 1.7.1
litematica: Litematica 0.15.4
litematica_printer: Litematica Printer 3.2
lithium: Lithium 0.11.2
lootr: Lootr 0.7.33.81
luphieclutteredmod: Cluttered 2.1.0+1.20.1
magistuarmory: Epic Knights Mod 9.8
make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
makeitbigger: Make It Bigger 1.0.1
malilib: MaLiLib 0.16.3
mcwholidays: Macaw's Holidays 1.1.0
meadow: [Let's Do] Meadow 1.3.19
mixinsquared: MixinSquared 0.1.2-beta.5
memoryleakfix: Memory Leak Fix 1.1.5
minecraft: Minecraft 1.20.1
mkb: ModernKeyBinding 1.2.0
mmcmga: Make Minecraft Music Great Again 1.0
modelfix: Model Gap Fix 1.15
modernfix: ModernFix 5.19.4+mc1.20.1
modmenu: Mod Menu 7.2.2
moonlight: Moonlight 1.20-2.13.2
moreculling: More Culling 1.20.4-0.24.0
conditional-mixin: conditional mixin 0.3.2
morecullingextra: More Culling Extra 1.1-1.20.1
moredelight: More Delight 24.9.27-1.20-fabric
morediscs: More Music Discs 1.20.1-33.1-fabric
mousewheelie: Mouse Wheelie 1.13.0+mc1.20.1
amecsapi: Amecs API 1.5.1+mc1.20-pre1
coat: Coat 1.0.0-beta.20+mc1.20-pre1
tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1
tweed4_base: tweed4_base 1.7.1+mc1.20-pre1
tweed4_data: tweed4_data 1.2.1+mc1.20-pre1
tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1
tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1
tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1
mr_grindable_gravel: Grindable Gravel 1.0
mr_lithosphere: Lithosphere 1.2
mr_renewable_blackstone: Renewable Blackstone 1.1.1
mru: Mineblock's Repeated Utilities 1.0.2+1.20.1+fabric
multiworldborders: Multi World Borders 1.6.2-fabric-1.20
music_sync: Music Sync 1.3
naturalist: Naturalist 4.0.3
necronomicon: Necronomicon 1.4.2
nerb: Not Enough Recipe Book 0.3
netherchested: Nether Chested 8.0.4
puzzlesapi: Puzzles Api 8.1.7
puzzlesaccessapi: Puzzles Access Api 8.0.9
netherite_horse_armor: Netherite Horse Armor 1.20.1-1.0.4
nethersdelight: Nether's Delight Refabricated 1.20.1-4.1.1
nethervinery: [Let's Do] NetherVinery 1.2.14
niftycarts: NiftyCarts 20.1.3
nightlights: Night Lights 1.1
noisium: Noisium 2.3.0+mc1.20-1.20.1
notenoughanimations: NotEnoughAnimations 1.7.6
notenoughcrashes: Not Enough Crashes 4.4.7+1.20.1
nullscape: Nullscape 1.2.7
oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.20
openloader: OpenLoader 19.0.4
owo: oωo 0.11.2+1.20
packetfixer: Packet Fixer 1.4.2
particular: Particular 1.1.1
patchouli: Patchouli 1.20.1-84-FABRIC
fiber: fiber 0.23.0-2
pfm: Paladin's Furniture 1.2.1
pneumonocore: PneumonoCore 1.1.4+1.20.1
polymorph: Polymorph 0.49.7+1.20.1
cardinal-components-block: Cardinal Components API (blocks) 5.2.1
cardinal-components-item: Cardinal Components API (items) 5.2.1
spectrelib: SpectreLib 0.13.17+1.20.1
pondplushies: Pond Plushies 1.0.0
porting_lib: Porting Lib 2.3.4+1.20.1
porting_lib_asm: Porting Lib ASM 2.3.4+1.20.1
porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1
porting_lib_blocks: Porting Lib Blocks 2.3.4+1.20.1
porting_lib_brewing: Porting Lib Brewing 2.3.4+1.20.1
porting_lib_chunk_loading: Porting Lib Chunk Loading 2.3.4+1.20.1
porting_lib_client_events: Porting Lib Client Events 2.3.4+1.20.1
porting_lib_common: Porting Lib Common 2.3.4+1.20.1
porting_lib_core: Porting Lib Core 2.3.4+1.20.1
porting_lib_data: Porting Lib Data 2.3.4+1.20.1
porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1
porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1
porting_lib_gametest: Porting Lib GameTest 2.3.4+1.20.1
porting_lib_gui_utils: Porting Lib Gui Utils 2.3.4+1.20.1
porting_lib_items: Porting Lib Items 2.3.4+1.20.1
porting_lib_level_events: Porting Lib Level Events 2.3.4+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1
porting_lib_model_builders: Porting Lib Model Builders 2.3.4+1.20.1
porting_lib_model_generators: Porting Lib Model Generators 2.3.4+1.20.1
porting_lib_model_loader: Porting Lib Model Loader 2.3.4+1.20.1
porting_lib_model_materials: Porting Lib Model Materials 2.3.4+1.20.1
porting_lib_models: Porting Lib Models 2.3.4+1.20.1
porting_lib_obj_loader: Porting Lib Obj Loader 2.3.4+1.20.1
porting_lib_registries: Porting Lib Registries 2.3.4+1.20.1
porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1
porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1
potioncauldron: Potion Cauldron 1.0.1+mc1.20
presencefootsteps: Presence Footsteps 1.9.4+1.20.1
kirin: Kirin UI 1.15.6+1.20.1
prism: Prism 1.0.5
puzzleslib: Puzzles Lib 8.1.23
pvpflag: pvpflag 1.3.0+1.20.1
cardinal-components-base: Cardinal Components API (base) 5.2.2
cardinal-components-entity: Cardinal Components API (entities) 5.2.2
railways: Create: Steam 'n' Rails 1.6.4+fabric-mc1.20.1
reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101
refurbished_furniture: MrCrayfish's Furniture Mod: Refurbished 1.0.6
regions_unexplored: Regions Unexplored 0.5.6+1.20.1
resourcefullib: Resourceful Lib 2.1.29
com_teamresourceful_bytecodecs: bytecodecs 1.0.2
com_teamresourceful_yabn: yabn 1.0.3
ridingmousefix: Riding Mouse Fix 1.0.0
rightclickharvest: Right Click Harvest 3.2.3+1.19.x-1.20.1-fabric
screenshot_viewer: Screenshot Viewer 1.3.1-fabric-mc1.20
catconfig-mc: Cat Config MC 0.2.1
io_github_lgatodu47_catconfig: catconfig 0.3.0
screenshotclipboard: Screenshot to Clipboard 1.0.9
searchables: Searchables 1.0.3
securecrops: Secure Crops 1.0.4+1.20
showmeyourskin: Show Me Your Skin! 1.9.0+1.20
shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1
simplemod: SimpleMod 1.20.1
sit: Sit 1.20.1-27
skinlayers3d: 3d-Skin-Layers 1.6.7
slavicarmory: Epic Knights: Slavic Armory 1.4
smallships: Small Ships 2.0.0-b1.4
smartbrainlib: SmartBrainLib 1.15
snowrealmagic: Snow! Real Magic! 10.5.2
snowundertrees: Snow Under Trees 2.5.3+1.20.1
sodium: Sodium 0.5.11+mc1.20.1
sodium-extra: Sodium Extra 0.5.4+mc1.20.1-build.115
caffeineconfig: CaffeineConfig 1.3.0+1.17
solregions: SOL - Regions 2.2.2
soltribes: SOL - Tribes 2.2.2
sound_physics_remastered: Sound Physics Remastered 1.20.1-1.4.5
sounds: Sounds 2.1.0+1.20.1+fabric
mixinextras: MixinExtras 0.5.0-beta.2
spark: spark 1.10.53
sparsestructures: SparseStructures 2.2.0
sspb: Sodium Shadowy Path Blocks 3.4.0
status-effect-bars: Status Effect Bars 1.0.3
steep-surface-fix: Steep Surface Fix 1.0
stendhal: Stendhal 1.4.1-1.20
libgui: LibGui 8.0.1+1.20
jankson: Jankson 5.0.1+j1.2.2
libninepatch: LibNinePatch 1.2.0
styledchat: Styled Chat 2.2.3+1.20.1
placeholder-api: Placeholder API 2.1.3+1.20.1
player-data-api: Player Data API 0.2.2+1.19.3
predicate-api: Predicate API 0.1.2+1.20
superbsteeds: Superb Steeds 1.20-4
supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
supplementaries: Supplementaries 1.20-2.8.17
suppsquared: Supplementaries Squared 1.20-1.1.15
sushi_bar: Sushi Bar 0.2.2+1.20
t_and_t: Towns and Towers 1.12
talkbubbles: Talk Bubbles 1.0.8
tcdcommons: TCD Commons API 3.12.3+fabric-1.20.1
terrablender: TerraBlender 3.0.1.7
com_electronwill_night-config_core: core 3.6.7
com_electronwill_night-config_toml: toml 3.6.7
threadtweak: ThreadTweak 1.20.2-0.1.1
tia: Tiny Item Animations 1.20-1.1
treechop: HT's TreeChop 0.19.0
trinkets: Trinkets 3.7.2
trowel: Trowel 1.3.0-1.20
universal_shops: Universal Shops 1.3.2+1.20.1
common-economy-api: Common Economy API 1.1.1
polymer-core: Polymer (Core) 0.5.3+1.20.1
polymer-networking: Polymer (Networking) 0.5.3+1.20.1
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.5.3+1.20.1
polymer-resource-pack: Polymer (Resource Pack) 0.5.3+1.20.1
polymer-virtual-entity: Polymer (Virtual Entity) 0.5.3+1.20.1
polymer-common: Polymer (Common) 0.5.3+1.20.1
server_translations_api: Server Translations API 2.0.0+1.20
packet_tweaker: Packet Tweaker 0.4.0+1.19.4
sgui: sgui 1.2.2+1.20
vcinteraction: Voice Chat Interaction 1.20.1-1.0.6
villagersplus: Villagers Plus 3.1
vinery: [Let's Do] Vinery 1.4.28
visuality: Visuality 0.7.1+1.20
voicechat: Simple Voice Chat 1.20.1-2.5.22
wakes: Wakes 0.3.0+1.20.1
com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
satin: Satin 1.14.0
wallpapers: Wallpapers 1.2a-Fabric-1.20.1
watut: What Are They Up To 1.20.1-1.1.3
wildernature: [Let's Do] WilderNature 1.0.2
wildlife: Wildlife 1.19.2-2.2
wso16: Why stacks of 16? 1.2
xaerominimap: Xaero's Minimap 24.4.0
xaeroworldmap: Xaero's World Map 1.39.0
xercapaint: Joy of Painting fabric-1.20.1-1.0.1
xxlpackets: XXLPackets 1.0.4-1.20.x-1.20.1
yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.20.1-fabric
com_twelvemonkeys_common_common-image: common-image 3.10.0
com_twelvemonkeys_common_common-io: common-io 3.10.0
com_twelvemonkeys_common_common-lang: common-lang 3.10.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
yosbr: YOSBR 0.1.2
yungsapi: YUNG's API 1.20-Fabric-4.0.5
yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
zoomify: Zoomify 2.14.0+1.20.1
com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.1
Loaded Shaderpack: (off)
Flywheel Backend: GL33 Instanced Arrays
Launched Version: 1.20.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce RTX 4070 SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 560.81, NVIDIA Corporation
Window size: 854x480
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: pfm-asset-resources, vanilla, fabric, Moonlight Mods Dynamic Assets, extendeddrawersaddon:addon, continuity:glass_pane_culling_fix, continuity:default, railways:green_signals, resources/GalLab v1.0.1 (1.20+).zip, resources/The Pond Panorama.zip, resources/The Pond Title.zip, file/FreshAnimations_v1.9.zip
Current Language: en_us
CPU: 16x AMD Ryzen 7 5800X 8-Core Processor
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 0
Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), NiftyCarts (niftycarts)

commented

I'll look into it. A possible workaround would be disabling render_supply_flowers in the client config.

commented

@Mrpressed Which item was it?

commented

All the regions unexplored flowers, I'll try the workaround ty

commented

This bug didn't happen in older version

commented

A possible workaround would be disabling render_supply_flowers in the client config.

Setting render_supply_flowers = false in the niftycarts-client.toml does stop the crash.

commented

I've had this same issue tonight, it's crashing myself and other friends on our server when we get anywhere near the now invisible cart entity. Any ideas on how to fix this? We weren't able to roll the server back to prior to this bug taking place.

commented

I've had this same issue tonight, it's crashing myself and other friends on our server when we get anywhere near the now invisible cart entity. Any ideas on how to fix this? We weren't able to roll the server back to prior to this bug taking place.

Quick Update!!
We established the crash radius and flew outside of it, shooting arrows in the general vicinity. Thankfully, one of the arrows hit the invisible cart, so it resolved our crash issue!

commented

You can also just run a kill cmd on it