Add comment

This commit is contained in:
Wuzzy 2016-12-19 13:31:59 +01:00
parent 54344b2340
commit 156f03e06d

View File

@ -136,9 +136,11 @@ doc.new_entry("example4", "gallery6", {
name="Gallery with 6 images",
data = {{image="default_grass.png"},{image="default_dirt.png"}, {image="default_leaves.png"}, {image="default_brick.png"}, {image="default_gold_block.png"}, {image="default_bronze_block.png"}},
})
doc.new_entry("example4", "gallery7", {
name="Gallery with 7 item images",
data = {
-- You can use this syntax to display item images instead of normal textures
{image="default:bookshelf", imagetype="item"},
{image="default:grass_5", imagetype="item"},
{image="default:dirt", imagetype="item"},