Difference between revisions of "Melon"

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

m (TheTopazRobot moved page Melon slice to Melon over redirect: The in-game item name is melon)
 
(3 intermediate revisions by 3 users not shown)
Line 11: Line 11:
  
 
== Obtaining ==
 
== Obtaining ==
 +
=== Drops ===
 +
''See also: [[Farming]]''
 +
 
When a [[melon block]] is broken with any [[Tools|tool]], it drops 3-7 melons. Using a [[Tools|tool]] [[Enchanting|enchanted]] with Fortune can wield higher numbers. At Fortune 3, it may drop 3-9 melons.
 
When a [[melon block]] is broken with any [[Tools|tool]], it drops 3-7 melons. Using a [[Tools|tool]] [[Enchanting|enchanted]] with Fortune can wield higher numbers. At Fortune 3, it may drop 3-9 melons.
 
=== Farming ===
 
To start a melon farm, [[melon seed]]s are required. Currently melons don't spawn naturally, so to find melon seeds the player must look for seeds in loot chests of [[skyhold]]s, [[dungeon]]s, or [[Biomes#Ruins|ruins]], or by breaking [[long grass]], of which the melon seed is a rare drop. Melon seeds have to be planted on [[farmland]] in order to grow. Once fully grown, every so often, it has a chance of spawning a melon block next to it, from which you then get 3-7 melons.
 
  
 
== Usage ==
 
== Usage ==
 
=== Food ===
 
=== Food ===
Eating a melon gives the player 1.5 hunger point back.
+
Eating a melon gives the player 1.5 hunger points back.
  
 
=== Crafting Ingredient ===
 
=== Crafting Ingredient ===
 
A melon can be made into a [[melon seed]].
 
A melon can be made into a [[melon seed]].
{{SmallCrafting
+
{{CraftSmall
|1=Melon
+
|A1=Melon
|1pic=Melon.png
+
|output=Melon Seed
|output=Melon seed
 
|outputpic=Melon seed.png
 
 
}}
 
}}
  
 
A melon is required in the crafting recipe for a [[glistering melon]].
 
A melon is required in the crafting recipe for a [[glistering melon]].
{{BigCrafting
+
{{CraftBig
|1=Gold nugget
+
|A1=Gold Nugget
|1pic=Gold nugget.png
+
|A2=Gold Nugget
|2=Gold nugget
+
|A3=Gold Nugget
|2pic=Gold nugget.png
+
|B1=Gold Nugget
|3=Gold nugget
+
|B2=Melon
|3pic=Gold nugget.png
+
|B3=Gold Nugget
|4=Gold nugget
+
|C1=Gold Nugget
|4pic=Gold nugget.png
+
|C2=Gold Nugget
|5=Melon
+
|C3=Gold Nugget
|5pic=Melon.png
+
|output=Glistering Melon
|6=Gold nugget
 
|6pic=Gold nugget.png
 
|7=Gold nugget
 
|7pic=Gold nugget.png
 
|8=Gold nugget
 
|8pic=Gold nugget.png
 
|9=Gold nugget
 
|9pic=Gold nugget.png
 
|output=Glistering melon
 
|outputpic=Glistering melon.png
 
 
}}
 
}}
 
 
Nine melons are required to craft a [[melon block]].
 
Nine melons are required to craft a [[melon block]].
{{BigCrafting
+
{{CraftBig
|1=Melon
+
|A1=Melon
|1pic=Melon.png
+
|A2=Melon
|2=Melon
+
|A3=Melon
|2pic=Melon.png
+
|B1=Melon
|3=Melon
+
|B2=Melon
|3pic=Melon.png
+
|B3=Melon
|4=Melon
+
|C1=Melon
|4pic=Melon.png
+
|C2=Melon
|5=Melon
+
|C3=Melon
|5pic=Melon.png
+
|output=Melon Block
|6=Melon
 
|6pic=Melon.png
 
|7=Melon
 
|7pic=Melon.png
 
|8=Melon
 
|8pic=Melon.png
 
|9=Melon
 
|9pic=Melon.png
 
|output=Melon block
 
|outputpic=Melon block.png
 
 
}}
 
}}
 +
 +
== Task ==
 +
{{Tasks|26=}}
  
 
== History ==
 
== History ==
Line 94: Line 74:
 
* The algorithm for deciding how many melons a melon block drops is <code>min(9, 3+random(0 to 4 inclusive)+random(0 to fortuneLevel inclusive))</code>. Although this means that both Fortune 2 and 3 have the same maximum drop of 9 melon slices, Fortune 3 is more likely to get this maximum drop. If we ignore the first random function and assume it gives 4, in total 7 so far, then with Fortune 2 there is a 1/3 chance of getting +2, so 9 in total, while with Fortune 3 there is a 1/2, because both +2 and +3(which would result in the <code>min</code> function choosing the 9 over the 10 total), result in 9 melons.
 
* The algorithm for deciding how many melons a melon block drops is <code>min(9, 3+random(0 to 4 inclusive)+random(0 to fortuneLevel inclusive))</code>. Although this means that both Fortune 2 and 3 have the same maximum drop of 9 melon slices, Fortune 3 is more likely to get this maximum drop. If we ignore the first random function and assume it gives 4, in total 7 so far, then with Fortune 2 there is a 1/3 chance of getting +2, so 9 in total, while with Fortune 3 there is a 1/2, because both +2 and +3(which would result in the <code>min</code> function choosing the 9 over the 10 total), result in 9 melons.
  
== See Also ==
+
== See also ==
 
* [[Glistering melon]]
 
* [[Glistering melon]]
 
* [[Melon block]]
 
* [[Melon block]]

Latest revision as of 20:51, 19 November 2023





Melon
Melon.png
Type:Food, Item
Renewable:Yes
Identifier:melon

Melon is a food item.

Obtaining

Drops

See also: Farming

When a melon block is broken with any tool, it drops 3-7 melons. Using a tool enchanted with Fortune can wield higher numbers. At Fortune 3, it may drop 3-9 melons.

Usage

Food

Eating a melon gives the player 1.5 hunger points back.

Crafting Ingredient

A melon can be made into a melon seed.

Melon Invisible-sprite Invisible-sprite Invisible-sprite Melon Seed

A melon is required in the crafting recipe for a glistering melon.

Gold Nugget Gold Nugget Gold Nugget Gold Nugget Melon Gold Nugget Gold Nugget Gold Nugget Gold Nugget Glistering Melon

Nine melons are required to craft a melon block.

Melon Melon Melon Melon Melon Melon Melon Melon Melon Melon Block

Task

Number Icon[ng] Name Newgrounds name Description [ng] Objective Points[ng] Requirements
26 Eat some food Eat Food Say "omnommnom" while you do that! Eat some food, such as raw porkchop or an orange 5 Any food

History

Version Date Changes
1.27 Nov 13, 2015
  • Added the melon

Trivia

  • The melon and the glistering melon are flipped 90 degrees compared to each other.
  • In the image files of Mine Blocks, melon is referred to as a melon slice, while its id and in game name are both melon.
  • The algorithm for deciding how many melons a melon block drops is min(9, 3+random(0 to 4 inclusive)+random(0 to fortuneLevel inclusive)). Although this means that both Fortune 2 and 3 have the same maximum drop of 9 melon slices, Fortune 3 is more likely to get this maximum drop. If we ignore the first random function and assume it gives 4, in total 7 so far, then with Fortune 2 there is a 1/3 chance of getting +2, so 9 in total, while with Fortune 3 there is a 1/2, because both +2 and +3(which would result in the min function choosing the 9 over the 10 total), result in 9 melons.

See also