Remove brewing references from help
This commit is contained in:
parent
142317c65a
commit
c12e07d8c7
3 changed files with 9 additions and 9 deletions
|
@ -209,7 +209,7 @@ minetest.register_node("mcl_nether:quartz_smooth", {
|
|||
|
||||
minetest.register_craftitem("mcl_nether:glowstone_dust", {
|
||||
description = "Glowstone Dust",
|
||||
_doc_items_longdesc = "Glowstone dust is the dust which comes out of broken glowstones. It is mainly used in crafting and brewing.",
|
||||
_doc_items_longdesc = "Glowstone dust is the dust which comes out of broken glowstones. It is mainly used in crafting.",
|
||||
inventory_image = "mcl_nether_glowstone_dust.png",
|
||||
stack_max = 64,
|
||||
groups = { craftitem=1 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue