mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Add noise settings + update mcschema
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"label": "Start",
|
||||
"type": "shell",
|
||||
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/java-1.16 && npm start"
|
||||
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/locales && npm link @mcschema/java-1.16 && npm start"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -12,8 +12,9 @@
|
||||
"author": "Misode",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.4.0",
|
||||
"@mcschema/java-1.16": "^0.2.3",
|
||||
"@mcschema/core": "^0.5.0",
|
||||
"@mcschema/locales": "^0.1.1",
|
||||
"@mcschema/java-1.16": "^0.2.8",
|
||||
"@types/google.analytics": "0.0.40",
|
||||
"@types/split.js": "^1.4.0",
|
||||
"copy-webpack-plugin": "^6.0.1",
|
||||
|
||||
@@ -62,6 +62,11 @@
|
||||
"name": "Feature",
|
||||
"schema": "configured_feature"
|
||||
},
|
||||
{
|
||||
"id": "worldgen/noise-settings",
|
||||
"name": "Noise Settings",
|
||||
"schema": "noise_settings"
|
||||
},
|
||||
{
|
||||
"id": "worldgen/structure-feature",
|
||||
"name": "Structure Feature",
|
||||
@@ -98,6 +103,7 @@
|
||||
"mob_effect",
|
||||
"rule_test",
|
||||
"pos_rule_test",
|
||||
"sound_event",
|
||||
"stat_type",
|
||||
"worldgen/block_state_provider_type",
|
||||
"worldgen/block_placer_type",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"worldgen/biome": "Biome",
|
||||
"worldgen/carver": "Carver",
|
||||
"worldgen/feature": "Feature",
|
||||
"worldgen/noise-settings": "Noise Settings",
|
||||
"worldgen/structure-feature": "Structure Feature",
|
||||
"worldgen/surface-builder": "Surface Builder",
|
||||
"worldgen/processor-list": "Processor List",
|
||||
|
||||
@@ -30,7 +30,7 @@ module.exports = (env, argv) => ({
|
||||
new MergeJsonWebpackPlugin({
|
||||
output: {
|
||||
groupBy: config.languages.map(lang => ({
|
||||
pattern: `{./src/locales/${lang.code}.json,./node_modules/@mcschema/core/locales/${lang.code}.json}`,
|
||||
pattern: `{./src/locales/${lang.code}.json,./node_modules/@mcschema/locales/src/${lang.code}.json}`,
|
||||
fileName: `./locales/${lang.code}.json`
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user