style: format
This commit is contained in:
+3
-3
@@ -116,8 +116,8 @@ const GMLIB_API = {
|
||||
getEntityTranslateKey: ll.import("GMLIB_API", "getEntityTranslateKey"),
|
||||
readNbtFromFile: ll.import("GMLIB_API", "readNbtFromFile"),
|
||||
saveNbtToFile: ll.import("GMLIB_API", "saveNbtToFile"),
|
||||
getBlockDestroySpeed : ll.import("GMLIB_API","getBlockDestroySpeed"),
|
||||
getDestroyBlockSpeed : ll.import("GMLIB_API","getDestroyBlockSpeed")
|
||||
getBlockDestroySpeed: ll.import("GMLIB_API", "getBlockDestroySpeed"),
|
||||
getDestroyBlockSpeed: ll.import("GMLIB_API", "getDestroyBlockSpeed")
|
||||
}
|
||||
|
||||
const FloatingTextList = [];
|
||||
@@ -970,7 +970,7 @@ LLSE_Block.prototype.getBlockDestroySpeed = function () {
|
||||
}
|
||||
|
||||
LLSE_Item.prototype.getDestroyBlockSpeed = function (block) {
|
||||
return GMLIB_API.getDestroyBlockSpeed(this,block);
|
||||
return GMLIB_API.getDestroyBlockSpeed(this, block);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user