mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-04 09:20:21 +02:00
tweak and tidy code
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
|
||||
-- web trap schematic
|
||||
|
||||
local web = {name = "mobs:cobweb"}
|
||||
local web_trap = {
|
||||
size = {x = 3, y = 3, z = 3},
|
||||
@ -20,6 +23,8 @@ lucky_block:add_schematics({
|
||||
{"webtrap", web_trap, {x = 1, y = 0, z = 1}},
|
||||
})
|
||||
|
||||
-- add lucky blocks
|
||||
|
||||
lucky_block:add_blocks({
|
||||
{"sch", "webtrap", 1, true},
|
||||
{"spw", "mobs:dungeon_master", 1, nil, nil, 3, "Billy"},
|
||||
|
Reference in New Issue
Block a user