Differences From Artifact [09c96accb0]:
- File mods/starlit/food.lua — part of check-in [4732f8d454] at 2025-01-19 19:18:55 on branch trunk — we have always been at war with east minecraft (user: lexi, size: 1713) [annotate] [blame] [check-ins using]
To Artifact [ee714c2ec0]:
- File mods/starlit/food.lua — part of check-in [d2ab51532e] at 2025-03-25 17:47:31 on branch trunk — somewhat improve buttons (user: lexi, size: 1714) [annotate] [blame] [check-ins using]
36 36 }; 37 37 end 38 38 39 39 F.foreach('starlit:gen-food', {}, function(id, f) 40 40 core.register_item(id, { 41 - type = f.itemType or 'none'; 41 + type = f.itemType or 'craft'; 42 42 inventory_image = f.tex; 43 43 short_description = f.name; 44 44 description = foodTip(nil, f); 45 45 on_use = function(st, luser) 46 46 local user = starlit.activeUsers[luser:get_player_name()]