BumbleSoftware / Fastload

Mod to accelerate world init
GNU General Public License v3.0
70 stars 14 forks source link

Group Fastload & child mods into one tab in modmenu [Requires new mod menu feature] #70

Closed forditt closed 1 year ago

forditt commented 1 year ago

I think it should be grouped: зображеннязображення

StockiesLad commented 1 year ago

That's a thing? I'll do that

StockiesLad commented 1 year ago

Ahh, I was just looking at the mod menu api, it seems that this is a new feature? This will be lower priority and take longer then expected.

Felix14-v2 commented 1 year ago

it seems that this is a new feature?

Nope, this is a pretty old feature. Just specify the parent in fabric.mod.json:

  "custom": {
    "modmenu": {
      "parent": {
        "id": "fastload"
      }
    }
  }
StockiesLad commented 1 year ago

it seems that this is a new feature?

Nope, this is a pretty old feature. Just specify the parent in fabric.mod.json:

  "custom": {
    "modmenu": {
      "parent": {
        "id": "fastload"
      }
    }
  }

oh! I had no idea. Thanks, I'll do this rn.

forditt commented 1 year ago

Ahh, I was just looking at the mod menu api, it seems that this is a new feature? This will be lower priority and take longer then expected.

no, it was a long time ago

StockiesLad commented 1 year ago

Ahh, I was just looking at the mod menu api, it seems that this is a new feature? This will be lower priority and take longer then expected.

no, it was a long time ago

ye I realised I was looking at the wrong thing after flex replied

StockiesLad commented 1 year ago

anyways this is completed now