@@ -138,14 +138,6 @@ ScriptCraft plugin …
138138[ ic ] : http://canarymod.net/releases
139139[ cmapi ] : https://ci.visualillusionsent.net/job/CanaryLib/javadoc/
140140
141- # Docker
142-
143- To launch a container with CanaryMod and ScriptCraft you can just do
144-
145- docker run -p 25565:25565 -it tclavier/scriptcraft
146-
147- You can find all files used to build this container in github project: [ docker-scriptcraft] ( https://github.com/tclavier/docker-scriptcraft )
148-
149141# Contributing
150142
151143If you would like to contribute source code and/or documentation changes please [ read contributing.md] [ contrib ]
@@ -180,6 +172,7 @@ ScriptCraft has [its own website][website] with further information.
180172 * The ScriptCraft [ API documentation] [ api ] .
181173 * To delve deeper into creating your own minecraft mod for use by others, read [ Creating a complete Minecraft Mod in JavaScript] [ mm ] .
182174 * Take a look at some [ examples] [ ex ]
175+ * Buy the Official ScriptCraft Book [ A Beginner's Guide to Writing Minecraft Plugins in Javascript] [ book ]
183176
184177You can find more information about [ ScriptCraft on my blog] [ blog ] .
185178
@@ -197,6 +190,15 @@ Developer Chris Cacciatore has created some interesting tools using ScriptCraft
197190
198191 * [ A wolf-bot] [ wb ]
199192 * [ L-Systems (Large-scale fractal structures in Minecraft)] [ ls ]
193+
194+ # Docker
195+
196+ To launch a container with CanaryMod and ScriptCraft you can just do
197+
198+ docker run -p 25565:25565 -it tclavier/scriptcraft
199+
200+ You can find all files used to build this container in github project: [ docker-scriptcraft] ( https://github.com/tclavier/docker-scriptcraft )
201+
200202
201203[ wb ] : https://github.com/cacciatc/wolfbot
202204[ ls ] : https://github.com/cacciatc/scriptcraft-lsystems
@@ -213,3 +215,4 @@ Developer Chris Cacciatore has created some interesting tools using ScriptCraft
213215[ ex ] : src/main/js/plugins/examples
214216[ contrib ] : contributing.md
215217[ sj ] : http://cdathenry.wordpress.com/2013/10/12/modderdojo-week-2-moving-from-scratch-to-javascript/
218+ [ book ] : http://www.peachpit.com/store/beginners-guide-to-writing-minecraft-plugins-in-javascript-9780133930146
0 commit comments