adding link to canarymod version of howling-blocks

This commit is contained in:
walterhiggins 2016-09-10 12:34:39 +01:00
parent b1237b88b2
commit b330f06ea4
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,8 @@ function howl(event){
events.blockBreak( howl );
```
If you're using CanaryMod instead of SpigotMC you can [download the equivalent code](https://gist.github.com/walterhiggins/69cddd15160d803fb096).
A JavaScript mod for minecraft is just a JavaScript source file (.js)
located in the scriptcraft/plugins directory. All .js files in this
directory will be automatically loaded when the server starts.