1
0
mirror of https://github.com/adrido/darkage.git synced 2025-06-28 06:30:36 +02:00
Commit Graph

89 Commits

Author SHA1 Message Date
754e7a16da Mapgen improvement (Thanks to HybridDog) 2017-03-02 06:58:30 +01:00
19bb32d0fe Improve "shadows" on the chalked_brick texture 2017-03-01 09:22:34 +01:00
abb5239726 Reduce stone_brick recipe output.
Otherwise, you would get 9 stone_brick out of (originally) 1 stone.
2017-02-25 20:38:32 +00:00
66639b1d28 Change drawtype of wooden frame to glasslike_framed 2017-02-23 12:38:35 +01:00
1a596ef342 Added missing alias 2017-02-23 12:38:03 +01:00
0307430163 Merged master into github/master 2017-02-22 11:17:13 +01:00
13b743622b Fix wooden frame not breakable by hand 2017-02-22 11:16:56 +01:00
9750ee5f29 Added colored glass ( If unifieddyes installed)
If you have unified dyes installed and have a recent version of Minetest the glasses can colored by punching with dye.
2017-02-22 09:04:52 +01:00
cd4a46d666 Merged master into github/master 2017-01-24 14:51:26 +01:00
9c85fc158f Add stais bricks 2017-01-24 14:50:57 +01:00
c588873976 Added Block and Ruble variant to Ors, Slate, Gneiss and Basalt 2017-01-22 12:03:33 +01:00
8d678c2be2 Chalk wasn't designed to be craftable 2017-01-22 11:02:10 +01:00
132c7e80d4 Add better xdecor support 2017-01-14 07:51:10 +01:00
842968d9eb Fix undeclared global variable 2017-01-12 15:54:45 +01:00
54ce0c9276 Fix PNG warning: iCCP: known incorrect sRGB profile 2017-01-12 15:19:23 +01:00
5e5d5010f8 Resolved craft reciep conflict with stone bricks
Stone bricks are now crafted out of one Stone Block
2017-01-12 15:13:55 +01:00
57856634f1 Minor mapgen improofement 2017-01-04 10:42:54 +01:00
9dd709485b Finished renaming of ors_cobble->ors_brick 2016-10-19 14:30:32 +02:00
76684bb865 Merged in tchncs/darkage (pull request #1)
ors_brick: add aliases for the stairs mod
2016-10-16 00:20:07 +00:00
835ec72219 ors_brick: add aliases for the stairs mod 2016-10-16 00:18:32 +02:00
3a2e2f0112 Introduced Chalked Bricks
Chalked Bricks using the cobble texture of the old minetest_game that where removed in 0.4.7. Its a nice looking stonebrick alternative good to bring a bit more colors in stonebrick houses.

Texture is made by c55 and licensed under CC BY-SA 3.0
2016-09-11 14:25:16 +02:00
6f985e9fe7 Renamed ors_cobble to ors_brick, registering alias 2016-07-16 15:36:04 +02:00
e4d0438bf4 update Formspec of box and shelf to fit into minetest_game 2016-07-12 16:24:24 +02:00
15ec997551 Tidy up nodes.lua 2016-07-10 11:51:41 +02:00
fb05183e95 Tidy up init.lua 2016-07-10 11:51:40 +02:00
7baa81b17b Simplyfied/fixed furniture.lua 2016-07-10 11:51:40 +02:00
586b05da56 Rewrite building.lua simplified registration of reinforced stuff 2016-07-10 10:41:34 +02:00
b301fed084 Simplyfied generation of alias 2016-07-10 10:40:34 +02:00
dc02970d08 Simplyfied stairs registrations 2016-07-09 10:23:29 +02:00
730f23f88f Added description.txt and screenshot.png 2016-07-08 12:36:19 +02:00
39ed2c3f1f Updated Readme.md 2016-07-08 07:34:16 +02:00
778538daea Introducing Tuff and Rhyolitic Tuff
Tuff and Rhyolitic Tuff are materials used in the Medival to build churches or houses of rich people.
Tuff, Tuff bricks and tuff ruble are now available in Darkage.
2016-07-06 09:25:45 +02:00
735db2250b Shrinked textures using Optipng 2016-07-04 14:06:22 +02:00
08be6581fe Sort textures, tidy up 2016-07-04 14:02:49 +02:00
1f089ce75e Simplyfied registrations of Stairsplus 2016-07-03 14:54:43 +02:00
e7c528e1f2 README.md edited online with Bitbucket 2016-07-01 16:00:16 +00:00
d3a038bae5 Dont register serpentine_stairs twice 2016-07-01 17:31:40 +02:00
03b6237d9f Minor speed improovements 2016-07-01 17:04:50 +02:00
a7040140dc Use lua Voxelmanipulator to generate strati. Thanks to HybridDog. 2016-07-01 15:55:50 +02:00
0f5525177e Use Lua Voxelmanipulator to generate mud and silt.
Thanks to CraigyDavi.
2016-07-01 13:41:40 +02:00
c448c65fdf Use minetest.register_ore to generate desert_stone_with iron
Also converted whitespaces to tab.
2016-07-01 11:38:39 +02:00
14f1d1a8e0 Remove 2nd dofile mapgen.lua call 2016-07-01 11:25:54 +02:00
b6e95769f8 minetest.env: --> minetest. 2016-07-01 11:25:16 +02:00
729494e8af Removed Straw. Aliased darkage:straw to farming:straw. Depends now on farming 2016-06-12 11:20:51 +02:00
fe88e3bb2e Better glass texture. Thanks to @Infinatum 2016-06-12 10:55:22 +02:00
3f773bb856 Removed doubled craft reciep for chalk 2016-06-12 08:27:43 +02:00
ca0d318e44 renamed bars to reinforced_..._bars 2016-06-12 08:03:46 +02:00
f5c95744ae Added some more reinforced bars 2016-06-12 07:52:55 +02:00
f2bccb3d05 Tidy up. Added different wall types. Requires Minetest 0.4.14 2016-06-11 18:11:06 +02:00
0ccb3df37b added many new alias v1.3 2015-02-07 12:14:56 +01:00