-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations ultimatetimber.mdx (Dutch)
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
folder/nl/src/content/docs/enhancements/Plugins/Free/ultimatetimber.mdx.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
description: A free plugin that freshens up the most basic task in Minecraft - cutting down a tree. | ||
slug: e/pl/ultimatetimber | ||
title: Ultimate Timber | ||
lastUpdated: 2024-01-01 | ||
--- | ||
|
||
import MainStatusPill from '../../../../../components/MainStatusPill.vue' | ||
import { LinkCard, CardGrid } from '@astrojs/starlight/components'; | ||
|
||
#### This enhancement supports | ||
|
||
<br/> | ||
<MainStatusPill warning>Spigot / Paper & forks only</MainStatusPill> | ||
<br/> | ||
Give your players a new and exciting way to cut down trees in Minecraft. | ||
|
||
### Features | ||
|
||
<ul class="pl-5 list-disc"> | ||
<li>Auto pickup</li> | ||
<li>Auto replant</li> | ||
<li>Custom animations (inc block falling)</li> | ||
<li>Custom item drops</li> | ||
<li>Custom sounds</li> | ||
</ul> | ||
|
||
<CardGrid> | ||
<LinkCard title="Download" href="https://marketplace.songoda.com/marketplace/product/ultimatetimber-the-realistic-tree-chopper.18" /> | ||
<LinkCard title="Wiki" href="https://wiki.songoda.com/Ultimate_Timber" /> | ||
</CardGrid> |