Version 1.0.1
This commit is contained in:
parent
add1f47252
commit
849868371e
@ -4,7 +4,7 @@ can access help pages about various things and the modder can add those pages.
|
|||||||
The mod itself does not provide any help texts, just the framework.
|
The mod itself does not provide any help texts, just the framework.
|
||||||
It is the heart of the Help modpack, on which the other Help mods depend.
|
It is the heart of the Help modpack, on which the other Help mods depend.
|
||||||
|
|
||||||
Current version: 1.0.0
|
Current version: 1.0.1
|
||||||
|
|
||||||
## For players
|
## For players
|
||||||
### Accessing the help
|
### Accessing the help
|
||||||
|
2
init.lua
2
init.lua
@ -24,7 +24,7 @@ doc = {}
|
|||||||
doc.VERSION = {}
|
doc.VERSION = {}
|
||||||
doc.VERSION.MAJOR = 1
|
doc.VERSION.MAJOR = 1
|
||||||
doc.VERSION.MINOR = 0
|
doc.VERSION.MINOR = 0
|
||||||
doc.VERSION.PATCH = 0
|
doc.VERSION.PATCH = 1
|
||||||
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH
|
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH
|
||||||
|
|
||||||
-- Formspec information
|
-- Formspec information
|
||||||
|
Loading…
x
Reference in New Issue
Block a user