Update #0 - First Release

This commit is contained in:
LAX1DUDE
2022-12-25 01:12:28 -08:00
commit e7179fad45
2154 changed files with 256324 additions and 0 deletions

View File

@ -0,0 +1,72 @@
{
"rules": [
{
"minecraft/sounds/music/menu/menu2.ogg": {
"action": "encode",
"ffmpeg": {
"samples": 16000,
"bitrate": 48
}
}
},
{
"minecraft/sounds/records/*": {
"action": "exclude"
}
},
{
"minecraft/sounds/music/*": {
"action": "exclude"
}
},
{
"minecraft/sounds/fire/fire.ogg": {
"action": "encode",
"ffmpeg": {
"samples": 16000,
"bitrate": 48,
"stereo": true
}
}
},
{
"minecraft/sounds/minecart/inside.ogg": {
"action": "encode",
"ffmpeg": {
"samples": 16000,
"bitrate": 48,
"stereo": true
}
}
},
{
"minecraft/sounds/*": {
"action": "encode",
"ffmpeg": {
"samples": 16000,
"bitrate": 48
}
}
},
{
"minecraft/icons/minecraft.icns": {
"action": "exclude"
}
},
{
"minecraft/icons/*": {
"action": "include"
}
},
{
"minecraft/sounds.json": {
"action": "include"
}
},
{
"minecraft/lang/*": {
"action": "languages_zip"
}
}
]
}

30
mcp918/readme.txt Normal file
View File

@ -0,0 +1,30 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
To run build_init, place the following files in this directory:
- 'mcp918.zip' (mod coder pack for minecraft 1.8.8)
- '1.8.8.jar` (jar file for minecraft 1.8.8)
- '1.8.json' (assets index for minecraft 1.8)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Notes on assetsIndexTransformer.json:
Recommended allowed samples:
- 16000
- 22050
- 32000
- 44100
- 48000
Recommended allowed bitrates:
- 48
- 64
- 80
- 96
- 112
- 128