Bedrock Minetest mod
Bedrock for Minetest, a free and open source infinite
world block sandbox game.
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!
Once you have installed Bedrock, you need to enable it in Minetest.
The procedure is as follows:
This is the easiest way to enable Bedrock when playing in singleplayer
(or on a server hosted from a client).
bedrock
by double-clicking itThis is the recommended way to enable the mod on a server without using a GUI.
world.mt
file using a text editor.
load_mod_bedrock = true
If the line is already present in the file, then replace false
with true
on that line.
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.
Copyright © 2011-2017 Hugo Locurcio and contributors
LICENSE.md
for details.