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
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
759d36f6a1
Add a new texture for cow
...
A very interesting and detailed texture from Mobs_plus
2015-02-24 09:59:06 +01:00
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
bf4f6e70e2
Fixed mistakes in new pedestals' definitions
2015-02-23 11:56:22 +01:00
6c74bc3d05
Update rat.lua
2015-02-23 01:44:11 +01:00
35390e79db
Update stonemonster.lua
2015-02-23 01:43:03 +01:00
2524d461ef
-10 is useless, -1 is better
2015-02-23 01:41:40 +01:00
e1626abf0d
small spawn_chance reduction for sandmonster
...
4500 -> 5000 /blocks
2015-02-23 01:40:42 +01:00
a54231beab
Update rat.lua
2015-02-23 01:39:28 +01:00
774426571f
Update oerkki.lua
2015-02-23 01:39:11 +01:00
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
8520bc756e
lava_flan spawn in surface now
...
(if they is lava sources)
2015-02-23 01:37:17 +01:00
02395cd4da
Update kitten.lua
2015-02-23 01:35:47 +01:00
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
7f09f134b1
Update chicken.lua
2015-02-23 01:33:04 +01:00
2db993a021
Update kitten.lua
2015-02-23 01:32:00 +01:00
757c481218
Update kitten.lua
2015-02-23 01:28:59 +01:00
b74a801c69
Update kitten.lua
2015-02-23 01:28:42 +01:00
3b4a9862ee
Tweak the kittens spawn
...
Finally resolved ! (thank you crabman for your advice)
2015-02-22 23:29:53 +01:00
8286d9178d
Turned stained_glass glasses into glasslike_framed_optional drawtype
2015-02-22 18:17:29 +01:00
92d20a7e61
Turn glass into glasslike_framed_optional drawtype
2015-02-22 18:17:27 +01:00
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
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
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
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
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
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
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
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
31a6b257f5
tweak the stack max of throwing mod
2015-02-15 23:08:13 +01:00
2ce5630ae9
Update arrow.lua
2015-02-15 23:05:59 +01:00
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
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
001267c7eb
Fixed typo in intweak mod
2015-02-14 17:31:51 +01:00
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
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
47bf36a8c3
Updated plantlife
...
- Added `if` statements to avoid populating areas when lag is too high
2015-02-09 18:20:35 +01:00
6237c70e77
spawn cooldown set to 5minutes
2015-02-08 23:51:02 +01:00
a762b3552b
Fixed position for beginners' chest
2015-02-08 23:47:19 +01:00
634d2f6aab
add a craft recipe for sponge:sponge
...
Black dye + white wool + wheat = sponge
2015-02-08 23:34:15 +01:00
0d4a868894
stack update of sponge mod (sponge wet)
2015-02-08 23:31:25 +01:00
9004681aaa
stack update of sponge mod
2015-02-08 23:30:30 +01:00