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

343 Commits

Author SHA1 Message Date
8a82fb2bb5 added farming refill placed plant 2015-08-26 03:16:22 +02:00
LeMagnesium
2df673dc17 Drop items when leaves decay 2015-08-25 16:11:01 +02:00
52e5c6f4f0 improve doors mod
double doors (3 panels only) are now synchronous
    open the left door also opens the right door and vice versa
2015-08-25 15:59:55 +02:00
Gael-de-Sailly
69e721c08b Reduced acid frequence by 54% 2015-08-25 15:49:26 +02:00
LeMagnesium
ebecdf0a8e Force use of old growth method for default trees
- Temporary solution to #150 until `minetest.place_schematic` is fixed
2015-08-25 15:31:21 +02:00
LeMagnesium
96c5216e26 Updated farming
- Solves #238
2015-08-24 16:44:20 +02:00
645d3afa48 fixed sethome pos.y+1
https://github.com/MinetestForFun/minetest-minetestforfun-server/issues/237
2015-08-24 01:42:31 +02:00
b4c9df2659 added new garden gate white 2015-08-21 18:57:16 +02:00
2d08bde2a1 added new prison doors 2 and 3 panels 2015-08-21 01:18:24 +02:00
Quentin BUISSON-DEBON
2c693d2db4 Enlarge all vessels textures to 32px (same textures) 2015-08-17 14:15:41 +02:00
LeMagnesium
502a814dd3 Add ability to craft 4 dirts using 4 gravels
- Solves #215
2015-08-17 00:27:10 +02:00
LeMagnesium
50de0d20c4 CHMOD everything (update) 2015-08-16 16:10:50 +02:00
LeMagnesium
8633fc47c2 Fix model file in stairs' mod 2015-08-16 16:07:22 +02:00
LeMagnesium
e74f3f4aa6 Updated 3d_armor and removed whitespaces
- Solves #218
2015-08-16 11:04:11 +02:00
LeMagnesium
0faa14e2d5 Updated default and stairs
- Added alias for pine trees (consequence of the pine nodes changing name)
 - Added new textures for foosteps and grass/grass_side
 - Updated default/README.txt
 - Updated default/nodes.lua
2015-08-16 10:57:01 +02:00
LeMagnesium
5552f0a5bf Minimum generation height decreased to y=-19600 for nyan cats
- Solves #220
2015-08-15 22:49:37 +02:00
LeMagnesium
d32753ab3d Fixes mistakes during previous merge
- Solves #220
2015-08-15 22:29:42 +02:00
LeMagnesium
5b4172541b Updated moretrees, plantlife, and MinetestForFunGame
- Solves #220
 - Merge mapgen into MinetestForFun Game
 - Merge acacia support in moretrees
 - Add 3dmushrooms mod (world.mt updated)
2015-08-15 22:17:07 +02:00
LeMagnesium
220c04bfc6 Add not_in_creative_inventory=1 to default:fence_woods' groups
- Solves #212
2015-08-15 18:47:59 +02:00
LeMagnesium
aa938b0699 Extended cherry trees' growing ABM to default:mg_cherry_sapling
- Solves #152
 - Replaced all print calls by minetest.log in biome_lib
2015-08-13 13:34:15 +02:00
07e6c4ae88 added news doors 3 panels
added tin door
updates all doors textures 16px to 32px
2015-08-12 22:49:07 +02:00
LeMagnesium
471eae510d Changed sandstone slab's groups to match with sandstone's ones
- Solves #211
2015-08-12 13:11:02 +02:00
LeMagnesium
35e4b996e7 Darkened steel textures
- Modificated the block and ingot steel textures to make them darker than silver blocks and ingots. Solves #193
2015-08-08 20:27:43 +02:00
Ombridride
6949172cdf Remove commented lines 2015-07-31 22:06:29 +02:00
Ombridride
4f5f750135 Add a commented craft recipe for ...
https://github.com/MinetestForFun/minetest-minetestforfun-server/issues/181

Need to finish the work !
2015-07-31 17:54:19 +02:00
Ombridride
0e7c803463 Add the class to the swords/bows/arrows 2015-07-29 19:29:12 +02:00
LeMagnesium
f16915f863 Chmod and removal of whitespaces 2015-07-27 21:45:41 +02:00
Quentin BUISSON-DEBON
818d987849 Tweak the mithril armor/shield textures 2015-07-27 01:15:25 +02:00
848b4c37bf remove old farming/api.lua
farming:hoe not wear in creative
fixed invtweak refill farming:hoe tools break
farming and fishing function hoes_on_use are the same
2015-07-26 19:04:41 +02:00
Le_Docteur
8d455da48a Make default:mg_cherry_sapling visible and breakable.
Drops default:cherry_sapling.
2015-07-26 15:25:11 +02:00
56161ae978 commented our modiff 2015-07-25 18:46:56 +02:00
Quentin BUISSON-DEBON
83ca6e934c New sword textures(32px) 2015-07-25 16:13:33 +02:00
65b7e44175 fixed catus grow on watershed:drygrass 2015-07-25 01:49:41 +02:00
Quentin BUISSON-DEBON
290a7d0384 Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-07-24 23:09:24 +02:00
Quentin BUISSON-DEBON
f8fe9a8104 compress textures, fix preview shields 2015-07-24 23:09:08 +02:00
LeMagnesium
5efa99ee30 Clay can have stacks of 200 items and clay_brick burtime is 2 2015-07-24 23:06:55 +02:00
523251abf1 fixed papryrus grow on default:sand and default:desert_sand, remove papyrus abm neighbors "dirt_with_snow"
remove deplicated fonction minetest.remove_node() (minetest.remove_node==minetest.set_node) in on_placenode() callback for torch
2015-07-18 18:50:57 +02:00
Gael-de-Sailly
4f2837a4a7 Watershed should generate in the nether
nether can't generate in the air. It needs a pre-existent terrain to override.
2015-07-15 22:54:23 +02:00
c71b1a0ac3 fixed generated default:nyancat generate in nether 2015-07-15 16:51:53 +02:00
7295b08c31 fixed generated default trees and watershed generate in nether
not generate if y < -19600
2015-07-15 15:41:14 +02:00
525ecd9975 added missing textures 2015-07-14 01:13:23 +02:00
LeMagnesium
41e7b4efaf Merged all command timers in a single mod : action_timers
- Merged all command timers in a single mod
 - Activated mod
 - Updated news.txt
2015-07-13 23:22:02 +02:00
Wouters Dorian
40e93d4922 Fix error introduced in 169327abce 2015-07-09 20:05:41 +02:00
LeMagnesium
8261c92e01 Added SQLiteExact script 2015-07-09 15:32:54 +02:00
Wouters Dorian
42fcceec5b Optimize [stairs] mesh 2015-07-09 11:21:37 +02:00
Wouters Dorian
169327abce Update [stairs] 2015-07-09 10:33:25 +02:00
Wouters Dorian
8dc63b9101 Optimize **all** PNG files 2015-07-06 18:59:12 +02:00
LeMagnesium
29857f2527 Updated nether and applied scripts 2015-07-06 18:14:02 +02:00
Wouters Dorian
3b4037aefb Better gravel footstep sounds 2015-07-06 15:44:52 +02:00
Wouters Dorian
6aebcc4a4e Better texture for buckets 2015-07-05 00:26:51 +02:00
Wouters Dorian
792e432f92 Make (arrow/plain) signs less ugly 2015-07-04 21:49:23 +02:00
bb6be97c04 Default/functions: Fix cacti not growing when rotation is 1-3 2015-07-03 20:28:22 +02:00
Ombridride
eecb2d7efe Improve the Mithril Shovel texture 2015-07-01 23:48:18 +02:00
LeMagnesium
778bb436b3 Updated MinetestForFun Game 2015-07-01 18:12:42 +02:00
LeMagnesium
53ab5cea0c Mode 755
- Someone must do it, so I do it, now
2015-07-01 12:32:24 +02:00
Obani
b38450dc0a New gravel footsteps sounds 2015-07-01 00:47:15 +02:00
Ombridride
0261b8bc83 Improve the Gold and Mese sword new textures 2015-06-30 19:45:12 +02:00
Ombridride
95ee44746c New special textures for swords 2015-06-29 21:31:28 +02:00
Ombridride
8b8b2ce819 New Silver Sword Texture 2015-06-29 20:23:03 +02:00
Ombridride
4629f11a3d Add the new 32px textures for Pickaxe tool (and fix the Mithril Axe texture) 2015-06-29 01:05:41 +02:00
Ombridride
1f9c1a484d Ajout du sywtonic dans le pommeau de la DM's Blood Sword 2015-06-28 00:19:34 +02:00
Ombridride
18253658d5 Add the Dungeon Master's Blood Sword and the craft of this sword, also add mobs:zombie_tibia and mobs:dungeon_master_diamond wich are dropped from zombies and Dungeon Masters and wich are needed for the craft recipe of the DM's Blood Sword because the craft recipe is also added, finally add the texture of the DM's Blood Sword ! 2015-06-28 00:17:30 +02:00
Ombridride
1e414a3874 Improve the Mithril Axe texture (32px) 2015-06-27 22:05:43 +02:00
Ombridride
283b6043b0 Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-06-27 19:11:53 +02:00
Ombridride
c7e8162f07 Add shovel new textures (32px) 2015-06-27 19:11:23 +02:00
LeMagnesium
0816951ffe Updated MinetestForFun Game
- Merged listring, not handled by server yet!
2015-06-27 18:50:21 +02:00
Ombridride
209011997e Adjust many tools textures 2015-06-26 23:20:17 +02:00
LeMagnesium
673966be58 Mode 775 over new files 2015-06-26 18:48:24 +02:00
Quentin BUISSON-DEBON
95bddea566 New default mithril axe (special) texture 2015-06-26 17:57:17 +02:00
Quentin BUISSON-DEBON
559f46d965 New default mithril sword (special) texture 2015-06-26 17:43:41 +02:00
Quentin BUISSON-DEBON
801264a3d6 New default sword textures (32px) 2015-06-26 17:14:28 +02:00
Quentin BUISSON-DEBON
e8e78b0242 Add new default axe textures 2015-06-26 16:02:41 +02:00
LeMagnesium
632b3b2391 Forced use of a pickaxe to dig xpanes:bars
- Removed groups oddly_breakable_by_hand and snappy from bars' groups
2015-06-22 20:05:52 +02:00
LeMagnesium
2b93704810 Used maptools:gravel's sound for default:gravel 2015-06-22 19:06:47 +02:00
LeMagnesium
a752f6efad Fixed sand source texture
- Removed special-sytled texture's section still using the old, removed,
   animated sand source texture
2015-06-22 17:35:33 +02:00
LeMagnesium
4b6d3e9a7b Downgraded raillike group's feature in MinetestForFun Game 2015-06-21 22:01:45 +02:00
98bada290f re-added missing texture animated sand 2015-06-21 14:02:50 +02:00
6ad68b63c2 re-added missing textures after updates
fixed .gitignore regex cause ignore change
2015-06-21 00:03:37 +02:00
LeMagnesium
9eaff838e5 Updated MinetestForFun Game
- Moved farming and screwdriver into MinetestForFun Game
 - Updated files (mostly `is_ground_content`)
 - Removed weird partial copy of jukebox in MinetestForFun Game
2015-06-18 13:22:23 +02:00
LeMagnesium
aa0c132570 Used a deffered generation of 2 seconds for cherry trees
- (hopefully) Solves #92
2015-06-17 18:08:15 +02:00
LeMagnesium
251661fb52 Forbidden show of locked chests' inventories to people not owning them
- Solves #90
2015-06-17 18:01:15 +02:00
Le_Docteur
54fae593fc Added "default:cherry_tree" to mapgen. 2015-06-17 17:33:36 +02:00
LeMagnesium
a0d0c7f00b Added back hbhunger 2015-06-16 22:49:24 +02:00
Obani
2007d45bc8 Added song "rock" to jukebox 2015-06-16 22:02:03 +02:00
Le_Docteur
3f9ffdcb8f Fixed the name of the "default:locked_chest" formspec function.
One of them was silently ignored.
2015-06-16 17:44:18 +02:00
Le_Docteur
79e87b0f6b Fix: "default:chest" had no formspec.
"maptools:chest" was a collateral damage.
2015-06-16 17:25:53 +02:00
Le_Docteur
87dc6f1ff4 Give back gravel its sound of dirt (carbone).
Rather than the sound of crushed shells (mt_game).
2015-06-15 20:22:10 +02:00
LeMagnesium
7f216c621d Add script to CHMOD every file in the repository
- Added "chmod_all.sh" and chmod-ed everything
2015-06-15 20:12:17 +02:00
LeMagnesium
91c2ff1215 Merged crafting recipes (all finished now) 2015-06-14 11:46:12 +02:00
LeMagnesium
12501fb1cd Merged most of default
- Merged README, crafting, functions, furnace, init, mapgen, nodes, tools and trees
2015-06-14 11:46:12 +02:00
LeMagnesium
05685e7a72 Merged doors and dyes
- Removed comments in dyes
2015-06-14 11:46:12 +02:00
LeMagnesium
d44a5b5a79 Merged fire and flowers
- Flowers (including dry shrub, and lilipads) use decorations now
2015-06-14 11:46:12 +02:00
LeMagnesium
1456906a5b Boats' code merged 2015-06-14 11:46:12 +02:00
LeMagnesium
35d3aeba1f Fixed white spaces, so merged stairs' mod 2015-06-14 11:46:12 +02:00
LeMagnesium
1728194d06 Merged buckets 2015-06-14 11:46:12 +02:00
LeMagnesium
5a3e2ddede Merged new boat object 2015-06-14 11:46:11 +02:00
LeMagnesium
4387b69326 Merged medias for beds 2015-06-14 11:46:11 +02:00
LeMagnesium
9aa6b9cd98 Merged init and legacy of default (with textures) 2015-06-14 11:46:11 +02:00
LeMagnesium
ea0f069ab4 Merged vessels
- Removed alternate textures
2015-06-14 11:46:11 +02:00
LeMagnesium
64e07f0d1c Removed lost file and applied mod to modifications 2015-06-14 11:46:11 +02:00