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