Adds curving_heads tag to screwdriver mold so the mold works correctly with curving presses (#1412)

* Adds curving_heads tag to screwdriver mold so the mold works correctly with curving presses

* added the other molds

Signed-off-by: Pyritie <pyritie@gmail.com>

---------

Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Ian Laidlaw 2025-07-21 16:36:47 -04:00 committed by GitHub
parent 84389d6c1c
commit 5dc73041f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,12 @@ function registerVintageImprovementsItemTags(event) {
event.add('vintageimprovements:curving_heads', 'tfg:chisel_head_extruder_mold')
event.add('vintageimprovements:curving_heads', 'tfg:mace_head_extruder_mold')
event.add('vintageimprovements:curving_heads', 'tfg:mattock_head_extruder_mold')
event.add('vintageimprovements:curving_heads', 'tfg:screwdriver_tip_extruder_mold')
event.add('vintageimprovements:curving_heads', 'tfg:wrench_tip_extruder_mold')
event.add('vintageimprovements:curving_heads', 'tfg:wire_cutter_head_extruder_mold')
event.add('vintageimprovements:curving_heads', 'tfg:small_casing_extruder_mold')
event.add('vintageimprovements:curving_heads', 'tfg:shell_casing_extruder_mold')
event.add('vintageimprovements:curving_heads', 'tfg:large_casing_extruder_mold')
event.add('vintageimprovements:curving_heads', 'gtceu:cell_extruder_mold')
event.add('vintageimprovements:curving_heads', 'gtceu:ingot_extruder_mold')
event.add('vintageimprovements:curving_heads', 'gtceu:bottle_extruder_mold')
@ -58,4 +64,4 @@ function registerVintageImprovementsFluidTags(event) {
event.removeAllTagsFrom(item)
event.add('c:hidden_from_recipe_viewers', item)
})
}
}