Releases: walterhiggins/ScriptCraft
fireworks-for-mac
Fixes a problem with fireworks module on Mac OS X.
3.1.5
Fixes events.connect / events.connection mismatch in cm 1.7.9 and book.
3.1.4
Added a new 'inventory' module and fixes various bugs (thanks to all the contributors!).
3.1.3 bug fix release
bumping to version 3.1.3
3.1.2 Bug-Fix release
3.1.1
Bug fix release.
3.1.0
This release includes support for CanaryMod 1.2.0 (Minecraft 1.8)
This version has been tested against the following APIs:
- CanaryMod 1.2.0 (MC 1.8)
- CanaryMod 1.1.3 (MC 1.7)
- SpigotMC (MC 1.8)
- Craftbukkit 1.7.10 (MC 1.7)
Fixes issue #197
Extending Drone has been made easier. Drone is now a module so it can be required like this:
var Drone = require('drone');
Drone.extend(function myExtension(){ } );
There have been a number of documentation updates.
The Drone.copy() and Drone.paste() methods are deprecated.
New utils methods:
- utils.time(world) returns the time of day (in minecraft ticks) for a world
- utils.time24(world) returns the time of day (in minutes) for a world
The Arrows and Signs plugins have now been updated to support CanaryMod.
3.0.3-beta
Fixes a number of issues building in Minecraft 1.8
Tested using CanaryMod 1.1.3, CanaryMod 1.2.0 (MC 1.8), Spigot. Mac OS X, Windows 7, Linux.
v3.0.2
Some work done towards supporting the Drone module in Minecraft 1.8 - still some work to do. Hanging torches don't hang in 1.8. Drone module has been refactored in preparation for further 1.8 work. This version has been tested with:
Craftbukkit 1.7.9 (1.8 not supported)
CanaryMod 1.7.10
CanaryMod 1.8
Also fixed issues running ScriptCraft on Mac OS X.
In short, this is probably the most stable release of recent times. It needs to be. A ScriptCraft book is coming soon.
http://www.amazon.co.uk/Beginners-Writing-Minecraft-Plugins-JavaScript/dp/0133930149/
3.0.1 (CanaryMod and Bukkit)
Fixes problems running with Bukkit.