diff options
| author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-08 20:26:49 +0000 | 
|---|---|---|
| committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-08 20:26:49 +0000 | 
| commit | 0f8c1dd4c9b82801ad04323d703736364462a93c (patch) | |
| tree | 3145febe3a3d9831f5fca6fd69c9293eec7217e7 | |
| parent | 3d45e7acac4bb756cfd9ea0a6b7ff27af74464f5 (diff) | |
increase pepper yield
| -rw-r--r-- | pepper.lua | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -92,8 +92,9 @@ crop_def.tiles = {"crops_pepper_plant_5.png"}  crop_def.groups.growing = 0  crop_def.drop = {  	max_items = 2, items = { -		{items = {'farming:pepper'}, rarity = 1}, +		{items = {'farming:pepper 2'}, rarity = 1},  		{items = {'farming:pepper'}, rarity = 2}, +		{items = {'farming:pepper'}, rarity = 3},  	}  }  minetest.register_node("farming:pepper_5", table.copy(crop_def)) | 
