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
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
|
||||
/// Indicates this block can be placed on the side of other blocks. Default: true
|
||||
virtual bool CanBePlacedOnSide(void);
|
||||
|
||||
|
||||
/// Does this block drop if it gets destroyed by an unsuitable situation? Default: true
|
||||
virtual bool DoesDropOnUnsuitable(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user