From 0a426f359205c1a25f400b2079e374be40724d6a Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sun, 22 Jan 2012 15:57:49 +0100 Subject: Fix give_initial_stuff mod; experimental mod: dug_item -> drop; scriptapi.cpp: drops -> drop --- src/scriptapi.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/scriptapi.cpp b/src/scriptapi.cpp index 173e5a827..5d68793e2 100644 --- a/src/scriptapi.cpp +++ b/src/scriptapi.cpp @@ -888,11 +888,11 @@ static ContentFeatures read_content_features(lua_State *L, int index) warn_if_field_exists(L, index, "light_propagates", "deprecated: determined from paramtype"); warn_if_field_exists(L, index, "dug_item", - "deprecated: use 'drops' field"); + "deprecated: use 'drop' field"); warn_if_field_exists(L, index, "extra_dug_item", - "deprecated: use 'drops' field"); + "deprecated: use 'drop' field"); warn_if_field_exists(L, index, "extra_dug_item_rarity", - "deprecated: use 'drops' field"); + "deprecated: use 'drop' field"); // True for all ground-like things like stone and mud, false for eg. trees getboolfield(L, index, "is_ground_content", f.is_ground_content); -- cgit v1.2.3