File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ export function compileResourcePack(options: {
222
222
// Transparent texture
223
223
const transparentTexturePath = PathModule . join (
224
224
resourcePackFolder ,
225
- 'assets/animated_java/textures/transparent.png'
225
+ 'assets/animated_java/textures/item/ transparent.png'
226
226
)
227
227
fs . mkdirSync ( PathModule . dirname ( transparentTexturePath ) , { recursive : true } )
228
228
fs . writeFileSync (
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const TRANSPARENT_TEXTURE = new Texture(
15
15
'797174ae-5c58-4a83-a630-eefd51007c80'
16
16
) . fromDataURL ( TransparentTexture )
17
17
export const TRANSPARENT_TEXTURE_MATERIAL = Project ! . materials [ TRANSPARENT_TEXTURE . uuid ]
18
- export const TRANSPARENT_TEXTURE_RESOURCE_LOCATION = 'animated_java:items /transparent'
18
+ export const TRANSPARENT_TEXTURE_RESOURCE_LOCATION = 'animated_java:item /transparent'
19
19
Project = OLD_PROJECT
20
20
21
21
export class TextureMap {
You can’t perform that action at this time.
0 commit comments