fix main and include template
This commit is contained in:
parent
168353c374
commit
62dd77a1d0
3
.gitignore
vendored
3
.gitignore
vendored
@ -131,4 +131,5 @@ dist
|
|||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
# MSE chicanery
|
# MSE chicanery
|
||||||
Maoist-Standard-English.zip
|
Maoist-Standard-English.zip
|
||||||
|
template/assets/minecraft/lang/en_mse.json
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"main": "packgen.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"archiver": "^7.0.1",
|
"archiver": "^7.0.1",
|
||||||
"mse-translator": "https://git.stardust.wtf/iridium/MSE-Translator.git"
|
"mse-translator": "https://git.stardust.wtf/iridium/MSE-Translator.git"
|
||||||
|
1
template/assets/minecraft/lang/.dir
Normal file
1
template/assets/minecraft/lang/.dir
Normal file
@ -0,0 +1 @@
|
|||||||
|
Language Directory
|
14
template/pack.mcmeta
Normal file
14
template/pack.mcmeta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"pack_format": 5,
|
||||||
|
"description": "en_MSE"
|
||||||
|
},
|
||||||
|
"language": {
|
||||||
|
"en_mse": {
|
||||||
|
"name": "Maoist standard English",
|
||||||
|
"region": "Maoism–Third Worldism",
|
||||||
|
"bidirectional": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
BIN
template/pack.png
Normal file
BIN
template/pack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user