Destroyable Bushes allows players to destroy every type of bush with an axe. Destroyed bushes drop small amounts of wood and regrow after 3 days by default. These features can be customized in the mod's settings.
OPTIONAL - Only necessary if adding Aymeric to a pre-existing save. Settings can be tweaked or console commands used to permanently destroy bushes, which will ensure Aymeric's scheduled path is not interrupted.
OPTIONAL - Only necessary if adding Aymeric to a pre-existing save. Settings can be tweaked or console commands used to permanently destroy bushes, which will ensure Aymeric's scheduled path is not interrupted.
* Updates SMAPI NuGet files, fixing an issue where mods are incompatible on Mac/Linux
Designed for Stardew Valley v1.6.10.
Version 1.4.4
* Adds Italian translation by 7Kana
* Fixes localized tool names in GMCM menu, for changes in SDV v1.6.9
Designed for Stardew Valley v1.6.9.
Version 1.4.3
* Fixes the "Destroyable Bush Locations" list causing "Destroyable Bush Types" to be ignored
** Reported by MithranArkanere
Designed for Stardew Valley v1.6.8.
Version 1.4.2
* Updates Simplified Chinese translation
** Updated by ichbinaprogrammer
Designed for Stardew Valley v1.6.8.
Version 1.4.1
* Tweaks English text formatting in GMCM settings menu
* Updates French translation by Fsecho7
* Updates Simplified Chinese translation
** Originally translated by sanyao1001, updated by ichbinaprogrammer
Designed for Stardew Valley v1.6.8.
Version 1.4.0
* Adds the "Axe Damage Multiplier" setting
* Adjusts phrasing and formatting in the English GMCM menu
* Adds German translation by 777PamPam777
Designed for Stardew Valley v1.6.8.
Version 1.3.1
* Adds Portuguese translation by GremilinDHamelin
* Adds French translation by Fsecho7
Designed for Stardew Valley v1.6.8.
Version 1.3.0
* Adds support for walnut bushes
* Removes the game's "copper axe or better" requirement
** By default, any axe can cut down bushes now. To change this, edit "AxeUpgradesRequired" in config.json, or use the GMCM menu's "Axe upgrade" setting.
Designed for Stardew Valley v1.6.3.
Version 1.2.4
* Adds Japanese translation by tikamin557
* Fixes a bug where removed bushes regrew on tiles blocked by objects and buildings (and not anywhere else)
Designed for Stardew Valley v1.6.3.
Version 1.2.3
* Adds Turkish translation by Rupurudu
* Adds Chinese translation by sanyao1001
* Rewrites various code for SDV 1.6 compatibility
* Fixes destroyed bushes regrowing as different sub-types (e.g. becoming berry bushes or changing sprites)
** Thanks to atravita
Designed for Stardew Valley v1.6.0.
Version 1.2.2
* Adds Korean translation by wally232
Designed for Stardew Valley v1.5.6.
Version 1.2.1
* Adds translation support (i18n) for this mod's GMCM menu
* Updates GMCM menu code to the current format
Designed for Stardew Valley v1.5.6.
Version 1.2.0
* Adds a group of "Destroyable Bush Types" settings, allowing players to avoid destroying certain bush types
* Removes the "All Bushes Are Destroyable" setting
** Leaving the "Destroyable Bush Locations" list empty will let bushes be destroyed anywhere
* Enables GMCM's in-game settings menu for this mod
** Open the "Options" menu in a loaded game and scroll down to the "Mod Options" menu
* Prevents some cases where bushes would regrow over objects, especially flooring
* Prevents removing Golden Walnut bushes with the "remove_bush" command
* Improves support for x64 Stardew/SMAPI and updates code for Harmony 2.0+
Designed for Stardew Valley v1.5.4.
Version 1.1.0
* Adds the WhenBushesRegrow setting, which allows bushes to regrow after being destroyed
** Bushes now regrow after 3 days by default; see the GitHub readme for more information
* Adds the add_bush console command, which creates a new bush with the specified size and location
** Bushes added this way will also regrow if the WhenBushesRegrow setting is enabled
* Adds the remove_bush console command, which removes a bush at the specified location
** Bushes removed this way will not regrow, even if the WhenBushesRegrow setting is enabled
Destroyable Bushes allows players to destroy every type of bush with an axe. Destroyed bushes drop small amounts of wood and regrow after 3 days by default. These features can be customized in the mod's settings.
Installation
1. Install the latest version of SMAPI. 2. Download Destroyable Bushes from the Files tab, the Releases page on GitHub, or ModDrop. 3. Unzip Destroyable Bushes into the Stardew Valley\Mods folder.
Multiplayer notes:
This mod should affect each player separately. Players who want to destroy bushes should install Destroyable Bushes and customize their own options as needed.
The host player's "WhenBushesRegrow" setting will be used.
Options
Destroyable Bushes includes options to limit where bushes can be destroyed, change the speed at which bushes regrow, and change the amount of wood dropped by each type of bush.
To edit these options:
1. Run the game using SMAPI. This will generate the mod's config.json file in the Stardew Valley\Mods\DestroyableBushes folder. 2. Exit the game and open the config.json file with any text editing program.
See the GitHub readme for more information about each option.
This mod also supports spacechase0's Generic Mod Config Menu (GMCM). Players with that mod will be able to change config.json settings from Stardew's main menu.
Commands
This mod adds the following SMAPI console commands:
add_bush: Creates a new bush of the given size. Bushes added by this command will regrow if that setting is enabled.
remove_bush: Removes a bush. Bushes removed by this command will NOT regrow.
For more info, see the GitHub readme or use the help add_bush and help remove_bush commands.
Translation
Destroyable Bushes supports translation of its GMCM options menu.
The mod will load a file from the DestroyableBushes/i18n folder that matches the current language code. If no matching translation exists, it will use default.json.
See the Stardew Valley Wiki's Modding:Translations page for more information. Please feel free to submit translation files through GitHub, Nexus Mods, ModDrop, or Discord.