Roundaround / mc-fabric-inventory-management

MIT License
7 stars 6 forks source link

Crashes when opening on 1.19 #8

Closed ltecheroffical closed 2 years ago

ltecheroffical commented 2 years ago

The Game crashes when opened with this mod with fabric saying it needs fabric of any version, This might be a bug.

Roundaround commented 2 years ago

What version do you have installed? And what other mods do you have?

ltecheroffical commented 2 years ago

version 1.19 of mod and minecraft and the other mods are: worldedit-mod-7.2.11-beta-01 replaymod-1.19-2.6.8 OptiFine_1.19_HD_U_H9_MOD optifabric-1.13.10 modmenu-4.0.4 malilib-fabric-1.19.0-0.13.0 litematica-fabric-1.19.0-0.12.0 lazydfu-0.1.3 FPS-Monitor-1.19-1.2.0-Fabric fabric-language-kotlin-1.8.3+kotlin.1.7.10 fabric-carpet-1.19-1.4.79+v220607 Essential-fabric_1-19

ltecheroffical commented 2 years ago

also the log is: ` [02:05:02] [main/INFO]: Loading Minecraft 1.19 with Fabric Loader 0.14.9 [02:05:03] [main/WARN]: Mod resolution failed [02:05:03] [main/INFO]: Immediate reason: [HARD_DEP_NO_CANDIDATE inventorymanagement 1.1.0 {depends fabric @ []}, ROOT_FORCELOAD_SINGLE inventorymanagement 1.1.0] [02:05:03] [main/INFO]: Reason: [HARD_DEP inventorymanagement 1.1.0 {depends fabric @ []}] [02:05:03] [main/INFO]: Fix: add [add:fabric 1 ([(-∞,∞)])], remove [], replace [] [02:05:03] [main/ERROR]: Incompatible mod set! net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set! A potential solution has been determined:

Roundaround commented 2 years ago

When it is saying you need fabric in this case it's talking about the mod with ID "fabric", which is actually the Fabric API!

https://modrinth.com/mod/fabric-api

ltecheroffical commented 2 years ago

ok thank you