1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-06-30 23:00:20 +02:00
Commit Graph

98 Commits

Author SHA1 Message Date
Perttu Ahola
274f280e10 Add flipped stair recipe for silly minecrafters and make slabs convert to full cubes when placed on each other 2012-06-17 19:47:17 +03:00
Perttu Ahola
3c8d4879a1 Stairs and slabs 2012-06-17 17:46:36 +03:00
Perttu Ahola
d05002ecc0 Rename crack.png to crack_anylength.png as required by new engine (needed for proper texture pack compatibility) 2012-06-16 20:49:37 +03:00
Perttu Ahola
d817c9babe Add flowing lava animation and update some field names 2012-06-16 17:19:35 +03:00
Perttu Ahola
4e996ffa35 Update license in all READMEs (forgot to do that) 2012-06-09 13:33:05 +03:00
Perttu Ahola
1dd62938c1 Use traditional mese texture 2012-06-08 01:43:08 +03:00
Perttu Ahola
9a624d85d0 Change license to LGPLv2/later, as agreed major contributors 2012-06-05 18:58:30 +03:00
Perttu Ahola
a93527dfb6 Proper top/bottom textures for active furnace 2012-06-05 02:13:12 +03:00
Perttu Ahola
fcaacdb4ad Fire visualization in furnace menu 2012-06-04 00:14:45 +03:00
darkrose
dd9b33db67 Use new node metadata API for chests and furnaces; use cisoun's textures 2012-06-03 22:51:57 +03:00
Perttu Ahola
894f98d878 Fix typo in nyan cat generation 2012-05-20 18:32:58 +03:00
Perttu Ahola
3a1a7d511d Improve style of item descriptions 2012-05-20 16:02:51 +03:00
Perttu Ahola
53e9b0e107 Re-implement nyancat generation in Lua (they don't occur in the exact same spots, though) 2012-05-20 15:30:27 +03:00
Perttu Ahola
216227bac3 Tune ore generation 2012-05-20 14:32:19 +03:00
Perttu Ahola
1a62348e44 Attempt to balance cutting of wood with axes vs. swords 2012-05-20 14:32:01 +03:00
Perttu Ahola
3aac1adb15 Make falling nodes fall into all non-walkable nodes 2012-04-08 18:59:24 +03:00
Perttu Ahola
2302e55dbb Rework falling node code (now based on the falling_node group) 2012-04-08 17:49:02 +03:00
Perttu Ahola
279eff9a7f Add fire. Lava can cause it, and you can /giveme fire:basic_flame. 2012-04-08 15:32:31 +03:00
Perttu Ahola
df2037b886 Add 'flammable' group to suitable nodes (and a bit of other things) 2012-04-08 01:03:50 +03:00
Perttu Ahola
ccf3b71c28 Generate slightly less shrubs 2012-04-08 00:32:13 +03:00
Perttu Ahola
5296dc1518 Generate dry shrubs on deserts 2012-04-08 00:09:49 +03:00
Perttu Ahola
51fce37fc1 Tune cactus generation 2012-04-07 19:45:40 +03:00
Perttu Ahola
9207e9af46 Digging desert stone gives desert stone 2012-04-07 18:00:06 +03:00
Perttu Ahola
befc604af3 Add cactus generation, desert_sand and desert_stone 2012-04-07 15:37:31 +03:00
Perttu Ahola
5f6039bc3c papyrus generation 2012-04-07 14:09:07 +03:00
Perttu Ahola
4abfcda81f Optimize leaf decay based on EnvRef:find_node_near 2012-04-06 22:57:55 +03:00
Perttu Ahola
95f4ccab51 Move map generator stuff around a bit and generate coal and iron deep underground 2012-04-04 15:43:17 +03:00
Perttu Ahola
dee4b328a3 Make it not possible to get coal by cooking trees 2012-04-01 15:30:07 +03:00
Perttu Ahola
60c16eb57b Spread load better in leaf decay trunk caching 2012-04-01 13:46:46 +03:00
Perttu Ahola
68504124d7 Fix leaf decay at borders of the active block area 2012-03-31 16:37:23 +03:00
Perttu Ahola
fe315ac1eb Leaf decay drops saplings 2012-03-31 14:27:40 +03:00
Perttu Ahola
ab84afd071 Leaf decay, based on the groups 'leafdecay' and 'tree' 2012-03-31 13:12:12 +03:00
Perttu Ahola
48a76211a8 Place doors to the close side of block instead of the far side 2012-03-31 00:31:06 +03:00
Perttu Ahola
de13e8f1fa Fix author information of stuff taken from G4JC's Almost MC Texture Pack 2012-03-30 21:36:31 +03:00
Perttu Ahola
5bd33df1a3 Add doors 2012-03-30 11:15:31 +03:00
Perttu Ahola
1d4ae73e0d Move media author information to README.txt in mod directories 2012-03-30 11:15:01 +03:00
Perttu Ahola
492e86050c Clean/fix clay generation, update tool definitions to suit the latest engine 2012-03-29 13:44:56 +03:00
Perttu Ahola
0b157335d1 Generate clay 2012-03-29 03:48:23 +03:00
Perttu Ahola
8fece11cc7 Modify textures, add map generator necessities 2012-03-29 02:27:40 +03:00
Perttu Ahola
fa06d11909 Add proper notes about compatibility in README.txt 2012-03-28 11:27:52 +03:00
Perttu Ahola
b4d659d8ae Add map generator output aliases as required by an in-development minetest branch 2012-03-28 01:33:02 +03:00
Perttu Ahola
ad58e41580 Remove the experimental mod 2012-03-27 00:22:40 +03:00
Perttu Ahola
c8184f194e Add note about tested Minetest version (0.4.dev-20120326) 2012-03-27 00:09:51 +03:00
Perttu Ahola
61422b2f32 Add game.conf 2012-03-26 23:00:28 +03:00
Perttu Ahola
ddea20a24f Add .gitignore 2012-03-26 22:59:53 +03:00
Perttu Ahola
cd280c865a Initial sounds 2012-03-26 22:58:49 +03:00
Perttu Ahola
f9ab8cd018 Add initial content 2012-03-26 22:50:35 +03:00
Perttu Ahola
52c9513447 Initial commit 2012-03-26 22:43:24 +03:00