Add _doc_items_create_entry fields for doc_items
This commit is contained in:
parent
194ec03b68
commit
aabb1e972d
28 changed files with 66 additions and 4 deletions
|
@ -18,6 +18,8 @@ for r=1, records do
|
|||
description =
|
||||
core.colorize("#55FFFF", "Music Disc") .. "\n" ..
|
||||
core.colorize("#989898", recorddata[r][2] .. "—" .. recorddata[r][1]),
|
||||
_doc_items_create_entry = r == 1,
|
||||
_doc_items_entry_name = "Music Disc",
|
||||
inventory_image = "mcl_jukebox_record_"..recorddata[r][3]..".png",
|
||||
stack_max = 1,
|
||||
groups = { music_record = r },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue