Перейти к содержимому
Mineforgian

Tools On My Back (TOMB)

Visually displays the last used tool on the player's back. Adds immersion and style to your adventures, giving you the look of a seasoned traveler.

22K загрузок104 подписчиковCC-BY-ND-4.0fabricneoforge

Обновлён 22 апреля 2026 г. · опубликован 3 ноября 2025 г.

  • Banner
  • Showcase
  • Custom Models (Resource Packs)
  • Mod Compatibility
  • Multiplayer Friendly

"Description" Title

banner

Tools On My Back — A client-side mod that visually displays the last used tool on the player's back. Adds immersion and style to your adventures, giving you the look of a seasoned traveler.

Showcase

showcase

"Compatibility" Title

Mod Compatibility

  • Works seamlessly with other popular mods.

mods_showcase

Multiplayer Friendly

  • Fully client-side — visible only to you.

multiplayer_showcase

Custom Models (Resource Packs)

  • Supports resource packs with custom models.

rp_showcase

"Configurable" Title

Right/Left Hand Support

right_hand

Hands Showcase

Right Hand right_hand

Left Hand left_hand


Settings

settings


Simple Configuration File

The configuration file can be found at:
/config/tools-on-my-back.json5

{
 "enableMod": true,
 "renderWithCape": true,
 "renderWithElytra": true,
 "tools": [
   {
     "enabled": false,
     "itemId": "minecraft:diamond_sword",
     "group": "BACK",
     "is3DModel": false,
     "scale": 1,
     "angle": 0,
     "offsetX": 0.0,
     "offsetY": 0.0,
     "offsetZ": 0
   },
   {
     "enabled": true,
     "itemId": "farmersdelight:skillet",
     "group": "BACK",
     "is3DModel": true,
     "scale": 1.2,
     "angle": 157.5,
     "offsetX": 0.0,
     "offsetY": 0.0,
     "offsetZ": -0.040625
   },
   {
   // YOUR ITEMS
   }
 ]
}
⚙️ Note:

Most basic settings (like enabling the mod or rendering with a cape/elytra) can be configured in-game via the YACL menu.
However, adding or modifying items in the tools list currently requires manual editing of the .json5 config file (see below).
Full YACL support for tool configuration is still in development.

Parameter Description
itemId The full item ID (e.g. minecraft:diamond_sword or my_mod:my_item).
"id_settings"
group Currently only "BACK" — doesn’t affect behavior yet.
is3DModel Set to true for 3D item models (like a shield).
scale Controls the overall size of the displayed item.
angle Rotation angle of the item (in degrees).
offsetX
offsetY
offsetZ
Adjusts item position relative to the player’s back.

Showcase Videos


"Support" Title

Want to support mod and authors? Just tell everyone about this mod!

Yeah, you got it right. Just by advertising, you will support the mod and the creators well. The more people will know about this mod, the more downloads it will have, more downloads will give good motivation to authors and increase income from the site (literally free donation). Remember, advertising must not be intrusive and annoiyng!

What you can do?

  • Make a video review / advertisement
  • Share it on social media or Discord
  • Tell your friends about this mod
  • Add it to your modpack or just download and enjoy the game

Every mention matters — thank you for helping the community grow 🤍

"Licensing" Title

See the original mod repository

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.0.2+26.1+fabricРелиз26.1, 26.1.1, 26.1.2fabric22 апреля 2026 г.Скачать (68 КБ)
1.0.2+1.21.11+fabricРелиз1.21.11fabric22 апреля 2026 г.Скачать (67 КБ)
1.0.2+1.21.10+fabricРелиз1.21.10fabric22 апреля 2026 г.Скачать (67 КБ)
1.0.2+1.21.9+fabricРелиз1.21.9fabric22 апреля 2026 г.Скачать (67 КБ)
1.0.2+1.21.8+fabricРелиз1.21.8fabric22 апреля 2026 г.Скачать (67 КБ)
1.0.2+1.21.6+fabricРелиз1.21.6fabric22 апреля 2026 г.Скачать (67 КБ)
1.0.2+1.21.5+fabricРелиз1.21.5fabric22 апреля 2026 г.Скачать (67 КБ)
1.0.2+1.21.4+fabricРелиз1.21.4fabric22 апреля 2026 г.Скачать (67 КБ)
1.0.2+1.21.3+fabricРелиз1.21.3fabric22 апреля 2026 г.Скачать (67 КБ)
1.0.2+1.21.2+fabricРелиз1.21.2fabric22 апреля 2026 г.Скачать (67 КБ)
1.0.2+26.1+neoforgeРелиз26.1, 26.1.1, 26.1.2neoforge22 апреля 2026 г.Скачать (66 КБ)
1.0.2+1.21.11+neoforgeРелиз1.21.11neoforge22 апреля 2026 г.Скачать (66 КБ)
1.0.2+1.21.10+neoforgeРелиз1.21.10neoforge22 апреля 2026 г.Скачать (66 КБ)
1.0.2+1.21.9+neoforgeРелиз1.21.9neoforge22 апреля 2026 г.Скачать (66 КБ)
1.0.2+1.21.8+neoforgeРелиз1.21.8neoforge22 апреля 2026 г.Скачать (66 КБ)

Показаны последние 15 из 36 версий.

Ченджлог

1.0.2+26.1+fabricРелиз26.1, 26.1.1, 26.1.2 · 22 апреля 2026 г.

v1.0.2:

  • The project has been migrated from yarn to mojmap mappings.
  • Ported to Fabric 1.21.11-26.1
  • Added (Neo)Forge support for 1.21.5-26.1
  • Added support for Spears (MC 1.21.11+)
  • Changed the trident display from a 2D model to a 3D model.
  • Fixed issues with clearing item after player respawn.
  • Code refactoring
1.0.2+1.21.11+fabricРелиз1.21.11 · 22 апреля 2026 г.

v1.0.2:

  • The project has been migrated from yarn to mojmap mappings.
  • Ported to Fabric 1.21.11-26.1
  • Added (Neo)Forge support for 1.21.5-26.1
  • Added support for Spears (MC 1.21.11+)
  • Changed the trident display from a 2D model to a 3D model.
  • Fixed issues with clearing item after player respawn.
  • Code refactoring
1.0.2+1.21.10+fabricРелиз1.21.10 · 22 апреля 2026 г.

v1.0.2:

  • The project has been migrated from yarn to mojmap mappings.
  • Ported to Fabric 1.21.11-26.1
  • Added (Neo)Forge support for 1.21.5-26.1
  • Added support for Spears (MC 1.21.11+)
  • Changed the trident display from a 2D model to a 3D model.
  • Fixed issues with clearing item after player respawn.
  • Code refactoring
1.0.2+1.21.9+fabricРелиз1.21.9 · 22 апреля 2026 г.

v1.0.2:

  • The project has been migrated from yarn to mojmap mappings.
  • Ported to Fabric 1.21.11-26.1
  • Added (Neo)Forge support for 1.21.5-26.1
  • Added support for Spears (MC 1.21.11+)
  • Changed the trident display from a 2D model to a 3D model.
  • Fixed issues with clearing item after player respawn.
  • Code refactoring
1.0.2+1.21.8+fabricРелиз1.21.8 · 22 апреля 2026 г.

v1.0.2:

  • The project has been migrated from yarn to mojmap mappings.
  • Ported to Fabric 1.21.11-26.1
  • Added (Neo)Forge support for 1.21.5-26.1
  • Added support for Spears (MC 1.21.11+)
  • Changed the trident display from a 2D model to a 3D model.
  • Fixed issues with clearing item after player respawn.
  • Code refactoring
1.0.2+1.21.6+fabricРелиз1.21.6 · 22 апреля 2026 г.

v1.0.2:

  • The project has been migrated from yarn to mojmap mappings.
  • Ported to Fabric 1.21.11-26.1
  • Added (Neo)Forge support for 1.21.5-26.1
  • Added support for Spears (MC 1.21.11+)
  • Changed the trident display from a 2D model to a 3D model.
  • Fixed issues with clearing item after player respawn.
  • Code refactoring
1.0.2+1.21.5+fabricРелиз1.21.5 · 22 апреля 2026 г.

v1.0.2:

  • The project has been migrated from yarn to mojmap mappings.
  • Ported to Fabric 1.21.11-26.1
  • Added (Neo)Forge support for 1.21.5-26.1
  • Added support for Spears (MC 1.21.11+)
  • Changed the trident display from a 2D model to a 3D model.
  • Fixed issues with clearing item after player respawn.
  • Code refactoring
1.0.2+1.21.4+fabricРелиз1.21.4 · 22 апреля 2026 г.

v1.0.2:

  • The project has been migrated from yarn to mojmap mappings.
  • Ported to Fabric 1.21.11-26.1
  • Added (Neo)Forge support for 1.21.5-26.1
  • Added support for Spears (MC 1.21.11+)
  • Changed the trident display from a 2D model to a 3D model.
  • Fixed issues with clearing item after player respawn.
  • Code refactoring

Комментарии

Загружаем…