Add "type" to set_contents and set_loot_table functions

This commit is contained in:
Misode
2021-11-20 23:46:04 +01:00
parent 0e0255907c
commit 56b1a711a2
3 changed files with 27 additions and 26 deletions

46
package-lock.json generated
View File

@@ -9,12 +9,12 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@mcschema/core": "^0.12.19",
"@mcschema/core": "^0.12.20",
"@mcschema/java-1.15": "^0.2.2",
"@mcschema/java-1.16": "^0.6.5",
"@mcschema/java-1.17": "^0.2.24",
"@mcschema/java-1.18": "^0.2.11",
"@mcschema/locales": "^0.1.39",
"@mcschema/java-1.18": "^0.2.12",
"@mcschema/locales": "^0.1.40",
"buffer": "^6.0.3",
"comment-json": "^4.1.1",
"deepslate": "^0.9.0-beta.6",
@@ -325,9 +325,9 @@
}
},
"node_modules/@mcschema/core": {
"version": "0.12.19",
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.12.19.tgz",
"integrity": "sha512-5DmuIxlzHro1m5pGXnu1uaSpZJ4CPBzBPtMafYjxgVqTmGjuhYr01MNHF8M2VoP7IloUaP8FMoBS+VJNpSiBPw=="
"version": "0.12.20",
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.12.20.tgz",
"integrity": "sha512-HwBDtlWhKVW6akU+WN8A+tPtj497LHp6nJClbnWIXw4Wrq+/L/2PkuEA5F5/fqKlytFBn6dWdjSCJnRDCkihzA=="
},
"node_modules/@mcschema/java-1.15": {
"version": "0.2.2",
@@ -354,17 +354,17 @@
}
},
"node_modules/@mcschema/java-1.18": {
"version": "0.2.11",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.18/-/java-1.18-0.2.11.tgz",
"integrity": "sha512-HoxDT0c8vn2U7GazEqfw3WN88sQlRVb3d1m/xA8kGsKjOT2r6Xo9RcMSTqtSq3iSYf/bsgtWQWbzCWOgDWgouA==",
"version": "0.2.12",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.18/-/java-1.18-0.2.12.tgz",
"integrity": "sha512-g34YkaPvbkZRRwDIITXnKHHoYeUkY2WQruaaxdi0i/gkiWwD74mv0rd42eFOqyS0dk+2567s11HU66tyBGU3pg==",
"dependencies": {
"@mcschema/core": "^0.12.19"
"@mcschema/core": "^0.12.20"
}
},
"node_modules/@mcschema/locales": {
"version": "0.1.39",
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.39.tgz",
"integrity": "sha512-7TIXH2ubSzw+UdJlUU2XpakHcvQZAI7NL3jVu7R3p735rAz7KX+T1RTtgEYglP16C6ppnf1bp2dc1qvarMBCsg=="
"version": "0.1.40",
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.40.tgz",
"integrity": "sha512-tZy2pJ+M30QtwItjgFwFSjrjZ/HmA3gLRhSgwqAN5YiKlElIFYYWUEIGSz8QppUzNf2EjxWUPNcSDCTrIuvMiA=="
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
@@ -3090,9 +3090,9 @@
}
},
"@mcschema/core": {
"version": "0.12.19",
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.12.19.tgz",
"integrity": "sha512-5DmuIxlzHro1m5pGXnu1uaSpZJ4CPBzBPtMafYjxgVqTmGjuhYr01MNHF8M2VoP7IloUaP8FMoBS+VJNpSiBPw=="
"version": "0.12.20",
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.12.20.tgz",
"integrity": "sha512-HwBDtlWhKVW6akU+WN8A+tPtj497LHp6nJClbnWIXw4Wrq+/L/2PkuEA5F5/fqKlytFBn6dWdjSCJnRDCkihzA=="
},
"@mcschema/java-1.15": {
"version": "0.2.2",
@@ -3119,17 +3119,17 @@
}
},
"@mcschema/java-1.18": {
"version": "0.2.11",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.18/-/java-1.18-0.2.11.tgz",
"integrity": "sha512-HoxDT0c8vn2U7GazEqfw3WN88sQlRVb3d1m/xA8kGsKjOT2r6Xo9RcMSTqtSq3iSYf/bsgtWQWbzCWOgDWgouA==",
"version": "0.2.12",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.18/-/java-1.18-0.2.12.tgz",
"integrity": "sha512-g34YkaPvbkZRRwDIITXnKHHoYeUkY2WQruaaxdi0i/gkiWwD74mv0rd42eFOqyS0dk+2567s11HU66tyBGU3pg==",
"requires": {
"@mcschema/core": "^0.12.19"
"@mcschema/core": "^0.12.20"
}
},
"@mcschema/locales": {
"version": "0.1.39",
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.39.tgz",
"integrity": "sha512-7TIXH2ubSzw+UdJlUU2XpakHcvQZAI7NL3jVu7R3p735rAz7KX+T1RTtgEYglP16C6ppnf1bp2dc1qvarMBCsg=="
"version": "0.1.40",
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.40.tgz",
"integrity": "sha512-tZy2pJ+M30QtwItjgFwFSjrjZ/HmA3gLRhSgwqAN5YiKlElIFYYWUEIGSz8QppUzNf2EjxWUPNcSDCTrIuvMiA=="
},
"@nodelib/fs.scandir": {
"version": "2.1.5",

View File

@@ -15,12 +15,12 @@
"author": "Misode",
"license": "MIT",
"dependencies": {
"@mcschema/core": "^0.12.19",
"@mcschema/core": "^0.12.20",
"@mcschema/java-1.15": "^0.2.2",
"@mcschema/java-1.16": "^0.6.5",
"@mcschema/java-1.17": "^0.2.24",
"@mcschema/java-1.18": "^0.2.11",
"@mcschema/locales": "^0.1.39",
"@mcschema/java-1.18": "^0.2.12",
"@mcschema/locales": "^0.1.40",
"buffer": "^6.0.3",
"comment-json": "^4.1.1",
"deepslate": "^0.9.0-beta.6",

View File

@@ -233,6 +233,7 @@
{ "id": "attribute", "minVersion": "1.16" },
{ "id": "block" },
{ "id": "block_definition", "path": "blockstates", "asset": true },
{ "id": "block_entity_type", "minVersion": "1.18" },
{ "id": "block_predicate_type", "minVersion": "1.18" },
{ "id": "dimension", "dynamic": true },
{ "id": "dimension_type", "dynamic": true },