Skip to content

v1.4.0 - Important bug fixing, Ignore List and more configurability

Latest
Compare
Choose a tag to compare
@CamperSamu CamperSamu released this 29 Dec 04:15

This update includes important fixes and and two (and a half) new features!

Features

  • Now requires Fabric 0.15.0 (this mod can still work on pre-0.15.0 but you need to change the fabric.json manually)
  • Two new configuration files
    • wayf.flags
      • Every config option or toggle for the mod will be found here
    • wayf.ignore
      • You can use this file to add lore exclusions for the mod
  • Added the ability to disable the "Minecraft" and "Unknown" tooltips (wayf.flags -> annotateVanilla & annotateUnknown)
  • Added the ability to change the name of the "Unknown" tooltip (wayf.flags -> unknownTooltipName)
  • Added the Ignore List
    • This feature allows you to add terms that the mod will search for inside the item lore in order to disable itself for that specific item stack; this is useful for compatability with datapacks that add their name to the lore such as Incendium or Stellarity.
    • Igored terms can be added inside wayf.ignore separated by a new line.
    • This feature can be disabled inside wayf.flags -> ignoreListEnabled, this is reccomended if you don't need the feature since it will (marginally) improve server performance.

Fixes

  • Removed Fabric API as a dependency
  • Removed some leftover logging
  • Avoid deleting the lore when joining the server/switching gamemodes
  • Avoid crashing the client in the edge-case where the item lore is malformed

Modrinth: https://modrinth.com/mod/shoutout/version/1.4.0

Full Changelog: 1.3.0...1.4.0