fix main and include template

This commit is contained in:
ayaka 2024-04-16 21:01:20 +12:00
parent 168353c374
commit 62dd77a1d0
5 changed files with 18 additions and 1 deletions

1
.gitignore vendored
View File

@ -132,3 +132,4 @@ dist
# MSE chicanery
Maoist-Standard-English.zip
template/assets/minecraft/lang/en_mse.json

View File

@ -1,4 +1,5 @@
{
"main": "packgen.js",
"dependencies": {
"archiver": "^7.0.1",
"mse-translator": "https://git.stardust.wtf/iridium/MSE-Translator.git"

View File

@ -0,0 +1 @@
Language Directory

14
template/pack.mcmeta Normal file
View File

@ -0,0 +1,14 @@
{
"pack": {
"pack_format": 5,
"description": "en_MSE"
},
"language": {
"en_mse": {
"name": "Maoist standard English",
"region": "MaoismThird Worldism",
"bidirectional": false
}
}
}

BIN
template/pack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB