nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Meloquill

Meloquill

Mod

A mod that intends to make music disc mods more interesting!

AdventureEquipmentGame MechanicsTechnologyWorld Generation

219 downloads
6 followers

Meloquill aims to make modding for music discs more interesting in Minecraft. Adding a couple new items such as the new Azure Ore and Disc Smithing Template, Meloquill would be a perfect addition to any mod with music discs!


The process is simple!

  1. You go and get one Paper and four Honeycomb and put it in a Crafting Table as such:

    4 Honeycomb in a diamond shape around 1 Paper

  2. Grab a Brush and find a Cold Ocean Ruin and start sweeping for a chance to find the Disc Smithing Template.

After you have done those, you can now use the Smithing Template and the Empty Music Disc to make new Music Discs. Meloquill has only one default disc. Written and created by everyones favorite Minecraft artist C418, the music disc Dog has made it back in the game by using Purple Dye as the last ingredient in the Smithing Table.

You can duplicate the new Smithing Template by using Azure instead of Diamonds with a Coal Block as the block.

For Modders Interested In Using This Pack With Their Mod;

If you are wondering how to implement your mod to go along with Meloquill, this is how, it is actually really simple.

You have to use this code in the recipes section in your mod:

{
  "type": "minecraft:smithing_transform",
  "addition": {
    "item": "INGREDIENT"
  },
  "base": {
    "item": "melo:empty_music_disc"
  },
  "result": {
    "item": "RESULT"
  },
  "template": {
    "item": "melo:disc_smithing_template"
  }
}

Replace 'INGREDIENT' with the item you want to use to make your music disc with and then replace 'RESULT' with the Music Disc you want the player to get afterwards. I hope this helps, if you have any fither questions, you can message me on Discord.

Discord Server: https://discord.gg/SHN5SVfN6V

Project members

Team Chromatic

Team Chromatic

Organization

SmarterCob

Creator


Technical information

License
ARR
Client side
unknown
Server side
unknown
Project ID