ToricsTweaks/physicsless/adding_tags.cfg
2024-07-06 11:40:26 -05:00

8 lines
189 B
INI
Executable file

//adds the words 'physicsless part' to any part with physicssignificance = 1
@PART[*]:HAS[#PhysicsSignificance[1]]:FINAL
{
@description ^= :$: Physicless Part.
@tags ^= :$: physicless
}