1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-15 23:05:22 +01:00

update mobs mod

This commit is contained in:
2016-02-01 12:45:12 +01:00
parent 6a0f7a70f9
commit 46004d9bf2
26 changed files with 606 additions and 271 deletions

View File

@@ -1,3 +1,15 @@
-- nametag
minetest.register_craftitem("mobs:nametag", {
description = "Nametag",
inventory_image = "mobs_nametag.png",
})
core.register_craft({
type = "shapeless",
output = "mobs:nametag",
recipe = {"default:paper", "dye:black", "farming:string"},
})
-- leather
minetest.register_craftitem("mobs:leather", {
description = "Leather",