Releases: luastoned/LuaCraft
Releases · luastoned/LuaCraft
LuaCraft 1.3 (Forge 1.12.2)
Release Candidate 1.7 (Forge 1.8.9)
Merge pull request #7 from CapsAdmin/master fix missing Get/SetMovementSpeed functions and add game.JoinServer(ip, port)
Release Candidate 1.6 (Forge 1.8.9)
Fixed server crash on startup... (WHOOPS)
Fixed persistent data not working properly
Fixed EntityLiving:moveTo() and EntityLiving:LookAt() checking wrong arguments (Thanks CapsAdmin)
Release Candidate 1.5 (Forge 1.8.9)
v1.5 Fixed an issue with the Lua loader in windows
Release Candidate 1.4 (Forge 1.8.9)
Merge pull request #2 from luastoned/1.8.9 Updated to 1.8.9
Release Candidate 1.3 (Forge 1.8.9)
v1.3 Latest from master
Release Candidate 1.2 (Forge 1.8)
v1.2 Pulling down some changes made from 1.8.9 to master branch
Release Candidate 1.1 (Forge 1.8)
v1.1 Fixed Block:GetMeta() and Block:SetMeta() being the same as Block:Set…
Release Candidate 1.0 (Forge 1.8)
player.pickupitem hook now accepts a RESULT return value Added entity.dropall hook (entity, table, lootLVL, hitRecently) Added player.bonemeal hook (player, world, block) Added player.destroyitem hook (player, itemstack) Changed player.dropall hook to have same aguments as entity.dropall Added player.placeblock and player.rightclick hooks. Arguments reflect player.mineblock