The Minetest Darkage mod orginal by MasterGollum https://content.minetest.net/packages/addi/darkage/
Aller au fichier
fluxionary c46c624e9b
fix unified_dyes integration (#14)
2022-11-09 17:03:28 +01:00
other_textures Fix PNG warning: iCCP: known incorrect sRGB profile 2017-01-12 15:19:23 +01:00
textures add new basalt textures (#12) 2022-06-24 11:36:53 +02:00
.gitattributes bugfix (1.0.2) 2013-05-11 05:41:07 +02:00
.gitignore bugfix (1.0.2) 2013-05-11 05:41:07 +02:00
README.md Update readme 2022-06-24 12:08:28 +02:00
aliases.lua Add alias for old darkage straw stairs 2018-06-16 11:35:20 +02:00
building.lua Added colored glass ( If unifieddyes installed) 2017-02-22 09:04:52 +01:00
depends.txt Added colored glass ( If unifieddyes installed) 2017-02-22 09:04:52 +01:00
description.txt Added description.txt and screenshot.png 2016-07-08 12:36:19 +02:00
furniture.lua Change drawtype of wooden frame to glasslike_framed 2017-02-23 12:38:35 +01:00
glass.lua fix unified_dyes integration (#14) 2022-11-09 17:03:28 +01:00
init.lua Remove desert_stone reziep 2017-12-17 14:20:37 +01:00
mapgen.lua Generation of Tuff in dirt 2021-11-20 09:34:38 +01:00
mod.conf Add mod.conf 2022-06-11 14:24:55 +02:00
nodes.lua Added Block and Ruble variant to Ors, Slate, Gneiss and Basalt 2017-01-22 12:03:33 +01:00
screenshot.png Fix PNG warning: iCCP: known incorrect sRGB profile 2017-01-12 15:19:23 +01:00
stairs.lua Fix moreblocks drop problems 2017-08-10 05:22:33 +00:00
stairs_functions.lua Fix moreblocks drop problems 2017-08-10 05:22:33 +00:00
walls.lua Added Block and Ruble variant to Ors, Slate, Gneiss and Basalt 2017-01-22 12:03:33 +01:00

README.md

DarkAge Mod for Minetest

Original mod by Master Gollum Modified by addi.

Contains code from CragiDavi and HybridDog

Introduction

This mod adds a few new blocks that allows to create new buildings in a pre industrial landscape. Of course, feel free to use them in any other construction :P

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.

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 person is already using one or more of this combinations.

I also used Desert Sand and Desert Stone, because they almost are not used in the default version. Probably I will change this recipes in next releases.

Release Notes

Version 1.4

  • New Textures by Skamiz
  • serveral mapgen fixes
  • Maintenance stuff

Full release notes: https://github.com/adrido/darkage/releases

How to install

Unzip the archive an place it in minetest-base-directory/mods/ if you have a windows client or a linux run-in-place client. If you have a linux system-wide installation place it in ~/.minetest/mods/. If you want to install this mod only in one world create the folder worldmods/ in your worlddirectory. Remember to activate it for your world by pressing the 'configure' button and doubleclick darkage in the right list. For further information or help see: http://wiki.minetest.net/Installing_Mods

Wiki

For Building-blocks and crafting information please take a look to the wiki: https://github.com/adrido/darkage/wiki

License

Sourcecode: WTFPL (see below) Graphics: WTFPL (see below)

See also

http://minetest.net/



         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

  0. You just DO WHAT THE FUCK YOU WANT TO.