# Changelog

<details>

<summary>(5/5/26) <mark style="color:$primary;"><strong>Tweaky v1.15.2</strong></mark> - New Admin Commands + More Options</summary>

**For Users:**

* Due to configuration changes, the `anvil-repair` and `crops-bone-meal` tweaks will have to be re-enabled after upgrading to this version. Sorry for the inconvenience!
* Added a special admin command for all toggle tweaks (tweaks with toggle commands) to force the tweak on/off for a particular player. For example, you can type `/nv Scill` in order to toggle my Night Vision tweak. Or you can type `/nv Scill [on/off]` to turn it directly on or off. See the updated [Commands](/about/commands.md) section for all available commands.
* Added `anvil-repair.sneak-required` option to require that players are sneaking in order to activate the Anvil Repair tweak.
* Added `crops-bone-meal.max-height` option to set the maximum height that sugar cane and cactus can be grown through the Bone Meal Anything tweak.
* Added the ability to pick up all chest boats in the Vehicle Pickup tweak unless there are items in the chests. Furthermore, there is a new `vehicle-pickup-items` message that is sent whenever a player attempts to pick up any vehicle (chest boat, chest minecart, hopper minecart, etc.) that has items in its inventory.

***

**For Developers**:

<https://github.com/ColinGrime/Tweaky/releases/tag/v1.15.2>

</details>

<details>

<summary>(5/2/26) <mark style="color:$primary;"><strong>Tweaky v1.15.1</strong></mark> - New Break Bedrock Options</summary>

**For Users:**

* Added `break-bedrock.allowed-worlds` option to allow for specific worlds that this tweak works in.
* Added `break-bedrock.y-min` option to set the minimum Y value needed for this tweak to work. Useful if you want to only allow the nether bedrock roof to be broken.

***

**For Developers**:

<https://github.com/ColinGrime/Tweaky/releases/tag/v1.15.1>

</details>

<details>

<summary>(5/1/26) <mark style="color:$primary;"><strong>Tweaky v1.15.0</strong></mark> - Admin Toggle Menu</summary>

**For Users:**

* Added new Admin Toggle menu (`/tweaky toggle`).
  * Left-click on a tweak to toggle it on or off.
  * Right-click on a recipe tweak to preview its recipe.
  * It's now very easy to see what tweaks are enabled/disabled, letting you also find newly added tweaks much easier! :)

***

**For Developers**:

<https://github.com/ColinGrime/Tweaky/releases/tag/v1.15.0>

</details>

<details>

<summary>(4/27/26) <mark style="color:$primary;"><strong>Tweaky v1.14.0</strong></mark> - Recipe Tweaks</summary>

**For Users:**

* Added new Recipe Preview menu.
  * Click on a recipe tweak in the `/tweaks` menu to preview the recipe.
  * Supports rotating through items if there are multiple useable items in the same recipe.
* Added new `RecipeGodApple` recipe.
* Added new `RecipeGoldenCarrot` recipe.
* Added new `RecipeGoldenMelon` recipe.
* Added new `RecipeChests` recipe.
* Added new `RecipeHopper` recipe.
* Added new `RecipeSticks` recipe.
* Added new `RecipeCobweb` recipe.
* Added new `RecipeBlackDye` recipe.
* Added new `RecipeRedstoneComparator` recipe.
* Added new `RecipeRedstoneRepeater` recipe.
* Added new `RecipeUnpackBookshelf` recipe.
* Added new `RecipeUnpackBook` recipe.
* Added new `RecipeUnpackWool` recipe.
* Added new `RecipeUnpackQuartz` recipe.
* Added new `RecipeUnpackCobweb` recipe.
* Check out all of the above recipes in the [Recipes](/categories/recipes.md) section! :)
* Changed ID of `rotten-flesh-to-leather` to `recipe-leather`.
  * You will have to re-enable the tweak due to the ID change.
* Changed ID of `water-bottle-craft` to `recipe-splash-water-bottles`.
  * You will have to re-enable the tweak due to the ID change.
* Improved performance of tweak registration when re-registering tweaks on reload.

***

**For Developers**:

<https://github.com/ColinGrime/Tweaky/releases/tag/v1.14.0>

</details>

<details>

<summary>(4/22/26) <mark style="color:$primary;"><strong>Tweaky v1.13.1</strong></mark> - Fix Entity Silence Tweak </summary>

**For Users:**

* Fixed broken `EntitySilence` tweak from previous code changes. Sorry about that!

***

**For Developers**:

<https://github.com/ColinGrime/Tweaky/releases/tag/v1.13.1>

</details>

<details>

<summary>(4/19/26) <mark style="color:$primary;"><strong>Tweaky v1.13.0</strong></mark> - Multi Modules, Adventure, &#x26; More</summary>

**For Users:**

* Split project into **Tweaky-Paper-X.jar** and **Tweaky-Bukkit-X.jar** for full compatibility.
* Added new `PlayerFeed` tweak.
* `{item}` placeholders now translate to the player's language.
* Fixed issue with `HappyGhastPlacement` tweak erasing contents of Shulker Boxes.
* Fixed issue with `VillagerFollow` tweak with villagers moving while sleeping.
* Improved performance of tweak registration.

***

**For Developers**:

<https://github.com/ColinGrime/Tweaky/releases/tag/v1.13.0>

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tweaky.scill.me/about/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
