diff --git a/README.md b/README.md index a147837..3dbfa97 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Spawners # -This MOD for Minetest let the player craft mob Spawner blocks. Mobs are spawning randomly in a short intervals. +This MOD for Minetest let the player craft mob and ore Spawner blocks. Mobs/Ores are spawning randomly in a short intervals. Easy to implement new mob mods just look in to config.lua. @@ -42,6 +42,7 @@ WTFPL * added particle effect for ore spawners * re-done all textures from scratch (mob and ore spawners) * adjusted mob spawners ABM +* added maximum stacked items for spawners to max 1 * mob spawners fixed name conflicts in config file warthog vs. pumba ### 0.3 ### diff --git a/depends.txt b/depends.txt index 4339400..33a193b 100644 --- a/depends.txt +++ b/depends.txt @@ -1,5 +1,6 @@ default mobs? +creatures? +pyramids? fake_fire? xpanes? -creatures? diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..3b8f220 --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +This MOD for Minetest let the player craft mob and ore Spawner blocks. Mobs/Ores are spawning randomly in a short intervals. \ No newline at end of file diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..013db99 Binary files /dev/null and b/screenshot.png differ