Clarify install notes and project goals.
This commit is contained in:
parent
f802bf0888
commit
880ff9539b
19
readme.md
19
readme.md
@ -2,10 +2,8 @@
|
|||||||
|
|
||||||
Get everything possible* about a node just by clicking it with metatools:stick!
|
Get everything possible* about a node just by clicking it with metatools:stick!
|
||||||
|
|
||||||
This goes far beyond Lymkwi's metatools.
|
## Differences in Poikilos' fork:
|
||||||
|
This is a hard fork oriented around getting information without typing any commands.
|
||||||
|
|
||||||
## Differences in Poikilos' fork
|
|
||||||
- All known* metadata is shown on click! There is no need for various commands to traverse the tree, though the original chat command code is intact.
|
- All known* metadata is shown on click! There is no need for various commands to traverse the tree, though the original chat command code is intact.
|
||||||
- Click a node and get its inventory.
|
- Click a node and get its inventory.
|
||||||
- Click an entity and list the entire LuaEntitySOA tree!
|
- Click an entity and list the entire LuaEntitySOA tree!
|
||||||
@ -31,7 +29,9 @@ stratum.
|
|||||||
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
- You can remove the project folder to lighten the "game" if necessary (Keeping the png is useful but only for documentation--Nothing in "projects" is used by the mod code).
|
- Copy the repo folder containing init.lua to your Minetest mods folder (The resulting folder should be mods/metatools/).
|
||||||
|
- Enable the mod for the world.
|
||||||
|
- You can remove the "projects" folder to lighten the "game" if necessary (Keeping the png is useful but only for documentation--Nothing in "projects" is used by the mod code).
|
||||||
|
|
||||||
|
|
||||||
## Special thanks
|
## Special thanks
|
||||||
@ -41,8 +41,13 @@ stratum.
|
|||||||
- palige who agreed to test the mod for its first release, and contributed to the last version
|
- palige who agreed to test the mod for its first release, and contributed to the last version
|
||||||
|
|
||||||
|
|
||||||
## Command tutorial
|
## Use
|
||||||
- Soon to come, please refer to /meta help until then
|
- After following the "Install" steps above, open the world in Minetest.
|
||||||
|
- Type `/grantme all`
|
||||||
|
- Type `/giveme metatools:stick`
|
||||||
|
|
||||||
|
The chat commands from https://github.com/Lymkwi/minetest-mod-metatools are still present but usually not necessary:
|
||||||
|
- Type `/meta help` to see instructions on chat commands.
|
||||||
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
Loading…
Reference in New Issue
Block a user