Merge branch 'master' of github.com:FreeLikeGNU/mobs_goblins

master
FreeLikeGNU 2015-08-10 23:18:55 -07:00
commit a8158212a2
2 changed files with 41 additions and 0 deletions

View File

@ -1,2 +1,28 @@
# mobs_goblins
goblins for minetest
= MOBS_GOBLINS-MOD for MINETEST =-
by PilzAdam, KrupnovPavel, Zeg9, TenPlus1, and FreeLikeGNU
https://forum.minetest.net/viewtopic.php?f=9&t=13004
based on MOBS-MOD by PilzAdam, KrupnovPavel, Zeg9, TenPlus1
https://forum.minetest.net/viewtopic.php?f=9&t=9917
This mod adds several Goblins to Minetest that should spawn near coal deposits.
v0.01 This is a test version and all the goblins act like an NPC and will not attack unless attacked.
License of Media Files:
---------------------------------------
goblins_goblin.b3d and goblins_goblin.blend
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) by FreeLikeGNU
http://creativecommons.org/licenses/by-sa/3.0/
above meshes based on character from minetest_game
MirceaKitsune (WTFPL)
https://github.com/minetest/minetest_game/blob/master/mods/default/README.txt#L71
mobs_goblins*.png and mobs_goblin.xcf files by FreeLikeGNU
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) FreeLikeGNU
http://creativecommons.org/licenses/by-sa/3.0/

15
bower.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "mobs_goblins",
"description": "goblins for minetest",
"keywords": [
"mobs_goblins"
],
"homepage": "https://github.com/FreeLikeGNU/mobs_goblins",
"screenshots": [
"http://freelikegnu.org/random/goblins0.94ex.png"
],
"authors": [
"FreeLikeGNU"
],
"license": "UNKNOWN"
}