1
0
mirror of git://repo.or.cz/minetest_treasurer.git synced 2025-06-29 23:00:29 +02:00

2 Commits

4 changed files with 2 additions and 1 deletions

View File

View File

@ -1 +0,0 @@
A framework which manages treasures which helps other mods to register and distribute treasures around the world.

View File

@ -361,3 +361,4 @@ function treasurer.determine_wear(treasure)
end end
end end
minetest.log("action", "[treasurer] loaded.")

View File

@ -1 +1,2 @@
name = treasurer name = treasurer
description = A framework which manages treasures which helps other mods to register and distribute treasures around the world.