Add translucent test item

This commit is contained in:
Lars Mueller 2024-06-01 17:49:03 +02:00
parent f06364e6a5
commit a509aad6b2
2 changed files with 6 additions and 0 deletions

@ -105,3 +105,9 @@ minetest.register_craftitem("testitems:telescope_stick", {
return itemstack
end,
})
minetest.register_craftitem("testitems:translucent_item", {
description = S("Translucent item (translucent inventory & wield image)"),
inventory_image = "testitems_translucent.png",
wield_image = "testitems_translucent.png",
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B