-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- you can now drag files into bridge. to open them - you can now properly open files with bridge - fixed plugin installation - spawn_entity + rideable is now a warning instead of an error - button to toggle chrome dev tools in production
- Loading branch information
Showing
11 changed files
with
123 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "bridge", | ||
"productName": "bridge.", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"author": "solvedDev <[email protected]>", | ||
"description": "A powerful add-on editor", | ||
"license": null, | ||
|
@@ -19,7 +19,7 @@ | |
"postinstall": "" | ||
}, | ||
"build": { | ||
"productName": "bridge", | ||
"productName": "bridge.", | ||
"appId": "solved.editor.bridge", | ||
"directories": { | ||
"output": "build" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"format_version": "$general.format_version", | ||
"minecraft:client_entity": { | ||
"description": { | ||
"identifier": "$general.entity_identifier", | ||
"materials": { | ||
"$placeholder": {} | ||
}, | ||
"textures": { | ||
"$placeholder": {} | ||
}, | ||
"geometry": { | ||
"$placeholder": {} | ||
}, | ||
"scripts": { | ||
"scale": "$general.decimal", | ||
"pre_animation": { | ||
"$dynamic.list.next_index": {} | ||
}, | ||
"animate": { | ||
"$dynamic.list.next_index": {} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters