diff --git a/README.fr.md b/README.fr.md index c7b1365..66b9552 100644 --- a/README.fr.md +++ b/README.fr.md @@ -23,6 +23,9 @@ 📦 Il s'agit d'une librairie intégrée que vous intégrez dans votre Datapack au lieu d'avoir à le télécharger séparément. Nécessite [LanternLoad](https://github.com/LanternMC/load) pour fonctionner. +🔍 Vous pouvez voir sur cette image comment les filons de minerai sont **toujours adjacents à des blocs d'air**. +![image](https://cdn.modrinth.com/data/zpEM3sbc/images/51080a8f811cdd114653fd983c520fa1e210efb8.png) +
# 📚 Explication du système diff --git a/README.md b/README.md index 6cd6457..de375f1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ 📦 This is an embedded library, so you package it inside your datapack as opposed to having a separate download. Requires [LanternLoad](https://github.com/LanternMC/load) to operate. +🔍 You can see on this image how ore patches are **always adjacent to air** blocks. +![image](https://cdn.modrinth.com/data/zpEM3sbc/images/51080a8f811cdd114653fd983c520fa1e210efb8.png) +
# 📚 System explanation diff --git a/config.py b/config.py index 3003bda..5858b16 100644 --- a/config.py +++ b/config.py @@ -14,7 +14,7 @@ AUTHOR: str = "Stoupy51" # Author(s) name(s) displayed in pack.mcmeta, also used to add convention.debug tag to the players of the same name(s) <-- showing additionnal displays like datapack loading PROJECT_NAME: str = "SmartOreGeneration" # Name of the datapack, used for messages and items lore VERSION: str = "1.7.0" # Datapack version in the following mandatory format: major.minor.patch, ex: 1.0.0 or 1.21.615 -NAMESPACE: str = "smart_ore_generation" # Should be the same you use in the merge folder. Used to namespace functions, tags, etc. +NAMESPACE: str = "smart_ore_generation" # Used to namespace functions, tags, etc. Should be the same you use in the merge folder. DESCRIPTION = f"{PROJECT_NAME} [{VERSION}] by {AUTHOR}" # Pack description displayed in pack.mcmeta