first commit

master
HybridDog 2013-02-01 19:56:47 +01:00
commit c545a26936
2 changed files with 9 additions and 0 deletions

2
depends.txt Normal file
View File

@ -0,0 +1,2 @@
default
xtrafcts

7
init.lua Normal file
View File

@ -0,0 +1,7 @@
--------------------------------------Simple Growing 12.12----------------------------------------
PAPYRUS_GROUND = {"default:papyrus", "default:dirt_with_grass", "default:dirt", "default:sand"}
CACTUS_GROUND = {"default:cactus", "default:sand", "default:desert_sand"}
simple_growing("default:papyrus", PAPYRUS_GROUND, 20, 6, 5)
simple_growing("default:cactus", CACTUS_GROUND, 20, 12, 4)