From 873940cea4b41b679aa2314ced3461ffed3357af Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 23 Jul 2022 08:47:03 +0100 Subject: [PATCH] README.md tweaks --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e1a72b..5ad59a5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ minetest mod ethereal NG ====================== -BIOME mod mapgen to add many new biomes to the world - ## Information -------------- This mod is named `ethereal`, it produces huge amount of new biomes overriding defaults, many new items and features that spice up gameplay. -Knowed as Ethereal NG (next-generation) it give players that +Known as Ethereal NG (next-generation) it give players that little something extra to look for while exploring the world. ![screenshot.png](screenshot.png) @@ -21,7 +19,7 @@ TODO: #### Lucky Blocks -It provides new 47 lucky block if the mod is detected. +It provides 47 new lucky blocks if the mod is detected. ## Technical info ----------------- @@ -92,7 +90,7 @@ Also those more as optional: #### Fishing api -The mod provides and older fishing api, basically is `ethereal.add_item(fish, junk, bonus)`, +The mod provides a fishing api, basically is `ethereal.add_item(fish, junk, bonus)`, several examples are at the documentation of [api.txt](api.txt) file. ## Changelog