-
Updated
Jul 29, 2021 - C++
scripting-language
Here are 612 public repositories matching this topic...
-
Updated
Jul 22, 2021 - C
-
Updated
Jul 26, 2021 - Java
-
Updated
May 27, 2021 - Rust
-
Updated
Feb 20, 2021 - Go
-
Updated
Aug 1, 2021 - Rust
-
Updated
Jun 27, 2019 - Go
-
Updated
Jul 2, 2021
-
Updated
Aug 2, 2021 - Java
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
May 21, 2021 - C
-
Updated
May 28, 2021 - Java
-
Updated
Jul 23, 2021 - Java
-
Updated
Sep 9, 2020
Baby husk
Description
Baby husk cannot be spawned (while baby zombie and baby drowned works fine)
Steps to Reproduce
spawn 1 baby husk at location of player
Errors / Screenshots
At reload it returns:
Can't understand this condition/effect: spawn 1 baby husk at location of player
Server Information
- Server version/platform: git-Paper-318 (MC: 1.16.4)
- **Skript version
-
Updated
Jan 4, 2021 - Swift
-
Updated
Jul 25, 2021 - C
-
Updated
Jul 31, 2021 - JavaScript
-
Updated
Jan 26, 2018 - C#
- (repl:toFile filename) to store the expressions (+ results in comments) in a given file
- (repl:reset) to reset the VM state and start from something fresh
-
Updated
Dec 20, 2018 - Go
-
Updated
Jan 15, 2019 - PowerShell
Current coverage is not bad (70+%) and in general and I don't want to embark on one of those 100%-coverage crusades. But I know there are parts of the interpreter that are undertested (and don't generally need a whole lot of tests) and it might be nice to get some quick wins in terms of coverage.
-
Updated
Jun 28, 2021 - C
-
Updated
Aug 2, 2021 - C
-
Updated
Aug 2, 2021 - C++
-
Updated
Nov 13, 2020 - GDScript
Improve this page
Add a description, image, and links to the scripting-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scripting-language topic, visit your repo's landing page and select "manage topics."
Currently, our math module isn't completely filled with necessary math functions, where you can contribute us by adding more math functions. This issue has reference on how to add
log
function to the math module.How to implement
PR #154 has example on how to add
log10
to the math module, which you can use as a reference to addlog
(base 2) function.Finally
And don't forget