Remove comments ...
This commit is contained in:
parent
80aa522e56
commit
09b724f7bd
@ -1083,7 +1083,6 @@ minetest.register_node("tutorial:cup_diamond", {
|
|||||||
on_construct = tutorial.diamondinfo,
|
on_construct = tutorial.diamondinfo,
|
||||||
})
|
})
|
||||||
|
|
||||||
--[[
|
|
||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
nodenames = {"tutorial:cup_gold"},
|
nodenames = {"tutorial:cup_gold"},
|
||||||
interval = 5,
|
interval = 5,
|
||||||
@ -1097,7 +1096,6 @@ minetest.register_abm({
|
|||||||
chance = 1,
|
chance = 1,
|
||||||
action = tutorial.diamondinfo,
|
action = tutorial.diamondinfo,
|
||||||
})
|
})
|
||||||
]]
|
|
||||||
|
|
||||||
--[[ This function shows a simple dialog window with scrollable text
|
--[[ This function shows a simple dialog window with scrollable text
|
||||||
name: name of the player to show the formspec to
|
name: name of the player to show the formspec to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user