[Suggestion] Tag type on non tag items could transfer and delete all tags from source to target #3

Closed
opened 2026-03-28 23:41:51 -06:00 by Luningor · 0 comments
Luningor commented 2026-03-28 23:41:51 -06:00 (Migrated from github.com)

As of now, tag type on non tags is of no use:
If recipes include one of the tags, the item you tried to delete the use of is still usable, which I'd imagine is not what one intends to do when manually setting an item to be remapped to tags, so I propose that something like:

       {
            "source": "iceandfire:sapphire_block",
            "target": "gemsnjewels:sapphire_block",
            "types": ["item", "tag", "recipe", "loot_table", "block"]
        },

would instead replace every instance of the id on the tag declarations.

As of now, tag type on non tags is of no use: If recipes include one of the tags, the item you tried to delete the use of is still usable, which I'd imagine is not what one intends to do when manually setting an item to be remapped to tags, so I propose that something like: ``` { "source": "iceandfire:sapphire_block", "target": "gemsnjewels:sapphire_block", "types": ["item", "tag", "recipe", "loot_table", "block"] }, ``` would instead replace every instance of the id on the tag declarations.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TysonTheEmber/RemapIDs#3
No description provided.