add small pipe mold to vintage press (#1823)

This commit is contained in:
Jason Nash 2025-09-14 18:09:12 +01:00 committed by GitHub
parent a764133b8f
commit afbd5e7168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,7 @@ function registerVintageImprovementsItemTags(event) {
event.add('vintageimprovements:curving_heads', 'gtceu:bottle_extruder_mold')
event.add('vintageimprovements:curving_heads', 'gtceu:foil_extruder_mold')
event.add('vintageimprovements:curving_heads', 'gtceu:cylinder_casting_mold')
event.add('vintageimprovements:curving_heads', 'gtceu:small_pipe_extruder_mold')
}