Ombridride
6a0052379c
Prepare the update of farming redo
2015-02-25 00:38:02 +01:00
51e2d7fd60
replace default:stick by group:stick for crafting fishing:pole with mores stick
2015-02-25 00:18:43 +01:00
6243ec7e50
add test if ropes mod is installed for craft fishing:pole with ropes:rope
2015-02-24 23:42:31 +01:00
LeMagnesium
342f99f23c
Fixed homedecor's update, added inventorycheck
...
- Added inventorycheck mod
- Fixed ereased table in last commit (homedecor's update)
- Fixed all the wrong uses of register_node in mods/maptools/default_nodes.lua to avoid 0.4.12-name-check-system from crashing server. The diff have been sent to Calinou.
2015-02-24 22:07:05 +01:00
LeMagnesium
bcd0118ba9
Updated homedecor, and fixed cloud pedestals
2015-02-24 18:23:14 +01:00
LeMagnesium
70b36257ea
Updated planflife modpack : bug fixes, less laggy, etc..
2015-02-24 18:16:22 +01:00
82d743415e
Better understanding of messages
...
For a better legibility of messages, only show the message for /rules if /irc is validated.
2015-02-24 15:58:17 +01:00
LeMagnesium
e9d6ce8f90
Added statements for default:rail acceleration
...
- default:rail , overriden but defined in carts mod are now able to be
connected to mesecons systems and increase carts' speed as copper rails
actually do.
2015-02-24 12:06:40 +01:00
Ombridride
2045a66dd6
Add unbreakable fence and rails
2015-02-24 11:41:14 +01:00
Ombridride
eb872a1897
Replace copper rail from moreore
...
with the copper rail from carts (double craft for the moment, it’s a
bad thing…)
2015-02-24 11:17:19 +01:00
Ombridride
1e2fa0fcbd
Add "wolf" mob
...
(from mobs_plus)
- we need to test it,
- reduce the spawn chance of the dirt monster for balance the spawn
with wolf mobs,
- wolf can spawn in pair.
2015-02-24 10:45:22 +01:00
Ombridride
759d36f6a1
Add a new texture for cow
...
A very interesting and detailed texture from Mobs_plus
2015-02-24 09:59:06 +01:00
LeMagnesium
8b7ca866fb
Removed all the set_hp(20) calls in homedecor
...
- Sofas, furnitures and longsofas don't get players to recover their hp
anymore.
2015-02-23 19:46:43 +01:00
LeMagnesium
bf4f6e70e2
Fixed mistakes in new pedestals' definitions
2015-02-23 11:56:22 +01:00
Ombridride
6c74bc3d05
Update rat.lua
2015-02-23 01:44:11 +01:00
Ombridride
35390e79db
Update stonemonster.lua
2015-02-23 01:43:03 +01:00
Ombridride
2524d461ef
-10 is useless, -1 is better
2015-02-23 01:41:40 +01:00
Ombridride
e1626abf0d
small spawn_chance reduction for sandmonster
...
4500 -> 5000 /blocks
2015-02-23 01:40:42 +01:00
Ombridride
a54231beab
Update rat.lua
2015-02-23 01:39:28 +01:00
Ombridride
774426571f
Update oerkki.lua
2015-02-23 01:39:11 +01:00
Ombridride
d568d30011
Mese Monster spawn even if they is light
...
Mese Monster are no longer afraid of lights
2015-02-23 01:38:48 +01:00
Ombridride
8520bc756e
lava_flan spawn in surface now
...
(if they is lava sources)
2015-02-23 01:37:17 +01:00
Ombridride
02395cd4da
Update kitten.lua
2015-02-23 01:35:47 +01:00
Ombridride
e90186a2cc
Dungeon master spawn even if they is light
...
Dungeon master no longer afraid of the light ;)
2015-02-23 01:35:32 +01:00
Ombridride
7f09f134b1
Update chicken.lua
2015-02-23 01:33:04 +01:00
Ombridride
2db993a021
Update kitten.lua
2015-02-23 01:32:00 +01:00
Ombridride
757c481218
Update kitten.lua
2015-02-23 01:28:59 +01:00
Ombridride
b74a801c69
Update kitten.lua
2015-02-23 01:28:42 +01:00
Ombridride
3b4a9862ee
Tweak the kittens spawn
...
Finally resolved ! (thank you crabman for your advice)
2015-02-22 23:29:53 +01:00
Gael-de-Sailly
8286d9178d
Turned stained_glass glasses into glasslike_framed_optional drawtype
2015-02-22 18:17:29 +01:00
Gael-de-Sailly
92d20a7e61
Turn glass into glasslike_framed_optional drawtype
2015-02-22 18:17:27 +01:00
Gael-de-Sailly
32320e0333
Removed useless redefinition for glass (already in glasslike_framed_optional)
2015-02-22 18:17:27 +01:00
6dfb195a71
fixed strange bug with table=table
...
error --> sounds.gainplayers[name] = sounds.gaindefault
"""
local _ = {}
_[1] = {["other"] = 50, ["ambience"] = 50, ["music"] = 70, ["mobs"] = 30}
return {["azerty"] = _[1], ["crabman3"] = _[1]}
"""
fixed --> sounds.gainplayers[name]= { ["music"] = 50, ["ambience"] = 50, ["mobs"] = 50, ["other"] = 50 }
and delete unused variable sounds.gaindefault
2015-02-20 17:19:42 +01:00
LeMagnesium
58e24e0b61
Added multiple new pedestals
...
* Added :
1. junglewood pedestal (as specified in the todolist)
2. obsidian pedestal
3. cloud pedestal, available for admins
2015-02-20 16:10:23 +01:00
LeMagnesium
35aef2e04d
Merge patch 1 for IRC
...
- Added doc
- Changed two lines in init.lua
Patch 2 will concern the beginning of the irc submodule.
2015-02-19 21:00:15 +01:00
LeMagnesium
1e21ef1599
Merge branch 'soundset' of http://github.com/crabman77/minetest-minetestforfun-server into crabman77-soundset
2015-02-19 20:45:54 +01:00
3d599fc0d1
add serialise and deserialise and default volume set to 50
...
add serialise and deserialise
set default volume to 50
change variable name "musique" to "music"
2015-02-19 20:33:59 +01:00
LeMagnesium
b989218cdf
Removed player:set_hp(20)
in lrfurn mod
...
- Players from now on don't get back their 20 hp when right-clicking a lrfurn's armchair.
2015-02-18 17:43:05 +01:00
b165c5512f
Merge branch 'master' of http://github.com/Ombridride/minetest-minetestforfun-server into soundset
2015-02-16 20:45:22 +01:00
LeMagnesium
dc06213bf4
Added missing meshnode's objects in homedecor
...
- Added missing objects' files
- Removed global variable `biome2` in mods/snow/src/mapgen_v6.lua
2015-02-16 20:40:29 +01:00
LeMagnesium
8d796fc3a3
Updated homedecor and solved chairs' bug
...
- New textures for chains
- Irfurn's nodes are now 99 stackable
- Commented the whole function `sit_exec` in mods/homedecor_modpack/homedecor/furnitures.lua to avoid players using chairs' bug
2015-02-16 18:18:20 +01:00
LeMagnesium
e6bb61ffe5
Removed global variables and fixed comparaison with nil
...
- Removed global variables in mods/snow/src/
- Fixed crash with unconfigured value in mods/plantlife_modpack/nature_classic/global_function.lua
2015-02-15 23:29:18 +01:00
Ombridride
31a6b257f5
tweak the stack max of throwing mod
2015-02-15 23:08:13 +01:00
Ombridride
2ce5630ae9
Update arrow.lua
2015-02-15 23:05:59 +01:00
Ombridride
12efe53d1c
Tweak the "throwing:arrow" craft
...
Now the stack max is set to 200, enjoy your quiver !
2015-02-15 22:05:55 +01:00
Ombridride
9a55ace36e
Tweak the "throwing:arrow" craft
...
Now craft 8 arrows
2015-02-15 22:04:05 +01:00
df18fba3a8
adaptation pour utiliser le mod soundset
...
modification pour incorporer le mod soundset qui permet aux joueurs de regler le volume de la musique et de l'ambience independament
2015-02-15 00:41:50 +01:00
9a0acb22c0
mod soundset initial release
2015-02-14 23:55:06 +01:00
LeMagnesium
001267c7eb
Fixed typo in intweak mod
2015-02-14 17:31:51 +01:00
LeMagnesium
0899d85dac
Added security in intweak
...
- Punching things with unknown items was making server crash
2015-02-14 17:17:48 +01:00
2d7941209f
debug et ajout de timer dans sethome
2015-02-12 17:19:53 +01:00
LeMagnesium
f2a6d646aa
Removed two global variables
...
Thanks to crabman for having warned me.
2015-02-11 16:04:38 +01:00
79031066c9
correction de svol|mvol qui provoquent le crash du serveur
...
ajout de test et conversion du type de variable en numerique dans les commandes svol et mvol pour eviter le crash du serveur
ambience_modpack/ambience/init.lua:495: attempt to perform arithmetic on upvalue 'MUSICVOLUME' (a string value)
2015-02-11 09:26:49 +01:00
LeMagnesium
47bf36a8c3
Updated plantlife
...
- Added `if` statements to avoid populating areas when lag is too high
2015-02-09 18:20:35 +01:00
Ombridride
6237c70e77
spawn cooldown set to 5minutes
2015-02-08 23:51:02 +01:00
LeMagnesium
a762b3552b
Fixed position for beginners' chest
2015-02-08 23:47:19 +01:00
Ombridride
634d2f6aab
add a craft recipe for sponge:sponge
...
Black dye + white wool + wheat = sponge
2015-02-08 23:34:15 +01:00
Ombridride
0d4a868894
stack update of sponge mod (sponge wet)
2015-02-08 23:31:25 +01:00
Ombridride
9004681aaa
stack update of sponge mod
2015-02-08 23:30:30 +01:00
LeMagnesium
9c30ea322c
Reverted IRC updated
...
This commit reveses commit 696f96b0f0
except :
./hooks.lua, containing security fixes forbidding people called 'IRC' to use commands
2015-02-07 14:37:11 +01:00
LeMagnesium
030e104df3
Added spawn's timer and reduced interval for home
...
- HOME_INTERVAL is now 20 minutes
- Added spawn's timer : interval is 10 minutes
2015-02-06 19:59:09 +01:00
LeMagnesium
f2da93525a
Commented animation change on sit function
2015-02-06 18:05:36 +01:00
LeMagnesium
e967eb654a
Retro-updated mesecons
...
This revert mods/mesecons' part of commit d57a4701f2
2015-02-06 16:45:13 +01:00
LeMagnesium
0c223c87b3
IRC's bugfix #1 after update
2015-02-06 15:32:34 +01:00
LeMagnesium
218882457b
Merged GUI/console homes' handlers
...
- Added timer to unified_inventory's GUI go_home by 'merging' it
- Merged GUI/console sethome by addind all sethome's functions and variables in home[], unified_inventory calls home.sethome and home.tohome
- Added sethome in unified_inventory's mandatory dependencies
2015-02-06 14:46:53 +01:00
LeMagnesium
82b6bc809b
The other part..
...
- My happined made me forget the ']]' at then end sorry
2015-02-05 21:36:16 +01:00
LeMagnesium
7e8dbab444
Come back is HUD/hunger.lua : EXHAUS' bug fixed!
2015-02-05 21:35:26 +01:00
LeMagnesium
d57a4701f2
Updated mesecons, pipeworks and homedecor
...
- Homedecor now using an inventory texture for lamps
- Reoganized pipeworks' code
- Added secure fix in pipeworks
- Added meshnodes, sounds and fixes in mesecons
- Removed "mesecons_compatibility"
2015-02-05 19:07:29 +01:00
LeMagnesium
3038c66e21
Changed a chest's duration
2015-02-04 23:00:35 +01:00
LeMagnesium
faafe039a6
Added chests (ssht! it's a secret!)
2015-02-04 22:57:40 +01:00
LeMagnesium
b9d45b2164
Updated IRC Mod
...
- (Finally) Updated the IRC mod : new dependencies, new LuaIRC module
2015-02-04 22:33:14 +01:00
LeMagnesium
06d241c10a
Removed a few .env calls and minetest typos
2015-02-02 18:37:29 +01:00
LeMagnesium
7b51983a97
Removed .env and minetest: calls in itemframe
2015-01-29 20:06:14 +01:00
Ombridride
a149bc8c08
encore des petits ajustements...
2015-01-29 00:20:09 +01:00
Ombridride
fa8b4297e1
Update aliases.lua
2015-01-28 23:26:17 +01:00
LeMagnesium
edc7d6d23a
Changed homedecor's itemframe with fork overriden during merge..
2015-01-28 23:06:31 +01:00
LeMagnesium
59037e6a7c
Commented falling_snow.lua include
...
- The snow fall have been disabled to improve the server's performances
2015-01-28 18:25:04 +01:00
LeMagnesium
839fe273f1
Updated homedecor mod to remove global vars and use meshs
2015-01-28 15:37:59 +01:00
LeMagnesium
5df7181ba9
Updated pipeworks' textures and mechanisms
2015-01-27 18:39:23 +01:00
LeMagnesium
55972f1441
Updated plantlife_modpack, using meshnodes for pebbles and bushes
2015-01-26 22:56:18 +01:00
LeMagnesium
fe5dc3f0a7
Fixed craft recipe conflit for moreblocks:cobble_compressed
2015-01-26 00:33:27 +01:00
Ombridride
dc1053d3f1
Update snow mod to 3.2 version
2015-01-26 00:03:27 +01:00
LeMagnesium
618adecf2b
Fixed global vas errors and updated beginners_chest with license
2015-01-25 22:34:03 +01:00
LeMagnesium
0567321fa9
Fixed /from_hell nether's command
...
- Fixed crash when *pos* was called.
2015-01-25 20:11:04 +01:00
LeMagnesium
6726dc3a8c
Finally fixed maptools' and moreblocks' update
...
- Finished pending rebase
- Removed merge garbage
- Fixed merge mistakes
2015-01-24 20:27:36 +01:00
LeMagnesium
c6cc85a855
Finished maptools' rebase
2015-01-24 20:18:48 +01:00
LeMagnesium
8787930b51
Updated homedecor_modpack : not running yet
2015-01-24 19:40:00 +01:00
LeMagnesium
36897537a5
Updated maptools mod : not running yet
2015-01-24 19:38:53 +01:00
LeMagnesium
2bb2628beb
Updated moreblocks and moreores textures : not running yet
2015-01-24 19:35:56 +01:00
LeMagnesium
70d7d0fee7
Updated moreores mod : NOT RUNNING YET
2015-01-24 19:28:26 +01:00
LeMagnesium
6dc3e7d3ad
Finished maptool's update's rebase
2015-01-24 19:13:58 +01:00
LeMagnesium
f70d47ccaf
Updated coloredwood textures
2015-01-24 19:09:23 +01:00
LeMagnesium
25d7f6e339
Fixed global variables in irc mod
2015-01-24 18:58:13 +01:00
Ombridride
d8a923bf32
tweak the color of admin_boots (darker color)
2015-01-23 22:08:59 +01:00
Ombridride
c928006b1b
Add admin boots texture in 3d_armor
...
Because this texture is missing…
2015-01-23 21:58:18 +01:00
Ombridride
9fd1a48fa8
fix aliases...
2015-01-23 21:29:16 +01:00
LeMagnesium
e7a3350ddf
maptools.creative set to 0 : unkreakable nodes are seen
2015-01-23 21:24:55 +01:00
LeMagnesium
6537a584db
Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server
2015-01-23 20:48:24 +01:00
LeMagnesium
7a3ac10994
Updated fail mod : added sounds
2015-01-23 20:05:47 +01:00
Ombridride
110f8f4195
aliases for the new itemframes mod
...
pedestral aliases
2015-01-23 19:56:08 +01:00