officialbarden / guimaker

this datapack allows the ability to create minecart guis without having the need to hardcode them personally/manually.
MIT License
2 stars 0 forks source link

Add auto-update support #1

Open AdamCalculator opened 3 months ago

AdamCalculator commented 3 months ago

hello, I am the developer of the DynamicPack mod which allows resource packs to update automatically if their owner configures one single file

This is what it should look like. name: dynamicmcpack.json

{
    "formatVersion": 1,
    "current": {
      "version_number": "1"
    },
    "remote": {
      "game_version": "current",
      "modrinth_project_id": "invisible-minecart-with-alternate-chest-minecarts-model",
      "type": "modrinth"
    }
}

2024-03-25_10 08 02

officialbarden commented 3 months ago

oh nice, so the dynamicmcpack.json should go in the resourcepack itself?

AdamCalculator commented 2 months ago

oh nice, so the dynamicmcpack.json should go in the resourcepack itself?

yes, in pack. for example: .minecraft/resourcepacks/pack_name/dynamicmcpack.json