Skip to content

Commit fb226cc

Browse files
committed
Remove component duplication fix
1 parent 5783c45 commit fb226cc

4 files changed

Lines changed: 10 additions & 101 deletions

File tree

CommunityBugFixCollection/BreakDuplicatedComponentDrives.cs

Lines changed: 0 additions & 97 deletions
This file was deleted.

CommunityBugFixCollection/Locale/de.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
"CommunityBugFixCollection.BetterGridWorldPreset.Description": "Verbessert das Grid Welt Preset indem das zittern des Bodens verhindert und das Grid zentriert wird.",
1111
"CommunityBugFixCollection.BreakDragAndDropCopiedComponentDrives.Description": "Sorgt dafür, dass Drives beim Kopieren von Komponenten mittels Drag-und-Drop nicht kaputt gehen.",
12-
"CommunityBugFixCollection.BreakDuplicatedComponentDrives.Description": "Sorgt dafür, dass Drives beim Duplizieren von Komponenten nicht kaputt gehen.",
1312
"CommunityBugFixCollection.CaseInsensitiveCustomGenerics.Description": "Macht das Auswählen von eigenen generischen Typparametern unabhängig von Groß- und Kleinschreibung.",
1413
"CommunityBugFixCollection.CenteredNotifications.Description": "Zentriert den Inhalt von Benachrichtigungen.",
1514
"CommunityBugFixCollection.CheckSelfForDuplicateSlot.Description": "Verhindert einen Crash wenn der OverrideParent bei der Duplicate Slot ProtoFlux Node gleich dem Template ist.",

CommunityBugFixCollection/Locale/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
"CommunityBugFixCollection.BetterGridWorldPreset.Description": "Improves the Grid World Preset by preventing the shaking ground and centering the grid.",
1111
"CommunityBugFixCollection.BreakDragAndDropCopiedComponentDrives.Description": "Fixes copying components using drag-and-drop breaking drives.",
12-
"CommunityBugFixCollection.BreakDuplicatedComponentDrives.Description": "Fixes duplicating components breaking drives.",
1312
"CommunityBugFixCollection.CaseInsensitiveCustomGenerics.Description": "Makes picking custom generic type parameters case-insensitive.",
1413
"CommunityBugFixCollection.CenteredNotifications.Description": "Centers the content of notifications.",
1514
"CommunityBugFixCollection.CheckSelfForDuplicateSlot.Description": "Fixes a crash when the OverrideParent of the Duplicate Slot ProtoFlux node is identical to the Template.",

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ just disable them in the settings in the meantime.
2323
* Migrated items sent as messages do not spawn because they still point to `neosdb` (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/83)
2424
* Grab World Locomotion moving the user forward a little every time it's activated (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/86)
2525
* Duplicating Components breaking drives (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/92)
26-
* Pressing Duplicate on the Component in an Inspector
27-
* Using the Component Clone Tool to duplicate them onto a slot
2826
* Selecting Copy Component when drag and dropping a Component onto an Inspector
2927
* Worlds crashing when a (multi)tool is scaled to zero (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/98)
3028
* Most ProtoFlux nodes in Strings > Constants having invisible names (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/177)
@@ -74,3 +72,13 @@ If any of them have been implemented and not removed from the mod,
7472
just disable them in the settings in the meantime.
7573

7674
* _Copy to Clipboard_ action on any non-reference member fields in Inspectors (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/810)
75+
76+
77+
## Closed Issues
78+
79+
The issues that were first closed in this mod but have officially been closed now will be linked in the following list.
80+
If they appear here, their implementation has been removed from the mod.
81+
82+
* Duplicating Components breaking drives (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/92)
83+
* Pressing Duplicate on the Component in an Inspector
84+
* Using the Component Clone Tool to duplicate them onto a slot

0 commit comments

Comments
 (0)