LeMagnesium
5da1412b29
Used static source for quicksands
...
- Used `default_sand.png`, a static picture, as tile image for `default:sand_source`
- Turned alpha of quicksands to 255 (maximum)
- Turned post_effect_color to nearly black
2015-05-24 15:56:03 +02:00
LeMagnesium
927263ee3c
Added quicksands
...
- Added suffocating quicksands' sources and buckets
- Referenced needed textures to #43
2015-05-24 13:45:23 +02:00
LeMagnesium
baa7b8875b
Updated minetestforfun_game
...
- Added default:meselamps
- Added shelf:vessel
- Merged cactus/papyrus override possibility
2015-05-01 14:38:17 +02:00
LeMagnesium
d5ee3eabcc
Removed inhibiting code in sand place callbacks
...
- Removed inhibiting code in sand-type nodes' place callback to avoid
blocking all callbacks to be executed, and the engine to send logs
2015-04-22 14:21:08 +02:00
LeMagnesium
3927b86f41
Added river water
...
- Added river water (alias in mapgen.lua and registrations in nodes.lua)
- Reorganized aliases in mapgen.lua as they are in minetest_game to make further
merges simplier
- Updated news.txt
2015-04-19 11:21:58 +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
LeMagnesium
0b7251fdce
Added all cherry things from Jordach's BFD
...
- Added cherry trees' biomes
- Added cherry wooden plank stairs
- Added cherry nodes : sapling, log, wood, etc
- Added cherry trees' generation system
- Added cherry items' crafts
2015-03-30 20:54:58 +02:00
Ombridride
d4117fcfc8
Remove dupe aliases ( fixes #438 )
...
from mt_game
2015-03-03 21:22:42 +01:00
Ombridride
f572fedea9
Mossycobble fixes in node.lua
2015-03-03 19:15:57 +01:00
LeMagnesium
c0926d33cc
Merge remote-tracking branch 'origin/master'
...
Conflicts:
minetestforfun_game/minetest.conf
2015-03-03 19:01:23 +01:00
LeMagnesium
969080ab81
Fixed typos and changed sinking speed's value
2015-03-03 18:58:33 +01:00
Ombridride
7ed90a8651
Merge minetest_game - Update node.lua
2015-03-03 18:31:52 +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
LeMagnesium
3ae94073c4
Updated minetestforfun_game, part 3
...
- Merged :
Removed weird constants in default
Add tree growing functions to game_api.txt
2015-03-03 16:04:42 +01:00
Gael-de-Sailly
92d20a7e61
Turn glass into glasslike_framed_optional drawtype
2015-02-22 18:17:27 +01:00
Gael-de-Sailly
8adbc1031c
Store any book in bookshelves, not only default:book
2015-02-09 14:19:30 +01:00
LeMagnesium
fffef558bb
Added return statement in bookshelf's callbacks
2015-02-08 22:30:54 +01:00
Gael-de-Sailly
09ef071c81
Fixed sand replacing non-buildable-to nodes on place
2015-01-30 14:32:51 +01:00
Ombridride
bb42a3be06
Add acid to the “acid” group
...
(From Carbone)
2015-01-01 12:41:01 +01:00
Le_Docteur
2d30ca67bb
Both furnaces moved to 'default/furnace.lua' with updated formspecs to keep Carbone's semi-transparent background.
2014-12-17 17:29:04 +01:00
Le_Docteur
f618237c98
Moved global variables into the "default" list/class.
2014-12-17 09:20:37 +01:00
LeMagnesium
7126d2af7f
Merge "Set param2 to 1 if player places leaves"
2014-12-14 23:53:42 +01:00
LeMagnesium
1eb510dfd3
Merge "Add pinetree by sfan5"
2014-12-14 23:13:59 +01:00
LeMagnesium
29b65dafc0
Merge "Add 3D signs"
2014-12-14 23:02:24 +01:00
LeMagnesium
386816df66
Merge "Add obsidianbrick" and farming's soil's texture
2014-12-14 22:57:29 +01:00
LeMagnesium
201bde2152
Merge pine and dye's visibility fix
2014-12-14 22:41:55 +01:00
LeMagnesium
db0aa37152
Merge "Rewrite furnace"
2014-12-14 22:05:45 +01:00
Ombridride
5366cb9c62
Make jungle leaves use allfaces_optional drawtype
...
commit a0e09da761
2014-12-14 21:43:59 +01:00
Ombridride
7f110b4dc2
Tweak again some post effect colours
...
commit 7e798df2fa
2014-12-14 21:42:48 +01:00
Ombridride
887473124e
Merge server to github
2014-12-11 18:53:00 +01:00
LeMagnesium
af23cdfb4c
Removing bug line : gravel's sound
...
MUST BE DEBUGGED
2014-12-10 23:46:17 +01:00
LeMagnesium
8b3abd1b43
Rollback again, something is crashing the server..
2014-12-10 23:31:28 +01:00
LeMagnesium
2155ecc638
OK, ROLLBACK!
...
- All the modifications done before 7845fd5f1f
are reverted
- Merged commits from http://github.com/minetest/minetest_game from 10 days ago to today. (concerning default mod)
TODO: Merge the other mods which have been reverted.
Add all the commits of Ombridride after the 7845fd5f1f
one.
Signed-off-by: LeMagnesium <mg.minetest@gmail.com>
2014-12-10 16:49:14 +01:00
LeMagnesium
b0794d51d2
Acid is not renewable anymore
...
- default:acid_source isn't registered as a renewable liquid anymore
2014-12-09 19:11:31 +01:00
Ombridride
a0e09da761
Make jungle leaves use allfaces_optional drawtype
2014-12-08 19:37:39 +01:00
Ombridride
7e798df2fa
Tweak again some post effect colours
...
(Carbone)
2014-12-08 19:35:48 +01:00
Ombridride
7c142fb42d
Tweak some post effect colours
...
(Carbone)
2014-12-08 19:33:25 +01:00
LeMagnesium
0440ca1933
Removing or modifying coin drops
...
- Removing drops of coins from nodes diggable by hand
- Changing drops of coins for default ores
Signed-off-by: LeMagnesium <mg.minetest@gmail.com>
2014-11-30 01:03:26 +01:00
LeMagnesium
45c8275af3
Erratum : The desired value was 1.5
...
- The desired value for acid's hurts was 1.5 Hp, so 3 units. Sorry.
2014-11-18 20:09:39 +01:00
LeMagnesium
76b1a12770
Changing acid damages per second
...
- The acid now hurts you 3 Hp per second.
2014-11-18 19:59:53 +01:00
Ataron
6af63a7e5d
Enlevement du silver et du tin deja existants dans moreores
2014-11-14 18:47:49 +01:00
LeMagnesium
27836d2835
Removing all the olds minetest.env calls
...
- All the minetest.env calls removed
It took me about 2 hours, but I did it, and it works!
2014-11-08 18:36:57 +01:00
Ombridride
b48e22437e
Small changes in "node.lua" for ice
2014-11-03 23:22:33 +01:00
Ombridride
72ad0dc7b7
- Delete useless files/mods
...
- Add builtin_falling (by Davedevils) for an amazing bugfix
- Tweak node.lua from the subgame MFF and « sea » mod for
builtin_falling
- Remove news.lua from _misc
- Remove _misc_me (empty now)
- Add a new mod named « news » and tweak this mod, it works now, add
texture for the news (Thank you Davedevils)
2014-11-03 01:46:14 +01:00
Ombridride
232b274c55
initial commit
...
subgame + mods
2014-10-28 18:01:32 +01:00