diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..b67a891 --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,11 @@ + +1.0 +- Forked & renamed from Rui's original "creeper" mod. +- Updated for Minetest 5.x API. +- Changed to MIT license. +- Changed spawn nodes: + - default:dirt_with_dry_grass + - default:dry_dirt + - default:dry_dirt_with_dry_grass + - default:desert_sand +- Spawns on "nether:rack" if nether mod available. diff --git a/mod.conf b/mod.conf index 693b397..65653c0 100644 --- a/mod.conf +++ b/mod.conf @@ -1,6 +1,7 @@ name = sneeker title = Sneeker description = An explosive nuisance. +version = 1.0 author = Rui depends = default, tnt optional_depends = nether