Skip to content

Commit

Permalink
Update project for version 1.1.6 release
Browse files Browse the repository at this point in the history
This commit includes updates to several files in preparation for the version 1.1.6 release. The changes include updates to the Redstone and Rednet blocks, improvements to the Lua generator, and updates to the project dependencies in package.json. The UPDATE.md file has also been updated with the latest release notes.
  • Loading branch information
Sarxzer committed Mar 19, 2024
1 parent f3e5722 commit 9de6039
Show file tree
Hide file tree
Showing 9 changed files with 869 additions and 15 deletions.
11 changes: 11 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## Version 1.1.6 Update

We're thrilled to announce the release of version 1.1.6 of the ComputerCraft : Blockly Editor. This update introduces a comprehensive set of Redstone and Rednet blocks, expanding the capabilities of your Lua scripts.

### New Features
- **Redstone and Rednet Blocks**: This update adds a complete set of Redstone and Rednet blocks to the Blockly Editor. These new blocks allow you to interact with Redstone and the Rednet API, opening up physical and wireless interaction in your Minecraft world.

**Full Changelog**: https://github.com/Sarxzer/cc-blockly-editor/compare/v1.1.5.1...v1.1.6

---

## Version 1.1.5.1 Update

This minor update brings a significant improvement to the saving system of the ComputerCraft : Blockly Editor.
Expand Down
14 changes: 4 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "computer-craft-blockly-editor",
"version": "1.1.4",
"version": "1.1.6",
"description": "A Blockly editor for ComputerCraft",
"main": "index.js",
"private": true,
Expand Down
Loading

0 comments on commit 9de6039

Please sign in to comment.