1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-20 03:30:22 +02:00
Commit Graph

2055 Commits

Author SHA1 Message Date
5c21331977 update submodule minercantile 2016-06-13 18:07:58 +02:00
f24e7560c6 blinky plant stop if not player in 40 nodes dist(stop useless activations when server is empty) 2016-06-12 17:38:40 +02:00
LeMagnesium
46407b0062 [mana] Save and load data individually for each player 2016-06-12 17:27:18 +02:00
4f00461c3c meseconify all doors 2016-06-12 02:35:39 +02:00
e0d0b6dd3c add minercantile mod 2016-06-11 16:10:24 +02:00
06d5335d90 fix teleport to nether don't work 2016-06-10 14:26:54 +02:00
58d9a39312 remove duplicates code defined in other files 2016-06-10 00:44:06 +02:00
LeMagnesium
caa7a6ac8e [_misc] Add crafting recipes for saplings
- For #468
2016-06-09 18:55:27 +02:00
LeMagnesium
76bc4b0330 [conf & h2omes & nether] Add nether static spawnpoint 2016-06-08 18:16:18 +02:00
LeMagnesium
b1adb55c11 [moretrees] Update 2016-06-08 18:15:03 +02:00
Ombridride
c5cd0c2c1d Comment the craft/uncraft recipe for old coins sytem 2016-06-07 16:50:52 +02:00
b26a4f7325 add listring in more_chests an darkage, fix issue https://github.com/MinetestForFun/server-minetestforfun/issues/466 2016-06-07 00:29:30 +02:00
LeMagnesium
c0da574545 [homedecor] Balance crafts; fixing #467 2016-06-06 20:07:55 +02:00
LeMagnesium
2932796a30 [pipeworks] Use empty tables when luaentities is nil 2016-06-04 21:10:17 +02:00
23c47970af add new goat animation, now goat can be tamed and have children, goat give milk 2016-06-04 14:02:50 +02:00
LeMagnesium
a364f64ab9 Purge the repo's other mods from moreores 2016-06-03 21:53:25 +02:00
LeMagnesium
0023e02558 [fishing] Update 2016-06-03 21:31:13 +02:00
Quentin BUISSON-DEBON
ae810404a2 Compress & Re-add unified inventory textures by Obani
(It was a mistake since the last unified_inventory last merge)
2016-06-03 09:18:19 +02:00
1f8f6595e9 remove duplicate/unused textures
use new names textures and remove old named texture(ladder -> ladder_wood)
move .blend file
2016-05-28 20:14:47 +02:00
LeMagnesium
0c8d2ac729 [mana] Convert globalstep for #179 2016-05-27 22:36:21 +02:00
LeMagnesium
8cbcf3ae74 [solarmana] Remove and set constant mana regeneration 2016-05-27 11:25:14 +02:00
LeMagnesium
216cec300e [u_inv] Move part of item_name's globalstep into a step function
- For #179
2016-05-26 20:40:00 +02:00
LeMagnesium
ccc74b1b98 [3d_armor & hbarmor] Convert globalstep in armor mods
- For #179
2016-05-24 21:23:51 +02:00
d957af5f68 remove old unused var and remove special creative server fix 2016-05-22 18:30:37 +02:00
LeMagnesium
8b02a31c12 Update from Creative's repository
- For MinetestForFun/server-minetestforfun-creative#57
2016-05-22 14:46:48 +02:00
c9a568f2ce add function to remove old mobs -> ERROR[Server]: LuaEntity name "mobs:rat" not defined 2016-05-22 12:01:39 +02:00
LeMagnesium
a10312ad63 [signs_lib] Update
- Fix #444
2016-05-21 16:39:57 +02:00
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
LeMagnesium
25ece7f2ce [3d_armor] Remove technic's armor data 2016-05-17 01:40:34 +02:00
LeMagnesium
e12cee32c5 [mesecons] Update; fix #446 2016-05-16 18:09:13 +02:00
6e3a9352c9 replace sethome mod by h2omes, tweak unified_inventory for h2omes 2016-05-14 23:37:24 +02:00
Ombridride
fdd2eb9454 Tweak homedecor's roofing
It's better for this kind of tweaks in this case to just do a "true" with a comment, for future update of the mod without mistakes
2016-05-14 20:18:33 +02:00
LeMagnesium
8c50052738 [homedecor] Fix #433 : make shingles walkable 2016-05-14 18:27:22 +02:00
LeMagnesium
546500db7d [3d_armor] Update
- Also fix a script
2016-05-13 20:33:12 +02:00
Quentin BUISSON-DEBON
d854e40ff9 Reduce the blinky_plant speed and add it on minetest.conf instead of in the mod (hardset vs softset) 2016-05-12 09:02:49 +02:00
LeMagnesium
8f6ff84f4b [pipeworks & mesecons] Slow down blinky plants and vacuum tubes
- For #453
2016-05-11 22:14:58 +02:00
LeMagnesium
689e746366 [sea] Update for #445 2016-05-10 23:51:01 +02:00
c17e2ac7a2 resize big textures, fix Deprecated formspec element "invsize" 2016-05-10 23:03:00 +02:00
Quentin BUISSON-DEBON
0b6d3e5cfa Still working on Mese Dragon integration
+ Some typo fixs
2016-05-09 16:30:00 +02:00
Ombridride
c5c6ecf177 No longer need to rotate the Mese Dragon Model 2016-05-09 13:51:33 +02:00
Ombridride
6de642596f Quests description typo fix 2016-05-09 01:41:18 +02:00
674ba660ac update submodule quest 2016-05-09 01:27:12 +02:00
BUISSON-DEBON Quentin
7dffee2201 Fix typo Mese Dragon ranged attacks 2016-05-09 00:32:18 +02:00
BUISSON-DEBON Quentin
aae01b1b80 Merge branch 'master' of github.com:MinetestForFun/server-minetestforfun 2016-05-09 00:31:29 +02:00
BUISSON-DEBON Quentin
95dd151db2 Typo fix Mese Dragon Arrow attacks 2016-05-09 00:31:16 +02:00
LeMagnesium
211b127223 [3d_armor] Reactivate mithril armors 2016-05-09 00:25:43 +02:00
790118cf67 update quest submodule 2016-05-09 00:22:32 +02:00
BUISSON-DEBON Quentin
d6102fdbb9 Improved the Mese Dragon
New model, lighter than before, now in b3d (thanks to @farfadet46)
New texture (thanks to @farfadet46)
New colisionbox, maybe now it's good
2016-05-08 23:57:20 +02:00
Ombridride
4772c16f2e Some typo fixs 2016-05-08 22:25:27 +02:00
Quentin BUISSON-DEBON
434aeda865 New report informations messages 2016-05-08 15:57:31 +02:00