mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-07 02:20:21 +02:00
Many tweaks
- Delete item frame from « homedecor_modpack » (i use Itemframes from Carbone) - Add « builtin_falling » mod - Update « mobs » mod - Update « irc » mod, it works now
This commit is contained in:
@ -61,6 +61,7 @@ mobs:register_mob("mobs:dungeon_master", {
|
||||
},
|
||||
jump = true,
|
||||
step = 0.5,
|
||||
shoot_offset = 0,
|
||||
blood_texture = "mobs_blood.png",
|
||||
})
|
||||
mobs:register_spawn("mobs:dungeon_master", {"default:stone"}, 2, -1, 6000, 1, -70)
|
||||
|
Reference in New Issue
Block a user