From 37a5f8a30bc2e267909d699faef4910a3a261555 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 16 Nov 2011 01:34:09 +0200 Subject: Move cook result properly to ContentFeatures --- src/nodedef.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index e0b7da480..d63f8df9d 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -209,6 +209,7 @@ struct ContentFeatures std::string dug_item; // Extra dug item and its rarity std::string extra_dug_item; + // Usual get interval for extra dug item s32 extra_dug_item_rarity; // Initial metadata is cloned from this NodeMetadata *initial_metadata; @@ -227,6 +228,7 @@ struct ContentFeatures u32 damage_per_second; NodeBox selection_box; MaterialProperties material; + std::string cookresult_item; /* Methods -- cgit v1.2.3