File tree 3 files changed +6
-214
lines changed
src/systems/resourcepackCompiler
3 files changed +6
-214
lines changed Original file line number Diff line number Diff line change 1
- import { MAX_PROGRESS , PROGRESS , PROGRESS_DESCRIPTION } from '../../interface/exportProgressDialog '
1
+ import { MAX_PROGRESS , PROGRESS , PROGRESS_DESCRIPTION } from '../../interface/dialog/exportProgress '
2
2
import { isResourcePackPath , toSafeFuntionName } from '../../util/minecraftUtil'
3
3
import { TRANSPARENT_TEXTURE } from '../../variants'
4
4
import { IntentionalExportError } from '../exporter'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- import _1_20_5 from './1.21.1'
2
- import _1_21_2 from './1.21.2'
1
+ import _1_20_4 from './1.20.4'
3
2
import _1_21_4 from './1.21.4'
4
3
5
4
export default {
6
- '1.20.4' : _1_20_5 ,
7
- '1.20.5' : _1_20_5 ,
8
- '1.21.0' : _1_20_5 ,
9
- '1.21.2' : _1_21_2 ,
5
+ '1.20.4' : _1_20_4 ,
6
+ '1.20.5' : _1_20_4 ,
7
+ '1.21.0' : _1_20_4 ,
8
+ '1.21.2' : _1_20_4 ,
10
9
'1.21.4' : _1_21_4 ,
11
10
}
You can’t perform that action at this time.
0 commit comments