Upload files to ''

master
isaiah658 2021-11-13 16:19:28 +01:00
parent 5f44c9ba67
commit 4871e88838
5 changed files with 48 additions and 1 deletions

23
LICENSE.txt Normal file
View File

@ -0,0 +1,23 @@
Zoonami
=======
License Links:
--------------
(CC0) https://creativecommons.org/publicdomain/zero/1.0/
License of Media:
-----------------
isaiah658 (CC0)
All textures and 3D models were created by isaiah658 and are licensed as CC0.
License of Code:
----------------
Copyright 2021 isaiah658
MIT License
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

@ -1,2 +1,17 @@
# zoonami_3d_mobs
# Zoonami 3D Mobs
A mod for Zoonami that adds 3D monster mobs.
Version 0.1.0
## Description
This mod adds 3D monster mobs to [Zoonami](https://codeberg.org/isaiah658/zoonami).
## Bug reports and ideas
Bugs and ideas can be submitted [here](https://forum.minetest.net/viewtopic.php?f=9&t=25356&sid=1ffebc6a6c8b35653d939a376a067a7f).
## Links
* [Minetest Forums](https://forum.minetest.net/viewtopic.php?f=9&t=25356&sid=1ffebc6a6c8b35653d939a376a067a7f)
* [codeberg.org](https://codeberg.org/isaiah658/zoonami)
## Licensing
Please read LICENSE.txt

7
init.lua Normal file
View File

@ -0,0 +1,7 @@
-- Namespace
zoonami_3d_mobs = {}
-- Return mob data
function zoonami_3d_mobs.mobs()
return dofile(minetest.get_modpath("zoonami_3d_mobs") .. "/lua/mobs.lua")
end

2
mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = zoonami_3d_mobs
description = Adds 3D monster mobs to Zoonami.

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB