Commit Graph

611 Commits (master)

Author SHA1 Message Date
BlockMen a19e0448a9 Add birchwood fence 2016-01-16 14:42:57 +01:00
BlockMen b89bc1764a Make waterlilies walkable
Otherwise they are just useless decoration
2016-01-15 20:34:32 +01:00
BlockMen 7c83ff5fd1 Improve mapgen v6 default values 2016-01-15 20:30:07 +01:00
BlockMen 5b029b3f28 Improve many textures 2016-01-15 20:26:28 +01:00
BlockMen 6a34ab5651 Spawn birches in mgv6 worlds aswell 2016-01-13 22:28:31 +01:00
BlockMen 607734a8fc Birch, not aspen 2016-01-13 22:26:22 +01:00
Auke Kok 60fe6d1d51 Add aspen tree 2016-01-13 19:18:10 +01:00
tenplus1 08a01ee066 Add ability to dye coloured wool white 2016-01-12 20:28:44 +01:00
ShadowNinja 524576c046 Fix TNT drops being placed inside nodes 2016-01-12 19:15:21 +01:00
Auke Kok 534607c156 Allow books to be copied on the craft grid.
Combine any written book with an empty book to copy it. The
copy is in player hands when using, and the original is put
back on the crafting grid and can be directly copied again.

All ownership and metadata is retained, so the copy of the book
is as writable as the original is, or isn't.
2016-01-12 19:14:29 +01:00
Auke Kok 90e73df7a1 Add steel Trapdoor 2016-01-12 19:04:54 +01:00
paramat d8310431d3 Default: Add mapgen alias for air 2016-01-12 18:58:33 +01:00
paramat 3d7949dd92 Default: New appletree schematics with more variation 2016-01-12 18:58:18 +01:00
jeanpatrick.guerrero@gmail.com 06c20d4cd2 Minor polishing of creative 2016-01-12 18:57:47 +01:00
Auke Kok 02a9d9a7fe Verify node type is facedir.
This prevents nodes that are not of the "facedir" paramtype2,
as these are generally not expected to be able to rotate. Mods
and other methods may still manipulate param2 of these nodes
as expected.

Addresses #712
2016-01-12 18:56:40 +01:00
paramat b167c08c67 Default: Remove root from mapgen trees and large cactus 2016-01-12 18:55:12 +01:00
BlockMen b100571bca Fix creative inventory search for some cases 2015-12-09 18:03:17 +01:00
BlockMen d7b64522e6 Correct new sounds license 2015-12-07 18:45:15 +01:00
BlockMen bafe9ce509 Add some new sounds by @IngarKCT 2015-12-06 23:30:11 +01:00
jp 3df5fc915a Add search field to creative inventory 2015-12-06 12:03:18 +01:00
LNJ fdd34cb927 Drop items of digged chests 2015-11-25 16:35:15 +01:00
kilbith 9e9e9fc000 Fix grass _5 inventory images and drop the ones from grass _1-4
Grass _1-4 : if they're not in the creative_inventory and they always drop the grass _5 on digging -> no need to have an inventory/wield image.
2015-11-24 19:30:04 +01:00
LNJ a1e5eda318 Add some basic chat commands 2015-11-21 21:30:45 +01:00
LNJ 050106f5ff Fix Warning
WARNING[Main]: Undeclared global variable "r" accessed at (..)/farming/api.lua:361
2015-11-21 20:41:37 +01:00
LNJ 66a161d59c Add potato and improve mod structure 2015-11-06 16:09:34 +01:00
BlockMen dce00ba128 Fix farming API 2015-11-06 15:50:56 +01:00
LNJ 55db68e68b Make seeds optional 2015-11-06 15:48:58 +01:00
BlockMen 341f60d59e New header/main menu image 2015-11-05 22:43:20 +01:00
BlockMen d0f84e7ee5 Improve buckets more
- Prevent placing in other liquids
- Allow placing only on "non liquids"
- Restore groups support
2015-11-05 21:16:59 +01:00
BlockMen ceae603a5e Don't empty/fill buckets in creative mode 2015-11-04 18:24:18 +01:00
Jordan Snelling 2f39ca9db3 Make buckets control scheme consistent 2015-11-04 18:15:33 +01:00
LNJplus b25477b315 Added Fence API and fences in all wood types 2015-10-30 21:26:12 +01:00
LNJplus a4aa5b2c4a Saplings need to grow minimum light level 13
It's copied from minetest_game.
2015-10-28 20:59:38 +01:00
LNJplus 1f3aebd430 Add charcoal 2015-10-28 20:21:30 +01:00
BlockMen 4ff5cad24c Make beds craftable with any wool again 2015-10-25 23:35:20 +01:00
BlockMen 31be0b9272 Mushrooms grow slower and only on daytime 2015-10-24 00:19:58 +02:00
BlockMen 31b9d5fab5 Fix default.is_day() 2015-10-22 18:25:19 +02:00
BlockMen 07092f84a7 Add different image for written books 2015-10-22 18:21:42 +02:00
BlockMen 40ada9f1c2 Restructure default (4/x) 2015-10-22 18:18:36 +02:00
Marcin 8618241d91 Use PI variable rather than unclear constant 2015-10-21 14:05:02 +02:00
BlockMen 0099a88e87 Restructure default (3/x) 2015-10-21 13:46:38 +02:00
BlockMen 52b2a16255 Add default.is_day() and use it 2015-10-21 13:32:27 +02:00
BlockMen fb20e626f9 Fix "double node" regressions 2015-10-21 13:24:47 +02:00
BlockMen 1c2489e308 Add option to disable bones
- Players keep inventory on death if disabled
2015-10-21 10:37:35 +02:00
BlockMen 5c59fb1091 Fix typo 2015-10-21 00:48:05 +02:00
Rui 6f0ffd1fef Check inventory in boat.on_punch() 2015-10-21 00:02:15 +02:00
BlockMen f53e8fba26 Fix players driving multiple boats (MTG #643) 2015-10-20 23:55:31 +02:00
BlockMen 8b3308808a New doors textures 2015-10-20 23:32:34 +02:00
BlockMen 632af89ffe Fix doors sounds 2015-10-20 22:35:43 +02:00
kilbith c08f38c443 Fix "leaves with apple" model name 2015-10-17 11:39:10 +02:00