Skip to content

Commit

Permalink
fix(val): Validation and client entity editor fixes (#47)
Browse files Browse the repository at this point in the history
* fix(val): Validation and client entity editor fixes

- Allow features in add-on validation
- More interlinking work
- Parse IDs of types and recipes in add-ons
- Render Controller and Client Entity Editor work
- Update to 1.21.50 files

* fix(docs): Update notice

* fix(val): Improve output of validation content

- Remove unneeded dependency (trash)
  • Loading branch information
mammerla authored Dec 5, 2024
1 parent 43e3af8 commit 4498ba1
Show file tree
Hide file tree
Showing 72 changed files with 3,933 additions and 4,123 deletions.
7 changes: 3 additions & 4 deletions app/jsnode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"description": "Minecraft Creator Tools command line and libraries.",
"publisher": "mojang-studios",
"author": {
"name": "Mojang Studios"
"name": "Mojang Studios"
},
"keywords": [
"minecraft",
"tools",
"bedrock",
"add-on",
"creator"
],
],
"bugs": {
"url": "https://aka.ms/mctbugs"
},
Expand Down Expand Up @@ -43,7 +43,6 @@
"ajv": "^8.11.0",
"localforage": "^1.9.0",
"permessage-deflate": "^0.1.7",
"ste-events": "^2.0.9",
"trash": "^8.0.0"
"ste-events": "^2.0.9"
}
}
Loading

0 comments on commit 4498ba1

Please sign in to comment.