Skip to content

Commit 337657b

Browse files
authored
Carry Chest 1.0.0 (#1)
* Update CHANGELOG.md for version 3.2.1 - Added config option to reduce log verbosity. - Enabled loading of config options from backup. - Removed unnecessary harmony flag. - Documented changes, additions, and fixes from previous versions. * Update README.md for clarity and content adjustments Removed "Credits" section and "Carry Chests" from the table of contents. Updated the link to the Generic Mod Config Menu and retained the Turkish translation entry in the translations list. * Update version to stable release and improve comments Updated the version number in `CarryChests.csproj` from `1.0.0-beta.1` to `1.0.0` to reflect a stable release. Additionally, modified a comment in `ModConfig.cs` for better clarity and readability.
1 parent 314e68b commit 337657b

File tree

4 files changed

+3
-178
lines changed

4 files changed

+3
-178
lines changed

CHANGELOG.md

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

CarryChests/CarryChests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<Name>Carry Chests</Name>
88
<Description>Allows you to pick up placed chests with items.</Description>
9-
<Version>1.0.0-beta.1</Version>
9+
<Version>1.0.0</Version>
1010
<EnableHarmony>true</EnableHarmony>
1111
<RootNamespace>LeFauxMods.CarryChest</RootNamespace>
1212
<UniqueId>furyx639.CarryChest</UniqueId>

CarryChests/ModConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ internal class ModConfig : IConfigWithLogAmount
1919
public int TotalLimit { get; set; } = 3;
2020

2121
/// <summary>
22-
/// Copies the values from this instance to another instance.
22+
/// Copies the values from this instance to another instance.
2323
/// </summary>
2424
/// <param name="other">The other config instance.</param>
2525
public void CopyTo(ModConfig other)

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Stardew Valley mod which allows placed chests to be picked up and carried.
88
- [Table of Contents](#table-of-contents)
99
- [Configurations](#configurations)
1010
- [Translations](#translations)
11-
- [Credits](#credits)
1211

1312
## Configurations
1413

@@ -58,11 +57,4 @@ from [Generic Mod Config Menu](https://www.nexusmods.com/stardewvalley/mods/5098
5857
| Portuguese | [❌️](CarryChests/i18n/pt.json) |
5958
| Russian | [❌️](CarryChests/i18n/ru.json) |
6059
| Spanish | [❌️](CarryChests/i18n/es.json) |
61-
| Turkish | [❌️](CarryChests/i18n/tr.json) |
62-
63-
# Credits
64-
65-
Item Repository code was sourced
66-
from [CJB Item Spawner](https://github.com/CJBok/SDV-Mods/tree/master/CJBItemSpawner).
67-
68-
Garbage Can spritesheet was created by 6480.
60+
| Turkish | [❌️](CarryChests/i18n/tr.json) |

0 commit comments

Comments
 (0)