dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Remove lv, mv, and hv tiers from power tools. Theyre already tiered with Mk...
RealBadAngel
2013-07-17
3bc6cad6710ad76f8a829a575f03fea00c589134
[game/technic.git]
/
technic
/
helpers.lua
1
2
3
4
5
6
7
8
9
10
function get_item_meta (string)
if string.find(string, "return {") then
return minetest.deserialize(string)
else return nil
end
end
function set_item_meta (table)
return minetest.serialize(table)
end