Metallurgy/Arborenda Shamir: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
m (remove name and image parameters)
m (Misode, please fill out the rest of the details)
Line 1: Line 1:
[[Category: All Modules]]
{{ModuleInfobox
{{ModuleInfobox
  | creator=Bloo, Sparks, and Special
| type = Expansion
  | type=Expansion
  | creator = {{UserLink|Bloo}}, {{UserLink|Sparks}}, and {{UserLink|SpecialBuilder32|Special}}
  | requires=[[Metallurgy]]
  | updater = {{UserLink|Misode}}
  | versions=1.13+
  | requires = [[Metallurgy]]
}}
  | versions = 1.13+
}}


The Aborenda Shamir helps the player the cut down trees in a more efficient manner.
The Aborenda Shamir helps the player the cut down trees in a more efficient manner.
Line 11: Line 11:
== Features ==
== Features ==
{| class="wikitable"
{| class="wikitable"
|+Shamir Properties
|+ Shamir Properties
!Property
! Property
|Amplification
| Amplification
|-
|-
!Metal Band
! Metal Band
|{{Stack|gm4:Arborenda Shamir|inline=true}} Barium
| {{Stack| gm4:Arborenda Shamir }} Barium
|-
|-
!Valid Items
! Valid Items
|{{Stack|Wooden Axe|inline=true}} {{Stack|Stone Axe|inline=true}} {{Stack|Golden Axe|inline=true}} {{Stack|Iron Axe|inline=true}} {{Stack|Diamond Axe|inline=true}} {{Stack|Netherite Axe|inline=true}}
| {{Stack|Wooden Axe}} {{Stack|Stone Axe}} {{Stack|Golden Axe}} {{Stack|Iron Axe}} {{Stack|Diamond Axe}} {{Stack|Netherite Axe}}
|}
|}


Line 28: Line 28:
Below is a list of tree types and the process the logs are broken.
Below is a list of tree types and the process the logs are broken.
{| class="wikitable"
{| class="wikitable"
!Log Type
! Log Type
!Process
! Process
|-
|-
|{{Stack|Oak Log|inline=true|size=24}} Oak Log
| {{Stack| Oak Log | size = 24 }} Oak Log
|Oak logs in a 11x11 area above the initial log are broken
| Oak logs in a 11x11 area above the initial log are broken
|-
|-
|{{Stack|Spruce Log|inline=true|size=24}} Spruce Log
| {{Stack| Spruce Log | size = 24 }} Spruce Log
|Spruce logs in a 3x3 area above the initial log are broken
| Spruce logs in a 3x3 area above the initial log are broken
|-
|-
|{{Stack|Birch Log|inline=true|size=24}} Birch Log
| {{Stack| Birch Log | size = 24 }} Birch Log
|Birch logs directly area above the initial log are broken
| Birch logs directly area above the initial log are broken
|-
|-
|{{Stack|Jungle Log|inline=true|size=24}} Jungle Log
| {{Stack| Jungle Log | size = 24 }} Jungle Log
|For the first 5 layers, jungle logs in a 3x3 area above the initial log are broken<br />For the remaining layers, jungle logs in a 11x11 area above the initial log are broken
| For the first 5 layers, jungle logs in a 3x3 area above the initial log are broken<br />For the remaining layers, jungle logs in a 11x11 area above the initial log are broken
|-
|-
|{{Stack|Acacia Log|inline=true|size=24}} Acacia Log
| {{Stack| Acacia Log | size = 24 }} Acacia Log
|Acacia logs in a 7x7 area above the initial log are broken
| Acacia logs in a 7x7 area above the initial log are broken
|-
|-
|{{Stack|Dark Oak Log|inline=true|size=24}} Dark Oak Log
| {{Stack| Dark Oak Log | size = 24 }} Dark Oak Log
|Dark oak logs in a 7x7 area above the initial log are broken
| Dark oak logs in a 7x7 area above the initial log are broken
|}
|}


Line 57: Line 57:
== History ==
== History ==
{| class="wikitable"
{| class="wikitable"
|+
|+
!Version
! Version
!Date
! Date
!Change
! Change
|-
|-
|1.12
| 1.12
|10 Nov 2017
| 10 Nov 2017
|Alpha released Metallurgy on [[Gamemode 4D]]
| Alpha released Metallurgy on [[Gamemode 4D]]
|-
|-
| rowspan="2" |1.13
| rowspan="2" |1.13
|17 May 2019
| 17 May 2019
|Beta released on [[Public Server V]]
| Beta released on [[Public Server V]]
|-
|-
|08 Aug 2019
| 08 Aug 2019
|Officially Released Arborenda Shamir
| Officially Released Arborenda Shamir
|-
| rowspan = 2 | 1.17
| rowspan = 2 | 20 Aug 2021
| Updated to use the flood-fill algorithm
|-
| Now uses durability per log
|}
|}


{{Modules List/Metallurgy}}
{{Modules List/Metallurgy}}

Revision as of 05:11, 26 August 2021

Arborenda Shamir

Module TypeExpansion
Created byBloo, Sparks and Special
Last Updated byMisode
Required ModulesMetallurgy
Compatible MC Versions1.13+

The Aborenda Shamir helps the player the cut down trees in a more efficient manner.

Features

Shamir Properties
Property Amplification
Metal Band Barium
Valid Items

Usage

Breaking any log type with an axe will cause logs around it to be destroyed, creating a "tree feller" effect. The way the logs are broken depends on the type of tree, but in every process, logs will be destroyed per vertical layer, moving from the bottom log, to the top log. The log items will drop in the same column as the initial log block, meaning when destroying a normal tree, the log items will land on a single block when they all fall down.

Felling a tree with Arborenda

Below is a list of tree types and the process the logs are broken.

Log Type Process
Oak Log Oak logs in a 11x11 area above the initial log are broken
Spruce Log Spruce logs in a 3x3 area above the initial log are broken
Birch Log Birch logs directly area above the initial log are broken
Jungle Log For the first 5 layers, jungle logs in a 3x3 area above the initial log are broken
For the remaining layers, jungle logs in a 11x11 area above the initial log are broken
Acacia Log Acacia logs in a 7x7 area above the initial log are broken
Dark Oak Log Dark oak logs in a 7x7 area above the initial log are broken

Technical Details

Each layer is destroyed once every tick, so taller trees will take slightly longer to completely break.

When moving up a column (trunk), if there are no logs broken in that layer, the process will stop at that layer.

History

Version Date Change
1.12 10 Nov 2017 Alpha released Metallurgy on Gamemode 4D
1.13 17 May 2019 Beta released on Public Server V
08 Aug 2019 Officially Released Arborenda Shamir
1.17 20 Aug 2021 Updated to use the flood-fill algorithm
Now uses durability per log