Skip to content

Commit

Permalink
Rename custom.js to computcraft.js in src/blocks
Browse files Browse the repository at this point in the history
This commit renames the custom.js file to computcraft.js in the src/blocks directory. This change better reflects the content and purpose of the file.
  • Loading branch information
Sarxzer committed Mar 19, 2024
1 parent 6a8712d commit f3e5722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
node_modules
dist
.vscode
secret.json
secret.json
retrogadget.js
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Blockly from "blockly";
import { blocks } from "./blocks/custom";
import { blocks } from "./blocks/computcraft";
import { forBlock } from "./generators/lua";
import { luaGenerator } from "blockly/lua";
import { save, load } from "./serialization";
Expand Down

0 comments on commit f3e5722

Please sign in to comment.