darkage/README.md

82 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2016-07-08 07:34:16 +02:00
# DarkAge Mod for Minetest
2022-06-24 12:08:28 +02:00
Original mod by Master Gollum
Modified by addi.
2013-04-21 04:51:49 +02:00
2016-07-08 07:34:16 +02:00
Contains code from CragiDavi and HybridDog
2022-06-24 12:08:28 +02:00
## Introduction
2012-09-27 19:27:59 +02:00
This mod adds a few new blocks that allows to create new buildings in a
2022-06-24 12:08:28 +02:00
pre industrial landscape. Of course, feel free to use them in any other
2012-09-27 19:27:59 +02:00
construction :P
2012-10-17 21:57:04 +02:00
It also provides more layers of stones. I tried not to turn mining in
a rainbow, so don't expect to find them easily. There are two kinds of
materials, stones, that spawns in layers at different deep and clay
like materials (silt and mud) that you will find in water places.
Silt and Mud are more easy to find than stone layers, but if you find
one it will be a real mine, with all probability with hundreds of blocks.
2022-06-24 12:08:28 +02:00
I used mainly 4 square recipes to avoid collisions with other MODs,
anyway I have not checked all them, so it is possible that another
2012-09-27 19:27:59 +02:00
person is already using one or more of this combinations.
I also used Desert Sand and Desert Stone, because they almost are not
2022-06-24 12:08:28 +02:00
used in the default version. Probably I will change this recipes in
2012-10-17 21:57:04 +02:00
next releases.
2016-07-08 07:34:16 +02:00
## Release Notes
2022-06-24 12:08:28 +02:00
### Version 1.4
2022-06-24 12:08:28 +02:00
* New Textures by Skamiz
* serveral mapgen fixes
* Maintenance stuff
2022-06-24 12:08:28 +02:00
Full release notes: <https://github.com/adrido/darkage/releases>
2022-06-24 12:08:28 +02:00
## How to install
2014-09-04 12:48:19 +02:00
Unzip the archive an place it in minetest-base-directory/mods/
2022-06-24 12:08:28 +02:00
if you have a windows client or a linux run-in-place client. If you
have a linux system-wide installation place it in
2014-09-04 12:48:19 +02:00
~/.minetest/mods/.
2012-09-27 19:27:59 +02:00
If you want to install this mod only in one world create the folder
2014-09-04 12:48:19 +02:00
worldmods/ in your worlddirectory. Remember to activate it for your world by pressing the 'configure' button and doubleclick darkage in the right list.
2012-09-27 19:27:59 +02:00
For further information or help see:
2022-06-24 12:08:28 +02:00
<http://wiki.minetest.net/Installing_Mods>
2012-10-17 21:57:04 +02:00
2022-06-24 12:08:28 +02:00
## Wiki
2016-07-01 18:00:16 +02:00
2022-06-24 12:08:28 +02:00
For Building-blocks and crafting information please take a look to the wiki:
<https://github.com/adrido/darkage/wiki>
2016-07-01 18:00:16 +02:00
2022-06-24 12:08:28 +02:00
## License
2016-07-01 18:00:16 +02:00
2012-09-27 19:27:59 +02:00
Sourcecode: WTFPL (see below)
Graphics: WTFPL (see below)
2022-06-24 12:08:28 +02:00
## See also
<http://minetest.net/>
2012-09-27 19:27:59 +02:00
2013-04-21 04:51:49 +02:00
---
2022-06-24 12:08:28 +02:00
```text
2016-07-01 18:00:16 +02:00
2012-09-27 19:27:59 +02:00
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2016-07-01 18:00:16 +02:00
0. You just DO WHAT THE FUCK YOU WANT TO.
2022-06-24 12:08:28 +02:00
```