add donorcoin

master
tchncs 2016-10-03 13:32:13 +02:00
parent ac95476036
commit 268dbd5383
3 changed files with 5 additions and 0 deletions

4
craftitems.lua Normal file
View File

@ -0,0 +1,4 @@
minetest.register_craftitem("illuna:donorcoin", {
description = "Donor Coin",
inventory_image = "donorcoin.png"
})

View File

@ -5,6 +5,7 @@ dofile(minetest.get_modpath("illuna").."/crafting.lua")
dofile(minetest.get_modpath("illuna").."/commands.lua")
dofile(minetest.get_modpath("illuna").."/register.lua")
dofile(minetest.get_modpath("illuna").."/aliases.lua")
dofile(minetest.get_modpath("illuna").."/craftitems.lua")
if minetest.get_modpath("moreblocks") then
dofile(minetest.get_modpath("illuna").."/moreblocks.lua")
end

BIN
textures/donorcoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB