Sollace / Unicopia

The pony powers mod to power in your pony pony pony
https://modrinth.com/mod/unicopia
56 stars 22 forks source link

Wrong MineLP Version #354

Closed OakPlatinum closed 4 months ago

OakPlatinum commented 4 months ago

??? Shouldn't it be 4.11.7+1.20.4? Screenshot_2024-05-13-19-16-47-778_com.github.android-edit.jpg

Sollace commented 4 months ago

It doesn't have to be. That number is a minimum, and 4.11.6 did work on 1.20.4 so long as the updated kirin is provided (which it is)

OakPlatinum commented 4 months ago

Actually I thought so before. I tested it myself on IDEA, and it (MineLP) required modmenu 8.0.0 so the game crashed. When I changed the version to 1.20.4, it worked. Idk why, tbh. Probably my mistake.

OakPlatinum commented 4 months ago

And it seems MineLittlePony's modmenu overrides Unicopia's.

Sollace commented 4 months ago

Dunno. I normally run it in eclipse and it uses the version of modmenu unicopia asks for.

I will note you might need a fabric_loader_dependencies.json in your config folder to run it inside the ide

{
  "version": 1,
  "overrides": {
    "unicopia": { "depends": { } },
    "kirin": { "depends": { } },
    "fabwork": { "depends": { } }
  }
}

This is because when running in the ide the versions in fabric.mod.json doesn't get updated.

OakPlatinum commented 4 months ago

I'll try it. Thank you so much! <3