This commit is contained in:
TenPlus1 2016-04-15 15:51:04 +01:00
rodič 335913f543
revize 29b6fdaed9
7 změnil soubory, kde provedl 9 přidání a 6 odebrání

Zobrazit soubor

@ -1,5 +1,5 @@
-- nametag
-- name tag
minetest.register_craftitem("mobs:nametag", {
description = "Nametag",
inventory_image = "mobs_nametag.png",

Zobrazit soubor

@ -1 +1 @@
default
default

Zobrazit soubor

@ -1 +1 @@
Adds a mob api for mods to add animals or monsters etc
Adds a mob api for mods to add animals or monsters etc.

Zobrazit soubor

@ -1,7 +1,7 @@
local path = minetest.get_modpath("mobs")
-- Mob Api
-- Mob API
dofile(path.."/api.lua")
-- Mob Items

Zobrazit soubor

@ -18,4 +18,6 @@ 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.
THE SOFTWARE.
Above license is for Krupnov Pavel's animals inside of mod, the rest is WTFPL.

Zobrazit soubor

@ -1 +1 @@
name = mobs
name = mobs

Zobrazit soubor

@ -1,3 +1,4 @@
-- mob spawner
local spawner_default = "mobs:pumba 10 15 0 0"