This commit is contained in:
Pyritie 2026-02-02 17:46:54 +00:00
parent 8a46a01b7c
commit 4c208a0928
3 changed files with 4 additions and 1 deletions

View file

@ -45,4 +45,6 @@ function registerSNSItemTags(event) {
// Remove this tag to avoid confusion with the other lunchbox
event.removeAll('sns:lunchbox_food')
event.add('curios:belt', 'sns:quiver');
}

View file

@ -105,5 +105,5 @@ function registerTFGRailgunItemTags(event) {
event.add('tfg:cannot_launch_in_railgun', 'gtceu:zpm_quantum_tank')
event.add('tfg:cannot_launch_in_railgun', 'gtceu:uv_quantum_tank')
event.add('tfg:cannot_launch_in_railgun', 'gtceu:uhv_quantum_tank')
event.add('tfg:cannot_launch_in_railgun', 'toolbelt:belt')
}