This commit is contained in:
TenPlus1 2016-04-15 15:51:04 +01:00
parent 335913f543
commit 29b6fdaed9
7 ha cambiato i file con 9 aggiunte e 6 eliminazioni

Vedi File

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

Vedi File

@ -1 +1 @@
default
default

Vedi File

@ -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.

Vedi File

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

Vedi File

@ -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.

Vedi File

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

Vedi File

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