Added MIT license, readme. Updated mod.conf

master
William 2020-05-24 21:56:23 -04:00
parent 4e0338e666
commit bea17da5ad
3 changed files with 44 additions and 1 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
## Cube Mobs for Minetest ##
This mod uses mobkit and includes a number of simple looking box mobs with varying attacks. I created this to have a satisfying spread of mobs to fight against in survival. Graphics are probably placeholder for now, but mobs probably won't look to much more advanced than cubes. This will be part of a game I'm working on, but wanted to go ahead and release for feedback / other people to mess around with - let me know what you think!
**Current Mobs:**
* Box: Standard jump attack
* Small Box: Quicker, lower hp
* Digging Box: When it hits the player, it digs 3x3 nodes one space beneath the player.
* Shooter Box: Shoots projectiles at player from afar.
* Fire Box: Spawns fire on the ground on a path to the player
* Spike Box: Spawns spikes on the ground on a path to the player
**Todo List:**
* Create more hostile mobs, and give all mobs slightly better names
* Neutral cube mobs that have some utility / interaction.
* Improve spawning method, maybe ABM? Also add spawn restrictions per mob.
* Update graphics / sounds
* Handle cooldowns better for Mob abilities - they can do them again after getting punched currently.
* Include more item drops (Default items, or creating a couple more)
**Release History:**
* v0.1 - 5/24/20

21
license.txt Normal file
View File

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2020 Xanthus
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@ -3,5 +3,5 @@ title = Cube Mobs
author = Xanthus
release = 1
description = Adds various cube mobs with different abilities using mobkit.
depends = mobkit
depends = default,mobkit
optional_depends = fire