Commit Graph

407 Commits

Author SHA1 Message Date
Dorian Wouters ca2357e423
Revert mff_classic 2016-08-21 22:39:12 +02:00
Dorian Wouters c00b4ce858
mff_classic: fix nyancat & cherry tree mapgen 2016-08-21 15:27:18 +02:00
Dorian Wouters dcc1873cbe
Move MFF-only craft recipes, craftitems, mapgen to [mff_classic]
Also fixes aliasing...
2016-08-21 13:26:16 +02:00
Dorian Wouters 32ae8aca19
Fix [buckets] w/ acid or sand, make [death_message] work w/ aliases 2016-08-21 12:32:06 +02:00
Dorian Wouters 5f17957058
Move our [default] edits to mff_classic, alias nodes 2016-08-20 21:19:10 +02:00
crabman77 6d5a0d1056 remove old furnace abm, rewrite locked furnace based on new furnace with node timer
fix issue https://github.com/MinetestForFun/server-minetestforfun/issues/478
2016-08-20 18:26:07 +02:00
crabman77 c3bdf8724b added missing textures, change textures name due to replaced carts to boost_carts 2016-08-20 12:06:28 +02:00
Dorian Wouters cd5ffc28d5
Move [stacktraceplus] to mods/ 2016-08-19 16:40:46 +02:00
crabman77 374e6b69ac fix crash on undefined function (new in > 0.4.14 stable?) 2016-08-16 12:41:39 +02:00
crabman77 34a28db177 fix missing function in default game, issue https://github.com/MinetestForFun/server-minetestforfun/issues/504 2016-08-15 16:51:06 +02:00
Dorian Wouters a61cd3bc3d
Move minetest.rotate_node override to a pre-default _misc init 2016-08-14 15:11:40 +02:00
Dorian Wouters 947b301456
Move minetest.rotate_node() edit to [_misc]
DON'T edit mods directly if it's possible to override them, or if
the edit has no relation to that specific mod (which was the case).

This reverts commit 3752bf2e64.
2016-08-14 11:31:58 +02:00
crabman77 3752bf2e64 rewrite minetest.rotate_node() to auto refill inventory on place node, issue https://github.com/MinetestForFun/server-minetestforfun/issues/462 2016-08-14 00:31:58 +02:00
Dorian Wouters ab71609bad
[default] Upate to upstream, move some edits out to [_misc] 2016-08-10 21:58:17 +02:00
Dorian Wouters beaaee1330
Add [stacktraceplus] 2016-08-01 15:33:40 +02:00
crabman77 3d1ea777ae fix local var 2016-07-17 18:03:35 +02:00
Gael-de-Sailly 6aa375d2ba Do not generate liquid ores near fissures 2016-07-15 13:17:28 +02:00
crabman77 178be5eb46 disable mushroom spawn in protected areas, issue https://github.com/MinetestForFun/server-minetestforfun/issues/483
rewrite flowers:mushroom_* hunger, breaked when moved mushroom: to flowers:
2016-07-14 15:15:34 +02:00
LeMagnesium c9f4a61257 [default] Fix #487 2016-07-11 18:16:01 +02:00
LeMagnesium 64b6a872d0 [stairs & stairplus] Fix inconsistences and #487 2016-07-11 18:11:52 +02:00
LeMagnesium a78ffd7ffb [farming] Remove redundant code 2016-06-29 17:24:00 +02:00
crabman77 5977a4962f readd fix and comment 2016-06-18 15:04:52 +02:00
LeMagnesium b698f85c0f [farming] Update for #443 2016-06-18 11:59:26 +02:00
crabman77 8b111febd3 fix typo 2016-06-14 23:06:39 +02:00
crabman77 decff2c2a5 remove empty line added by error 2016-06-09 21:46:26 +02:00
crabman77 074b8e327f fix crash when place waterlily 2016-06-09 21:43:23 +02:00
crabman77 b2af13828a add function get_spawn()
add nether spawn point in formspec
remove 2 useless lines
2016-06-08 19:42:41 +02:00
LeMagnesium 76bc4b0330 [conf & h2omes & nether] Add nether static spawnpoint 2016-06-08 18:16:18 +02:00
crabman77 67673f7fdc update doors and convert doors 3 nodes in new systeme 2016-06-04 01:27:26 +02:00
LeMagnesium a364f64ab9 Purge the repo's other mods from moreores 2016-06-03 21:53:25 +02:00
crabman77 ca05a04fba add double doors systeme open/close 2016-06-02 14:09:02 +02:00
Quentin BUISSON-DEBON 6436a28c1b Compresse looseless the diamond tools 2016-05-31 16:36:14 +02:00
Quentin BUISSON-DEBON 0772df0a0a Improve our diamond tools 2016-05-31 16:35:10 +02:00
crabman77 b9e4aba33c readd new fence code 2016-05-24 20:47:14 +02:00
LeMagnesium a473601752 Update of MinetestForFun Game (from Creative) 2016-05-22 14:46:48 +02:00
crabman77 48d535a894 fix wrong image inventory, normalise name
compress texture with trimage
remove old unused textures
2016-05-21 15:52:34 +02:00
crabman77 d503aabd6d remove spawn mod--> now in h2omes
add button tp to spawn, send my pos to player, tp to player
2016-05-19 14:30:04 +02:00
crabman77 6e3a9352c9 replace sethome mod by h2omes, tweak unified_inventory for h2omes 2016-05-14 23:37:24 +02:00
LeMagnesium dcb4953eac [default] Add back missing nyan sword craft; fix #437 2016-05-08 00:19:52 +02:00
crabman77 243e77d538 remove 1 unused sound
move character.blend in other_things
rename vache.blend to mobs_cow.blend
2016-05-06 17:13:25 +02:00
crabman77 cd118a669d fix issue https://github.com/MinetestForFun/server-minetestforfun/issues/432
place farming:trellis, farming:beanpole in area openfarming and improve
fix farming:trellis/farming:beanpole check if protected
2016-05-05 15:25:08 +02:00
BUISSON-DEBON Quentin b68da761ac "/home" cooldown now 2 minutes 2016-05-04 00:17:32 +02:00
LeMagnesium 39895c63ba [mff_game] Add necessary aliases for moreores support 2016-04-27 16:43:40 +02:00
LeMagnesium e3e8de8b10 [moreores & mff_game] Fuse moreores and mff_game together 2016-04-27 16:19:14 +02:00
LeMagnesium a6572fafc5 [screwdriver] Fix handler call
- Also remove some whitespaces from stairs for convenience
2016-04-22 11:50:54 +02:00
LeMagnesium c6d49a03b5 [creative] Fix texture name
- Fix #428
2016-04-19 18:46:56 +02:00
crabman77 9b48d2ce29 revert fence (don't work on 0.4.13-stable) 2016-04-17 14:20:07 +02:00
crabman77 6b164a75da fix crash due to bad args to function
remove unused variable
2016-04-16 22:26:05 +02:00
crabman77 0af2ee36f4 fix crash due to bad args to function 2016-04-16 22:01:03 +02:00
crabman77 6b78fe19dd fix crash due to bad args to function 2016-04-16 21:39:01 +02:00