Did forum requested changes

master
Rubenwardy 2012-08-22 11:37:45 +01:00
parent d66dd954dc
commit 615d61ee91
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ It takes 2 Parameters: The name of the new block ("tutorial:decowood", the strin
<li>tile_images: Sets the texture of the block; You can use only 1 texture or multiple textures,
seperated by commas {"tex1.png", "tex2.png", ...}. The game checks for the texture files in ALL textures folders of the game.</li>
<li>group: This sets the time it takes to destroy the block. <a href="http://minetest.net/wiki/doku.php?id=roadmap:digging_time_groups">See more</a></li>
<li>group: This sets the time it takes to destroy the block, and the tool required <a href="http://minetest.net/wiki/doku.php?id=roadmap:digging_time_groups">See more</a></li>
</ul>
<!--You could also use minetest.digprop_woodlike(1.5) which makes destruction with axes faster.-->