Insert Disc Into Console

Insert Disc Into Console

You need to learn how texture pack and datapacks works!

Create a Datapack

  • Follow the tutorial on the Minecraft Wiki on datapacks on how to set one up, use the namespace from earlier
  • Create a new .json file in the path

data/ait/tags/items/insertable_discs.json

  • Inside this new .json file, paste
{
 "replace": false,
 "values": [
   "namespace:disc_name"
 ]
}
  • Replace the (name_space) with the mod ID.
  • Replace (disc_name) with the name of the disc item.
  • If you want to add more items, add a , after "namespace:disc_name" then on a new like add "namespace:disc_name"
Last updated on