New Textures

master
Daniel 2013-10-05 17:25:05 +01:00
parent 223855b883
commit 35fe34db4b
4 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
minetest.register_craftitem("currency:minegeld", {
description = "MineGeld",
description = "1 MineGeld Note",
inventory_image = "minegeld.png",
stack_max = 30000,
})
minetest.register_craftitem("currency:minegeld_5", {
description = "MineGeld (5 Stack)",
description = "5 MineGeld Note",
inventory_image = "minegeld_5.png",
stack_max = 30000,
})
minetest.register_craftitem("currency:minegeld_10", {
description = "MineGeld (10 Stack)",
description = "10 MineGeld Note",
inventory_image = "minegeld_10.png",
stack_max = 30000,
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 B

After

Width:  |  Height:  |  Size: 3.3 KiB