Prepare for second implementation pass - give bags UUIDs, utilize the UUID system of other compatible bag mods (like /dank/null) and support pseudo-unique bags of other mods by name + mod convention. Add a Bag Renamer to freely rename any bag based item.

This commit is contained in:
trunksbomb
2026-03-22 19:36:36 -04:00
parent 52a303784d
commit f40b38ab3c
17 changed files with 474 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
{
"item.bagtabs.bag": "Traveler's Bag",
"item.bagtabs.bag_namer": "Bag Namer",
"itemGroup.bagtabs": "Bag Tabs",
"container.bagtabs.bag": "Bag",
"bagtabs.tooltip.click_to_open": "Open from your inventory tabs"
"container.bagtabs.bag_namer": "Bag Namer",
"bagtabs.tooltip.click_to_open": "Open from your inventory tabs",
"bagtabs.gui.bag_namer.name": "New Name",
"bagtabs.gui.bag_namer.placeholder": "Leave blank to clear",
"bagtabs.gui.bag_namer.rename": "Rename"
}