paramat
d1db66bf4f
Ferns: Add 3 sizes for coniferous forest biome
...
Remove flowers from coniferous forest.
Add 'dirt with coniferous litter' to farming mod overrides.
2017-12-24 20:50:44 +00:00
Ezhh
c2f3c99cad
Correct farming/stairs dependency ( #1838 )
2017-07-22 16:11:40 +02:00
paramat
bd4d2dff1c
Farming: Add override for default:dirt_with_rainforest_litter
2017-03-15 22:22:21 +00:00
Auke Kok
75caa9167c
Fix whitespace errors to silence luacheck.
...
Currently all minetest_game PR's are failing travis since the
upstream luacheck now also warns about whitespace issues, and
there are a few of those in the code. This fixes all of them
so we can yet again rely on luacheck.
2016-11-19 19:39:51 -08:00
tenplus1
0ad3306c79
Farming: Remove unnecessary overriding of groups
...
This removes the group overrides for dirt, dirt_with_grass and dirt_with_dry_grass which aren't needed and interfere with new grass spreading changes: https://github.com/minetest/minetest_game/pull/1286
2016-09-27 17:03:50 +01:00
tenplus1
619ac52693
Add labels to ABMs
...
Useful for searches and the mod profiler.
2016-08-09 03:56:37 +01:00
cd2
5775c9147c
Farming: Add negative fall_damage_add_percent to straw
...
This doubles the fall height without damage to 11 nodes.
2016-06-17 23:43:41 +01:00
paramat
be05441e77
Farming: Override dirt_with_dry_grass to enable cultivation
2016-04-08 01:13:05 +01:00
paramat
e15fde1624
Fix is_ground_content settings for nodes
...
Remove line if set to the default of 'true'
2015-06-18 02:25:02 +01:00
jeanpatrick.guerrero@gmail.com
5d8b2442ce
Add straw
2015-01-17 16:30:31 +01:00
PilzAdam
b0fb180e4d
Use an overlay over default_dirt.png for soil
2014-12-07 19:46:23 +01:00
PilzAdam
22dd46dcc6
Dont dry out soil if unloaded blocks are nearby
2014-12-06 11:54:56 +01:00
Craig Davison
128f0adb24
Fix some undeclared global variables
2014-11-30 18:02:33 +01:00
BlockMen
ef1f66a64e
Fix some farming stuff
2014-08-21 16:48:48 +02:00
Amaz
c8845e8d44
Fix desert_sand_soil dropping itself, and changed the descriptions
2014-07-22 12:56:20 +02:00
BlockMen
ff80b87783
Remove debug line
2014-07-05 16:06:08 +02:00
webdesigner97
60ccb522d4
Make farming more flexible
...
- API {farming.register_hoe(), farming.register_plant()}
- Fertilities -> Plant only grow on soil with a fitting fertility, e.g. Wheat only grows on grassland, while cotton grows in deserts and grassland)
- New soil: Desert Sand
- Place seeds instead of plants
2014-07-05 16:03:24 +02:00