From 6a417c538f0af9e611d6f94cfb12d36f51982db8 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 16 Nov 2011 02:22:41 +0200 Subject: Remove burn time definitions from FurnaceNodeMetadata --- src/materials.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/materials.h') diff --git a/src/materials.h b/src/materials.h index 4e067fd66..9db33fc63 100644 --- a/src/materials.h +++ b/src/materials.h @@ -56,15 +56,16 @@ struct MaterialProperties // Sword is best for cuttable light stuff. float cuttability; // If high, ignites easily - //float flammability; + float flammability; MaterialProperties(): diggability(DIGGABLE_NOT), constant_time(0.5), - weight(1), - crackiness(1), - crumbliness(1), - cuttability(1) + weight(0), + crackiness(0), + crumbliness(0), + cuttability(0), + flammability(0) {} void serialize(std::ostream &os); -- cgit v1.2.3