Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Kelp: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: upstream update available (local edits by imported>User-12316399 preserved)
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 14: Line 14:
}}
}}


'''Kelp''' is an underwater alga that generates in most [[Minecraft:ocean]]s.
'''Kelp''' is an underwater alga that generates in most oceans.


== Obtaining ==
== Obtaining ==
Line 23: Line 23:
=== Natural generation ===
=== Natural generation ===
{{main|Kelp (feature)}}
{{main|Kelp (feature)}}
Kelp naturally generates in any [[Minecraft:ocean]] biomes (except in [[Minecraft:Frozen Ocean|frozen]], [[Minecraft:Deep Frozen Ocean|deep frozen]] and [[Minecraft:Warm Ocean|warm]]), near and around [[Minecraft:seagrass]]. Each chunk has {{frac|1|18}} chance to generate a [[Minecraft:vegetation]] of kelp.
Kelp naturally generates in any ocean biomes (except in frozen, deep frozen and warm), near and around [[Minecraft:seagrass]]. Each chunk has {{frac|1|18}} chance to generate a vegetation of kelp.


{{block distribution}}
{{block distribution}}


=== Trading ===
=== Trading ===
[[Minecraft:Wandering trader]]s may sell 1 kelp for 3 [[Minecraft:emerald]]s.
Wandering traders may sell 1 kelp for 3 [[Minecraft:emerald]]s.
{{Trade sources}}
{{Trade sources}}


=== Mob loot ===
=== Mob loot ===
{{IN|bedrock}}, [[Minecraft:wandering traders]] have a chance of 8.5% (increased by 1% per level of [[Minecraft:Looting]]) to drop 1 kelp when killed while showing the item as trade offer, if the player holds an [[Minecraft:emerald]].
{{IN|bedrock}}, wandering traders have a chance of 8.5% (increased by 1% per level of Looting) to drop 1 kelp when killed while showing the item as trade offer, if the player holds an [[Minecraft:emerald]].


== Usage ==
== Usage ==
Kelp can be placed underwater by hand, or anywhere by the use of [[Minecraft:commands]] such as {{cmd|setblock}}. Placing it by hand gives it a random {{code|age}} value between 0 and 24. Kelp can be placed only in [[Minecraft:water]] source blocks or downward-flowing water, not horizontally flowing water.
Kelp can be placed underwater by hand, or anywhere by the use of [[Minecraft:commands]] such as {{cmd|setblock}}. Placing it by hand gives it a random {{code|age}} value between 0 and 24. Kelp can be placed only in [[Minecraft:water]] source blocks or downward-flowing water, not horizontally flowing water.


When placed in downward-flowing water, the kelp becomes waterlogged, transforming the flowing water into a water source block,<ref>{{bug|MC-133814}}</ref> which is useful for faster [[Minecraft:bubble column]] elevator creation.
When placed in downward-flowing water, the kelp becomes waterlogged, transforming the flowing water into a water source block,<ref>{{bug|MC-133814}}</ref> which is useful for faster bubble column elevator creation.


Any building block can be placed on top of a kelp plant, which is useful for building structures over a deep ocean without needing to build from the ocean floor (see also [[Minecraft:lily pad]]).
Any building block can be placed on top of a kelp plant, which is useful for building structures over a deep ocean without needing to build from the ocean floor (see also lily pad).


=== Cooking ingredient ===
=== Cooking ingredient ===
Line 53: Line 53:


=== Growth mechanics ===
=== Growth mechanics ===
Kelp can be planted on a broad variety of blocks. It grows underwater if it has either a source block of water or flowing water above it.<ref>{{bug|MC-133354}}</ref> Neither [[Minecraft:player]]s nor [[Minecraft:dispenser]]s can remove the water source block that kelp grows in without breaking the kelp first.
Kelp can be planted on a broad variety of blocks. It grows underwater if it has either a source block of water or flowing water above it.<ref>{{bug|MC-133354}}</ref> Neither players nor [[Minecraft:dispenser]]s can remove the water source block that kelp grows in without breaking the kelp first.


Kelp does not require any [[Minecraft:light]] level to grow. Kelp also grows without having [[Minecraft:sky]] access. [[Minecraft:Bone meal]] can be used to grow kelp by 1 block on each use.
Kelp does not require any light level to grow. Kelp also grows without having sky access. Bone meal can be used to grow kelp by 1 block on each use.


When kelp is planted, it is generated with a randomly chosen age value, which can be checked when pressing [[Minecraft:Debug screen|<kbd>F3</kbd>]]{{only|java}}. The age value of a newly planted kelp plant varies randomly from 0 to 24. Each time the kelp grows in height by one block, the newly generated top of the kelp plant increases its age by 1. When the top block of the kelp plant reaches an age of 25, it stops growing. This means that kelp can naturally grow to a height between 2 (if the first kelp plant had an age of 24) and 26 blocks (if the first kelp plant had an age of 0).  
When kelp is planted, it is generated with a randomly chosen age value, which can be checked when pressing <kbd>F3</kbd>{{only|java}}. The age value of a newly planted kelp plant varies randomly from 0 to 24. Each time the kelp grows in height by one block, the newly generated top of the kelp plant increases its age by 1. When the top block of the kelp plant reaches an age of 25, it stops growing. This means that kelp can naturally grow to a height between 2 (if the first kelp plant had an age of 24) and 26 blocks (if the first kelp plant had an age of 0).  


When a kelp plant block is broken, the age of the kelp plant block underneath is randomized to a value from 0 to 24 and the kelp continues growing until it reaches age 25. It is possible to use this mechanic to cultivate a kelp plant to increase its growth height beyond its natural maximum height of 26 blocks. This can be done by breaking the top-most block of the kelp plant each time it reaches age 25. A kelp plant cultivated by a player in this way repeatedly grows until it reaches the water surface.
When a kelp plant block is broken, the age of the kelp plant block underneath is randomized to a value from 0 to 24 and the kelp continues growing until it reaches age 25. It is possible to use this mechanic to cultivate a kelp plant to increase its growth height beyond its natural maximum height of 26 blocks. This can be done by breaking the top-most block of the kelp plant each time it reaches age 25. A kelp plant cultivated by a player in this way repeatedly grows until it reaches the water surface.


Each time it receives a [[Minecraft:random tick]], kelp has a 14% chance of growing. At default random tick speed (3), each plant grows on average every 9752 game ticks (487.6 seconds).
Each time it receives a random tick, kelp has a 14% chance of growing. At default random tick speed (3), each plant grows on average every 9752 game ticks (487.6 seconds).


Using [[Minecraft:shears]] on the topmost block of kelp prevents further growth by setting its <code>age</code> value to <code>25</code>.
Using [[Minecraft:shears]] on the topmost block of kelp prevents further growth by setting its <code>age</code> value to <code>25</code>.
Line 67: Line 67:
=== Farming ===
=== Farming ===
{{Main|Tutorial:Kelp farming}}
{{Main|Tutorial:Kelp farming}}
Kelp farming is similar to farming [[Minecraft:sugar cane]], although kelp must be placed underwater. Automation of harvest is easier because items float up in water source blocks.
Kelp farming is similar to farming sugar cane, although kelp must be placed underwater. Automation of harvest is easier because items float up in water source blocks.


== Sounds ==
== Sounds ==
Line 150: Line 150:
=== Development ===
=== Development ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine||May 21, 2009|link=https://web.archive.org/web/0/http://notch.tumblr.com/post/110762705/my-list-on-tile-types-so-far|[[Minecraft:Notch]] shows interest in adding a "[[Minecraft:seaweed]]" [[Minecraft:block]].}}
|{{HistoryLine||May 21, 2009|link=https://web.archive.org/web/0/http://notch.tumblr.com/post/110762705/my-list-on-tile-types-so-far|Notch shows interest in adding a "seaweed" [[Minecraft:block]].}}
|{{HistoryLine||November 18, 2017|link={{YouTubeLink|mAapz_nIC_Y}}|Kelp plants were shown in a clip of [[Minecraft:MineCon Earth]].}}
|{{HistoryLine||November 18, 2017|link={{YouTubeLink|mAapz_nIC_Y}}|Kelp plants were shown in a clip of MineCon Earth.}}
}}
}}


Line 158: Line 158:
|{{HistoryLine|java}}
|{{HistoryLine|java}}
|{{HistoryLine||1.13|dev=18w07a|[[File:Kelp JE1 BE1.gif|32px]] [[File:Kelp (item) JE1 BE2.png|32px]] Added kelp.}}
|{{HistoryLine||1.13|dev=18w07a|[[File:Kelp JE1 BE1.gif|32px]] [[File:Kelp (item) JE1 BE2.png|32px]] Added kelp.}}
|{{HistoryLine|||dev=18w07b|Kelp now behaves more like [[Minecraft:water]], meaning [[Minecraft:mob]]s can no longer spawn within the plant under water nor can they replenish their breath by [[Minecraft:swimming]] through it.}}
|{{HistoryLine|||dev=18w07b|Kelp now behaves more like [[Minecraft:water]], meaning [[Minecraft:mob]]s can no longer spawn within the plant under water nor can they replenish their breath by swimming through it.}}
|{{HistoryLine|||dev=18w10a|[[File:Kelp JE2.gif|32px]] The texture of kelp has been changed.}}
|{{HistoryLine|||dev=18w10a|[[File:Kelp JE2.gif|32px]] The texture of kelp has been changed.}}
|{{HistoryLine|||dev=18w14a|[[File:Kelp.gif|32px]] Top of the kelp textures have been shifted slightly downward.
|{{HistoryLine|||dev=18w14a|[[File:Kelp.gif|32px]] Top of the kelp textures have been shifted slightly downward.
|The generation rules for kelp have been changed, it now mainly generates in [[Minecraft:cold ocean]] biomes and can no longer generate in [[Minecraft:warm ocean]]s.}}
|The generation rules for kelp have been changed, it now mainly generates in cold ocean biomes and can no longer generate in warm oceans.}}
|{{HistoryLine|||dev=18w20a|The {{cd|kelp_top}} has been changed ID to {{cd|kelp}} and {{cd|kelp}} has been changed to {{cd|kelp_plant}}, for both the [[Minecraft:block]] and [[Minecraft:item]] forms.}}
|{{HistoryLine|||dev=18w20a|The {{cd|kelp_top}} has been changed ID to {{cd|kelp}} and {{cd|kelp}} has been changed to {{cd|kelp_plant}}, for both the [[Minecraft:block]] and [[Minecraft:item]] forms.}}
|{{HistoryLine|||dev=pre2|Kelp is now destroyed by [[Minecraft:sponge]]s.<ref>{{bug|MC-127111}}</ref>}}
|{{HistoryLine|||dev=pre2|Kelp is now destroyed by [[Minecraft:sponge]]s.<ref>{{bug|MC-127111}}</ref>}}
|{{HistoryLine|||dev=pre6|Added 5 new [[Minecraft:sound]] events that apply to kelp: {{cd|block.wet_grass.break|block.wet_grass.fall|block.wet_grass.hit|block.wet_grass.place|block.wet_grass.step|d=and}}.}}
|{{HistoryLine|||dev=pre6|Added 5 new sound events that apply to kelp: {{cd|block.wet_grass.break|block.wet_grass.fall|block.wet_grass.hit|block.wet_grass.place|block.wet_grass.step|d=and}}.}}
|{{HistoryLine||1.14|dev=19w03a|Placing kelp into a [[Minecraft:composter]] now has a 10% chance of raising the compost level by 1.}}
|{{HistoryLine||1.14|dev=19w03a|Placing kelp into a [[Minecraft:composter]] now has a 10% chance of raising the compost level by 1.}}
|{{HistoryLine|||dev=19w05a|Kelp now has a 30% chance of increasing the compost level in a composter by 1.
|{{HistoryLine|||dev=19w05a|Kelp now has a 30% chance of increasing the compost level in a composter by 1.
|Added [[Minecraft:wandering trader]]s, which can sell kelp for 3 [[Minecraft:emerald]]s.}}
|Added wandering traders, which can sell kelp for 3 [[Minecraft:emerald]]s.}}
|{{HistoryLine||1.16|dev=20w11a|Kelp can now be grown with [[Minecraft:bone meal]].}}
|{{HistoryLine||1.16|dev=20w11a|Kelp can now be grown with bone meal.}}
|{{HistoryLine|||dev=20w13a|Kelp has been moved from the "Miscellaneous" tab to the "Decoration Blocks" tab in the [[Minecraft:Creative inventory]].<ref name="misc decoration">{{bug|MC-174434|resolution=Fixed}}</ref>}}
|{{HistoryLine|||dev=20w13a|Kelp has been moved from the "Miscellaneous" tab to the "Decoration Blocks" tab in the [[Minecraft:Creative inventory]].<ref name="misc decoration">{{bug|MC-174434|resolution=Fixed}}</ref>}}
|{{HistoryLine||1.17|dev=20w46a|Kelp no longer generates on magma blocks.<ref>{{Bug|MC-185605|resolution=Fixed}}</ref>}}
|{{HistoryLine||1.17|dev=20w46a|Kelp no longer generates on magma blocks.<ref>{{Bug|MC-185605|resolution=Fixed}}</ref>}}
Line 180: Line 180:
|{{HistoryLine|||dev=beta 1.2.20.1|[[File:Kelp (item) JE1 BE2.png|32px]] The kelp [[Minecraft:item]] texture has been updated to the {{JE}}'s.}}
|{{HistoryLine|||dev=beta 1.2.20.1|[[File:Kelp (item) JE1 BE2.png|32px]] The kelp [[Minecraft:item]] texture has been updated to the {{JE}}'s.}}
|{{HistoryLine||1.5.0|dev=beta 1.5.0.4|[[File:Kelp.gif|32px]] The texture of the kelp plant has been updated.}}
|{{HistoryLine||1.5.0|dev=beta 1.5.0.4|[[File:Kelp.gif|32px]] The texture of the kelp plant has been updated.}}
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|Kelp can now be bought from [[Minecraft:wandering trader]]s for 3 [[Minecraft:emerald]]s.}}
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|Kelp can now be bought from wandering traders for 3 [[Minecraft:emerald]]s.}}
|{{HistoryLine||1.11.0|dev=beta 1.11.0.1|Kelp can now be used to fill [[Minecraft:composter]]s.}}
|{{HistoryLine||1.11.0|dev=beta 1.11.0.1|Kelp can now be used to fill [[Minecraft:composter]]s.}}
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.25|Removed the unintended darker tinting of kelp.}}
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.25|Removed the unintended darker tinting of kelp.}}
|{{HistoryLine||1.21.60|dev=Preview 1.21.60.21|Kelp now stops growing if [[Minecraft:shears]] are used on the tip.}}
|{{HistoryLine||1.21.60|dev=Preview 1.21.60.21|Kelp now stops growing if [[Minecraft:shears]] are used on the tip.}}
|{{HistoryLine|||dev=Preview 1.21.60.23|Kelp generates more frequently and in denser patches in [[Minecraft:ocean]] biomes (except for [[Minecraft:frozen ocean]]).}}
|{{HistoryLine|||dev=Preview 1.21.60.23|Kelp generates more frequently and in denser patches in ocean biomes (except for frozen ocean).}}
|{{HistoryLine|||dev=Preview 1.21.60.27|Kelp can now generate at any depth, leading to increased overall generation.}}
|{{HistoryLine|||dev=Preview 1.21.60.27|Kelp can now generate at any depth, leading to increased overall generation.}}
}}
}}
Line 192: Line 192:
|{{HistoryLine|console}}
|{{HistoryLine|console}}
|{{HistoryLine||xbox=TU69|ps3=1.76|psvita=1.76|ps4=1.76|wiiu=Patch 38|[[File:Kelp.gif|32px]] [[File:Kelp (item) JE1 BE2.png|32px]] Added kelp.}}
|{{HistoryLine||xbox=TU69|ps3=1.76|psvita=1.76|ps4=1.76|wiiu=Patch 38|[[File:Kelp.gif|32px]] [[File:Kelp (item) JE1 BE2.png|32px]] Added kelp.}}
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.91|wiiu=none|switch=none|Kelp can now be bought from [[Minecraft:wandering trader]]s for 3 [[Minecraft:emerald]]s.}}
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.91|wiiu=none|switch=none|Kelp can now be bought from wandering traders for 3 [[Minecraft:emerald]]s.}}
}}
}}


Line 200: Line 200:
== Trivia ==
== Trivia ==
* In real life, {{w|kelp}} is not considered a {{w|plant}}. It is classified by scientists as a {{w|brown algae}}.
* In real life, {{w|kelp}} is not considered a {{w|plant}}. It is classified by scientists as a {{w|brown algae}}.
** Kelp in real life absorbs nutrients directly from the water, instead of through its root-like structure, [[Minecraft:wikipedia:Holdfast (biology)|holdfast]], which merely attaches it to the seabed. This is in accordance with kelp being able to grow on almost any solid block in ''Minecraft''.
** Kelp in real life absorbs nutrients directly from the water, instead of through its root-like structure, holdfast, which merely attaches it to the seabed. This is in accordance with kelp being able to grow on almost any solid block in ''Minecraft''.


== Gallery ==
== Gallery ==
Line 206: Line 206:
<gallery heights="60">
<gallery heights="60">
File:SeaPlantsMineConEarth2017.jpg|Kelp shown in a clip from MINECON Earth 2017.
File:SeaPlantsMineConEarth2017.jpg|Kelp shown in a clip from MINECON Earth 2017.
File:Kelp in ocean with Jappa textures.jpg|Naturally generated kelp in an [[Minecraft:ocean]] biome.
File:Kelp in ocean with Jappa textures.jpg|Naturally generated kelp in an ocean biome.
File:Kelp on shoreline.png|Naturally generated kelp near the shore.
File:Kelp on shoreline.png|Naturally generated kelp near the shore.
File:Ocean life.png|An ocean with kelp visible in the far distance.
File:Ocean life.png|An ocean with kelp visible in the far distance.
File:Kelp on Land.png|Kelp placed outside of [[Minecraft:water]] using the {{cmd|setblock}} command before 18w07b.
File:Kelp on Land.png|Kelp placed outside of [[Minecraft:water]] using the {{cmd|setblock}} command before 18w07b.
File:Waterless kelp.png|What kelp looks like without water (water removed using a [[Minecraft:resource pack]]).
File:Waterless kelp.png|What kelp looks like without water (water removed using a resource pack).
File:Floating Kelp.png|Kelp that generated in mid-air due to an [[Minecraft:ocean monument]]'s water cutting through it.
File:Floating Kelp.png|Kelp that generated in mid-air due to an ocean monument's water cutting through it.
File:Kelp in ocean.jpg|Multiple kelps.
File:Kelp in ocean.jpg|Multiple kelps.
File:Kelp 255 blocks tall.png|Without obstacles, kelp can grow all the way to building limit.
File:Kelp 255 blocks tall.png|Without obstacles, kelp can grow all the way to building limit.
Line 221: Line 221:


== External links ==
== External links ==
*{{Mcnet|taking-inventory--kelp|Taking Inventory: Kelp|August 27, 2020|[[Minecraft:Duncan Geere]]}}  
*{{Mcnet|taking-inventory--kelp|Taking Inventory: Kelp|August 27, 2020|Duncan Geere}}  


== Navigation ==
== Navigation ==
Line 231: Line 231:
[[Category:Non-solid blocks]]
[[Category:Non-solid blocks]]


[[Minecraft:de:Seetang]]
de:Seetang
[[Minecraft:es:Alga]]
es:Alga
[[Minecraft:fr:Algue]]
fr:Algue
[[Minecraft:it:Alga]]
it:Alga
[[Minecraft:ja:コンブ]]
ja:コンブ
[[Minecraft:ko:켈프]]
ko:켈프
[[Minecraft:nl:Kelp]]
nl:Kelp
[[Minecraft:pl:Wodorost]]
pl:Wodorost
[[Minecraft:pt:Alga]]
pt:Alga
[[Minecraft:ru:Ламинария]]
ru:Ламинария
[[Minecraft:th:สาหร่ายทะเล]]
th:สาหร่ายทะเล
[[Minecraft:uk:Ламінарія]]
uk:Ламінарія
[[Minecraft:zh:海带]]
zh:海带

Revision as of 15:53, 9 April 2026

Upstream Update Available — The source wiki has a newer version of this page. View upstream version
Dismiss this banner by removing {{Upstream update available}} from the page after reviewing.

Template:For Template:Distinguish Template:Infobox block

Kelp is an underwater alga that generates in most oceans.

Obtaining

Breaking

Kelp can be mined instantly with any Minecraft:tool or with the player's fist. Removing water from the kelp block destroys the kelp. Breaking one part of a kelp stalk destroys all kelp Minecraft:blocks above it. Each block drops a kelp item. Template:Breaking row

Natural generation

Template:Main Kelp naturally generates in any ocean biomes (except in frozen, deep frozen and warm), near and around Minecraft:seagrass. Each chunk has Template:Frac chance to generate a vegetation of kelp.

Template:Block distribution

Trading

Wandering traders may sell 1 kelp for 3 Minecraft:emeralds. Template:Trade sources

Mob loot

Template:IN, wandering traders have a chance of 8.5% (increased by 1% per level of Looting) to drop 1 kelp when killed while showing the item as trade offer, if the player holds an Minecraft:emerald.

Usage

Kelp can be placed underwater by hand, or anywhere by the use of Minecraft:commands such as Template:Cmd. Placing it by hand gives it a random Template:Code value between 0 and 24. Kelp can be placed only in Minecraft:water source blocks or downward-flowing water, not horizontally flowing water.

When placed in downward-flowing water, the kelp becomes waterlogged, transforming the flowing water into a water source block,<ref>Template:Bug</ref> which is useful for faster bubble column elevator creation.

Any building block can be placed on top of a kelp plant, which is useful for building structures over a deep ocean without needing to build from the ocean floor (see also lily pad).

Cooking ingredient

Template:Smelting

Composting

Placing kelp into a Minecraft:composter has a 30% chance of raising the compost level by 1.

Growth mechanics

Kelp can be planted on a broad variety of blocks. It grows underwater if it has either a source block of water or flowing water above it.<ref>Template:Bug</ref> Neither players nor Minecraft:dispensers can remove the water source block that kelp grows in without breaking the kelp first.

Kelp does not require any light level to grow. Kelp also grows without having sky access. Bone meal can be used to grow kelp by 1 block on each use.

When kelp is planted, it is generated with a randomly chosen age value, which can be checked when pressing F3Template:Only. The age value of a newly planted kelp plant varies randomly from 0 to 24. Each time the kelp grows in height by one block, the newly generated top of the kelp plant increases its age by 1. When the top block of the kelp plant reaches an age of 25, it stops growing. This means that kelp can naturally grow to a height between 2 (if the first kelp plant had an age of 24) and 26 blocks (if the first kelp plant had an age of 0).

When a kelp plant block is broken, the age of the kelp plant block underneath is randomized to a value from 0 to 24 and the kelp continues growing until it reaches age 25. It is possible to use this mechanic to cultivate a kelp plant to increase its growth height beyond its natural maximum height of 26 blocks. This can be done by breaking the top-most block of the kelp plant each time it reaches age 25. A kelp plant cultivated by a player in this way repeatedly grows until it reaches the water surface.

Each time it receives a random tick, kelp has a 14% chance of growing. At default random tick speed (3), each plant grows on average every 9752 game ticks (487.6 seconds).

Using Minecraft:shears on the topmost block of kelp prevents further growth by setting its age value to 25.

Farming

Template:Main Kelp farming is similar to farming sugar cane, although kelp must be placed underwater. Automation of harvest is easier because items float up in water source blocks.

Sounds

Generic

Template:Sound table/Block/Wet grass

Unique

Template:Edition Template:SoundTable

Template:Edition: None

Data values

ID

Template:Edition: Template:ID table Template:ID table

Template:Edition: Template:ID table Template:ID table2

Block states

Template:See also

Template:El:
Top kelp block: Template:Bst

Template:El: Template:Bst

History

Template:More sounds Template:See technical block

Development

Template:HistoryTable

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Legacy Console Edition

Template:HistoryTable

Issues

Template:Issue list

Trivia

  • In real life, Template:W is not considered a Template:W. It is classified by scientists as a Template:W.
    • Kelp in real life absorbs nutrients directly from the water, instead of through its root-like structure, holdfast, which merely attaches it to the seabed. This is in accordance with kelp being able to grow on almost any solid block in Minecraft.

Gallery

Screenshots

References

Template:Reflist

External links

Navigation

Template:Navbox items Template:Navbox blocks

de:Seetang es:Alga fr:Algue it:Alga ja:コンブ ko:켈프 nl:Kelp pl:Wodorost pt:Alga ru:Ламинария th:สาหร่ายทะเล uk:Ламінарія zh:海带