Commit Graph

25 Commits

Author SHA1 Message Date
681d1d963c Merge branch 'github' 2021-02-26 14:39:03 +01:00
d4e6b9c3a5 Fix the use of deprecated functions for Minetest 5.4
* Remove 'use_texture_alpha = true' not needed and deprecated
* Replace 'minetest.get_mapgen_params().mgname' by
  'minetest.get_mapgen_setting("mg_name")'
2021-02-26 14:30:20 +01:00
5e8cd73393 Merge remote-tracking branch 'upstream/master' into github 2021-02-26 12:52:52 +01:00
d47cd1ca00 Merge branch 'master' of yunohost.local:mtcontrib/moreplants into nalc-1.2-dev nalc-1.2.0 2019-12-22 14:11:35 +01:00
d237c1dde2 Merge pull request #7 from fluxionary/spelling_fix
fix spelling of attached
2019-09-23 06:55:37 +10:00
4547d78515 fix spelling of attached 2019-09-22 17:52:25 +00:00
b02803af5c Ajoute message de chargement du mod dans le journal "action" nalc-1.0 2018-12-31 17:33:58 +01:00
e62103b008 Merge branch 'master' of https://github.com/D00Med/moreplants 2018-09-29 14:44:46 +02:00
c952b13adc Fix spawn of some plants 2018-03-18 14:16:35 +01:00
8e0679c70a Fix spawn of moonflower 2018-03-18 03:40:22 +01:00
b7ce0b50d7 Merge pull request #6 from sys4-fr/master
Fix rainforest plants to spawn onto new default:dirt_with_rainforest_litter node
2017-03-21 06:51:24 +10:00
8216a475e2 Fix code 2017-03-20 01:53:54 +01:00
db3cf5045e Add rainforest plants to spawn onto new default:dirt_rainforest_litter
Fix spawn of plants onto snow and dirt with snow
2017-03-20 01:35:00 +01:00
c0ffbe938c flowers in the flower group 2016-11-07 05:54:56 +10:00
c03d664cae Merge remote-tracking branch 'origin/master'
# Conflicts:
#	init.lua
2016-10-21 05:52:36 +10:00
2a56986074 Flora group 2016-10-21 05:47:25 +10:00
9d14651cba Texture improvements, flora group
>Improved textures
>plants now belong to the "flora" group
2016-10-21 05:46:52 +10:00
6620b5415b Merge pull request #1 from tenplus1/patch-1
replace plant abm with on_generated
2016-10-20 19:31:43 +10:00
96801d90f9 replace plant abm with on_generated
replaced plant abm with on_generated so that underground plants are placed in new areas, this also removes the over-generation bug from using an abm.
2016-10-20 10:28:20 +01:00
5340141f9b Minor improvements
>paper can be crafted from weeds
>Lowered the chance of mushrooms/cavefungus spawning
2016-08-12 10:40:03 +10:00
677030ccba New plants
Added some more unusual plants:
>cave fungus
>medium flower
>blue spike flower
>alien grass
>blue flower
>blue mushroom
>fire mushroom
Removed the xlbush
2016-07-20 18:37:24 +10:00
deb7abf3c2 fixed mapgen
>now works with all mapgen apart from v6.
2016-07-02 07:22:58 +10:00
3b587d0b14 Plant improvements
>Sunlight passes through plants
>Plants can be built over
2016-07-02 07:19:59 +10:00
d13097e861 Initial commit
Initial upload of the mod to github
2016-07-02 07:15:32 +10:00
0ae1e68c9d 👾 Added .gitattributes & .gitignore files 2016-07-02 07:13:52 +10:00