mirror of
https://github.com/TeTpaAka/quests.git
synced 2025-02-08 16:10:18 +01:00
Clean up & update README for name change to Luanti
This commit is contained in:
parent
f696cb1a70
commit
094057447d
4
README
4
README
@ -1,6 +1,6 @@
|
||||
quests 1.1
|
||||
|
||||
quests is a simple quest framework for minetest that lets you define your own quests and handels the representation.
|
||||
quests is a simple quest framework for Luanti (Minetest) that lets you define your own quests and handles the representation.
|
||||
|
||||
Dependencies:
|
||||
intllib (optional)
|
||||
@ -26,7 +26,7 @@ quests.register_quest(questname,quest)
|
||||
-- title, -- is shown to the player and should contain usefull information about the quest.
|
||||
-- description, -- a small description of the mod.
|
||||
-- max, -- is the desired maximum. If max is 1, no maximum is displayed. defaults to 1
|
||||
-- autoaccept, -- is true or false, wether the result of the quest should be dealt by this mode or the registering mod.
|
||||
-- autoaccept, -- is true or false, wether the result of the quest should be dealt by this mod or the registering mod.
|
||||
-- callback -- when autoaccept is true, at the end of the quest, it gets removed and callback is called.
|
||||
-- -- function(playername, questname, metadata)
|
||||
-- }
|
||||
|
Loading…
Reference in New Issue
Block a user