mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #0 - First Release
This commit is contained in:
72
mcp918/assetsIndexTransformer.json
Normal file
72
mcp918/assetsIndexTransformer.json
Normal 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
30
mcp918/readme.txt
Normal 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
|
Reference in New Issue
Block a user