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
|
@ -57,6 +57,7 @@ for i,img in ipairs(images) do
|
|||
end
|
||||
minetest.register_craftitem("mcl_compass:"..(i-1), {
|
||||
description = "Compass",
|
||||
_doc_items_create_entry = i == stereotype_frame,
|
||||
inventory_image = img,
|
||||
wield_image = img,
|
||||
stack_max = 64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue