Skip to content

Commit

Permalink
Create copy of java 1.20.5 for java 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed May 3, 2024
1 parent 3e03a59 commit 187ac73
Show file tree
Hide file tree
Showing 43 changed files with 6,712 additions and 0 deletions.
29 changes: 29 additions & 0 deletions java/1.21/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "@mcschema/java-1.21",
"version": "0.0.1",
"description": "Schemas for Java Edition 1.21",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "Misode",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/misode/minecraft-schemas.git"
},
"dependencies": {
"@mcschema/core": "^0.13.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib/**/*",
"!lib/**/*.tsbuildinfo"
]
}
Loading

0 comments on commit 187ac73

Please sign in to comment.