From 6a8f9135de448d805457e0b1f561c711d760565e Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 25 Nov 2011 15:38:18 +0200 Subject: Store metadata as metadata name in node definition --- src/nodedef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index 0804e0279..87f5fce83 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -188,8 +188,8 @@ struct ContentFeatures 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; + // Metadata name of node (eg. "furnace") + std::string metadata_name; // Whether the node is non-liquid, source liquid or flowing liquid enum LiquidType liquid_type; // If the content is liquid, this is the flowing version of the liquid. -- cgit v1.2.3