Update README.md
This commit is contained in:
parent
160efb3457
commit
3e6b3086de
1 changed files with 3 additions and 2 deletions
|
@ -43,12 +43,13 @@ For example: `/js 1 + 1` will print 2.
|
||||||
ScriptCraft also includes many objects and functions to make building
|
ScriptCraft also includes many objects and functions to make building
|
||||||
and modding easier using Javascript. The Javascript `Drone` object
|
and modding easier using Javascript. The Javascript `Drone` object
|
||||||
bundled with ScriptCraft provides an easy way to build at-scale in
|
bundled with ScriptCraft provides an easy way to build at-scale in
|
||||||
Minecraft. See the attached [cottage.js][cottage] file for an example
|
Minecraft. See the attached [temple.js][temple] file for an example
|
||||||
of how you can use the sample Drone plugin to create new buildings in
|
of how you can use the sample Drone plugin to create new buildings in
|
||||||
Minecraft.
|
Minecraft.
|
||||||
|
|
||||||
[drone]: https://github.com/walterhiggins/ScriptCraft/tree/master/src/main/javascript/drone/drone.js
|
[drone]: https://github.com/walterhiggins/ScriptCraft/tree/master/src/main/javascript/drone/drone.js
|
||||||
[cottage]: https://github.com/walterhiggins/ScriptCraft/tree/master/src/main/javascript//drone/cottage.js
|
[cottage]: https://github.com/walterhiggins/ScriptCraft/tree/master/src/main/js/plugins/drone/contrib/cottage.js
|
||||||
|
[temple]: https://github.com/walterhiggins/ScriptCraft/blob/master/src/main/js/plugins/drone/contrib/temple.js
|
||||||
[bukkit]: http://dl.bukkit.org/
|
[bukkit]: http://dl.bukkit.org/
|
||||||
[cm]: http://canarymod.net/
|
[cm]: http://canarymod.net/
|
||||||
|
|
||||||
|
|
Reference in a new issue