LegendOfSteve:Bomb Flower Seeds: Difference between revisions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
*''This page is about the plant bomb flowers come from. For the bomb flower item, see [[LegendOfSteve:Bomb Flower|Bomb Flower]]'' | |||
{{Infobox block | {{Infobox block | ||
| title = Bomb Flower Seeds | | title = Bomb Flower Seeds | ||
| Line 15: | Line 17: | ||
|light=No | |light=No | ||
|tool=any | |tool=any | ||
|tntres = 0.1 | |||
|hardness = 0 | |||
|renewable=Yes | |renewable=Yes | ||
|stackable=Yes (64) | |stackable=Yes (64) | ||
| Line 55: | Line 59: | ||
* {{BlockLink|minecraft:Mud}} | * {{BlockLink|minecraft:Mud}} | ||
* {{BlockLink|minecraft:Muddy Mangrove Roots}} | * {{BlockLink|minecraft:Muddy Mangrove Roots}} | ||
== Usage == | |||
=== Placement === | |||
Bomb flower seeds can be planted on [[minecraft:stone|stone]], [[minecraft:deepslate|deepslate]], or any other stone or stone-like blocks given that the position is nearby to lava (specifically within a 5x3x5 distance). The bomb flower seeds will create a bomb flower plant which will eventually grow to full maturity. | |||
=== Growth === | |||
A bomb flower plant goes through 4 stages after it's planted, with the final stage yielding a bomb. If the plant isn't within 5 blocks horizontally or 3 blocks vertically to a lava source, it will not grow. Additionally, the rate at which the bomb flower grows depends on the exposure to light or "heat" of the current dimension. The probability of it growing can be calculated with the formula <code>100 * (0.1 - (skylight - 8) / 250)</code>, with the chance being checked every random tick (every 68.27 seconds). If the dimension is hot, like the nether, the bomb will have an additional 5% to grow added on top of the base chance. | |||
{| class="wikitable" | |||
|+ Bomb flower growth rate probabilities | |||
|- | |||
! Light Level | |||
! Probability of growth per random tick<br />(Overworld) | |||
! Probability of growth per random tick<br />(Nether) | |||
|- | |||
| 0 | |||
| 13.20% | |||
| 18.20% | |||
|- | |||
| 1 | |||
| 12.80% | |||
| 17.80% | |||
|- | |||
| 2 | |||
| 12.40% | |||
| 17.40% | |||
|- | |||
| 3 | |||
| 12.00% | |||
| 17.00% | |||
|- | |||
| 4 | |||
| 11.60% | |||
| 16.60% | |||
|- | |||
| 5 | |||
| 11.20% | |||
| 16.20% | |||
|- | |||
| 6 | |||
| 10.80% | |||
| 15.80% | |||
|- | |||
| 7 | |||
| 10.40% | |||
| 15.40% | |||
|- | |||
| 8 | |||
| 10.00% | |||
| 15.00% | |||
|- | |||
| 9 | |||
| 9.60% | |||
| 14.60% | |||
|- | |||
| 10 | |||
| 9.20% | |||
| 14.20% | |||
|- | |||
| 11 | |||
| 8.80% | |||
| 13.80% | |||
|- | |||
| 12 | |||
| 8.40% | |||
| 13.40% | |||
|- | |||
| 13 | |||
| 8.0% | |||
| 13.00% | |||
|- | |||
| 14 | |||
| 7.60% | |||
| 12.60% | |||
|- | |||
| 15 | |||
| 7.20% | |||
| 12.20% | |||
|} | |||
Bomb flower plants can't be bonemealed. | |||
== Gallery == | |||
<gallery widths="240"> | |||
File:LegendOfSteve Bomb Flower.png|Naturally generating bomb flowers | |||
File:LegendOfSteve Charged Bomb Flower Screenshot.png|Charged Bomb Flower | |||
</gallery> | |||
{{Navboxes/LegendOfSteve}} | |||