Merge pull request #221 from carlrobert/patch-7
"typeid" changed to "typeId"
This commit is contained in:
commit
8b7d045702
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function canHang( block ) {
|
|||
}
|
||||
if (__plugin.canary){
|
||||
if (block.typeId == blocks.air ||
|
||||
block.typeid == blocks.vines ) {
|
||||
block.typeId == blocks.vines ) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue