Go to file
Hugo Locurcio 2316595ab9
Remove brackets around the initial version number in the changelog
2018-04-22 00:15:18 +02:00
locale Dutch "locale" file (#28) 2017-10-08 23:03:38 +02:00
textures Rewrite the README, update the changelog and tweak CONTRIBUTING.md 2017-10-05 20:37:32 +02:00
.gitignore add .gitignore 2016-01-23 09:50:01 +01:00
CHANGELOG.md Remove brackets around the initial version number in the changelog 2018-04-22 00:15:18 +02:00
CONTRIBUTING.md Rewrite the README, update the changelog and tweak CONTRIBUTING.md 2017-10-05 20:37:32 +02:00
LICENSE.md Prepare for v1.0.0 release 2017-02-19 13:35:37 +01:00
README.md Rewrite the README, update the changelog and tweak CONTRIBUTING.md 2017-10-05 20:37:32 +02:00
_config.txt Do not pollute global namespace 2017-01-22 19:28:36 -08:00
depends.txt Add mg support 2013-10-29 11:28:15 +01:00
description.txt Add description.txt 2016-01-26 12:36:05 -08:00
init.lua Replace deprecated method 'setting_getbool' with 'settings:get_bool' 2017-07-05 10:53:07 -07:00
mg.lua Tin is now in Minetest Game (#18) 2017-05-20 14:40:04 +02:00
mod.conf Add mod.conf 2016-01-26 12:35:36 -08:00

README.md

More Ores

More Ores for Minetest, a free and open source infinite world block sandbox game.

Forum topic

Installation

Download the mod

To install More Ores, clone this Git repository into your Minetest's mods/ directory:

git clone https://github.com/minetest-mods/moreores.git

You can also download a ZIP archive 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!

Enable the mod

Once you have installed More Ores, you need to enable it in Minetest. The procedure is as follows:

Using the client's main menu

This is the easiest way to enable More Ores when playing in singleplayer (or on a server hosted from a client).

  1. Start Minetest and switch to the Local Game tab.
  2. Select the world you want to enable More Ores in.
  3. Click Configure, then enable moreores by double-clicking it (or ticking the Enabled checkbox).
  4. Save the changes, then start a game on the world you enabled More Ores on.
  5. More Ores should now be running on your world.

Using a text editor

This is the recommended way to enable the mod on a server without using a GUI.

  1. Make sure Minetest is not currently running (else, 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:
load_mod_moreores = true

If the line is already present in the file, then replace false with true on that line.

  1. Save the file, then start a game on the world you enabled More Ores on.
  2. More Ores should now be running on your world.

Version compatibility

More Ores is currently primarily tested with Minetest 0.4.16. It may or may not work with newer or older versions. Issues arising in older versions than 0.4.16 will generally not be fixed.

License

Copyright © 2011-2017 Hugo Locurcio and contributors

  • More Ores code is licensed under the zlib license, see LICENSE.md for details.
  • Unless otherwise specified, More Ores textures are licensed under CC BY-SA 3.0 Unported.