3 Mods hinzugefügt, Fehlende Nahrungspunkteangaben im Inventar ergänzt, falsche Nahrungspunkte berichtigt
This commit is contained in:
parent
763ba03e6c
commit
23dda4593a
151 changed files with 6445 additions and 109 deletions
15
mods/protector/lucky_block.lua
Normal file
15
mods/protector/lucky_block.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
-- add lucky blocks
|
||||
|
||||
lucky_block:add_blocks({
|
||||
{"dro", {"protector:protect"}, 2},
|
||||
{"dro", {"protector:protect2"}, 2},
|
||||
{"dro", {"protector:door_wood"}, 2},
|
||||
{"dro", {"protector:door_steel"}, 2},
|
||||
{"exp", 5, true},
|
||||
{"dro", {"protector:trapdoor"}, 2},
|
||||
{"dro", {"protector:trapdoor_steel"}, 2},
|
||||
{"dro", {"protector:tool"}, 1},
|
||||
{"dro", {"protector:chest"}, 1},
|
||||
{"exp"}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue