
Sneaky Tree Growing
Sneak to grow Trees!
- Загрузки
- 17K
- Подписчики
- 17
- Обновлён
- 2 июля 2023 г.
- Лицензия
- LGPL-3.0-only
Опубликован 20 февраля 2022 г.
Like the project? Leave a Follow♥️ on this Mod!
Downloads
You can find downloads in the list below or by compiling from source. There is no alternative download links/pages that
are official maintained by Qubik Studios when they are not shown here.
| Minecraft Version | Mod Loader | Version | State |
|---|---|---|---|
| Legacy (No Support) | |||
| 1.16.5 | Forge | 1.6.2 | ✅Download: CurseForge |
| 1.17.1 | Forge | 1.7.2 | ✅Download: CurseForge |
| 1.18.1 | Forge | 1.7.2 | ✅Download: CurseForge |
| 1.18.2 | Forge | 1.8.0 | ✅Download: CurseForge - Modrinth |
| Update 1.10.0 | |||
| 1.16.x | Forge | 1.10.0 | ❌in-Dev |
| 1.17.x | Forge | 1.10.0 | ❌in-Dev |
| 1.18.x | Forge | 1.10.0 | ✅Download: Modrinth |
| 1.19.x | Forge | 1.10.0 | ✅Download: CurseForge - Modrinth |
| 1.20.x | Forge | 1.10.0 | ✅Download: Modrinth |
✅ = Released |⚠️ = Dev-Build available | ❌ = No Dev-Build available
Features
This mod allows you to sneak within a 6x6 area to apply the Bone-meal effect to saplings/seeds/other blocks. You have the flexibility to adjust the radius and probability of this effect through the Config. Additionally, you can activate specific features, such as a mode that extends the Bone-meal effect to seeds and crops. Using this mod will gradually deplete your food level, which can be customized in the Config. Furthermore, you have the option to remove Bone-meal from your inventory with ease.
Custom Tags and Blocks
In the newest version, you can now add tags from mods that are not supported. As example, you can add manually support for Dynamic tree's. Just go for that in the config and add your favorite mod tag in the section: "Custom-Tags = []" An example of how you use the custom tag system is in the Config.
Version 1.10 and up:
There is a new Config for Normal Blocks. You can add every Single block you like to get the Effect applied.
Config
Starting with Version 1.10 of SneakyTreeGrowing the config is split into 2 parts making it incompatible for older Versions. We want to reduce the complicated overview of the file and with the Block-Tags.
Forge Defaults
Location: /<YourMCFolder>/config/Qubik Studios Mods/SneakyTreeGrowing/main.toml
[SneakyTreeGrowing]
#Increasing this value will change the area-of-effect from the mod
#Default value: 6
#Range: 1 ~ 1000
Tree-Meal-Radius = 6
#Changing this value will change the chance if a Bone Meal effect gets applied or not
#Default value: 15
#Range: 1 ~ 100
Tree-Meal-Chance = 15
#Removes one Bone Meal from player inventory when Bone Meal gets applied over Sneaky Tree Growing
#Default value: false
Use-Inventory-Bone-Meal = false
#Removes more Hunger when sneaking and effect gets applied
#Default value: true
Remove-Hunger = true
Location: /<YourMCFolder>/config/Qubik Studios Mods/SneakyTreeGrowing/blockList.toml
[Allowed-Blocks]
#Here you can add every block you like to get a Bone Meal effect applied.
Block-List = ["minecraft:bamboo", "minecraft:brown_mushroom", "minecraft:red_mushroom", "minecraft:wheat_seeds", "minecraft:carrots", "minecraft:potatoes", "minecraft:beetroots", "minecraft:melon_stem", "minecraft:pumpkin_stem", "minecraft:big_dripleaf", "minecraft:small_dripleaf"]
#Here you can add block Tags for easier use of this mod.
Tag-List = ["minecraft:crops", "minecraft:saplings"]
Note on Mod-pack creators and Disseminator
You can use this mod for free in your Mod-pack. Just make sure to credit this mod. If you want to republish this mod on another platform, you have to join our Discord and ask the Developer. Reselling of this mod is prohibited! If you bought this mod, please join our Discord and report the person who was selling this to you.
Need Help? Join our Discord!
A Project maintained and created by
Ченджлог
1.20.x-1.10.0Релиз1.20, 1.20.1 · 2 июля 2023 г.
Big Update to Configs!
Old Configs doesn't work any more reconfiguration needed!
Changelog
Works on every 1.20 Forge version! Last update for the Version 1.20.x needs at least Forge 46.0.14 and supports all forge version upwards except 1.21.x Tested on the Stable released from Forge.
+Rewrote the entire Config system, Changed the Config to a 2 file system. The root of the Configs are still located in the same root folder as the old one, but are now 2 files. One file is for the General Settings like radius and chance etc. and the other file is for the filters. This change has been made to open up more possibilities for us to add new Features more easily.
+Remade the way the mod searched the specific radius.
+Added the ability that the mod consumes Bone meal from Player Inventory. Needs to be activated in the mod Config (default = false) Option made for mod pack Creators to nerf the mo as they like.
+Added the feature of hunger loss while using the mod. Can be deactivated in the Config. (default = true)
The player will get a random amount of hunger removed between 0 and 2 levels of food. Effect won't be applied the whole time! Feature can be disabled over Config. +Changed the math formula to reduce the effect. Now the chance is [x < chance / 120] instead of [x < chance / 100] to balance the mod. +Added the ability to use block IDs and block tags.
You can now add in the Config for block tags also in a separate list of their IDs to make this mod more compatible with other mods. This feature was a user request. If you have a request to tell us over on our Discord server or open an Issue on the GitHub page of this mod.
-Removed unnecessary code to help reduce file size.
1.19.x-1.10.0Релиз1.19.2, 1.19.3, 1.19.4 · 17 мая 2023 г.
Changelog
Big Update to Configs! Old Configs doesn't work any more reconfiguration needed! Works on every 1.19 Forge version! Last update for the Version 1.19.x Needs at least Forge 41.1.0 and supports all forge version upwards except 1.20.x Tested on the Stable released from Forge.
+Rewrote the entire Config system Changed the Config to a 2 file system. The root of the Configs are still located in the same root folder as the old one, but are now 2 files. One file is for the General Settings like radius and chance etc. and the other file is for the filters. This change has been made to open up more possibilities for us to add new Features more easily.
+Remade the way the mod searched the specific radius.
+Added the ability that the mod consumes Bone meal from Player Inventory. Needs to be activated in the mod Config (default = false) Option made for mod pack Creators to nerf the mo as they like.
+Added the feature of hunger loss while using the mod. Can be deactivated in the Config. (default = true)
The player will get a random amount of hunger removed between 0 and 2 levels of food. Effect won't be applied the whole time! Feature can be disabled over Config. +Changed the math formula to reduce the effect. Now the chance is [x < chance / 120] instead of [x < chance / 100] to balance the mod. +Added the ability to use block IDs and block tags.
You can now add in the Config for block tags also in a separate list of their IDs to make this mod more compatible with other mods. This feature was a user request. If you have a request to tell us over on our Discord server or open an Issue on the GitHub page of this mod.
-Removed unnecessary code to help reduce file size.
FORGE-1.9.2Релиз1.19.3 · 8 января 2023 г.
Changelog
Needs at least Forge version 44.1.0
Port to Minecraft 1.19.3
FORGE-1.9.1Релиз1.19 · 17 июля 2022 г.
Changelog
Needs at least Forge version 41.0.99
Improved *Improved the way how the Event gets triggered
Changed *Redone part of the code
FABRIC-1.9.1Альфа1.19, 1.19.1, 1.19.2 · 17 июля 2022 г.
Changelog
Official port to Fabric Needs at least fabric version 0.14.6
Special thanks to Snail#5831 for helping finishing this Port!
This is the Official port from the mod Sneaky Tree Growing which is based on Forge to the Fabric Mod Loader. This is part of the "Multiport Update" Currently in BETA State. 1.19.1 update may be the Full Release for Fabric
Changed *Redone part of the code
1.9.0Релиз1.19 · 13 июня 2022 г.
Changelog
Updated to 1.19 Needs at least forge version 41.0.19
Improved *Overall Performance and Stability
Changed *Redone part of the code
1.8.0Релиз1.18.2 · 13 мая 2022 г.
Updated to 1.18.2
Needs at least forge version 40.1.0
New Logo
Improved
*Overall Performance and Stability
Removed
-Unused Resources and Textures
Changed
*Redone part of the code
*Config moved to "config/Qubik Studios Mods/sneakytreegrowing.toml"
Комментарии
Загружаем…