From a32514154a59a4e789d49fc2c777daaee3a9923f Mon Sep 17 00:00:00 2001 From: HybridDog Date: Sun, 27 Jan 2013 14:03:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 875e201..d87ad86 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ If you have got some ideas, tell them to me. **License:** GPL *(sounds)*, WTFPL *(code, textures except birch)* *Delete following lines of the jungletree mod:* -'--function anti_generate(node, surfaces, minp, maxp, height_min, height_max, spread, habitat_size, habitat_nodes) +`--function anti_generate(node, surfaces, minp, maxp, height_min, height_max, spread, habitat_size, habitat_nodes) minetest.register_on_generated(function(minp, maxp, seed) generate("jungletree:sapling", {"default:dirt_with_grass"}, minp, maxp, 0, 20, 10, 50, {"default:water_source"}, 30, {"default:desert_sand"}) -end)' +end)`