Skip to content

Releases: OpenBagTwo/FoxNap

Infinite Discs!

26 Apr 15:54
Compare
Choose a tag to compare

Mod Changes

  • Adds support for 1.20.5
  • Fixes a bug where discs numbered beyond 64 would not interact with jukeboxes
  • Adds a configuration option for disabling The Maestro

Note that the beta build of this release accidentally inverted the emerald-to-item exchange rates for buy trades.

Resource Pack Generator changes

  • Generating a pack that pushes the number of discs above 64 will now generate the appropriate override key in the foxnap.yaml config file
  • Provides better handling for FFmpeg errors

Note that this version of the Resource Pack Generator is backwards-compatible with all prior versions of the mod.

Full Changelog: v0.1.1...v0.1.2

Support for 1.20.5

23 Apr 19:55
Compare
Choose a tag to compare
Support for 1.20.5 Pre-release
Pre-release

This is a beta release adding support for Minecraft 1.20.5 and introducing some fixes to the FoxNap Resource Pack Generator.

The full release will backport any new functionality and fixes to any applicable prior versions.

Note that the attached version of the FoxNap RPG executables are backwards-compatible with all prior versions of FoxNap.

Full Changelog: v0.1.1...v0.1.2-beta1

Update for the Redstone-Enabled-Jukebox Era

07 Jun 18:27
Compare
Choose a tag to compare

When Minecraft v1.19.4 dropped, it brought parity to jukeboxes where music discs could now interact with redstone components in ways that previously required a mod. It also, like Bedrock, locked Jukeboxes so that hoppers wouldn't unload them until a song finished. This was all great news... except that it meant that the lengths of tracks was now something that Minecraft checked and used to decide when to stop playing a song file, which meant that all FoxNap records were stopping abruptly at the 60 second mark whether they were being extracted by a hopper or not.

This release fixes that by:

  1. Setting the default track length to 10 minutes (if your song is shorter than that, you'll just hear silence while your parrots and allays continue to dance, or until you yank the disc out with a hopper minecart)
  2. The foxnap.yaml config file generated by the resource pack generator will now set the track lengths of each track included in your resource pack (placeholder tracks will still be 10 minutes of silence).

The new foxnap.yaml format is both forwards- and backwards-compatible, meaning resource packs and config settings generated by the old version of the resource pack generator can still be read (they just won't set the individual track lengths), and providing a config and resource pack from the new generators will still be parsed correctly when playing on old versions.

In fact, whereas v0.1 was only released for Minecraft 1.19-1.19.3, v0.1.1 only has builds for 1.19.4 and 1.20, as there is otherwise nothing new in this update.

Full Changelog: v0.1...v0.1.1

Initial Release supporting Minecraft (Fabric/Quilt) 1.19.0-1.19.3

25 Mar 16:10
Compare
Choose a tag to compare

This is the first release of the FoxNap custom music mod.

Key features include:

  • Support for up to 64 custom music discs (seven copyright-free tracks are included by default)
    • ...which can be different in both content and number for each player during multiplayer
    • ...and can be swapped out at any time by loading a new resource pack
      • ... that can be generated with just a double-click using the "FoxNap Resource Pack Generator" binary attached below
  • Eleven playable musical instruments, with textures borrowed from the amazing mxTune mold by @AeronicaMC.
  • A new villager type: the Maestro who will sell players records and musical instruments while buying tonewood, note blocks, common records and goat horns
  • Integration with the BetterEnd and SBM-Jukebox mods

This release of the FoxNap has builds for the following Minecraft versions:

  • Fabric/Quilt 1.19.0
  • Fabric/Quilt 1.19.1-1.19.2
  • Fabric/Quilt 1.19.3-1.19.4

and builds of the FoxNapRPG for:

  • Windows (x86)
  • macOS (Intel or ARM)
  • Linux (x86)