[Feature Request] Separate pack versions in a pack.mcmeta file
See original GitHub issueIn 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:
- Created a year ago
- Comments:7 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ones added by fabric resource loader
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.