@kawaiinekololis Thanks for repairing! Also about "we need to work for free"
You may have misunderstood it (hey, my English is not good, maybe I have a problem with my expression)
I mean I need a lot of work to develop api conversion tools
Sorry,Please forgive me for being impolite hahahaha
Anyway! Thanks for repairing!!!!!!!!!!!!!!!!!!
I love you!
Best posts made by ybyyby_ awa
-
RE: Please fix the forgegradle problem and support for Scriptapi1 in b74
-
加入我们的Script仓库
来加入我们的Script仓库吧,让我们一起开发各种有趣的Script
你只需要告诉我你的github 名字即可加入让LiquidBounceScripts再次伟大!
-
-> 征集js创意贴 <-
嘿,大家好啊,在这个帖子下你可以大胆的说出你想让用js实现的功能!
(如果已经实现而你拥有码子可以在下面上传)
我会挑选有趣或者实用的想法进行实现!
Latest posts made by ybyyby_ awa
-
RE: how to add float setting on module
I recommend you write this way, it's very concise
var setting = {
float: function (name, def, min, max) {
return value.createFloat(name, def, min, max);
},
integer: function (name, def, min, max) {
return value.createInteger(name, def, min, max);
},
boolean: function (name, def) {
return value.createBoolean(name, def);
},
list: function (name, values, def) {
return value.createList(name, values, def);
}
};
var settings = {
zitterSpeed: setting.float("ZitterSpeed", 0.13, 0.1, 0.3),
};this.addValues = function (values) { for (var i in settings) { values.add(settings[i]); } }
-
RE: The latest version of b78 cannot be started
@CzechHek My English is too poor,sorry lollllllllllllllllllllll
-
The latest version of b78 cannot be started
I'm very happy to fix the API bug, but I can't start it.
like this
I'm pretty sure this isn't an accident, because the same is true of the people around me who use b78 -
RE: how to use new RotationUtils and MovementUtils(如何使用最新的RotationUtils和MovementUtils)
@CzechHek I don't know if what you said worked, so I conducted a test
(Because I have developed a scaffold for a long time, I have found similar js for testing.)
MatrixScaffold.js
This is a simple scaffold that does not work in b77 6d51ef3, so I changed RotationUtils. setTargetRotation (new Rotation (mc. thePlayer. rotationYaw, 90)) to RotationUtils. INSTANCE. setTargetRotation (new Rotation (mc. thePlayer. rotationYaw, 90)) according to your method, but it still does not work
-
how to use new RotationUtils and MovementUtils(如何使用最新的RotationUtils和MovementUtils)
当我从b77 c54c5ca版本更新为b77 6d51ef3版本时
我更新的js出现了无法放置方块,autoblock模块不工作的情况
从日志中查看更新后尝试将
RotationUtils.setTargetRotation();
转换为RotationUtils.INSTACE.setTargetRotation()
MovementUtils.strafe(0.2);
转换为MovementUtils.INSTACE.strafe(0.2);
但仍然无法修复
如果可以的话请给出更新后内容js如何使用的示例
或者方法,感谢When I update from the b77 c54c5ca version to the b77 6d51ef3 version
The js I updated failed to place blocks and the autoblock module did not work
After viewing the update from the log, try to
RotationUtils.setTargetRotation();
Convert to RotationUtils. INSTACE. setTargetRotation()
MovementUtils.strafe(0.2);
Convert to MovementUtils. INSTACE. trace (0.2);
But it still cannot be repaired
If possible, please provide an example of how to use the updated content js
Or method, thank youbug反馈无法提交文件,所以我把我的js链接放在下面
Bug feedback: Unable to submit the file, so I placed my js link belowhttps://github.com/Hirohiko360/LiquidBounceScripts-TestScaffold
-
how to use new RotationUtils and MovementUtils(如何使用最新的RotationUtils和MovementUtils)
如何使用最新的RotationUtils和MovementUtils
它在b77不工作
-
->Collect js creative posts<-
Hey, everyone! In this post, you can boldly say the functions you want to achieve with js!
(If it has been implemented and you have the code, you can upload it below)
I will choose interesting or practical ideas to implement! -
-> 征集js创意贴 <-
嘿,大家好啊,在这个帖子下你可以大胆的说出你想让用js实现的功能!
(如果已经实现而你拥有码子可以在下面上传)
我会挑选有趣或者实用的想法进行实现!