Backstube

Bake your own music discs

File Details

Backstube 26.1.2-0.1.3-fabric

  • R
  • May 22, 2026
  • 110.50 KB
  • 19
  • 26.1.2+2
  • Fabric + 1

File Name

backstube-26.1.2-0.1.3-fabric.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:backstube-1543327:8128733"

Quilt

modImplementation "curse.maven:backstube-1543327:8128733"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added BackstubeAPI.createDisc() to register discs from Java code (one-line API per loader: fabric Item, forge RegistryObject<Item>, neoforge DeferredItem<Item>)
  • Added BackstubeMusicDisc.builder() fluent builder with all disc fields plus title(String)/artist(String)/sound(Identifier) shortcuts
  • Added optional item and stack_size fields in disc JSON for custom items and per-disc stack sizes
  • Added BackstubeAPI.applyDiscData(stack, diskKey, holders) to apply disc marker to any ItemStack