#3376 phantom silk is now dark cloth

This commit is contained in:
Pyritie
2026-03-12 20:34:31 +00:00
parent edf47a12de
commit ade116eade

View File

@@ -69,7 +69,7 @@ function registerTFGPrimitiveItemTags(event) {
event.add('forge:cloth', 'tfg:polycaprolactam_fabric')
event.add('tfc:high_quality_cloth', 'tfg:phantom_silk')
event.add('tfc:high_quality_cloth', 'tfg:polycaprolactam_fabric')
event.add('tfc:sewing_light_cloth', 'tfg:phantom_silk')
event.add('tfc:sewing_dark_cloth', 'tfg:phantom_silk')
event.add('tfc:sewing_dark_cloth', 'tfg:polycaprolactam_fabric')
event.add('forge:string', 'tfg:phantom_thread')
event.add('forge:string', 'tfg:polycaprolactam_string')