Difference between revisions of "Gravel"

From TFC:TNG
Jump to navigation Jump to search
(Removed Todo. Page done?)
(Added code ref, trying something new and updated infos.)
Line 32: Line 32:
 
}}
 
}}
  
Gravel is found under all layers of [[Dirt]] in varying thicknesses. Gravel will always match the top most layer of [[Stone]] when generated.  
+
Gravel is found under all layers of [[Dirt]] in varying thicknesses and can be found on the floor of many waterways. Gravel will always match the top most layer of [[Stone]] when generated.  
  
Gravel drops [[Flint]] the same way as vanilla and fortune is applied. Other special uses for Gravel are feeding the [[Sluice]] and to use the [[Gold Pan]].
+
Gravel drops [[Flint]] the same way as vanilla and fortune is applied.<ref>[https://github.com/TerraFirmaCraft/TerraFirmaCraft/blob/1.12.x/src/main/java/net/dries007/tfc/objects/blocks/stone/BlockRockVariantFallable.java Method: <code>getItemDropped</code>] Line:118-129</ref> Other special uses for Gravel are feeding the [[Sluice]] and to use the [[Gold Pan]].
 +
 
 +
 
 +
====Code References====
 +
<references />

Revision as of 03:38, 9 April 2020

Template:Block

Gravel is found under all layers of Dirt in varying thicknesses and can be found on the floor of many waterways. Gravel will always match the top most layer of Stone when generated.

Gravel drops Flint the same way as vanilla and fortune is applied.[1] Other special uses for Gravel are feeding the Sluice and to use the Gold Pan.


Code References