typeid changed to typeId
This commit is contained in:
parent
7ebc952814
commit
b3d4764646
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