From da21f1c94dd3536f5ba534c4b9c66af43f2e31e5 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Tue, 3 Aug 2021 15:20:02 -0700 Subject: [PATCH] Link to forum & ContentDB in README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index da27d12..ef6b737 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ ## Another Spawneggs Mod (***asm_spawneggs***) [Minetest][] ---- ### Description: Mod for adding entity spawning eggs to game with a very simple application. It is used only for creating new "eggs" that will spawn a specified entity when used by a player. There are two function: *asm.registerEgg* & *asm.registerEggRecipe* (see: [API][api]) ---- ### Licensing: - Code: [MIT](LICENSE.txt) @@ -20,7 +18,6 @@ There are two function: *asm.registerEgg* - Based on ["Huevo negro. Black egg" by mediobit][img.egg_black] ---- ### Dependencies: - Required: @@ -28,10 +25,10 @@ There are two function: *asm.registerEgg* - Optional: - none - ---- ### Links: +- [![ContendDB](https://content.minetest.net/packages/AntumDeluge/asm_spawneggs/shields/title/)](https://content.minetest.net/packages/AntumDeluge/asm_spawneggs/) +- [Forum](https://forum.minetest.net/viewtopic.php?t=26676) - [Git repo](https://github.com/AntumMT/mod-asm_spawneggs) - [Reference][api] - [Changelog](changelog.txt)