Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moreores
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
moreores
Commits
2fe764ba
Unverified
Commit
2fe764ba
authored
6 years ago
by
Hugo Locurcio
Browse files
Options
Downloads
Patches
Plain Diff
Improve wording in README
parent
222a6d47
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-6
7 additions, 6 deletions
README.md
with
7 additions
and
6 deletions
README.md
+
7
−
6
View file @
2fe764ba
...
...
@@ -12,15 +12,15 @@ world block sandbox game.
To install More Ores, clone this Git repository into your Minetest's
`mods/`
directory:
```
```
bash
git clone https://github.com/minetest-mods/moreores.git
```
You can also
[
download a ZIP archive
](
https://github.com/minetest-mods/moreores/archive/master.zip
)
of More Ores. If you do so, you will need to extract the archive
,
then rename
of More Ores. If you do so, you will need to extract the archive then rename
the resulting folder from
`moreores-master`
to
`moreores`
– this is
**absolutely**
necessary to do, else, it won't work!
**absolutely**
required, as the mod won't work otherwise.
### Enable the mod
...
...
@@ -43,16 +43,17 @@ This is the easiest way to enable More Ores when playing in singleplayer
This is the recommended way to enable the mod on a server without using a GUI.
1.
Make sure Minetest is not currently running (
el
se, it will overwrite
1.
Make sure Minetest is not currently running (
otherwi
se, it will overwrite
the changes when exiting).
2.
Open the world's
`world.mt`
file using a text editor.
3.
Add the following line at the end of the file:
```
```
text
load_mod_moreores = true
```
If the line is already present in the file, then replace
`false`
with
`true`
on that line.
If the line is already present in the file, then replace
`false`
with
`true`
on that line.
4.
Save the file, then start a game on the world you enabled More Ores on.
5.
More Ores should now be running on your world.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment