Minecraft Texture Packs / Other Packs

Music Disc Resource Pack Template

  • check_circle Audio
  • 8,303 views, 10 today
  • 915 downloads, 0 today
  • 18
  • 16
  • 3
yomikester238's Avatar yomikester238
Level 58 : Grandmaster Baconator
165
Like the title suggests, now ya know! It's a great tutorial on how to make custom Music Disc resource packs, so I really hope this does help you out! Make sure to reach out to me via Discord if you have any questions!!!

Here's the Music Resource Pack Template!
www.mediafire.com/file/kywoisvyi1njyrp/Music+RP+Template.zip/file

And the 7zip/winrar
www.7-zip.org/
www.win-rar.com/start.html?&L=0

Then, this is the YouTube to OGG website
coconvert.com/en25/youtube-ogg-converter.html

Along with the pixilart free site I used to reface the discs
www.pixilart.com/
Progress100% complete
Game VersionMinecraft 1.18
Resolution16x
Tags

Create an account or sign in to comment.

Agent Ellen Fox
05/14/2022 3:14 pm
Level 15 : Journeyman Miner
Agent Ellen Fox's Avatar
cool
1
GrayHay
02/09/2022 10:22 pm
Level 19 : Journeyman Network
GrayHay's Avatar
This would have helped a lot before I got itemsadder.

How would you go about making them spawn in dungeons or villager chests?
2
Veillax
03/04/2022 12:54 pm
Level 31 : Artisan Dragon
history
Veillax's Avatar
First, copy the .jar of the version you want, (I'll be using 1.18.2 for an example).
Change the file extension of the copied .jar file to .zip, then extract.
Open the extracted folder named data, then follow this file path: data/minecraft/loot_tables,
Chose how/in what you want your item (for this example im going to be using the disc strad in a desert temple chest) to spawn.
Go to data/minecraft/loot_tables/chests/desert_pyramid.json,
Add the following to the .json file:
{
"type": "minecraft:item",
"weight": <weight of item generation chance>,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": <Minimum amount that can spawn>,
"max": <Maximum amount that can spawn>
},
"add": false
}
],
"name": "<item tag ex. minecraft:music_disc_strad>"
}

Then save, re-zip the data folder with a pack.mcmeta and a pack.png, and ship it off to the world folder of your world/server <world/datapacks>, if you have any problems, go search up on google "How to change the loot tables of chests in Minecraft <your version here>".
You can also check out this article from the minecraft wiki, Have fun!
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome