From 3a4bf205cfe5f408e7dcfee1c1e41361c7d8c32a Mon Sep 17 00:00:00 2001 From: Nikolaos Date: Thu, 30 Jun 2022 23:18:46 +0100 Subject: [PATCH] Minor refactoring --- Items/items.xml | 12 ++++++------ ...ountercomponen.lua => activecountercomponent.lua} | 0 Texts/en_us.xml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) rename Lua/{activecountercomponen.lua => activecountercomponent.lua} (100%) diff --git a/Items/items.xml b/Items/items.xml index 64f425a..688ed13 100644 --- a/Items/items.xml +++ b/Items/items.xml @@ -1,6 +1,6 @@ - + - + @@ -19,7 +19,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -58,7 +58,7 @@ - + @@ -78,7 +78,7 @@ - + diff --git a/Lua/activecountercomponen.lua b/Lua/activecountercomponent.lua similarity index 100% rename from Lua/activecountercomponen.lua rename to Lua/activecountercomponent.lua diff --git a/Texts/en_us.xml b/Texts/en_us.xml index 727ea19..3e4d91c 100644 --- a/Texts/en_us.xml +++ b/Texts/en_us.xml @@ -1,15 +1,15 @@ - + Flip-Flop Component Switches state when receiving 1, forces state to X when receiving -X. - Active Flip-Flop Component - Switches state when receiving 1, forces state to X when receiving -X. Constantly outputs state. + Flip-Flop Component (Active) + Switches state when receiving 1, forces state to X when receiving -X. Constantly outputs state. Counter Component Counts up to ClampMax when receiving 1, resets to ClampMin when reached, forces state to X when receiving -X. - Active Counter Component + Counter Component (Active) Counts up to ClampMax when receiving 1, resets to ClampMin when reached, forces state to X when receiving -X. Constantly outputs state. Reactor Controller Component