RubixDev / Inventorio

Inventorio - an inventory enhancement mod for Minecraft (Fabric / (Neo)Forge)
https://modrinth.com/mod/inventorio
57 stars 22 forks source link

mismatch #235

Open Rogenar opened 1 year ago

Rogenar commented 1 year ago

[1.19.3] Inventorio version 1.9.0 is incompatible with bettercombat-fabric-1.7.0+1.19.3. Is there a compatible fabric 1.19.3 version?

Lizard-Of-Oz commented 1 year ago

Better Combat needs to update their jar file to allow both mods to be compatible. You can do it yourself. Open better combat's jar file as a zip file and replace fabric.mod.json with the following:

{
  "schemaVersion": 1,
  "id": "bettercombat",
  "version": "1.7.0+1.19.3",
  "name": "Better Combat",
  "description": "Easy, spectacular and fun melee combat system from Minecraft Dungeons.",
  "authors": [
    "Daedelus"
  ],
  "contributors": [
    "KosmX", "Gecko"
  ],
  "contact": {
    "issues": "https://github.com/ZsoltMolnarrr/BetterCombat/issues",
    "homepage": "https://github.com/ZsoltMolnarrr/BetterCombat"
  },
  "license": "GPL-3.0",
  "icon": "assets/bettercombat/icon.png",
  "environment": "*",
  "entrypoints": {
    "client": [
      "net.bettercombat.client.BetterCombatClient"
    ],
    "main": [
      "net.bettercombat.BetterCombat"
    ],
    "modmenu": [
      "net.bettercombat.fabric.client.ModMenuIntegration"
    ]
  },
  "mixins": [
    "bettercombat.mixins.json",
    "bettercombat-fabric.mixins.json"
  ],
  "depends": {
    "minecraft": ">=1.19.3",
    "fabricloader": ">=0.14.0",
    "fabric-api": "*",
    "cloth-config": ">=9.0.0",
    "player-animator": ">=0.9.9"
  },
  "breaks": {
    "inventorio": "<1.9.0"
  },
  "custom": {
    "modmenu": {
      "links": {
        "modmenu.discord": "https://discord.gg/KN9b3pjFTM"
      }
    }
  }
}
Lizard-Of-Oz commented 1 year ago

https://github.com/ZsoltMolnarrr/BetterCombat/issues/42#issuecomment-1544247113 <- the waiting room

Rogenar commented 1 year ago

Sorry, I couldn't do what you said. It would be nicer if you release a compatible updated version.

Lizard-Of-Oz commented 1 year ago

I don't think the author of Better Combat would appreciate that.

Rogenar commented 1 year ago

then I will make a request on your behalf on this matter

Cape-City commented 1 year ago

I had to use

"breaks": { "inventorio": ">1.9.0" },

Otherwise the games crashes before starting at all.

Lizard-Of-Oz commented 1 year ago

I had to use

"breaks": { "inventorio": ">1.9.0" },

Otherwise the games crashes before starting at all.

You need to use <1.9.0, otherwise it will crash with versions higher than 1.9.0

Cape-City commented 1 year ago

If i do so this happens:

grafik

Lizard-Of-Oz commented 1 year ago

You need to also update Inventorio. 1.8.9 is not compatible with better combat.

Cape-City commented 1 year ago

grafik

Cape-City commented 1 year ago

I have the 1.9.0 version installed, which CurseForge offers to install

Lizard-Of-Oz commented 1 year ago

gradle failed on me once again. will upload a fix soon

Lizard-Of-Oz commented 1 year ago

Fixed versions uploaded and awaiting curseforge's approval. Thanks for your bugreport, @Cape-City

Cape-City commented 1 year ago

I am very happy to help! Your mod is pretty usefull and i would love to have it in my big modpack.

Rogenar commented 1 year ago

ss2

Lizard-Of-Oz commented 1 year ago

https://github.com/Lizard-Of-Oz/Inventorio/issues/235#issuecomment-1544318384 <- still the same instruction: wait for Bettercombat's fix or do it yourself.