Use new doc_items field names

master
Wuzzy 2016-11-16 06:39:14 +01:00
parent be2c551f0b
commit 266d3e267a
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ for i=1,#dice2.colors do
minetest.register_node("dice2:dice_"..c,
{
description = dice2.descriptions[i],
x_doc_items_longdesc = S("A huge wooden dice with the numbers 1-6, just for fun."),
x_doc_items_usagehelp = S("Rightclick on a placed dice to “throw” it, which rotates it randomly."),
_doc_items_longdesc = S("A huge wooden dice with the numbers 1-6, just for fun."),
_doc_items_usagehelp = S("Rightclick on a placed dice to “throw” it, which rotates it randomly."),
tiles = {
"dice2_dice_"..c.."_6.png", "dice2_dice_"..c.."_1.png",
"dice2_dice_"..c.."_5.png", "dice2_dice_"..c.."_2.png",