techage/nodes/usmium.lua

22 lines
295 B
Lua
Raw Normal View History

2019-05-11 02:21:03 +03:00
--[[
TechAge
=======
Copyright (C) 2019 Joachim Stolberg
GPL v3
2019-05-11 02:21:03 +03:00
See LICENSE.txt for more information
Usminum
]]--
local S = techage.S
2019-05-11 02:21:03 +03:00
minetest.register_craftitem("techage:usmium_nuggets", {
description = S("Usmium Nuggets"),
2019-05-11 02:21:03 +03:00
inventory_image = "techage_usmium_nuggets.png",
})