Go to file
Hugo Locurcio 8389a98d68
Use Luacheck as a pre-commit hook
- Update pre-commit hooks to 2.1.0
2019-04-03 00:28:06 +02:00
textures Optimize all images using `oxipng -Zs` 2019-02-20 19:59:41 +01:00
.editorconfig Set EditorConfig to use tabs in .luacheckrc 2019-02-22 00:49:49 +01:00
.luacheckrc Add a Luacheck configuration file and tweak code style 2019-02-21 13:42:38 +01:00
.pre-commit-config.yaml Use Luacheck as a pre-commit hook 2019-04-03 00:28:06 +02:00
.travis.yml Use Luacheck as a pre-commit hook 2019-04-03 00:28:06 +02:00
CHANGELOG.md Initial commit 2017-10-15 18:55:57 +02:00
CONTRIBUTING.md Initial commit 2017-10-15 18:55:57 +02:00
LICENSE.md Initial commit 2017-10-15 18:55:57 +02:00
README.md Initial commit 2017-10-15 18:55:57 +02:00
depends.txt Initial commit 2017-10-15 18:55:57 +02:00
init.lua Fix `tile_images` deprecation warning 2019-04-03 00:27:05 +02:00

README.md

Bedrock

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

Forum topic

Installation

Download the mod

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

git clone https://github.com/Calinou/bedrock.git

You can also download a ZIP archive of Bedrock. If you do so, you will need to extract the archive, then rename the resulting folder from bedrock-master to bedrock this is absolutely necessary to do, else, it won't work!

Enable the mod

Once you have installed Bedrock, 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 Bedrock 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 Bedrock in.
  3. Click Configure, then enable bedrock by double-clicking it (or ticking the Enabled checkbox).
  4. Save the changes, then start a game on the world you enabled Bedrock on.
  5. Bedrock 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_bedrock = 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 Bedrock on.
  2. Bedrock should now be running on your world.

Version compatibility

Bedrock 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

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