Interface Texture
🏷️ Properties
blur
ts
blur: boolean
Causes the texture to blur when viewed from close up. Defaults to false
Defined in: packages/resourcepack/format.ts:131
clamp
ts
clamp: boolean
Causes the texture to stretch instead of tiling in cases where it otherwise would, such as on the shadow. Defaults to false
Defined in: packages/resourcepack/format.ts:135
mipmaps
ts
mipmaps: string[]
Custom mipmap values for the texture
Defined in: packages/resourcepack/format.ts:139