Update netherrack/flint and steel help
This commit is contained in:
parent
b4d3a4d935
commit
0641697404
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ minetest.register_node("mcl_nether:quartz_ore", {
|
|||
|
||||
minetest.register_node("mcl_nether:netherrack", {
|
||||
description = "Netherrack",
|
||||
_doc_items_longdesc = "Netherrack is a stone-like block home to the Nether.",
|
||||
_doc_items_longdesc = "Netherrack is a stone-like block home to the Nether. Using flint on steel on netherrack will create eternal fire instead of normal fire.",
|
||||
stack_max = 64,
|
||||
tiles = {"mcl_nether_netherrack.png"},
|
||||
is_ground_content = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue