{"id":55063,"date":"2026-06-03T04:30:03","date_gmt":"2026-06-03T01:30:03","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/"},"modified":"2026-06-03T04:30:03","modified_gmt":"2026-06-03T01:30:03","slug":"deathmemo","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/","title":{"rendered":"Death Memo"},"content":{"rendered":"<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/vr-DRaA-y6I\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p># *EN*  <\/p>\n<p>&#8212;-<br \/>\n# Death Memo<\/p>\n<p>A client-side NeoForge mod that automatically saves snapshots of your inventory upon death and allows you to browse them later.<br \/>\nFor server operators or singleplayer with cheats enabled, it also provides one\u2011click item recovery, teleportation to the death location, and experience restoration.<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Automatic death snapshots** \u2013 When you die, your armor, offhand, inventory, experience, coordinates and dimension are saved immediately.<br \/>\n&#8211; **Local storage** \u2013 Snapshots are stored in the `deathmemo\/` folder inside the Minecraft game directory, separately for each world\/server.<br \/>\n&#8211; **In\u2011game history browser** \u2013 A special screen accessible from the pause menu (next to the \u201cStats\u201d button) shows all your death records.  <\/p>\n<p><!--suppress CheckImageSize --><\/p>\n<div style=\"display: flex; justify-content: center\">\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/1dab35ae08a8d6d8be5446299d1b087694f4e322_0.webp\" alt=\"Pause Menu\" width=\"39%\" \/><br \/>\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/01b80a838e0c162b7b2c8fb43e91495ccbd98eab_0.webp\" alt=\"History screen\" width=\"60%\" \/>\n<\/div>\n<p>&#8211; **Detailed view** \u2013 Click on a date and time entry to see:<br \/>\n  &#8211; Equipped armor, offhand item, and all 36 inventory slots<br \/>\n  &#8211; Coordinates (X, Y, Z) and dimension<br \/>\n  &#8211; Experience points at the moment of death  <\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/90323217d38f8f35c8acc4ffaffdda80ea989f0a.png\" alt=\"Opened Snapshot\" \/><\/p>\n<p>&#8211; **Operator recovery tools** (requires permission level 2 or cheats enabled in singleplayer):<br \/>\n  &#8211; **Recovery** \u2013 request all items from the selected snapshot.<br \/>\n    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/cc43302b0bd26c94756253c984d2e18183dad98c.png\" alt=\"recovery\" \/><\/p>\n<p>  &#8211; **Teleportation** \u2013 instantly teleport to the death location.<br \/>\n    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/0c739c22347d526de5379ac2cce4f3b3d2fb4579.png\" alt=\"pos\" \/><\/p>\n<p>  &#8211; **Experience restoration** \u2013 restore lost experience points.<br \/>\n    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/fe6f40c61bd4325b8d2dba17456821ee2cf0c646.png\" alt=\"xp\" \/><\/p>\n<p>  &#8211; **Request a specific item** \u2013 click on any slot in the history to ask the server to give you that item (if permitted).<br \/>\n    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/b05994bbd29540969b6a959104a5f22b2e2dcffd.png\" alt=\"itemissue\" \/><\/p>\n<p>  &#8211; **Visual feedback** \u2013 custom colored toast notifications confirm whether your recovery request was approved or denied.<br \/>\n    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/7d45ea42e559c4da97c028d0ef78252092dfaefc.png\" alt=\"notification\"><\/p>\n<p>&#8211; **Flexible UI** \u2013 snapshots can be safely deleted individually.<br \/>\n&#8211; **Client\u2011server interaction** \u2013 uses custom packets for secure command execution and item recovery.<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; **Minecraft** 1.21 or newer (NeoForge)<br \/>\n&#8211; **NeoForge** (latest recommended version)<br \/>\n&#8211; **owo-lib** (required for the UI framework) \u2013 Modrinth \/ CurseForge<\/p>\n<p>## Installation<\/p>\n<p>1. Install NeoForge for your Minecraft version.<br \/>\n2. Download the latest `deathmemo-*.jar` from the Versions or Releases section at github or build from source.<br \/>\n3. Place the mod in your `mods\/` folder.<br \/>\n4. Make sure you also have **owo-lib** installed.<br \/>\n5. (Optional) Place the same mod on a dedicated server if you want the recovery features to work in multiplayer.<\/p>\n<p>## How It Works<\/p>\n<p>&#8211; **Inventory snapshots** are serialized to JSON using Minecraft\u2019s built\u2011in `ItemStack.CODEC` and saved under `deathmemo\/<place>\/`.<br \/>\n&#8211; The \u201cplace\u201d identifier is derived from the server IP (multiplayer) or the world save name (singleplayer), ensuring proper separation.<br \/>\n&#8211; The UI is built with **owo-lib**, leveraging an XML model (`snapshots_screen.xml`) and custom components (`HoverAwareFlowLayout`, `OneLineLabel`).<br \/>\n&#8211; Networking uses three custom payloads:<br \/>\n  &#8211; `RequestItemPayload` \u2013 the client requests an item.<br \/>\n  &#8211; `CommandRequestPayload` \u2013 the client requests a command (teleport\/XP).<br \/>\n  &#8211; `RequestResponsePayload` \u2013 the server replies with success\/failure and a message shown in a toast.<br \/>\n&#8211; The mod is primarily client\u2011side, but server\u2011side handlers are registered so that recovery features work in multiplayer.<\/p>\n<p>## Credits<\/p>\n<p>&#8211; Developed by the indie team **AronHuisIn**, developer VPKesha (GitHub: MrDemogg).<br \/>\n&#8211; Uses the owo-lib library for the UI framework.<\/p>\n<p>## License<\/p>\n<p>This project is distributed under the CC BY-NC 4.0 license.<br \/>\nYou are free to use, modify, and distribute it in accordance with the license file.<br \/>\nHowever, when distributing this project or its derivatives, you must give appropriate credit to the original author (VPKesha a.k.a. MrDemogg).<br \/>\nCommercial use of the code from this project is prohibited without the author\u2019s permission.<br \/>\nRead more<\/p>\n<p>&#8212;<\/p>\n<p>*Found a bug or have a suggestion? Feel free to open an issue on the GitHub repository.*  <\/p>\n<p>&#8212;<br \/>\n# *RU*<\/p>\n<p>&#8212;<\/p>\n<p># Death Memo<\/p>\n<p>\u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u0439 \u043c\u043e\u0434 \u0434\u043b\u044f NeoForge, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442 \u0441\u043d\u0438\u043c\u043a\u0438 \u0432\u0430\u0448\u0435\u0433\u043e \u0438\u043d\u0432\u0435\u043d\u0442\u0430\u0440\u044f \u043f\u0440\u0438 \u0441\u043c\u0435\u0440\u0442\u0438 \u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0438\u0445 \u043f\u043e\u0437\u0436\u0435.<br \/>\n\u0414\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u0432 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u0432 \u0438\u043b\u0438 \u043e\u0434\u0438\u043d\u043e\u0447\u043d\u043e\u0439 \u0438\u0433\u0440\u044b \u0441 \u0432\u043a\u043b\u044e\u0447\u0451\u043d\u043d\u044b\u043c\u0438 \u0447\u0438\u0442\u0430\u043c\u0438 \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432, \u0442\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u044f \u043d\u0430 \u043c\u0435\u0441\u0442\u043e \u0433\u0438\u0431\u0435\u043b\u0438 \u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0442 \u043e\u043f\u044b\u0442\u0430 \u0432 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a.<\/p>\n<p>## \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438<\/p>\n<p>&#8211; **\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0441\u043d\u0438\u043c\u043a\u0438 \u043f\u0440\u0438 \u0441\u043c\u0435\u0440\u0442\u0438** \u2013 \u041a\u043e\u0433\u0434\u0430 \u0432\u044b \u0443\u043c\u0438\u0440\u0430\u0435\u0442\u0435, \u0432\u0430\u0448\u0430 \u0431\u0440\u043e\u043d\u044f, \u0432\u0442\u043e\u0440\u0430\u044f \u0440\u0443\u043a\u0430, \u0438\u043d\u0432\u0435\u043d\u0442\u0430\u0440\u044c, \u043e\u043f\u044b\u0442, \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u044b \u0438 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0435 \u0441\u0440\u0430\u0437\u0443 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u044e\u0442\u0441\u044f.<br \/>\n&#8211; **\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435** \u2013 \u0421\u043d\u0438\u043c\u043a\u0438 \u0445\u0440\u0430\u043d\u044f\u0442\u0441\u044f \u0432 \u043f\u0430\u043f\u043a\u0435 `deathmemo\/` \u0432\u043d\u0443\u0442\u0440\u0438 \u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0438 Minecraft \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043c\u0438\u0440\u0430\/\u0441\u0435\u0440\u0432\u0435\u0440\u0430.<br \/>\n&#8211; **\u0412\u043d\u0443\u0442\u0440\u0438\u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0438\u0441\u0442\u043e\u0440\u0438\u0438** \u2013 \u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u044d\u043a\u0440\u0430\u043d, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0438\u0437 \u043c\u0435\u043d\u044e \u043f\u0430\u0443\u0437\u044b (\u0440\u044f\u0434\u043e\u043c \u0441 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \u00ab\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430\u00bb), \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u0432\u0430\u0448\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 \u043e \u0441\u043c\u0435\u0440\u0442\u044f\u0445.<br \/>\n<!--suppress CheckImageSize --><\/p>\n<div style=\"display: flex; justify-content: center\">\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/1dab35ae08a8d6d8be5446299d1b087694f4e322_0.webp\" alt=\"Pause Menu\" width=\"39%\" \/><br \/>\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/01b80a838e0c162b7b2c8fb43e91495ccbd98eab_0.webp\" alt=\"History screen\" width=\"60%\" \/>\n<\/div>\n<p>&#8211; **\u0414\u0435\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440** \u2013 \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u0441 \u0434\u0430\u0442\u043e\u0439 \u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u0435\u043c, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c:<br \/>\n    &#8211; \u041d\u0430\u0434\u0435\u0442\u0443\u044e \u0431\u0440\u043e\u043d\u044e, \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u0432\u043e \u0432\u0442\u043e\u0440\u043e\u0439 \u0440\u0443\u043a\u0435 \u0438 \u0432\u0441\u0435 36 \u044f\u0447\u0435\u0435\u043a \u0438\u043d\u0432\u0435\u043d\u0442\u0430\u0440\u044f<br \/>\n    &#8211; \u041a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u044b (X, Y, Z) \u0438 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0435<br \/>\n    &#8211; \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u043f\u044b\u0442\u0430 \u043d\u0430 \u043c\u043e\u043c\u0435\u043d\u0442 \u0441\u043c\u0435\u0440\u0442\u0438  <\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/90323217d38f8f35c8acc4ffaffdda80ea989f0a.png\" alt=\"Opened Snapshot\" \/><\/p>\n<p>&#8211; **\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u0432** (\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043f\u0440\u0430\u0432 2 \u0438\u043b\u0438 \u0432\u043a\u043b\u044e\u0447\u0451\u043d\u043d\u044b\u0435 \u0447\u0438\u0442\u044b):<br \/>\n    &#8211; **\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435** \u2013 \u0437\u0430\u043f\u0440\u043e\u0441 \u0432\u0441\u0435\u0445 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432 \u0438\u0437 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u043d\u0438\u043c\u043a\u0430 \u043e\u0431\u0440\u0430\u0442\u043d\u043e.<br \/>\n    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/cc43302b0bd26c94756253c984d2e18183dad98c.png\" alt=\"recovery\" \/><\/p>\n<p>    &#8211; **\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u044f** \u2013 \u043c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u043e\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u043d\u0430 \u043c\u0435\u0441\u0442\u043e \u0441\u043c\u0435\u0440\u0442\u0438.<br \/>\n    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/0c739c22347d526de5379ac2cce4f3b3d2fb4579.png\" alt=\"pos\" \/><\/p>\n<p>    &#8211; **\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u043f\u044b\u0442\u0430** \u2013 \u0432\u044b\u0434\u0430\u0447\u0430 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u043d\u044b\u0445 \u043e\u0447\u043a\u043e\u0432 \u043e\u043f\u044b\u0442\u0430.<br \/>\n    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/fe6f40c61bd4325b8d2dba17456821ee2cf0c646.png\" alt=\"xp\" \/><\/p>\n<p>    &#8211; **\u0417\u0430\u043f\u0440\u043e\u0441 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430** \u2013 \u043a\u043b\u0438\u043a \u043f\u043e \u043b\u044e\u0431\u043e\u043c\u0443 \u0441\u043b\u043e\u0442\u0443 \u0432 \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442 \u0437\u0430\u043f\u0440\u043e\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u043d\u0430 \u0432\u044b\u0434\u0430\u0447\u0443 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0433\u043e \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430 (\u043f\u0440\u0438 \u043d\u0430\u043b\u0438\u0447\u0438\u0438 \u043f\u0440\u0430\u0432).<br \/>\n    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/b05994bbd29540969b6a959104a5f22b2e2dcffd.png\" alt=\"itemissue\" \/><\/p>\n<p>    &#8211; **\u0412\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0431\u0440\u0430\u0442\u043d\u0430\u044f \u0441\u0432\u044f\u0437\u044c** \u2013 \u043a\u0430\u0441\u0442\u043e\u043c\u043d\u044b\u0435 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f-\u0442\u043e\u0441\u0442\u044b \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u044e\u0442, \u043e\u0434\u043e\u0431\u0440\u0435\u043d \u043b\u0438 \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441 \u043d\u0430 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435, \u0438\u043b\u0438 \u043e\u0442\u043a\u043b\u043e\u043d\u0451\u043d.<br \/>\n    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/7d45ea42e559c4da97c028d0ef78252092dfaefc.png\" alt=\"notification\"><\/p>\n<p>&#8211; **\u0413\u0438\u0431\u043a\u0438\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441** \u2013 \u0441\u043d\u0438\u043c\u043a\u0438 \u043c\u043e\u0436\u043d\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c \u043f\u043e \u043e\u0434\u043d\u043e\u043c\u0443.<br \/>\n&#8211; **\u041a\u043b\u0438\u0435\u043d\u0442-\u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0435 \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435** \u2013 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043f\u0430\u043a\u0435\u0442\u044b \u0434\u043b\u044f \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0433\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043a\u043e\u043c\u0430\u043d\u0434 \u0438 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432.<\/p>\n<p>## \u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f<\/p>\n<p>&#8211; **Minecraft** 1.21 \u0438\u043b\u0438 \u043d\u043e\u0432\u0435\u0435 (NeoForge)<br \/>\n&#8211; **NeoForge** (\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f)<br \/>\n&#8211; **owo-lib** (\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0434\u043b\u044f UI-\u0444\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043a\u0430) \u2013 Modrinth \/ CurseForge<\/p>\n<p>## \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430<\/p>\n<p>1. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 NeoForge \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 Minecraft.<br \/>\n2. \u0421\u043a\u0430\u0447\u0430\u0439\u0442\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0444\u0430\u0439\u043b `deathmemo-*.jar` \u0438\u0437 \u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u0412\u0435\u0440\u0441\u0438\u0438 \u0438\u043b\u0438 \u0420\u0435\u043b\u0438\u0437\u044b \u043d\u0430 \u0433\u0438\u0442\u0445\u0430\u0431\u0435 \u0438\u043b\u0438 \u0441\u043e\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u0437 \u0438\u0441\u0445\u043e\u0434\u043d\u0438\u043a\u043e\u0432.<br \/>\n3. \u041f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u043c\u043e\u0434 \u0432 \u043f\u0430\u043f\u043a\u0443 `mods\/`.<br \/>\n4. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0443 \u0432\u0430\u0441 \u0442\u0430\u043a\u0436\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 **owo-lib**.<br \/>\n5. (\u041e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e) \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u044d\u0442\u043e\u0442 \u0436\u0435 \u043c\u043e\u0434 \u043d\u0430 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0432\u0435\u0440, \u0447\u0442\u043e\u0431\u044b \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0440\u0430\u0431\u043e\u0442\u0430\u043b\u0438 \u0432 \u043c\u043d\u043e\u0433\u043e\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0439 \u0438\u0433\u0440\u0435.<\/p>\n<p>## \u041a\u0430\u043a \u044d\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442<\/p>\n<p>&#8211; **\u0421\u043d\u0438\u043c\u043a\u0438 \u0438\u043d\u0432\u0435\u043d\u0442\u0430\u0440\u044f** \u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0443\u044e\u0442\u0441\u044f \u0432 JSON \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0433\u043e \u0432 Minecraft \u043a\u043e\u0434\u0435\u043a\u0430 `ItemStack.CODEC` \u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u044e\u0442\u0441\u044f \u0432 `deathmemo\/<\u043c\u0435\u0441\u0442\u043e>\/`.<br \/>\n&#8211; \u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u00ab\u043c\u0435\u0441\u0442\u0430\u00bb \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f \u0438\u0437 IP \u0441\u0435\u0440\u0432\u0435\u0440\u0430 (\u0434\u043b\u044f \u043c\u0443\u043b\u044c\u0442\u0438\u043f\u043b\u0435\u0435\u0440\u0430) \u0438\u043b\u0438 \u0438\u043c\u0435\u043d\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043c\u0438\u0440\u0430 (\u0434\u043b\u044f \u043e\u0434\u0438\u043d\u043e\u0447\u043d\u043e\u0439 \u0438\u0433\u0440\u044b), \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435.<br \/>\n&#8211; \u0418\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d \u043d\u0430 **owo-lib**, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f XML-\u043c\u043e\u0434\u0435\u043b\u044c (`snapshots_screen.xml`) \u0438 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b (`HoverAwareFlowLayout`, `OneLineLabel`).<br \/>\n&#8211; \u0421\u0435\u0442\u0435\u0432\u043e\u0435 \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442 \u0442\u0440\u0438 \u043a\u0430\u0441\u0442\u043e\u043c\u043d\u044b\u0445 \u043f\u0430\u043a\u0435\u0442\u0430:<br \/>\n    &#8211; `RequestItemPayload` \u2013 \u043a\u043b\u0438\u0435\u043d\u0442 \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0435\u0442 \u043f\u0440\u0435\u0434\u043c\u0435\u0442.<br \/>\n    &#8211; `CommandRequestPayload` \u2013 \u043a\u043b\u0438\u0435\u043d\u0442 \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b (\u0442\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u044f\/\u043e\u043f\u044b\u0442).<br \/>\n    &#8211; `RequestResponsePayload` \u2013 \u0441\u0435\u0440\u0432\u0435\u0440 \u043e\u0442\u0432\u0435\u0447\u0430\u0435\u0442 \u0443\u0441\u043f\u0435\u0445\u043e\u043c\/\u043d\u0435\u0443\u0434\u0430\u0447\u0435\u0439 \u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u043c, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0432 \u0442\u043e\u0441\u0442\u0435.<br \/>\n&#8211; \u041c\u043e\u0434 \u0432 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u0439, \u043d\u043e \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u044b\u0445 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0444\u0443\u043d\u043a\u0446\u0438\u044f\u043c \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0432 \u043c\u0443\u043b\u044c\u0442\u0438\u043f\u043b\u0435\u0435\u0440\u0435.<\/p>\n<p>## \u0410\u0432\u0442\u043e\u0440\u0441\u0442\u0432\u043e<\/p>\n<p>&#8211; \u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043e \u0438\u043d\u0434\u0438-\u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 **AronHuisIn**, \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a VPKesha (Github: MrDemogg).<br \/>\n&#8211; \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 owo-lib \u0434\u043b\u044f UI-\u0444\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043a\u0430.<\/p>\n<p>## \u041b\u0438\u0446\u0435\u043d\u0437\u0438\u044f  <\/p>\n<p>\u041f\u0440\u043e\u0435\u043a\u0442 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u0434 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0435\u0439 CC BY-NC 4.0<br \/>\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c, \u043c\u0435\u043d\u044f\u0442\u044c \u0438 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0442\u044c \u0435\u0433\u043e \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0444\u0430\u0439\u043b\u043e\u043c \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438.<br \/>\n\u041e\u0434\u043d\u0430\u043a\u043e \u043f\u0440\u0438 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0438\u043b\u0438 \u0435\u0433\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u044b\u0445 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u043a\u0430\u0437\u0430\u043d\u0438\u0435 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0432\u0442\u043e\u0440\u0430 (VPKesha \u0430\u043a\u0430 MrDemogg)<br \/>\n\u041a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0430\u044f \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043a\u043e\u0434\u0430 \u0438\u0437 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0437\u0430\u043f\u0440\u0435\u0449\u0435\u043d\u0430 \u0431\u0435\u0437 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0430\u0432\u0442\u043e\u0440\u0430<br \/>\n\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435  <\/p>\n<p>&#8212;<\/p>\n<p>*\u041d\u0430\u0448\u043b\u0438 \u043e\u0448\u0438\u0431\u043a\u0443 \u0438\u043b\u0438 \u0435\u0441\u0442\u044c \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435? \u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 issue \u0432 \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0438 \u043d\u0430 GitHub.*  <\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A client-side NeoForge mod that automatically saves snapshots of your inventory upon death and allows you to browse them later.<\/p>\n","protected":false},"featured_media":55064,"template":"","meta":{"_minecraft_slug":"deathmemo","_minecraft_project_id":"sp1sLsWk","_minecraft_author":"VPKesha","_minecraft_license":"CC-BY-NC-4.0","_minecraft_downloads":20,"_minecraft_follows":0,"_minecraft_client_side":"optional","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"deathmemo.zip","_minecraft_size_bytes":436323,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-16T18:38:00.788428Z","_minecraft_date_created":"2026-05-13T21:17:58.285637Z","_minecraft_date_modified":"2026-05-12T11:51:56.335519Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/deathmemo","_minecraft_icon_attachment_id":55064,"_minecraft_imported_at":"2026-06-03T01:30:04+00:00","_minecraft_import_hash":"3ad0970ca2618101add00d131bde175d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,126,158,91,92],"mod_loader":[160],"minecraft_version":[37,40,73,74,38,78,81,82],"class_list":["post-55063","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-management","mod_category-neoforge","mod_category-storage","mod_category-utility","mod_loader-neoforge","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Death Memo - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Death Memo - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A client-side NeoForge mod that automatically saves snapshots of your inventory upon death and allows you to browse them later.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/1dab35ae08a8d6d8be5446299d1b087694f4e322_0.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathmemo\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathmemo\\\/\",\"name\":\"Death Memo - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathmemo\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathmemo\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/deathmemo-icon-4a04c59a92ecd57745f8d2451bceda9c9c35d6a4_96.webp\",\"datePublished\":\"2026-06-03T01:30:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathmemo\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathmemo\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathmemo\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/deathmemo-icon-4a04c59a92ecd57745f8d2451bceda9c9c35d6a4_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/deathmemo-icon-4a04c59a92ecd57745f8d2451bceda9c9c35d6a4_96.webp\",\"width\":64,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathmemo\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Death Memo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Death Memo - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/","og_locale":"en_US","og_type":"article","og_title":"Death Memo - Minecraft","og_description":"A client-side NeoForge mod that automatically saves snapshots of your inventory upon death and allows you to browse them later.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.modrinth.com\/data\/cached_images\/1dab35ae08a8d6d8be5446299d1b087694f4e322_0.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/","name":"Death Memo - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/deathmemo-icon-4a04c59a92ecd57745f8d2451bceda9c9c35d6a4_96.webp","datePublished":"2026-06-03T01:30:03+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/deathmemo-icon-4a04c59a92ecd57745f8d2451bceda9c9c35d6a4_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/deathmemo-icon-4a04c59a92ecd57745f8d2451bceda9c9c35d6a4_96.webp","width":64,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathmemo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Death Memo"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/55063","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/55064"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=55063"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=55063"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=55063"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=55063"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}