2 Commits

Author SHA1 Message Date
444447383c Delete depends.txt, add mod.conf 2022-07-06 19:10:17 +02:00
a06b623f14 Ajoute message de chargement du mod dans le journal "action" 2018-12-25 23:55:28 +01:00
3 changed files with 6 additions and 1 deletions

View File

@ -1 +0,0 @@
default

View File

@ -33,3 +33,5 @@ minetest.register_chatcommand("inv", {
minetest.chat_send_player(name, invlist) minetest.chat_send_player(name, invlist)
end, end,
}) })
minetest.log("action", "[inventorycheck] loaded.")

4
mod.conf Normal file
View File

@ -0,0 +1,4 @@
name = inventorycheck
title = Inventory Check
description = Check inventory of a player
depends = default