From 52f13c0ab9e3f982eb2a33c0023e156fa72c2c98 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Mon, 17 Jan 2022 19:23:38 +0100 Subject: [PATCH] Improve the readme due this mod added some nodes and need technicals information * added list of nodes featured * improve technical information --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 50 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 40ea57f..81bb7c0 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,58 @@ -# NSSB - Not So Simple Buildings +# minetest mod nssb -Mod to use with [NSSM - Not So Simple Mobs](https://github.com/taikedz-mt/nssm) +NSSB - Not So Simple Buildings + +## information + +Mod to use with [NSSM - Not So Simple Mobs](https://github.com/taikedz-mt/nssm) or [Tenplus1's NSSM](https://notabug.org/TenPlus1/nssm) It adds buildings with monsters spawners around the world and the Morlendor dimension which can be reached by portals that spawns like the other buildings. -This is a continuation of NPX Team's mod. +![screenshot.png](screenshot.png) + +## Technical information + +This is a continuation of NPX Team's mod made by taikedz and only provides bugfixed by users contributions. + +No new features are developed yet! + +### dependences: + +* nssm +* tnt + +### conflicts + +This mod adds a dimension in the depths of the map ; as such it is incompaitble with other mapgen mods that add underground worlds such as `nether`, `fun_caves` or `caverealms`. + +But is know to be the layer since -31000 so mods like `nether` can be configured to works. + +### Nodes definitions + +| Name Game | Name internal | notes | +| -------------------- | ------------------------- | ------------------ | +| Memoryone | nssb:memoryone | ·Non naturally generated ·Unbreakable | +| Mossy Stone Brick | nssb:mossy_stone_brick | ·Same as Stone Brick except texture | +| Stone Brick | nssb:stone_brick | ·Default Stone Brick | +| Very Mossy Stone Brick | nssb:very_mossy_stone_brick | ·Same as Mossy Stone Brick except texture | +| Mossy Stone Column | nssb:mossy_stone_column | ·Same as Stone Brick except texture ·Screwdivable | +| Stone Column | nssb:stone_column | ·Same as Mossy Stone Column except texture | +| Seastone | nssb:marine_stone | ·Generated in oceans · Hard beetwen stone and bricks | +| Seastone Brick | nssb:marine_brick | ·Same as Seastone except texture | +| Sea Meselamp | nssb:marine_meselamp | ·Hard as Obsidian Glass ·Emits light level 15 | +| Morlamp | nssb:morlamp | ·Same as Sea Meselamp except texture | +| Mantis Clay | nssb:mantis_clay | ·Same as Default Stone except texture | +| Hardened Mantis Clay | nssb:hardened_mantis_clay | ·Hard as diamond ore ·Same except texture | +| Ant Stone | nssb:ant_stone | ·Same as Hardened Mantis Clay except texture | +| Vine | nssb:vine | ·Climbable ·Flamable · slab,Can be placed only on solid walls | +| Liana | nssb:Liana | ·Same as Default Ladder except texture | + +### CRafting definitions + +WIP + +# LICENSE * License: LGPLv2.1 or later * Copyright NPX Team and Contributors * License for media: CC-BY-SA 4.0 - -# Conflicts - -This mod adds a dimension in the depths of the map ; as such it is incompaitble with other mapgen mods that add underground worlds such as `nether`, `fun_caves` or `caverealms` -