2 Commitit

Tekijä SHA1 Viesti Päivämäärä
89709f9c28 Delete depends.txt, add mod.conf 2022-07-07 21:47:03 +02:00
fe6cf0cc27 Fix crash with Minetest 5.4 2021-06-20 16:59:54 +02:00
3 muutettua tiedostoa jossa 7 lisäystä ja 7 poistoa

Näytä tiedosto

@@ -1,5 +0,0 @@
default
mobs
maptools?
zombie?
snow?

5
mod.conf Normal file
Näytä tiedosto

@@ -0,0 +1,5 @@
name = pmobs
title = PMobs
description = This mod uses the Mobs Redo Api to add new mobs to minetest.
depends = default,mobs
optional_depends = maptools,zombie,snow

Näytä tiedosto

@@ -64,14 +64,14 @@ mobs:register_arrow("pmobs:snowball", {
player:punch(self.object, 1.0, {
full_punch_interval=1.0,
damage_groups = {fleshy=1},
}, 0)
}, nil)
end,
hit_mob = function(self, player)
player:punch(self.object, 1.0, {
full_punch_interval=1.0,
damage_groups = {fleshy=1},
}, 0)
}, nil)
end,
hit_node = function(self, pos, node)