Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
WAYF? - Where Are You From?

WAYF? - Where Are You From?

A serverside-only Fabric mod that adds the corresponding mod name to items in the lore

1,239
15
Cursed
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.3–1.20.6
1.18.x

Platforms

Fabric
Quilt

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server

Creators

Camper_Samu
Camper_Samu Owner

Details

Licensed CC0-1.0
Published 3 years ago
Updated 9 months ago
DescriptionGalleryChangelogVersions

Show all versions

v1.5.0-pre.2+1.21.1 - Funny Lore Component bug fix

by Camper_Samu on Oct 3, 2024
Download

⚠️ THIS IS A PRE-RELEASE! LITTLE TO NO TESTING HAS BEEN DONE! PROCEED WITH CAUTION!

Actually it's fine, I am pretty confident that this works well enough but I haven't properly tested some edge cases, but it should be fine

Heyo!

This release fixes a NullPointerException that causes players to crash and menus to break when some mods misuse the LoreComponent by setting the styledLines parameter to null. Since the mod uses the styled lines to determine if a mod/datapack tag is present under the item (eg. Blockus or Incendium) for better precision, a workaround was implemented to supply said lore text when not available (Mojang pls fix).

GitHub: https://github.com/CamperSamu/WhereAreYouFrom/releases/tag/1.5.0-pre.2+1.21.1

Full Changelog: https://github.com/CamperSamu/WhereAreYouFrom/compare/1.5.0-pre.1+1.21.1...1.5.0-pre.2+1.21.1

v1.5.0-pre.1+1.20.5 - A (actually) less painful port to 1.21.1

by Camper_Samu on Sep 12, 2024
Download

⚠️ THIS IS A PRE-RELEASE! LITTLE TO NO TESTING HAS BEEN DONE! PROCEED WITH CAUTION!

This is a simple port to 1.21.1, nothing special. Enjoy!

GitHub Release: https://github.com/CamperSamu/WhereAreYouFrom/releases/tag/1.5.0-pre.1+qq1.21.1

Full Changelog: https://github.com/CamperSamu/WhereAreYouFrom/compare/1.5.0-pre.1+1.20.5...1.5.0-pre.1+1.21.1

v1.5.0-pre.1+1.20.5 - A (not too broken) port to 1.20.5

by Camper_Samu on Apr 30, 2024
Download

⚠️ THIS IS A PRE-RELEASE! LITTLE TO NO TESTING HAS BEEN DONE! PROCEED WITH CAUTION!

This release required a bit of a rework regarding appennding lore to the item packet as well as figuring out how components work in the Java API, because of this new issues might pop out and the update is far from complete in my opinion, I want to add a more secure and robust check against creative mode overwrites and I want to be 100% sure that I am not corrupting any data inside components.

As of this release, as long as you don't go into creative and leave stuff in chests it should be fine, holding items in the inventory and switching back to survival should trigger the cleaning function but I am not sure if it works 100%.

GitHub: https://modrinth.com/mod/shoutout/version/1.5.0-pre.1+1.20.5

Full Changelog: https://github.com/CamperSamu/WhereAreYouFrom/compare/1.4.0...1.5.0-pre.1+1.20.5

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

by Camper_Samu on Dec 29, 2023
Download

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

GitHub Release: https://github.com/CamperSamu/WhereAreYouFrom/releases/tag/1.4.0

Full Changelog: https://github.com/CamperSamu/WhereAreYouFrom/compare/1.3.0...1.4.0

v1.3.0 - 1.20.4, modid redirects & Lore leaking is no more 🦀

by Camper_Samu on Dec 24, 2023
Download

Merry Christmas! This update brings the mod to 1.20.4 as well as finally fixing the bug that caused the mod name to leak into the item lore (it was caused by creative mode).

As a bonus feature, you can now configure redirects for mod ids for when the item namespace and the modid don't match up (eg. Go-Fish has go-fish as modid and gofish as item namespace)

GitHub Release: https://github.com/CamperSamu/WhereAreYouFrom/releases/tag/1.3.0

Full Changelog: https://github.com/CamperSamu/WhereAreYouFrom/compare/1.1.0...1.3.0

!! THIS MOD IS SERVERSIDE ONLY !!

v1.0.2 - Critical Bugfix: Item Handling

by Camper_Samu on Feb 13, 2022
Download

This version fixes two critical bugs with how items are handled:

  • Now it won't actually try to modify the actual item to add the mod name but a copy of it
  • By modifying the copy of the item, netty won't scream and it won't cause a Concurrent Modification Exception (kicking the player)

!! THIS MOD IS SERVERSIDE ONLY !!

v1.0.1 - Lore Fix + Mod Name Duplication Prevention

by Camper_Samu on Feb 11, 2022
Download

This version fixes custom lore being 🦀 from items (oops...) and checks if mod name is already present on the item before adding it to prevent duplication, shouldn't happen but better safe than sorry!

v1.0.0 - Initial Release

by Camper_Samu on Feb 8, 2022
Download

Modrinth is open source.

main@16c5a5a

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.