diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 71d4aedf70..60f979b66e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -205,3 +205,19 @@ Entries: type: Fix} id: 37 time: '2021-03-06T10:32:24.0000000+00:00' +- author: Zumorica + changes: + - {message: Fixes emitters shooting sideway bolts and in the wrong direction., type: Fix} + id: 38 + time: '2021-03-06T12:28:13.757819+00:00' +- author: Zumorica + changes: + - {message: Fixes wood table and poker table constructions having the wrong material., + type: Fix} + id: 39 + time: '2021-03-06T12:28:13.759792+00:00' +- author: Zumorica + changes: + - {message: Fixes torch crafting recipe having incorrect materials., type: Fix} + id: 40 + time: '2021-03-06T12:28:13.760916+00:00' diff --git a/Resources/Changelog/Parts/emitter_rotation.yml b/Resources/Changelog/Parts/emitter_rotation.yml deleted file mode 100644 index 955ef440ad..0000000000 --- a/Resources/Changelog/Parts/emitter_rotation.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix - message: Fixes emitters shooting sideway bolts and in the wrong direction. diff --git a/Resources/Changelog/Parts/table_construction.yml b/Resources/Changelog/Parts/table_construction.yml deleted file mode 100644 index 3954ce797c..0000000000 --- a/Resources/Changelog/Parts/table_construction.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix - message: Fixes wood table and poker table constructions having the wrong material. diff --git a/Resources/Changelog/Parts/torch_crafting.yml b/Resources/Changelog/Parts/torch_crafting.yml deleted file mode 100644 index 62d1aa84af..0000000000 --- a/Resources/Changelog/Parts/torch_crafting.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix - message: Fixes torch crafting recipe having incorrect materials.