1
0
mirror of https://github.com/adrido/darkage.git synced 2024-09-21 03:30:21 +02:00
Commit Graph

73 Commits

Author SHA1 Message Date
adrido
57856634f1 Minor mapgen improofement 2017-01-04 10:42:54 +01:00
adrido
9dd709485b Finished renaming of ors_cobble->ors_brick 2016-10-19 14:30:32 +02:00
adrido
76684bb865 Merged in tchncs/darkage (pull request #1)
ors_brick: add aliases for the stairs mod
2016-10-16 00:20:07 +00:00
tchncs
835ec72219 ors_brick: add aliases for the stairs mod 2016-10-16 00:18:32 +02:00
addi
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
addi
6f985e9fe7 Renamed ors_cobble to ors_brick, registering alias 2016-07-16 15:36:04 +02:00
addi
e4d0438bf4 update Formspec of box and shelf to fit into minetest_game 2016-07-12 16:24:24 +02:00
addi
15ec997551 Tidy up nodes.lua 2016-07-10 11:51:41 +02:00
addi
fb05183e95 Tidy up init.lua 2016-07-10 11:51:40 +02:00
addi
7baa81b17b Simplyfied/fixed furniture.lua 2016-07-10 11:51:40 +02:00
addi
586b05da56 Rewrite building.lua simplified registration of reinforced stuff 2016-07-10 10:41:34 +02:00
addi
b301fed084 Simplyfied generation of alias 2016-07-10 10:40:34 +02:00
addi
dc02970d08 Simplyfied stairs registrations 2016-07-09 10:23:29 +02:00
addi
730f23f88f Added description.txt and screenshot.png 2016-07-08 12:36:19 +02:00
addi
39ed2c3f1f Updated Readme.md 2016-07-08 07:34:16 +02:00
addi
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
addi
735db2250b Shrinked textures using Optipng 2016-07-04 14:06:22 +02:00
addi
08be6581fe Sort textures, tidy up 2016-07-04 14:02:49 +02:00
addi
1f089ce75e Simplyfied registrations of Stairsplus 2016-07-03 14:54:43 +02:00
adrido
e7c528e1f2 README.md edited online with Bitbucket 2016-07-01 16:00:16 +00:00
addi
d3a038bae5 Dont register serpentine_stairs twice 2016-07-01 17:31:40 +02:00
addi
03b6237d9f Minor speed improovements 2016-07-01 17:04:50 +02:00
addi
a7040140dc Use lua Voxelmanipulator to generate strati. Thanks to HybridDog. 2016-07-01 15:55:50 +02:00
addi
0f5525177e Use Lua Voxelmanipulator to generate mud and silt.
Thanks to CraigyDavi.
2016-07-01 13:41:40 +02:00
addi
c448c65fdf Use minetest.register_ore to generate desert_stone_with iron
Also converted whitespaces to tab.
2016-07-01 11:38:39 +02:00
addi
14f1d1a8e0 Remove 2nd dofile mapgen.lua call 2016-07-01 11:25:54 +02:00
addi
b6e95769f8 minetest.env: --> minetest. 2016-07-01 11:25:16 +02:00
addi
729494e8af Removed Straw. Aliased darkage:straw to farming:straw. Depends now on farming 2016-06-12 11:20:51 +02:00
addi
fe88e3bb2e Better glass texture. Thanks to @Infinatum 2016-06-12 10:55:22 +02:00
addi
3f773bb856 Removed doubled craft reciep for chalk 2016-06-12 08:27:43 +02:00
addi
ca0d318e44 renamed bars to reinforced_..._bars 2016-06-12 08:03:46 +02:00
addi
f5c95744ae Added some more reinforced bars 2016-06-12 07:52:55 +02:00
addi
f2bccb3d05 Tidy up. Added different wall types. Requires Minetest 0.4.14 2016-06-11 18:11:06 +02:00
adrido
0ccb3df37b added many new alias 2015-02-07 12:14:56 +01:00
adrido
7f9b65045f fixed alias of slate tale/tile 2014-12-11 20:00:06 +01:00
adrido
b6bbd7dabe README.md edited online with Bitbucket 2014-09-04 10:48:19 +00:00
adrido
3a8bdb7e7f updated to version 1.2
applied most changes by CraigyDavi
updated to new stairsplus aka moreblocks api
added serpentine stairs
2014-09-04 12:37:40 +02:00
adrido
367109e8f0 tidy up corrected sounds 2014-07-26 06:20:18 +02:00
adrido
5b5206b402 crated 54 alias to avoid unknownblocks 2013-07-13 04:08:33 +02:00
adrido
c334970311 removed sandstone_cobble and desert_stone_cobble because its in default
removed sandstone_cobble and desert_stone_cobble because its in default
the moreblocks mod is now only a option
added alias for sandstone_cobble and desert_stone_cobble
2013-07-12 17:26:24 +02:00
adrido
9ccd5caf09 Update README.md 2013-05-13 16:21:40 +02:00
adrido
0b908c3d67 bugfix (1.0.2)
deleted dofile from init.lua
2013-05-11 05:41:07 +02:00
adrido
1e1ae634f9 fixed building.lua
craft reziep added
2013-05-10 06:55:51 +02:00
adrido
b45d5ff7fc bugfixes (1.0.1)
fixed broken init.lua
deleted unused files to save loadtime on servers
2013-05-10 06:42:28 +02:00
adrido
2abd633176 Updated README.md 2013-05-09 21:14:59 -07:00
adrido
082ae7190f version 1.0
bugfixes
compatibility and dependence with moreblocks added
2 new blocks
2013-05-08 06:23:49 +02:00
adrido
c29eeaecfd Update README.md 2013-04-21 05:51:49 +03:00
adrido
1553c63f93 compatibility with moreblocks added 2013-04-13 08:12:15 +03:00
adrido
0541679cf9 updated, to work with new versions of moreblocks 2013-04-13 08:10:48 +03:00
adrido
128f480e49 add compatibility with old nodes from king arthurs land 2013-01-31 05:19:50 +01:00