diff options
author | BlockMen <nmuelll@web.de> | 2015-07-15 01:34:38 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2015-07-15 02:24:17 +0200 |
commit | 12e4fa8a9238b762a7648700952ce8c4208d013c (patch) | |
tree | 4c4b6a6f66ac4baa7320ddfced68344b86aeb943 /README.txt | |
parent | 2a5acfa7140c2d12ae14abcd91254782360f735e (diff) |
Push to Version 1.1v1.1
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,6 @@ Minetest mod "Hunger" ===================== -Version: 1.0 +Version: 1.1 (c) Copyright BlockMen (2015) @@ -19,6 +19,12 @@ Information: This mod depends on the "Better HUD" mod (https://github.com/BlockMen/hud) to provide information about your current saturation. +For Modders: +~~~~~~~~~~~~ +This mod alters the behavior of minetest.item_eat(). +All callbacks that are registered via minetest.register_on_item_eat() are called AFTER this mod actions, so the itemstack +will have changed already when callbacks are called. You can get the original itemstack as 6th parameter of your function then. + License: ~~~~~~~~ (c) Copyright BlockMen (2015) |