Перейти к содержимому
Mineforgian

Sturdy Trees

A mod making trees much tougher, with an interesting breaking mechanic.

100K загрузок37 подписчиковCC-BY-4.0fabric

Обновлён 11 мая 2026 г. · опубликован 18 ноября 2023 г.

  • A lone tree with.... a stump?!
  • All Log Types Chiseled
  • Lesser Drops
  • Jungle, Acacia & Birch

Sturdy Trees reworks the entire wood-processing loop into a slower, more deliberate, Better Than Wolves–style progression.

Logs feel heavier, stumps matter, and early-game crafting is grounded in physical actions instead of instant vanilla recipes.


🌳 Core Gameplay Changes

🪵 Wood Processing

  • You no longer get planks or sticks from vanilla recipes.
    You must craft logs with an axe to break them down.
  • Processing logs can yield bark and sawdust as extra materials.
  • Slabs → Planks crafting is restored for all wood types.

🌲 Trees & Stumps

  • Cutting down a tree leaves a stump.
    Stumps need proper tools to remove.
  • Saplings now grow in stages.
  • Stumps can be converted into crafting tables using chisels from the Tough Environment mod.
  • Sapling are no longer bonemeal-able to grow instantly (configurable)
  • Logs & Stumps can turn into smouldering variants after being set on fire & generate ash
  • Leaves are passable-through & generate ash when they burn out

💻 Configuration & Integration

  • Configuration options: Config file toggles for toggling saplings bone meal functionality

🖼️ Logo License:
The logo and assets are licensed under the CC-BY 4.0 License.

🙏 Acknowledgment:
This mod is a substantial adaptation and ports features from the original Better Than Wolves, created by FlowerChild and currently maintained by the CE Team. Learn more about the original mod here.

The textures for small acacia, dark oak & cherry saplings are provided by Dawnraider from the BTW CE team from her BTWG addon for BTW.


Upcoming Updates:

  • The breaking mechanic will be refined.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.0.1Релиз1.21.1fabric11 мая 2026 г..jar (774 КБ)
2.0Релиз1.21.1fabric2 апреля 2026 г..jar (774 КБ)
1.6.6Бета1.21.1fabric19 января 2026 г..jar (670 КБ)
1.6.5Бета1.21.1fabric29 ноября 2025 г..jar (669 КБ)
1.6.4Бета1.21.1fabric27 ноября 2025 г..jar (669 КБ)
1.6.3Бета1.21.1fabric14 октября 2025 г..jar (670 КБ)
1.6.2Бета1.21.1fabric11 октября 2025 г..jar (670 КБ)
1.6.1Бета1.21.1fabric7 октября 2025 г..jar (654 КБ)
1.6Бета1.21.1fabric13 сентября 2025 г..jar (626 КБ)
1.5.4Бета1.21.1fabric25 марта 2025 г..jar (646 КБ)
1.5.3Бета1.21.1fabric24 февраля 2025 г..jar (655 КБ)
1.5.2Бета1.21.1fabric4 января 2025 г..jar (655 КБ)
1.5.1Бета1.21.1fabric4 января 2025 г..jar (650 КБ)
1.5Бета1.21.1fabric11 декабря 2024 г..jar (650 КБ)
1.4.4Бета1.21.1fabric26 октября 2024 г..jar (646 КБ)

Показаны последние 15 из 30 версий. Все версии — на Modrinth.

Ченджлог

2.0.1Релиз1.21.1 · 11 мая 2026 г.
  • Fixed missing textures for the mangrove and dark oak bark items
  • Updated the mod to Fabric API 0.116.11, Fabric Loader 0.19.2 & BTWR: Shared Library 0.8.4
2.0Релиз1.21.1 · 2 апреля 2026 г.

WARNING! Game breaking update, proceed with caution.

  • The mod is now officially in "Release" versioning!
  • Added saplings growing in stages! They now grow in 4 stages (from small saplings/seedlings) to mature (normal vanilla saplings). Mangrove propagules, Azalea and Flowering Azalea do not have stages, but they grow much slower than normal mature saplings. Saplings for Acacia, Dark Oak & Cherry provided by Dawnraider from her Better Than World Gen BTW addon!
  • Added logs/wood/stump blocks to turn into smouldering variants when exposed to fire for a while. Smouldering blocks will turn to cinder variants after a while or when extinguished by water/rain
  • Added the ability for stump blocks to be able to incrementally break like other log blocks when mined with an improper tool that doesn't convert them to crafting stumps. All items that are considered valid tools for conversion to crafting stumps should be registered under the "stump_efficient" tag in addition to them being added as efficient blocks in their material definition's inverse tag
  • Added Ash to generate from burning leaves and wood cinder blocks when they land after falling
  • Changed leaves to be passable-through. This can be configured per entity type via the "sturdy_trees:collides_with_leaves" tag
  • Changed how stump blocks are handled internally. This means that existing stumps in your world would likely be affected/missing
  • Changed the collision shapes for all log/stump block variations to be a full cube. This matches retail BTW behavior and fixes issues with mobs trying to pathfind on top of those blocks
  • Changed(added) all log/stump blocks from the mod to be proper flammable blocks
  • Fixed stump removers decrementing their stack count when in creative mode
  • Fixed missing blockstate combinations for spike log blocks which caused many warnings in the console
  • Removed the neighboring replacement logic, which makes log models flow better as it was causing issues and didn't work exactly as intended. Ideally, all the log classes need to be reworked to match BTW more closely. However, that turned out to be a bigger endeavor than I can handle at the moment, so I'm leaving it for later on when I have the technical knowledge to do so
  • Rewrote most of the project internally
  • Updated the mod to Fabric API 0.116.9, Fabric Loader 0.18.4 & BTWR: Shared Library 0.8.2
1.6.6Бета1.21.1 · 19 января 2026 г.
  • Changed directional drops to be handled with the DirectionalDropsConditions class from BTWR: SL 0.7
  • Updated the mod to BTWR: Shared Library 0.7
1.6.5Бета1.21.1 · 29 ноября 2025 г.
  • Fixed problems with existing configuration option where it was displaying wrong value/incorrect comments for what it does
  • Changed all configuration options in the mod to use the custom config library added by BTWR: Shared Library. This fixes the bug from last version that crashed the game without any warnings of the missing library that created the configurations
  • Removed Supermartijn642's config lib as the one creating configuration setting as it requires itself as a dependency to work properly
  • Updated the mod to BTWR: Shared Library 0.6.5
1.6.4Бета1.21.1 · 27 ноября 2025 г.
  • Changed all configuration options setting to be handled with Supermartijn642's Config Lib internally instead of Cloth Config API, which is used only for client side config options. Cloth Config is still used for creating all screens for access through Mod Menu.
  • Refactored pretty much the whole code; mainly for readability and cleaning up, but also so it's more in order with other mods from the BTWR project
  • Updated the mod to Fabric Loader 0.17.3 & BTWR: Shared Library 0.6.4
1.6.3Бета1.21.1 · 14 октября 2025 г.
  • Updated ExtendedShapelessRecipe from BTWR: Shared Library, which fixes some bugs with recipes using it
  • Updated the mod to Fabric API 0.116.7 & BTWR: Shared Library 0.61
1.6.2Бета1.21.1 · 11 октября 2025 г.
  • Updated mod recipes to use the new renamed ExtendedShapelessRecipe from BTWR: SL v0.60
  • Added a configuration option with Mod Menu to toggle whether saplings can be fertilized with bone meal or not
  • Added missing recipes for bamboo stripped/normal blocks to planks with tool and disabled the vanilla recipe for those
  • Added missing recipe for making bamboo planks by combining 2 bamboo slabs
  • Added translations for all mod blocks, most of them were ones without an item, but with this change they will properly display with mods like WAILA
  • Split the mod client environment from the main package
  • Updated the mod to BTWR Shared Library 0.60
1.6.1Бета1.21.1 · 7 октября 2025 г.
  • Fixed recipes for crafting plans/sticks with axes & other tools to work without issues by using a custom recipe by BTWR: Shared Library and remove the old logic for modifying recipe remainder for items with mixins.
  • Added recipes for stripped logs for planks/sticks crafting with tools.
  • Removed leaves blocks from the AXE_MINEABLE block tag to normalize leaves blocks breaking speed as it was never intended to increase it.
  • Updated the mod to BTWR Shared Library 0.59

Полная история изменений — на Modrinth.

Комментарии

Загружаем…