Skip to content

Commit

Permalink
Update validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed Dec 11, 2023
1 parent d21804a commit 39f8d58
Show file tree
Hide file tree
Showing 71 changed files with 3,050 additions and 453 deletions.
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

--

Assets and resources under the /res/latest/van path are subject to terms of the
Minecraft End User License Agreement (https://www.minecraft.net/eula).
4 changes: 0 additions & 4 deletions app/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const jsnbuildfilesigs = [
"!build/**/*",
"!toolbuild/**/*",
"!src/monaco/*.ts",
"!src/reportWebVitals.ts",
"!src/setupTests.ts",
"!src/worldux/*.ts",
"!src/vscodeweb/*.ts",
Expand All @@ -35,7 +34,6 @@ const vsccorebuildfilesigs = [
"!toolbuild/**/*",
"!src/vscodeweb/*.ts",
"!src/monaco/*.ts",
"!src/reportWebVitals.ts",
"!src/setupTests.ts",
"!src/worldux/*.ts",
"!src/local/*.ts",
Expand All @@ -51,7 +49,6 @@ const vscwebbuildfilesigs = [
"!out/**/*",
"!build/**/*",
"!toolbuild/**/*",
"!src/reportWebVitals.ts",
"!src/setupTests.ts",
"!src/local/*.ts",
"!node_modules/@types/leaflet/*.ts",
Expand All @@ -65,7 +62,6 @@ const jsnwebbuildfilesigs = [
"!out/**/*",
"!build/**/*",
"!toolbuild/**/*",
"!src/reportWebVitals.ts",
"!src/setupTests.ts",
"!src/local/*.ts",
"!node_modules/@types/leaflet/*.ts",
Expand Down
12 changes: 0 additions & 12 deletions app/package-lock.json

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

2 changes: 0 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
"trash": "^8.0.0",
"tui-grid": "^4.18.1",
"tui-image-editor": "^3.15.3",
"update-browserslist-db": "^1.0.10",
"uuid": "^9.0.0",
"web-vitals": "^1.1.0",
"webpack-node-externals": "^3.0.0"
},
"scripts": {
Expand Down
7 changes: 6 additions & 1 deletion app/public/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Mojang
Copyright (c) 2023 Mojang AB

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,3 +19,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

--

Assets and resources under the /res/latest/van path are subject to terms of the
Minecraft End User License Agreement (https://www.minecraft.net/eula).
33 changes: 30 additions & 3 deletions app/public/data/gallery.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,35 @@
{
"projects": [
{
"title": "Starter Behavior Pack with TypeScript",
"description": "Starter Project with Typescript.",
"title": "Add-on Starter",
"description": "Starter for add-on projects.",
"gitHubOwner": "microsoft",
"gitHubBranch": "mammerla-addons",
"gitHubRepoName": "minecraft-samples",
"gitHubFolder": "/addon_starter/start",
"localLogo": "ui/cartography_table_empty.png",
"fileList": [
"/package-lock.json",
"/package.json",
"/gulpfile.js",
"/.prettierrc.json",
"/.vscode/extensions.json",
"/.vscode/launch.json",
"/.vscode/settings.json",
"/.vscode/tasks.json",
"/behavior_packs/aop_mobsbp/manifest.json",
"/behavior_packs/aop_mobsbp/pack_icon.png",
"/resource_packs/aop_mobsrp/manifest.json",
"/resource_packs/aop_mobsrp/pack_icon.png",
"/resource_packs/aop_mobsrp/sounds.json",
"/scripts/main.ts"
],
"id": "addonStarter",
"type": 0
},
{
"title": "Starter TypeScript Behavior Pack",
"description": "Starter Project focused on writing code with Typescript.",
"gitHubOwner": "microsoft",
"gitHubRepoName": "minecraft-scripting-samples",
"gitHubFolder": "/ts-starter",
Expand Down Expand Up @@ -50,7 +77,7 @@
},
{
"title": "Custom Mobs",
"description": "A simple example of crea for experimenting with script.",
"description": "A simple example of a set of custom mobs.",
"gitHubOwner": "microsoft",
"gitHubBranch": "mammerla-custom-mobs-sample",
"gitHubRepoName": "minecraft-scripting-samples",
Expand Down
15 changes: 8 additions & 7 deletions app/public/data/mccat.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
},
{
"id": 64,
"name": "oak_door",
"name": "wooden_door",
"abstract": false,
"mapColor": "#976D4D",
"variants": [
Expand All @@ -761,8 +761,7 @@
{ "name": "iron_door", "shortId": "dri", "id": 71 },
{ "name": "jungle_door", "shortId": "drj", "id": 195 },
{ "name": "spruce_door", "shortId": "drr", "id": 193 },
{ "name": "warped_door", "shortId": "drx", "id": 500 },
{ "name": "wooden_door", "shortId": "drw", "id": 324 }
{ "name": "warped_door", "shortId": "drx", "id": 500 }
],
"properties": [
{
Expand Down Expand Up @@ -953,12 +952,12 @@
{ "name": "blast_furnace", "shortId": "bfr", "id": 451 },
{ "name": "bookshelf", "shortId": "bsl", "id": 47 },
{ "name": "border_block", "shortId": "bob", "id": 212 },
{ "name": "brewing_stand", "shortId": "bws", "id": 379 },
{ "name": "brewing_stand", "shortId": "bws", "id": 117 },
{ "name": "brick_block", "shortId": "br_", "altShortId": "brk", "id": 45 },
{ "name": "brown_mushroom", "shortId": "msw", "id": 39 },
{ "name": "bubble_column", "shortId": "bbc", "id": 415 },
{ "name": "cactus", "shortId": "cct", "id": 81, "isOpaque": true, "shape": 1 },
{ "name": "cake", "shortId": "cak", "id": 354 },
{ "name": "cake", "shortId": "cak", "id": 92 },
{ "name": "camera", "shortId": "cam", "id": 242 },
{ "name": "campfire", "shortId": "ca_", "id": 464 },
{ "name": "carpet", "shortId": "cp_", "altShortId": "car", "id": 171 },
Expand All @@ -968,6 +967,7 @@
{ "name": "cauldron", "shortId": "cau", "id": 118 },
{ "name": "chain", "shortId": "cha", "id": 541 },
{ "name": "chain_command_block", "shortId": "cbc", "id": 189 },
{ "name": "chalkboard", "shortId": "clk", "id": 230 },
{ "name": "chemical_heat", "shortId": "htc", "id": 192 },
{ "name": "chemistry_table", "shortId": "tbh", "id": 238 },
{ "name": "chest", "shortId": "ch_", "altShortId": "chs", "icon": "chest_front", "id": 54 },
Expand Down Expand Up @@ -1045,7 +1045,7 @@
{ "name": "frame", "shortId": "frm", "id": 199 },
{ "name": "furnace", "shortId": "fr_", "altShortId": "frn", "id": 61 },
{ "name": "glass_pane", "shortId": "gp_", "altShortId": "glp", "id": 102 },
{ "name": "glowingobsidian", "shortId": "gob", "icon": "glowing_obsidian", "id": 256 },
{ "name": "glowingobsidian", "shortId": "gob", "icon": "glowing_obsidian", "id": 246 },
{ "name": "gold_block", "shortId": "blg", "mapColor": "#FAEE4D", "id": 41 },
{ "name": "hard_glass", "shortId": "gsh", "id": 253 },
{ "name": "hard_glass_pane", "shortId": "gph", "id": 190 },
Expand Down Expand Up @@ -1096,7 +1096,7 @@
{ "name": "nether_brick", "shortId": "brn", "mapColor": "#700200", "id": 112 },
{ "name": "nether_brick_fence", "shortId": "fnn", "mapColor": "#700200", "id": 113 },
{ "name": "nether_sprouts", "shortId": "nsp", "mapColor": "#700200", "id": 493 },
{ "name": "nether_wart", "shortId": "nwr", "mapColor": "#700200", "id": 372 },
{ "name": "nether_wart", "shortId": "nwr", "mapColor": "#700200", "id": 115 },
{ "name": "netherrack", "shortId": "nrk", "mapColor": "#700200", "id": 87 },
{ "name": "netherreactor", "shortId": "nre", "mapColor": "#700200", "id": 247 },
{ "name": "noteblock", "shortId": "not", "id": 25 },
Expand Down Expand Up @@ -1130,6 +1130,7 @@
{ "name": "reeds", "shortId": "ree", "icon": "reeds", "id": 83 },
{ "name": "repeating_command_block", "shortId": "cbr", "id": 188 },
{ "name": "respawn_anchor", "shortId": "ran", "id": 527 },
{ "name": "reserved", "shortId": "rsv", "id": 255 },
{ "name": "sapling", "shortId": "sap", "id": 6 },
{ "name": "scaffolding", "shortId": "scf", "id": 420 },
{ "name": "sea_pickle", "shortId": "pkl", "id": 411 },
Expand Down
4 changes: 4 additions & 0 deletions app/public/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const _allowedExtensions = [
"map",
"js.map",
"mctemplate",
"material",
"vertex",
"geometry",
"fragment",
"mcfunction",
"mcaddon",
"mcpack",
Expand Down
6 changes: 0 additions & 6 deletions app/public/res/index.json

This file was deleted.

6 changes: 0 additions & 6 deletions app/public/res/latest/index.json

This file was deleted.

Loading

0 comments on commit 39f8d58

Please sign in to comment.