ToricsTweaks/physicsless/adding_tags.cfg

8 lines
189 B
INI
Raw Permalink Normal View History

2024-07-06 11:40:26 -05:00
//adds the words 'physicsless part' to any part with physicssignificance = 1
@PART[*]:HAS[#PhysicsSignificance[1]]:FINAL
{
@description ^= :$: Physicless Part.
@tags ^= :$: physicless
}