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

1149 Commits

Author SHA1 Message Date
LeMagnesium
83b50783c6 Added NPC's counter adapted to the API
- It seems in fact that sometimes, when you give the fourth diamond to a NPC, it does not follow
  because you're too close to it. (engine's entity issue, or algorythm issue, but not really one
  since you just have to move in 99% of the cases to make the NPC follow you)
2015-04-13 21:25:04 +02:00
LeMagnesium
544c7ef55b Reverted NPC taming 2015-04-12 23:36:50 +02:00
LeMagnesium
5568cc4cff Fixed NPC counter 2015-04-12 23:24:01 +02:00
LeMagnesium
d6bea75353 Merge branch 'master' of gitpiserver:minetest/minetest-minetestforfun-server
Conflicts:
	mods/mobs/npc.lua
2015-04-12 23:18:33 +02:00
LeMagnesium
814f48c15b Re-added npc taming system (for 4 diamonds) 2015-04-12 23:13:51 +02:00
LeMagnesium
2df3b7828c Re-added npc taming system (for 4 diamonds) 2015-04-12 23:04:48 +02:00
Ombridride
c8353dd2fb Update mobs mod
- Add Golden lasso texture
- Improve code for mobs jump next to fences
2015-04-12 22:45:04 +02:00
Ombridride
94c8d0521a Update lavaslimes.lua
Health and speed ajustments :
- More smaller = more speed,
- More biggest = more health.
2015-04-12 22:40:31 +02:00
Ombridride
1f0ff0ca0f Update greenslimes.lua
Health and speed ajustments :
- More smaller = more speed,
- Medium and Big Slimes health upgrade.
2015-04-12 22:39:27 +02:00
Ombridride
c5abceebca Update init.lua 2015-04-12 21:57:15 +02:00
Ombridride
5cc15ecf13 Update hud.conf 2015-04-12 21:39:26 +02:00
LeMagnesium
e59d556109 Re-added old texture into hud 2015-04-12 21:34:16 +02:00
LeMagnesium
96993f6880 Re-added changed values to hunger 2015-04-12 21:17:47 +02:00
Ombridride
718a3747cc Update greenslimes.lua 2015-04-12 19:18:06 +02:00
Ombridride
4cbce2b611 Update lavaslimes.lua 2015-04-12 19:17:51 +02:00
Ombridride
e11d2e7259 Update greenslimes.lua 2015-04-12 18:59:07 +02:00
Ombridride
477ad73d60 Update init.lua 2015-04-12 12:30:55 +02:00
Ombridride
df6826eaab Update greenslimes.lua 2015-04-12 12:28:15 +02:00
Ombridride
0dfc01240c Update greenslimes.lua 2015-04-12 12:25:26 +02:00
LeMagnesium
81028be989 Fixed wrong adaptation from slimes to mobs
- Replaced slimes: by mobs:
2015-04-12 12:25:33 +02:00
Ombridride
a89db53bf7 Update lavaslimes.lua 2015-04-12 12:06:52 +02:00
Ombridride
47265050a6 Update greenslimes.lua 2015-04-12 12:05:17 +02:00
Ombridride
642d3aa232 Update, strange things happens... 2015-04-12 02:18:21 +02:00
Ombridride
a04573b271 Add Slimes mobs
- Lava Slimes spawn in Lava sources
- Green Slimes spawn in Acid sources
- Big Slimes splits into Medium Slimes who splits in small Slimes
2015-04-12 02:10:11 +02:00
6383d5eca5 optimize item_drop
Set settings var on load mod (very useless define any 0.10s)
Replace minetest.add_item() -> minetest.spawn_item()
Remove "remove_items" var setting, (minetest.after(time, obj:remove()) ), useless -> "__builtin:item"
Replace "collect" var -> "always_collect"
2015-04-11 23:11:06 +02:00
e41e314173 rename folder previews to .previews 2015-04-11 23:04:50 +02:00
LeMagnesium
b6549bd321 Merged dungeon master and fixed typo in stonemonsters
- Merged new and old dungeon master adding special removing features
- Fixed comma typo in stonemonsters' file
2015-04-11 22:46:16 +02:00
32e911db37 remove character_*_preview_back.png
added .blend files to make preview
adapte to add others skin
2015-04-11 22:28:46 +02:00
Ombridride
f2e2004bc9 Update mobs mod again 2015-04-11 21:54:04 +02:00
Ombridride
a55a9f71b4 Update mobs 02 2015-04-11 21:52:12 +02:00
Ombridride
ede187b4fc Merge branch 'master' of https://github.com/Ombridride/minetest-minetestforfun-server 2015-04-11 21:49:34 +02:00
Ombridride
4e402c7d3b Update mods mod
- npc's follow and stand by order
- mob shoot attack rehauled
- velocity changes
- fixed shoot bug
- mob shoot timings fixed
- dungeon master plasma balls less laggy
- DM plama ball less laggy
- added on_die function and jump_height
- Added jump_chance for jumping mods, set walk_chance to 0 when in use
- added jump mobs, footstep nodes, api tweaks
- fixed jump follow and follow jump glitch
- Added rotate to mob definition
- Reworked breeding
- tidied code
- added mobs_enable_blood flag in minetest.conf (true/false)
- tidied code
- Fixed selftimer issue
- beehive cannot be eaten (oops)
- fixed lifetimer bug
- added magic lasso to pick up animals
- pets and chicken can be picked up without magic lasso
- update version
2015-04-11 21:45:03 +02:00
LeMagnesium
bad22d432c NPCs now tamed with 4 diamonds 2015-04-11 18:18:41 +02:00
LeMagnesium
67043e6e50 Reverted commit 8fbd084 2015-04-11 17:45:47 +02:00
LeMagnesium
8fbd084624 Removed inhibition of lifetimer system about npcs
- NPCs have now a 600sec (10min) lifetime
2015-04-11 15:41:57 +02:00
LeMagnesium
89893df9ba Added itemdb command into _miscs
- Added itemdb command to get an item's itemstring
2015-04-09 14:39:11 +02:00
LeMagnesium
66cad396f2 Fixed NPC healing 2015-04-09 12:25:45 +02:00
LeMagnesium
b6e44b4047 Manually applied hunger_split update
- Updated hud/hunger splitting while keeping our configuration and solving
  issues
2015-04-08 23:30:51 +02:00
Ombridride
6ffdb6dafe Sounds update
- Restaured the old sound of return mirror be cause it fits better with
particles
- Remove an useless sound
2015-04-08 23:14:49 +02:00
LeMagnesium
72bd4819b4 Moved one more wav file (the last one) 2015-04-08 23:01:59 +02:00
LeMagnesium
997f7c6ca1 Removed useless sounds from fail
- Removed heavy useless wav files from fail
2015-04-08 22:39:27 +02:00
LeMagnesium
8eeef9239c Completly reset HUD
- on_item_eat not working, hud can't be updated
2015-04-08 17:18:08 +02:00
Quentin BUISSON-DEBON
43db95e0a7 Replace the call in the mod for
the renamed sound
2015-04-08 16:50:21 +02:00
Quentin BUISSON-DEBON
63fb99e115 Suppress this useless sound
Renamed with "_" in the lastest commits
2015-04-08 16:45:46 +02:00
Quentin BUISSON-DEBON
70b806ed3d Comrpess sounds
by Obani, thank you !
2015-04-08 16:26:28 +02:00
f1a419c78c Added 2 missing textures in maptools 2015-04-08 10:39:03 +02:00
LeMagnesium
a93eed6950 Updated metatools
- Prevented crash when punching entity
2015-04-07 20:56:02 +02:00
55d75b175b Added new default:ladder_obsidian and changed lavatemple:ladder
Added new default:ladder_obsidian
Changed lavatemple:ladder  walkable=true, drawtype=nodebox, added new texture inv and changed texture
2015-04-07 00:40:35 +02:00
Ombridride
79ed0ecebe Update mummy.lua 2015-04-07 00:29:19 +02:00
LeMagnesium
df7cd271b4 Rebased update of hud/hunger 2015-04-06 22:37:28 +02:00
LeMagnesium
6d62388898 Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-04-06 22:20:02 +02:00
LeMagnesium
aa1a444ce7 Redefined mummy using mobs' API
- Gave to mummies the properties of sand monsters
2015-04-06 22:19:25 +02:00
d1fac21776 Added groups cracky=1 and new obsidian texture for lavatemple ladder 2015-04-06 22:04:39 +02:00
LeMagnesium
99dbbf71c9 Updated homedecor
- Added/removed textures
- Added mesh for inbox
- Added wall lamp
2015-04-06 21:40:52 +02:00
Ombridride
95f857c814 Update more_trms.lua
- Now balanced
- More loots
- More comments
- Re-organization of the code
2015-04-06 21:28:31 +02:00
c5a20d7130 Added craft lavatemple:ladder 2015-04-06 20:44:27 +02:00
LeMagnesium
7142fdf3cd Updated hud/hunger while saving our modifications
- Splitted hud into two mods : hud and hunger
2015-04-06 20:38:52 +02:00
LeMagnesium
74adffa8cc Updated metatools mod
- Added set method
- Improved actualization system
2015-04-06 18:40:27 +02:00
Ombridride
18118226ab Update markers mod
- Calculate 3D cube from multiple markers instead of requiring a rectangle of 4
- Sort area lists nearest first
- Increased number of markers (20 to 50)
- Crashfix
2015-04-06 18:29:03 +02:00
LeMagnesium
cd39ac77a7 Added first version of metatools
- Allowed admins to read metadatas
2015-04-06 16:04:23 +02:00
LeMagnesium
8e64ccfdf0 Changed max_area amount from 4 to 10
- settins.area.max_areas = 10
2015-04-05 23:16:31 +02:00
LeMagnesium
05252763a1 Updated meshes 2015-04-05 23:11:08 +02:00
Ombridride
e75c8bcf7b Update more_trms.lua
Réparation du code, suppression de doublons, ajout des valeurs precious manquantes

=> Les taux des objets sont a revoir je pense, quand des loots sont générés, il choisi deux groups, et pioche celon les pourcentages dans ces deux groups
2015-04-05 02:23:21 +02:00
Ombridride
82179fc2b1 Update more_trms.lua 2015-04-05 02:08:55 +02:00
LeMagnesium
ebf37569d5 Added 40 missing rarety values in new trms 2015-04-05 00:34:31 +02:00
LeMagnesium
5fc361f81f Made death look like an item explosion
- Items are scattered further
2015-04-05 00:26:51 +02:00
Ombridride
ec11d33733 Update more_trms.lua
add light, building_block, seed, transport_vehicule, transport_structure, ladder, default
2015-04-05 00:12:44 +02:00
LeMagnesium
003353e1a0 Added more trms for pyramids
- Added trm for groups fuel, food, raw_food, melee_weapon, tool, minetool, and
  deco
2015-04-05 00:12:30 +02:00
LeMagnesium
06a44b2b04 Set gain not applied on returnmirror 2015-04-04 15:36:46 +02:00
LeMagnesium
35c8c024fe Moved, renamed sounds, and added code for them
- Added code pieces for handling sounds
- Moved sounds and renamed them using the naming convention
- Added soundset as dependency for returnmirror and awards
2015-04-04 15:24:20 +02:00
LeMagnesium
9bb085c05f Fixed power rails
- Suppressed silly mesecons' check blocking the adding of velocity data into rails
- Added an ABM to update actual rails
- Honey from mobs gives from now on 6hp when eaten (3 <3)
2015-04-03 22:17:07 +02:00
e307a6b22f no clear mana when player leave 2015-04-03 02:46:47 +02:00
d81950987b fix wrong "{" 2015-04-03 02:43:41 +02:00
Ombridride
b139227932 Update api.lua 2015-04-03 02:02:55 +02:00
d9c671e10c added more unbreakable nodes by creeper explosion
added default:obsidian_cooled, default:obsidianbrick, more_chests:x (exclued wifi) in unbreakable nodes by creeper explosion
and fix global var
2015-04-03 00:02:03 +02:00
27b925f996 Added to play a sound for every player when a player die 2015-04-02 22:00:41 +02:00
Ombridride
0b51e1f7ac Now players can give orders follow and stand to NPCs 2015-04-02 19:16:47 +02:00
LeMagnesium
7fa1375fee Updated default IRC's configuration 2015-04-02 17:39:58 +02:00
LeMagnesium
2f9656f359 Updated plantlife : added sunflowers
- Added sunflowers' models and textures
2015-04-02 16:47:18 +02:00
Ombridride
93b83cff8d Merge pull request #40 from ObaniGemini/new_sounds
New sounds
Encore un peu lourd, mais ça fera l'affaire pour un premier ajout
2015-04-01 22:09:57 +02:00
LeMagnesium
16fd682ebb Modified doors, vines, homedecor, etc...
- Added doors:trapdoor_cherry and its craft recipe
- Removed useless door textures (not following naming convention, so not used in code since the last mff_game update)
- Added missing homedecor_models
- Re-added vines:shears needed for vines' roots
2015-04-01 21:42:29 +02:00
Robin De Sousa
d5d8cee307 Added four sounds to MT, without the code to activate them :
mana : added a teleportation sound using the mirror
death_messages : added a death sound for player dying and a death sound for other players seeing him die
awards : added an award obtention sound
2015-04-01 18:19:45 +02:00
LeMagnesium
6838d21c1e Fixed bracket in ambience_modpack 2015-04-01 17:26:22 +02:00
1bab0c5b74 fix mores bug
fix wrong param
adapt to new soundset version due to conflict name with death_messages
2015-04-01 01:56:03 +02:00
3618b1c014 fix conflict name with death_messages
change var name sounds to soundset in soundset mod
adapt ambience mod to new name in sounset
2015-04-01 01:55:09 +02:00
91b0f25735 fix crash soundset
fix crash soundset init.lua:111: attempt to index field '?'
2015-03-31 23:44:22 +02:00
LeMagnesium
a9449a276f Added beginning of sounds in death_messages
- Added table containing sounds played when player dies, further adding of
  sounds will come from Obani/ObaniGemini
2015-03-31 22:31:28 +02:00
LeMagnesium
bd06b0f1ab Fixed mistake in chickens' file 2015-03-31 19:53:26 +02:00
LeMagnesium
de0b944f81 Added all missing meshes forgotten by meld 2015-03-31 19:49:36 +02:00
Ombridride
0a9f28dc87 Mistake
Oops
2015-03-31 19:42:17 +02:00
Ombridride
4eea01fb13 Update Spider sounds 2015-03-31 19:33:48 +02:00
Ombridride
4645ef3cb5 Update mobs mod
- api.lua (many improves, chicken egg more frequent, NPC attack nearly
mobs, textures code, etc…)
- Bee (spawn on group:flower now, textures code updated)
- Bunny (textures code updated)
- Chicken (two times more eggs, textures code updated)
- Cow (textures code updated)
- Creeper (finish reorganize the code, textures code updated, new eggs
inventory texture)
- Dirt Monster (textures code updated)
- Dungeon Master (textures code updated)
- init.lua (small credits tweaks)
- Kitten (textures code updated, now drop sometimes farming:string)
- Lava Flan (textures code updated, now 3 can spawn per chunck)
- Mese Monster (textures code updated)
- NPC (textures code updated, revert give raw meat versus health code
for tests)
- Oerkki (textures code updated, now 1 light damage)
- Rat (textures code updated)
- Sand Monster (textures code updated)
- Sheep (textures code updated, now give 2 to 3 wool when sheared)
- Spider (textures code updated, change credits, comments our
modifications)
- Stone Monster (textures code updated)
- Tree Monster (textures code updated)
- Warthog (textures code updated)
- Wolf (finish reorganize the code, textures code updated, add spawner
egg and an inventory texture)
- Tweaks some sounds
2015-03-31 19:32:46 +02:00
LeMagnesium
a6bfdd377c Updated mesecons and pipeworks
- Added security on devices from pipeworks (breaker,placer)
- Added new mod in mesecons : mesecons_stickyblocks
2015-03-31 18:08:41 +02:00
fee70f8fc3 fixed NPC feed 2015-03-31 04:41:38 +02:00
Ombridride
23a64e9ffb Update npc.lua 2015-03-31 02:16:17 +02:00
06bd1f95d5 remove minetest.setting_get("remove_items") of step
remove minetest.setting_get("remove_items") of step, useless parsing
2015-03-31 01:33:36 +02:00
1cde302446 fixed unknown block in craft 2015-03-31 01:25:44 +02:00
d2264a7ebb add statbar hud and new textures to mana mod 2015-03-30 23:06:56 +02:00
LeMagnesium
9ca46d91f6 Updated homedecor, adding green trash can
- Added green trash cans
- Removed more side textures
2015-03-30 18:29:25 +02:00
LeMagnesium
6dce5e5cfc Updated homedecor_modpack
- Added overrides of missing technic nodes if mod is disabled
- Turned a lot of nodes into meshnodes and removed useless side textures
- Used a new way to register nodes like windows, shower heads, etc...
2015-03-29 12:06:13 +02:00
LeMagnesium
64a58936dd Added time restriction for whereis command
- Added a time limit for whereis command
- Added a notice sent to user whom position is querryed
2015-03-28 17:35:26 +01:00
LeMagnesium
400a5b01ea Changed blood texture for sand monster 2015-03-28 16:31:36 +01:00
Ombridride
f5dca18b57 Update shields armor
+1 armor for all shields
2015-03-28 14:15:04 +01:00
Ombridride
376fc7d0ff Mistake in armor tweak & upgrade 2015-03-28 13:56:24 +01:00
Ombridride
168995d01f Update mobs spawn and ODS board 2015-03-27 23:12:04 +01:00
a32ed5e3cf add an menu in soundset
add an menu in soundset and and button in unified_inventory and chatcommand to display menu
2015-03-27 20:46:17 +01:00
LeMagnesium
26bd691550 Updated fail mod
- Updated fail with files closed
- Fixed crash with malformed list for pyramids.fill_chests
2015-03-27 19:03:47 +01:00
LeMagnesium
db38a9c159 Chests are cleaned before being updated 2015-03-27 17:51:31 +01:00
LeMagnesium
4cfd2b39ac Ereased global variables in tsm_pyramids
- Changed into local variables NPC, PLAYERS, prop and all the global variables listed
  by crabman (thanks to him)
2015-03-26 21:47:09 +01:00
LeMagnesium
194a39011a When mummies attackes, they ignore unknowns 2015-03-26 21:17:04 +01:00
LeMagnesium
718861d80c Fixed all unknown's use in builtin with a check then return 2015-03-26 20:54:05 +01:00
LeMagnesium
fa08177744 Added a check before indexing reg_items with unknown
- Added check avoiding crashes in mods/builtin_item/init.lua::97
2015-03-26 20:41:33 +01:00
LeMagnesium
af649c49f8 Fixed a mistake in unknown node's check
- Mobs mod now check with correct values the being of the nodes its mobs spawn on
2015-03-26 20:33:40 +01:00
Ombridride
a291222ea6 Finish the mobs update 2015-03-26 20:08:33 +01:00
LeMagnesium
5f9d3c54bd Dicreased needed light for plants 2015-03-26 20:07:44 +01:00
Ombridride
354b82d78b Small update
begin to complete the mobs board on the .ODS
2015-03-26 19:01:45 +01:00
Ombridride
522713354b Fix a mistake with Lava Flan 2015-03-26 18:53:29 +01:00
LeMagnesium
e92a8e004c Changed mobs' damage values
- Changed values of damages for mobs listed in the ods file
- Resized one little column in the ods file
2015-03-26 18:49:28 +01:00
Ombridride
7546acaf69 New Creeper texture 2015-03-26 15:03:23 +01:00
Ombridride
7e74cf549e update armor mod
Now better values and effects, see
http://minetestforfun.qbuissondebon.info/index.php/le-jeu/liste-des-mod
2015-03-25 21:39:55 +01:00
Ombridride
8d45d416be Begin the mobs update 2015-03-25 17:27:53 +01:00
LeMagnesium
e2a49d6552 Creeper damages by 21hp units (10.5 hearts) on armor and player 2015-03-25 16:14:51 +01:00
LeMagnesium
f4b9d0a10a Made pyramids completly unbkreakable 2015-03-24 19:33:41 +01:00
586e9806ca add default:obsidian_cooled in undestructible by dongeon master 2015-03-24 16:19:07 +01:00
59aef367cd fix global var in forceload 2015-03-24 15:58:53 +01:00
b8a7b3d8e1 add obsidian and fix wrong var 2015-03-24 15:50:53 +01:00
LeMagnesium
41274eabd0 Copied security from creepers to dungeon_masters 2015-03-23 21:23:27 +01:00
e9b525b48a fix global var 2015-03-23 21:05:30 +01:00
LeMagnesium
1e3b620482 Wrap lines and added exceptions on creeper's explosions
- Stuff contained in default:chest will be dropped as are items when player die
- Steel doors and locked chests won't be affected by explosions
- If part of a wooden door is destroyed, the second part is too
2015-03-23 19:58:09 +01:00
14822e9e6b fix typo 2015-03-23 19:48:26 +01:00
25a0080980 add creeper explosion don't destruct areas and unbreakable nodes
add creeper explosion don't destruct areas and unbreakable nodes
fix mobs crash if spawn on unknown node
2015-03-23 18:47:58 +01:00
LeMagnesium
391df6d6e2 Fixed quartz disappearing in u_inv's craft guide 2015-03-22 21:58:24 +01:00
LeMagnesium
cf7dea7480 Removed debug line in tsm_pyramids/room.lua 2015-03-22 15:20:16 +01:00
0c48fd5839 fix wrong random number crash and reindent
wrong random number crash on place seawrecks:ubootchest
reindent code
2015-03-22 13:44:34 +01:00
LeMagnesium
421c7b8fd0 Fixed crash with nil values for /orient 2015-03-22 13:34:59 +01:00
LeMagnesium
60f111e9d5 New regex for Lua's socket module 2015-03-22 12:50:13 +01:00
Ombridride
e67ba421d2 re-indentation correctly and add a comma at the right place 2015-03-22 10:52:13 +01:00
Ombridride
81d4a45dbf small mistake 2015-03-22 10:49:45 +01:00
Ombridride
7e6fbd96a2 small improve ok death_messages
We forget girls…
2015-03-22 10:36:15 +01:00
Ombridride
cf03b39bb9 Update mobs mod
- TreeMonster drop
- for the NPC : mobs.npc_drops and drop
- activate the NPC spawn
2015-03-22 10:29:11 +01:00
LeMagnesium
8920797d80 Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-03-22 00:08:13 +01:00
LeMagnesium
9163b9689a Added reloading system for tsm_pyramids
- Chests are reloaded every 30 minutes with new stuff in them
- Chests positions are saved

TODO: Only update if chest is empty!
2015-03-22 00:06:47 +01:00
LeMagnesium
b6ab203882 Commited a missing comma 2015-03-21 23:36:39 +01:00
Ombridride
ecb80ac532 Small indentation/organisation tweaks 2015-03-21 23:35:45 +01:00
LeMagnesium
cc1d39e962 Renamed unbreakable sandstonebrick using default's name
- Added alias for compatibility
2015-03-21 23:31:16 +01:00
LeMagnesium
f9b99b9eb8 Fixed whoison : double argument in chatcommand reg
- Attempted to register chatcommand "timeonline","played", changed to "timeonline"
2015-03-21 23:22:30 +01:00
LeMagnesium
9a42cae60c Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server
PEOPLE STOP PUSHING WHILE I WORK
2015-03-21 23:18:10 +01:00
LeMagnesium
7937db0757 Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-03-21 23:15:41 +01:00
Ombridride
0daca69efa Re-add vines:shears
Because it’s the only way for take « vines:vines », description changed
for « Shears for Vines » and changed the recipe for more flexibility
(group:*)
2015-03-21 23:15:18 +01:00
LeMagnesium
ed679b04d0 Added maptools:chest into mod and tsm_pyramids
- Added node maptools:chest which is now used in tsm_pyramids
- Preparing merge conflicts
2015-03-21 23:15:05 +01:00
68cb3d2a3b add tnt sound file for creepers and remove add_item sur explode 2015-03-21 23:03:49 +01:00
1dc7378e53 remove useless param 2015-03-21 22:24:15 +01:00
Ombridride
172c2330eb Add a trm for pyramids
We think it will add loots to pyramids chests…
2015-03-21 20:45:17 +01:00
Ombridride
fdf800441e Update whoison
(Add an alias for timeonline<=>played)
2015-03-21 19:43:50 +01:00
Ombridride
d327fcb74a tweak the mobs mod
- Remove the jump step (useless now)
- Some health adjustments
- Some damage adjustments
- Add blood textures for some mobs (spider/red, creeper/green)
- Begin the cleaning and organisation code for the wolfs and creepers
mobs
2015-03-21 19:28:06 +01:00
Ombridride
416a8a9110 Add an inventory texture for the creeper egg 2015-03-21 18:56:43 +01:00
bf8165e7a0 fix wrong tab organization in moreores
fix wrong tab organization cause no degats
2015-03-21 18:19:21 +01:00
LeMagnesium
03669d8168 Updated moreblocks mod
- Removed copies of license, merge conflicts' garbage
- Added warnings about modifications made by us
2015-03-21 17:33:52 +01:00
LeMagnesium
c72b671dd8 Minor update of moreores
- Moreores mod updated, will be soon rewritten
2015-03-21 17:22:22 +01:00
Ombridride
dba0ef5fab tweak the mobs mod
increase the damage of the « creeper »
2015-03-21 16:44:36 +01:00
Ombridride
1b127302f4 Fix moreores tools damage 2015-03-21 16:25:09 +01:00
999b554fe6 fix not generated pyramid
fix (typo)unknown block cause pyramid not generated
2015-03-21 01:52:18 +01:00
178be95a62 add new trap spike major reverse
add new trap spike major reverse (for special event)
2015-03-20 23:58:58 +01:00
da7819c043 remove old shears and add mobs:shears 2015-03-20 23:40:14 +01:00
LeMagnesium
d9a85d4e81 Removed useless shears 2015-03-20 23:31:20 +01:00
Ombridride
7c27dda103 Update mobs mod
- Bunnies eat savage carrots
- Now, you need mobs:shears(ciseaux) if you want take the sheep’s wool,
- Kittens now follow rat and be tamed if they eat 4 fish_raw (obtained
when fishing)
- Kittens now can be picked with right click, and stored in inventory
(like chickens)

—> SYNC WITHOUT API.LUA <—
2015-03-20 22:57:12 +01:00
Ombridride
739c854de0 Merge pull request #37 from Ataron/master
Change mirror glass texture
2015-03-20 22:24:25 +01:00
LeMagnesium
8a86038424 Fixed merge mistake leading to crash 2015-03-20 21:55:54 +01:00
Ataron
1bcf7175fc Change mirror glass texture 2015-03-20 20:19:35 +01:00
53a412f77c remove stupid items added in openfarming 2015-03-19 21:37:43 +01:00
LeMagnesium
3947b909fe Updated mobs' README.txt and added comment warning
- Added comment to warn a change of our
- Updated README.txt in mobs mod. However, Ombridride will have to do a lot of works, the mod have been changed again (no more steps, parameters
  deleted, etc).
2015-03-19 19:55:51 +01:00
Ombridride
1ce54798fb Remove the wiki mod
(Useless/Unused)
- add an aliases
2015-03-19 16:16:49 +01:00
Ombridride
970bc9fd72 nothing... 2015-03-19 00:36:03 +01:00
Ombridride
235ea20592 tweak the bunny spawn 2015-03-19 00:27:21 +01:00
Ombridride
07662a80b0 small tweaks for bunnies 2015-03-19 00:20:21 +01:00
9b89200536 add no generate DARKAGE in nether -19600 2015-03-19 00:15:01 +01:00
Ombridride
3be8905b12 Update mobs
add bunny, changed api.lua, other smalls changes
2015-03-19 00:10:30 +01:00
16bd72149a fix crash in mana when used hudbars mod 2015-03-18 21:39:20 +01:00
LeMagnesium
3920e10c1d Updated mesecons mod 2015-03-18 21:33:31 +01:00
Ombridride
d72ff66ad2 update mobs 02/02
stats mobs,

    oerkki peut détruire/enlever torchs,

    vache/sheep mangent l'herbe,

    bébé phacochère/mouton qui suivent leur "maman",

    npc => suit les diamonds, il peut etre soigné avec meat ou bread,
clique droit avec "default:gold_lump" en main et il droppera un objet
au hasard en échange,

    pumba => follow maintenant "default:apple"

    kittens => follow maintenant "fishing:fish_raw"
2015-03-18 21:28:40 +01:00
Ombridride
ec9c96562f mobs update 01/02 2015-03-18 20:38:57 +01:00
LeMagnesium
2f7f6711af Reverted removed modification 2015-03-18 19:40:33 +01:00
LeMagnesium
35a6597207 Updated farming redo mod 2015-03-18 19:23:03 +01:00
LeMagnesium
2476e9878f Updated moretrees mod
- Centralized inttlib's gettext function
- "OPTIMIZED ALL THE TEXTURES \:D/!!"
2015-03-18 19:12:26 +01:00
LeMagnesium
4812003da0 Updated 3d_armor and added a security if statement
- Added security if statement in 3d_armor/3d_armor/armor.lua:~464 to prevent
  crash if `armor_inv` is nil (thanks crabman for reporting)
- Updated 3d_armor (better use of skin and skin mods)
2015-03-18 18:28:56 +01:00
e849f33780 add hudbars support and optimize
add new hudbars support
optimize fonction cactus
Active sprint only when we move
2015-03-18 03:11:20 +01:00
d73a89f25d fix crash when generate nether
fix crash when generate nether
and fix global variable
2015-03-18 01:41:45 +01:00
LeMagnesium
99d0640d25 Added treasurer and forceload as directories 2015-03-17 22:42:21 +01:00
LeMagnesium
9538856d06 Removed submodules 2015-03-17 22:02:51 +01:00
LeMagnesium
4ffd2edfa5 Updated nether, riesenpilz and vector_extras 2015-03-17 21:23:53 +01:00
LeMagnesium
547aae51c8 Updated pipeworks : HUD bug apparently fixed
- Automatic systems simulating players now check if the player they imitate exists
2015-03-17 20:50:58 +01:00
e2bc63b91f add sword and axe can dig plant in areas openfarming 2015-03-16 22:08:35 +01:00
LeMagnesium
20f0de955e Added *real* treasurer mod 2015-03-16 19:54:31 +01:00
LeMagnesium
e17ef3dbf6 Added minetest.register alias on mirror and fixed seawrecks' crash
- Created alias from returmirror:mirror_inactive to returnmirror:portal so the
  players will be able to find this item in unified_inventory's search menu by
  typing "portal"
- Fixed a very strange and unhandled crash in seawrecks, caused apparently by
  minetest.add_node. Used minetest.set_node instead and everything is fine
2015-03-16 19:52:46 +01:00
LeMagnesium
538d9a74c8 Removed useless trmp_minetest_game
- trmp_minetest_game wan't in fact containing the treasurer mod, and because it
  is made for the minetest_game and we don't need it to the point we would adapt
  it, it is removed. The treasurer mod will be added in further commit
2015-03-16 19:51:21 +01:00
LeMagnesium
ddf4a356c8 Updated homedecor mod 2015-03-16 19:50:50 +01:00
LeMagnesium
06cde1b2d7 Given second name in returnmirror's description
- The returnmirrors are now called "Return of the Return/Portal Mirror" so it's
  easier to players to guess what it does
2015-03-16 18:33:58 +01:00
1df5323482 fix bug in openfarming
fix usebug in openfarming, when node is plant any node can be placed
fix bug due to news protection in farming mod V1.12
add default:papyrus can be placed, no dig
2015-03-16 02:30:48 +01:00
2e565b2ab9 add privs interact to use chatcommands 2015-03-15 15:54:49 +01:00
ad693a8749 fix megabuilder privs
fix wrong test always false for megabuilder (nil~=false)
2015-03-15 15:26:17 +01:00
7151b6877b fix megabuilder privs
fix wrong test always false for megabuilder (nil~=false)
2015-03-15 01:49:35 +01:00
LeMagnesium
4c3ebfe5c2 More spikes per craft 2015-03-15 00:20:48 +01:00
LeMagnesium
6b45ccbd10 Changed recipes for spikes and major spikes 2015-03-15 00:19:38 +01:00
Ombridride
5817264a58 Many updates...
- Update « Multitest » to version 2
- Update world.mt (re-organise, add forceload and add
trmp_minetest_game)
- Remove playerplus (nether use, and cactus has been added to the loop
of the sprint mod)
2015-03-14 23:18:06 +01:00
036d2fd3b9 fix wrong name cause unknown in craft screwdriver perfect 2015-03-14 19:32:01 +01:00
LeMagnesium
597278521c Made pyramids unbreakable until they are regenerated 2015-03-14 18:01:46 +01:00
LeMagnesium
a998175046 Make mummy spawners unbreakable 2015-03-14 17:30:42 +01:00
LeMagnesium
6951bd470f Added forceload, pyramids, b_chests' support
- Beginners' chest updated (support for forceload)
- Forceload mod by rubenwardy added
- trmp_minetest_game added
2015-03-14 17:23:22 +01:00
Ombridride
3c74d530e6 Tweaked builtin_falling mod
- Set the area of prohibition to dump buckets to 4, before 7
- And correct smalls spelling mistakes
2015-03-13 23:28:28 +01:00
Ombridride
474779fe1e New textures for the pole perfect 03
03
2015-03-13 20:35:14 +01:00
Ombridride
5541bc1f53 New textures for the pole perfect 02
02
2015-03-13 20:34:44 +01:00
Ombridride
bc5abc1d66 New textures for the perfect pole
(blue like mithril, and like the pole texture in hands)
2015-03-13 20:31:57 +01:00
Ombridride
2b8b7bdfa6 Creeper run and walk more faster 2015-03-13 20:18:38 +01:00
Ombridride
1232033a0a Tweak the creeper "tree" texture
more greeeeeeeeen !
2015-03-13 20:16:10 +01:00
Ombridride
b376e1e34b snow min height 50
Before it was min height 3 ?!
2015-03-13 19:56:53 +01:00
Ombridride
0c590ce7b6 Merge pull request #31 from davedevils/patch-5
Delete RealTimei
2015-03-13 19:39:38 +01:00
LeMagnesium
5eeeea4f84 Added tsm_pyramids
- Added tsm_pyramids mod by Wuzzy to generate pyramids with precious items in them
2015-03-13 19:06:32 +01:00
LeMagnesium
1dfc09ee86 Updated markers' mod
- Fixed crash whith clients' button
2015-03-13 18:33:26 +01:00
Dave Devil's
2d719aa3ba Creeper mod - FIX#1
Fix for do_tnt_physics
2015-03-13 17:31:14 +01:00
LeMagnesium
f21cf6d434 Removed nil functions 2015-03-12 21:36:10 +01:00
LeMagnesium
c76bc7e019 Fix crash when blinktimer is nil 2015-03-12 20:47:44 +01:00
Dave Devil's
a660b2917d Update api.lua
Ajout du kamikaz (creepeur)
2015-03-12 20:35:08 +01:00
LeMagnesium
c3aefb8db7 Added indentation in mods/mobs/creeper.lua 2015-03-12 20:32:37 +01:00
Dave Devil's
a62f50bde7 Update init.lua 2015-03-12 20:05:44 +01:00
Dave Devil's
126713863a Create creeper.lua 2015-03-12 20:05:41 +01:00
Dave Devil's
19a74cfee4 Poulet domesticable
Faire que les poulets soient domesticable/tamed comme les moutons/vaches (mais avec 4 wheat et non 8, le clique droit pose problème car déjà utilisé)
2015-03-12 19:39:21 +01:00
LeMagnesium
f9ebbc93dc Updated WorldEdit mod 2015-03-12 18:32:37 +01:00
f849eae514 fix description perfect pole 2015-03-12 05:18:05 +01:00
Dave Devil's
48e6e3c82f Delete RealTime
Realtime protect is not good for server have allready some people , just use falling sand protect and bucket protect
2015-03-12 04:39:43 +01:00
74e7f5ca44 add pole perfect deco and textures
add pole perfect deco
cp textures pole_deco to pole_perfect_deco (simple fix, new textures must will be created)
fix missing variable BooTSWear in bobber_shark.lua
reindent code
2015-03-12 04:28:45 +01:00
Ombridride
bd6b5b5006 Fix perfect fishing pole recipe 2015-03-12 02:03:33 +01:00
Ombridride
83056f613d fishing tweak
- Add a craft recipe for worms
- Fix an usebug with compressed cobble uncraft
2015-03-12 01:56:31 +01:00
Ombridride
f9003c5581 Tweak the fishing mod
- Add Bobber_shark rewards (rare and interesting because the
Bobber_shark is only possible is you use a fishing:fish with your
fishing pole)
- Move some rewards from Bobber to Bobber_shark
- Tweak the FISH_CHANCE and the SHARK_CHANCE
2015-03-12 01:49:38 +01:00
Ombridride
b8f8efdbf3 some small comments tweaks 2015-03-12 00:36:41 +01:00
Ombridride
4a3ac61c22 Tweak fishing reward
Many interesting rewards…
2015-03-12 00:35:17 +01:00
LeMagnesium
00c64b95e7 Positionned mana bar in the middle of hunger bar 2015-03-11 22:31:24 +01:00
Ombridride
123686ebf5 tweak the fishing mod
fish chance 66% and shark chance 33%, 1% chance of fishing nothing
2015-03-11 21:41:14 +01:00
Ombridride
96a69636f0 tweak the fishing mod 2015-03-11 18:17:01 +01:00
Ombridride
7f062dd50a revert bad changes of Mg
(the wooden fishing pole  has 30 uses, not 1500 uses. 1500 uses is for
the perfect fishing pole)
2015-03-11 18:10:44 +01:00
LeMagnesium
55ff47595a Fishing pole can be used 1500 times 2015-03-11 17:32:56 +01:00
Ombridride
87c975ce30 New texture for the pole_perfect 2015-03-11 17:13:54 +01:00
Ombridride
42ed838804 Continue the pole_perfect code 2015-03-11 16:49:42 +01:00
Ombridride
3a96e2e34a Add the register tool for "pole_perfect"
Seulement commencé, à continuer
2015-03-11 16:39:15 +01:00
Ombridride
7bc218a363 Add the craft recipe of "pole_perfect"
And indentation correction for more visibility
2015-03-11 16:33:17 +01:00
Ombridride
a3cee45129 TWeak the Spider Cobweb From "mobs" mod 2015-03-11 16:30:08 +01:00
Ombridride
b3cf918f02 tweak the craft recipe of cobweb_corner 2015-03-11 16:25:00 +01:00
Ombridride
8e721a4d8e tweak the description for avoid mobs conflict 2015-03-11 16:21:08 +01:00
Ombridride
6fb5287cdf tweak the description for avoid homedecor conflict 2015-03-11 16:15:16 +01:00
LeMagnesium
050f8f115f New IRC version 2015-03-10 22:23:06 +01:00
a5a932c8ed remove deprecated minetest.env 2015-03-10 17:14:34 +01:00
2cb1438e99 fix bobber and worms removed when on_place
fix wrong condition cause remove bobber and worms when on_place if several player connected
2015-03-10 02:53:53 +01:00
c5ad8e22a1 fix wrong used variable last_[x|y|z]_pos
fix variable last_[x|y|z]_pos used by player, not for all players
2015-03-09 19:00:26 +01:00
Ombridride
1df5b49a05 Update wolf.lua 2015-03-09 17:13:15 +01:00
Ombridride
57506df706 Update warthog.lua 2015-03-09 17:12:56 +01:00
Ombridride
bb14d85a49 Update treemonster.lua 2015-03-09 17:12:31 +01:00
Ombridride
31998df815 Update stonemonster.lua 2015-03-09 17:10:01 +01:00
Ombridride
e2b5460e61 Update dungeonmaster.lua 2015-03-09 17:06:40 +01:00
Ombridride
fd1087c100 Update rat.lua 2015-03-09 17:05:17 +01:00
Ombridride
1272d2d138 Update mese_monster.lua 2015-03-09 17:04:49 +01:00
829e7388c1 remove useless condition (bug?) 2015-03-08 23:34:18 +01:00
LeMagnesium
3393ce9ba1 Added security on nether mod to prevent crash
- Initializated pmap1[count] if nil to avoid performing arithmetic on nil
2015-03-08 17:30:37 +01:00
LeMagnesium
91e44ae813 Updated pipeworks (rollback) 2015-03-08 15:22:06 +01:00
LeMagnesium
4a96a86be3 Changed position of mana's bar using axis (offset) 2015-03-07 15:23:53 +01:00
LeMagnesium
afd04d39c6 Removed useless and flooding debug print
- Removed flooding, useless and crashing call to minetest.log in cart mod (may be replaced by something else in the future)
2015-03-06 00:33:24 +01:00
LeMagnesium
99e74718cc Fixed missing link between sit_exec and homedecor.sit_exec
- Registered sit_exec (ghost) function as homedecor.sit_exec. All its calls
  have been changed in mods/homedecor_modpack/homedecor/furnitures.lua to
  homedecor.sit_exec(params)
2015-03-06 00:21:07 +01:00
LeMagnesium
69475ac204 Updated nether mod
- Kept values for pickaxes and tools
- Fixed calls of LIGHT_MAX
- Fixed typos
- Added sound and randomness in craft recipe
2015-03-05 17:09:02 +01:00
Ombridride
c765f2d41c Add a sound for wolfs 2015-03-05 01:32:58 +01:00
Ombridride
478d5e7218 Convert admin stuff => wooden stuff
(on every reboot)
2015-03-04 22:04:34 +01:00
LeMagnesium
9bfbd38c73 Changed old texture call to new texture
- Changed call to "shears.png", to its new name : "vines_shears.png"
2015-03-04 17:30:17 +01:00
LeMagnesium
66ee254fed Updated plantlife, hoping to fix missing texture
- Texture not fixed, missing "shears.png" used in mods/plantlife_modpack/vines/shears.lua
- Updated mod (added Turkish translation)
2015-03-04 17:11:18 +01:00
446842620b fix mana hud refresh
mana hud refresh now
fix crash when read mana.mt failed, mana.playerlist is nil, not {}
2015-03-04 02:21:07 +01:00
Ombridride
de4b1ac9ff Update nodes.lua 2015-03-04 00:31:41 +01:00
Ombridride
42082577bb Update aliases for "darkage:straw" and other
=> "darkage:stair_straw", "darkage:straw", "darkage:straw_bale" and "darkage:adobe"
2015-03-03 23:51:03 +01:00
c6e219b5a7 add traduction messages 2015-03-03 23:15:41 +01:00
Ombridride
89d21c4cd0 Merge pull request #27 from Ataron/master
Add a new mirror texture
2015-03-03 22:49:31 +01:00
Ataron
973dd0d708 Add new mirror texture 2015-03-03 22:39:38 +01:00
LeMagnesium
71780401bd Added shutdown mod
- Added shutdown mod by Jat and turbogus to warn players before server shuts down
2015-03-03 22:37:30 +01:00
LeMagnesium
2c6e09ce1c Updated minetestforfun_game, part 4
Merged :
	Add reverse recipes to craft hoesw
2015-03-03 22:04:16 +01:00
7a102d8a32 resolve conflict straw
resolve conflict darkage:straw and farming:straw Use darkage:straw if not mod farming else use farming:straw
2015-03-03 21:18:02 +01:00
Ombridride
731cc4e82e Delete old beds mod and add new beds mod
(from mt_game)
2015-03-03 21:01:27 +01:00
51f0455410 add default:rail in maptools:unbrekeable 2015-03-03 20:35:11 +01:00
Ombridride
4c878ba2c3 fix maptools:unbreakable_rail_copper 2015-03-03 19:23:51 +01:00
e38e2df28e changed name of unbreakable rails, names conflict. 2015-03-03 18:58:46 +01:00
de9ff6858c fixed no correct display node fences 2015-03-03 18:32:09 +01:00
LeMagnesium
d9c182cf9d Changed all the LIGHT_MAX calls to default.LIGHT_MAX
- Avoided crash by using the real variable instead of its old name
2015-03-03 18:22:38 +01:00
Ombridride
048a18e6bb Fix the wolf texture
A mistake…
2015-03-03 15:19:00 +01:00
54335603e5 add loading mob wolf and corrected wrong variable
added dofile() for wolf.lua in init.lua
corrected hp_max --> hp_min in wolf.lua
2015-03-03 14:36:13 +01:00
Ombridride
5b15099dae update mobs textures/models
(revert bad changes)
2015-03-03 11:59:09 +01:00
LeMagnesium
d21dc61032 Merge remote-tracking branch 'origin/master' 2015-03-03 02:13:23 +01:00
LeMagnesium
6d05ca13e8 Changed a few things in mobs and mana
- Changed mana's regeneration interval and quantity
- Changed chances for mese monsters to give returnmirror:mirror_inactive
  when killed
2015-03-03 02:12:00 +01:00
Ombridride
7bdbbf3851 Merge pull request #23 from LeMagnesium/irc_patch_1
Merge patch 1 for IRC
2015-03-03 01:19:09 +01:00
Ombridride
5846896f31 Update lighting.lua 2015-03-03 00:46:03 +01:00
Ombridride
fd2196027c Update lighting.lua 2015-03-03 00:45:24 +01:00
Ombridride
05c84ee9c5 Update ingredients.lua 2015-03-03 00:23:02 +01:00
Ombridride
3a9f112a0f Fix a mistake 2015-03-03 00:12:24 +01:00
Ombridride
3cf1a2318f Update Worldedit 2015-03-02 23:59:23 +01:00
Ombridride
f0645f5ebe fix incorrect "nether" values in nether mod
Grosse bêtise d’avoir modifiés ces lignes, je devais être fatigué
2015-03-02 23:08:50 +01:00
LeMagnesium
1914797049 Suppressed ethereal from spawns, and coweb craft recipe
- Removed mobs:coweb craft recipe from mobs, already declared in plantlife
- Removed ethereal:dirt from list of spawn nodes for mobs:pumba (useless)
2015-03-02 22:41:05 +01:00
LeMagnesium
89d6010fa1 Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-03-02 22:31:05 +01:00
LeMagnesium
66104e5ff6 Updated mob mod
- Slightly changed API
- Added textures, and sounds
- Removed .env calls
2015-03-02 22:29:17 +01:00
Ombridride
ef8497f9b2 Update home decor and plantlife
more mesh on homedecor, and important performance upgrade for plantlife
2015-03-02 21:55:02 +01:00
Gael-de-Sailly
989b94df71 Added forbidden names list 2015-03-02 21:46:38 +01:00
LeMagnesium
911f49faa4 Updated areas, including megabuilder-like privilege
- Added area_high_limits privilege, similar to (buggy) megabuilder
2015-03-02 21:20:50 +01:00
LeMagnesium
b4f294fba2 Updated pipeworks after massive merge
- Changed flowing logic
2015-03-02 21:08:04 +01:00
1cf4e252f9 added news area openfarming
added area openfarming, anyone can interact only with farming mod(group plant).
added  chatcommand area_openfarming "/area_openfarming <ID>".
added display in hud when area is open to farming.
2015-03-02 19:19:42 +01:00
LeMagnesium
4e2c557a62 Changed silly crafts in food mod
- Disabled and changed silly crafts in food mod which allowed players to craft food with sand, dry shrub, and such nodes
2015-03-02 18:37:30 +01:00
LeMagnesium
ab2b25263f New crafts for returnmirror
- Added new craftitem returnmirror:mirror_glass and its texture, returnmirror_mirror_glass.png
- Changed crafts for returnmirror to complexificate returnmirror's craft
2015-03-02 17:47:57 +01:00
LeMagnesium
76b15b83e8 Added craft recipe for inactive mirrors 2015-03-01 12:03:04 +01:00
LeMagnesium
47f1c985a9 Added cloned returnmirror 2015-03-01 11:41:32 +01:00
LeMagnesium
b155e363e7 Removed submoduled returnmirror 2015-03-01 11:40:53 +01:00
LeMagnesium
1e3cb323c4 Added mana and changed position in hotbar 2015-03-01 11:40:25 +01:00
de4a8b2409 Rebalanced wood's recipe in darkage cause conflict craft 2015-02-28 21:25:59 +01:00
Ombridride
283af9ff26 Update mese_monster.lua
- one is enough

1 / 20 chance = 20%

I will add a really hard recipe for returnmirror:mirror_inactive", because it's a really easy way to move point to point :)
2015-02-28 20:14:44 +01:00
LeMagnesium
623ce42439 Added returnmirror mod (without mana for the moment)
- Added return mirror mod, mana will follow
- Added a drop of mirrors in mese_monsters' definitions
- Fixed a line return in areas
2015-02-28 13:17:58 +01:00
3d156a8ede Fixed global var error 2015-02-27 21:51:12 +01:00
LeMagnesium
4ede79aae6 Updated pipeworks, mesecons, and fixed typo
- Fixing missing comma in building_blocks:sticks' new craft recipe
- Updated pipeworks and mesecons : if changed breaks, revert this commit (works well on local server)
2015-02-27 17:28:41 +01:00
LeMagnesium
3fcfff4bcd Rebalanced wood's recipe in moreblocks and changed another one
- Changed recipe for building_blocks:sticks to avoid incompatibilities
- Rebalanced default:wood's recipe in moreblocks
2015-02-27 17:06:55 +01:00
Ombridride
b41a58009b Comment the cow_brown, for the moment 2015-02-26 01:43:12 +01:00
Ombridride
bbb599d703 Update dirtmonster.lua 2015-02-26 01:40:22 +01:00
Ombridride
1b7e575462 Update wolf.lua 2015-02-26 01:37:44 +01:00
Ombridride
b6504c49d9 Update treemonster.lua 2015-02-26 01:37:15 +01:00
Ombridride
56b8de7b13 Update stonemonster.lua 2015-02-26 01:36:53 +01:00
Ombridride
d8b5e61d1e Update spider.lua 2015-02-26 01:35:45 +01:00
Ombridride
604bc85e1c Update oerkki.lua 2015-02-26 01:34:41 +01:00
Ombridride
d51dfd01a4 Update lava_flan.lua 2015-02-26 01:33:52 +01:00
1948dc2af5 added missing .obj in home_decor 2015-02-25 17:11:53 +01:00
Ombridride
5d4f93aece Update Farming, Mobs, 3d_armor
Farming : minors fixe, add the straw block
Mobs : better api, swimming parameter for mobs, add eggs, code
optimisation
3d_armor : change the model, many new textures, new shield, and new
enchanted shield (which gain compared to normal shield +1 armor and x2
durability)
2015-02-25 01:57:21 +01:00
Ombridride
12e83d24a8 prepare farming update 02 2015-02-25 00:40:13 +01:00
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
LeMagnesium
cc128f5713 Fixed debug line for NSPass in irc mod 2015-01-23 18:18:27 +01:00
Ombridride
71607ba18b Smalls fixs on unification pickaxe 2015-01-21 22:54:51 +01:00
Ombridride
202d50632c unification Pickaxe 2015-01-21 22:38:36 +01:00
LeMagnesium
c0f72c52de Merge branch 'regular_updates' of gitpiserver:minetest/minetestforfun
(Just I updated pipeworks on another computer, pushed on my local git server, and merged on a third computer, nevermind that)
2015-01-20 21:35:52 +01:00
LeMagnesium
3cf7017642 Modified homedecor's itemframes mod and removed a global var
- Removed x21's global var error
- Changed homedecor's itemframes : now using Shakajiub's fork
2015-01-20 21:32:23 +01:00
LeMagnesium
e81c452ab6 Massive update of maptools to remove within last global vars
- Updated mod using meld to merge properly
- Came back the superapples' textures to replace the new buggy ones
2015-01-20 21:32:23 +01:00
LeMagnesium
1a77eac3a6 Updated homedecor : wine rack mesh is fixed and optimized a bit 2015-01-20 21:32:23 +01:00
LeMagnesium
1e032c6ab2 Updated riesenpilz for new stem textures
- Changed stem texture
- The update have been checked with git diff : the mod have never been
  changed by us
2015-01-20 21:32:23 +01:00
LeMagnesium
7e98bb0437 Updated homedecor_modpack to fix entities' remove
- This commit adds the following modification : when an area using
  particles from homedecor_modpack is destroyed or unloaded, particles are
  removed to prevent a huge and useless use of memory
- This update have been checked with git diff : the mod have never been
  changed by us
2015-01-20 21:32:23 +01:00
LeMagnesium
3c81d35a59 Updated chatlog mods : invalid commands are hidden
- From now on, invalid commands are hidden when launched, like in
  realchat.
NOTE: The update have been checked with git diff : no differencies, the
mod have never been changed by us.
2015-01-20 21:32:23 +01:00
LeMagnesium
20aa788dd6 Added security in carts about driver's yaw calculation
- Thanks to @crabman77 for having reported the issue
2015-01-20 21:32:23 +01:00
LeMagnesium
3bd75abd88 Removed a global variable in carts 2015-01-20 21:32:23 +01:00
LeMagnesium
84ead6a062 Updated fishing mod from Xanthin fork
- I found recently that MossManikin's fishing mod is outdated: its last commit has been sent on August 2013. However, there are some forks of it. The mod updated is Xanthin's one. It updates API, and a little bit of global variables.
- Variables specifically modified for MFF have been changed to their last state.
- The fork works perfectly fine for 0.4.11-dev
- It can use intllib for translation
2015-01-20 21:32:23 +01:00
LeMagnesium
195e9ccee5 Reverted moreblocks and maptools updates 2015-01-20 21:32:22 +01:00
LeMagnesium
c430709474 Moreblocks' update
- Moreblocks' update to use last version's nodes and features
2015-01-20 21:32:22 +01:00
LeMagnesium
cb86fa2008 Maptool's update 2015-01-20 21:32:22 +01:00
LeMagnesium
574b2022ac Removed global variables in maptools 2015-01-20 21:32:22 +01:00
LeMagnesium
e84f4d480a Loads of fixs 2015-01-20 21:32:21 +01:00
LeMagnesium
353226f66d More global vars 2015-01-20 21:32:21 +01:00
LeMagnesium
4bfa470ba1 Reverted moreblocks and maptools updates 2015-01-20 21:32:21 +01:00
LeMagnesium
799cca8591 Sent last global variables' patchs
- There is, from now on, no more known global variables error in the repository! (not 100% guaranteed)
2015-01-20 21:32:21 +01:00
LeMagnesium
fd8dabdbf4 Moreblocks' update
- Moreblocks' update to use last version's nodes and features
2015-01-20 21:32:21 +01:00
LeMagnesium
5c12f78989 Maptool's update 2015-01-20 21:32:21 +01:00
LeMagnesium
917a4cb4d7 Removed global variables in maptools 2015-01-20 21:32:21 +01:00
LeMagnesium
61de42c8fb Removed debug print from crabman77's pull-request in sprint 2015-01-20 21:32:21 +01:00
916f3cb093 passage de variables global en local
passage de variables global en local
2015-01-20 21:32:21 +01:00
c35814348b debug et amélioration de future_ban
debug d'une mauvaise variable
ajout d'une vérification pour éviter de rebannir un joueur déja banni
2015-01-20 21:32:21 +01:00
7c7ae08bd6 correction de bug message irc pour shout
correction d'une condition toujours fausse qui ne déclenche pas l'affichage du message pour l'option privs shout
2015-01-20 21:32:21 +01:00
LeMagnesium
b9d8e1b425 Commented stuff 2015-01-20 21:32:21 +01:00
LeMagnesium
54bf90e45f HUD still buggy 2015-01-20 21:32:21 +01:00
LeMagnesium
be58231132 Updated mesecons on 1/20/2015 2015-01-20 21:31:50 +01:00
LeMagnesium
36e6c7d4fe Updated pipeworks mod on 17/1/2015 2015-01-17 22:07:12 +01:00
LeMagnesium
a6200223aa Pipeworks' update to replace nodebox by mesh 2015-01-15 18:40:36 +01:00
LeMagnesium
2d2a441e33 Fixed exhaus and added debug line 2015-01-13 20:40:29 +01:00
Ombridride
508add7b96 improve nether swords
-0.1 punch interval for every nether swords (became better than the surface equivalent)
2015-01-12 23:07:15 +01:00
LeMagnesium
3b0041c4f0 Added a debug line in IRC 2015-01-12 21:39:19 +01:00
LeMagnesium
59a736fc23 Updated fail mod 2015-01-12 20:46:50 +01:00
LeMagnesium
b18584e9c0 Fix a stupid error 2015-01-12 19:23:26 +01:00
Ombridride
a9ee4fce66 Reduce the default knockback of every mobs
knock_back = 1, before knock_back = 3
2015-01-12 12:00:36 +01:00
Ombridride
d76d1c8219 Update snowdrift for avoid lag
This setting is set to false, it's a council from paramat
2015-01-12 00:12:04 +01:00
guillaume
715ca50df1 Passage de globales en locales
Adaptation des variables global en local pour la version 4.11
2015-01-11 21:25:25 +01:00
LeMagnesium
3126d8a40d Reverted IRC update 2015-01-11 00:50:22 +01:00
LeMagnesium
2deab894c3 Fix stuff..
- Added a security
2015-01-11 00:05:18 +01:00
LeMagnesium
00916d2fc6 Updated pipeworks ; 1/10/2014 ; number 1 2015-01-10 23:03:25 +01:00
LeMagnesium
1d37f3ac6c Removed a few global variables
- Removed global variables in :
	mods/awards/init.lua
	mods/WorldEdit/worldedit_infinity/init.lua
	mods/WorldEdit/worldedit_commands/init.lua
	mods/WorldEdit/worldedit_commands/init.lua
2015-01-10 22:19:04 +01:00
LeMagnesium
0048532fac Updated homedecor_modpack 2015-01-10 21:42:49 +01:00
LeMagnesium
1a14e9ab91 Updated IRC mod
- Updated IRC mod using last versions of IRC library and functions,
  contains tweak and increase performances
2015-01-10 16:32:55 +01:00
Ombridride
e8e073ec78 unification of cactus armor
(update the armor board in the website : http://minetestforfun.qbuissondebon.info/index.php/le-jeu/liste-des-mod)
2015-01-10 00:11:56 +01:00
LeMagnesium
a05e036f9d Updated 3d_armor
- Added admin armor and cactus armor, code and textures.
- TODO: Change cactus armor's values about its duration
2015-01-09 22:30:25 +01:00
LeMagnesium
8d0c1fb661 Updated mesecons
- Glue can be done with any sapling (group:sapling) from now on
2015-01-09 22:17:03 +01:00
LeMagnesium
38b1f30bdc Updates fixed
- Fixed text's copy mistakes while updating mods (in particular areas)
2015-01-08 22:38:53 +01:00
LeMagnesium
fb4a56f9ac Update areas part 2 2015-01-08 22:28:47 +01:00
LeMagnesium
21d96a9f00 Update areas part 1 2015-01-08 22:21:44 +01:00
LeMagnesium
8f34a13a50 Fix things 2015-01-08 21:52:16 +01:00
LeMagnesium
ba155c770a Update 3d_armor 2015-01-08 21:42:38 +01:00
LeMagnesium
f2124cb34c Updated nether mod 2015-01-08 21:10:10 +01:00
LeMagnesium
bad29d546a Updated chatplus mod 2015-01-08 20:31:49 +01:00
LeMagnesium
431c4bbc3c Updated xban2 2015-01-08 20:16:58 +01:00
Ombridride
66ccf23975 The christmas snow is now over
(The craft recipes still here and craftable)
2015-01-05 23:58:39 +01:00
Ombridride
7e0e10fbbe Change the diet plan of kittens/cats
Now cats eats rats
2015-01-05 22:49:41 +01:00
Ombridride
b6e4b0f7d8 Less kittens/cats 2015-01-05 22:32:28 +01:00
LeMagnesium
ef93a5ca8a Updated Mesecons and Pipeworks mods
- Updated pipeworks because of a bug related to vacuuming tubes, which has
  caused at least 5 crashs.
- Updated mesecons too, because the mods are often used together.
2015-01-04 13:52:47 +01:00
LeMagnesium
583f589b43 Update xban2 by kaeza 2015-01-03 13:56:51 +01:00
Ombridride
e6c3045784 Spawn kittens more rarely 2015-01-01 23:59:37 +01:00
LeMagnesium
e703fcb94c Fix fail mod 2015-01-01 23:53:40 +01:00
LeMagnesium
0b6f635e18 Merge branch 'Gael-kitten' 2015-01-01 21:09:00 +01:00
Ombridride
65687c5ec9 Add compressed cobblestone,
crafted with 9 cobblestone (you can uncrafted it)
(From Carbone)
2015-01-01 12:38:56 +01:00
LeMagnesium
b4aed5d07b Update de fail, partie 2 2014-12-31 17:10:47 +01:00
LeMagnesium
d7c6b3dbd1 Updated fail mod, part 1 2014-12-31 16:57:45 +01:00
Gael-de-Sailly
1be31b52dd Use Jordach's kitten model to fix the invisible cats 2014-12-30 22:30:43 +01:00
Gael-de-Sailly
b05bcfaba7 Fixed some problems about kittens 2014-12-30 21:15:24 +01:00
Ombridride
1eed9f7493 Merge pull request #11 from Ombridride/adding_fail_mod
Adding fail mod (of Mg/LeMagnesium)
2014-12-30 15:31:15 +01:00