question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Separate pack versions in a pack.mcmeta file

See original GitHub issue

In 1.18.2 data packs’ pack version was bumped from 8 to 9, making the data and resource version different for the first time. There is only one pack_format in a pack.mcmeta

{
  "pack": {
    "pack_format": 8,
    "description": "Fabric Resource Loader Test Builtin Pack."
  }
}

But we can create a pack with data and assets, so shouldn’t we be able to separate data and assets in the pack_version? Example:

{
  "pack": {
    "fabric:data_format": 9,
    "fabric:assets_format" 8,
    "description": "Fabric Resource Loader Test Builtin Pack."
  }
}

This issue basically mirrors https://github.com/MinecraftForge/MinecraftForge/issues/8563

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Jab125commented, Jun 8, 2022

I’m still not sure why this matters since we don’t have a pack.mcmeta file on Fabric for packs? Or is there one for builtin packs added via resource loader?

ones added by fabric resource loader

0reactions
Technici4ncommented, Aug 30, 2022

I don’t think this is really useful compared to just using separate builtin packs. After all, data packs and resource packs are handled differently by MC.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Single pack format version declaration causing pack ... - GitHub
In the src/main/resources/pack.mcmeta file, change the pack format version from 9 to 8 . Repeat steps 4 and 5 (running the game and...
Read more >
We should be able to attach multiple version releases to data ...
We should be able to upload multiple versions to the same PMC project - for example, a data pack that is for 1.16...
Read more >
How You Can Find and Edit Minecraft pack ... - YouTube
Minecraft pack. mcmeta. Where you can find and edit pack. mcmeta and pack.png for your Custom Minecraft Texture Pack. I show you how...
Read more >
Minecraft 1.18.2 Update Important Change to pack.mcmeta
Minecraft Important pack. mcmeta Update. The Minecraft 1.18.2 update just dropped and even though it is a small update there are 2 major ......
Read more >
Tutorials/Creating a resource pack - Minecraft Wiki - Fandom
Within your resource pack folder, we need to create a pack.mcmeta file. ... the resource pack is designed for, and is different for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found