diff options
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) |