Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit 5fdb231

Browse files
Merge pull request #12 from outercloudstudio/dev
Now as a bridge. v2 extension!
2 parents c45748c + df55e58 commit 5fdb231

File tree

16 files changed

+2075
-523
lines changed

16 files changed

+2075
-523
lines changed

.installed

Whitespace-only changes.

Backend.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

Delay.frw

Lines changed: 0 additions & 15 deletions
This file was deleted.

Error.frw

Lines changed: 0 additions & 13 deletions
This file was deleted.

Firework.js

Lines changed: 0 additions & 210 deletions
This file was deleted.

Move.frw

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# How to Use
22
## Install
3-
1. Clone this repository onto your local machine.
4-
2. Make sure you have node installed.
5-
3. Run these commands:
6-
```
7-
npm install util
8-
npm install chalk
9-
npm install inquirer
10-
npm install nanospinner
3+
1. Get the extension from the bridge. v2 extension library
4+
2. Add 'firework' to the very end of the compiler config:
5+
```
6+
"compiler": {
7+
"plugins": [
8+
"typeScript",
9+
"entityIdentifierAlias",
10+
"customEntityComponents",
11+
"customItemComponents",
12+
"customBlockComponents",
13+
"customCommands",
14+
"moLang",
15+
[
16+
"simpleRewrite",
17+
{
18+
"packName": "FireLabs"
19+
}
20+
],
21+
"firework"
22+
]
23+
}
1124
```
12-
4. Run `npm start`
13-
14-
## Setup Project
15-
1. Enter the path to your bridge. v2 project
16-
2. Choose setup
17-
18-
## Compile
19-
1. Enter the path to your bridge. v2 project
20-
2. Choose compile
21-
3. DON'T CLOSE THE TERMINAL
22-
4. To compile again just restart the dev the server using bridge. v2
2325

2426
# Features
2527
## Functions
@@ -159,4 +161,7 @@ move(1, 0, 0)
159161
die()
160162
destroy()
161163
log("Hello")
164+
cdelay(1) => {
165+
log("Hello")
166+
}
162167
```

0 commit comments

Comments
 (0)