Skip to content

Commit

Permalink
Create copy of 1.21.2 for 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Oct 30, 2024
1 parent 548f57e commit 98d2f9b
Show file tree
Hide file tree
Showing 48 changed files with 7,571 additions and 0 deletions.
29 changes: 29 additions & 0 deletions java/1.21.4/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "@mcschema/java-1.21.4",
"version": "0.0.1",
"description": "Schemas for Java Edition 1.21.4",
"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 98d2f9b

Please sign in to comment.