mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-16 07:05:26 +01:00
Update mobs mod
- Bunnies eat savage carrots - Now, you need mobs:shears(ciseaux) if you want take the sheep’s wool, - Kittens now follow rat and be tamed if they eat 4 fish_raw (obtained when fishing) - Kittens now can be picked with right click, and stored in inventory (like chickens) —> SYNC WITHOUT API.LUA <—
This commit is contained in:
@@ -38,7 +38,7 @@ mobs:register_mob("mobs:spider", {
|
||||
-- drops string with a chance of sandstone or crystal spike if Ethereal installed
|
||||
drops = {
|
||||
{name = "farming:string",
|
||||
chance = 2, min = 2, max = 3,},
|
||||
chance = 2, min = 1, max = 3,},
|
||||
{name = "mobs:meat_raw",
|
||||
chance = 4, min = 1, max = 2,},
|
||||
{name = "maptools:copper_coin",
|
||||
@@ -89,7 +89,7 @@ minetest.register_node("mobs:spider_cobweb", {
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
-- Spider Cobweb craft
|
||||
-- Spider Cobweb craft (MFF : indentation modifié)
|
||||
minetest.register_craft( {
|
||||
output = "mobs:spider_cobweb",
|
||||
recipe = {
|
||||
|
||||
Reference in New Issue
Block a user