From 1e452425469e4a0cbf61fce698eb3ad89fb80a77 Mon Sep 17 00:00:00 2001 From: "luksor111@gmail.com" Date: Tue, 23 Oct 2012 18:13:37 +0000 Subject: New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker) git-svn-id: http://mc-server.googlecode.com/svn/trunk@1005 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/BlockID.h') diff --git a/source/BlockID.h b/source/BlockID.h index 31ae224e3..ea448ecd5 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -666,6 +666,7 @@ extern bool g_BlockOneHitDig[256]; extern bool g_BlockPistonBreakable[256]; extern bool g_BlockIsSnowable[256]; extern bool g_BlockRequiresSpecialTool[256]; +extern bool g_BlockIsSolid[256]; -- cgit v1.2.3