diff --git a/src/assets/cucumber.png b/src/assets/cucumber.png new file mode 100644 index 0000000..43e1c54 Binary files /dev/null and b/src/assets/cucumber.png differ diff --git a/src/content/docs/reference/Buffers/custom_textures.mdx b/src/content/docs/reference/Buffers/custom_textures.mdx index 061e18f..8d53502 100644 --- a/src/content/docs/reference/Buffers/custom_textures.mdx +++ b/src/content/docs/reference/Buffers/custom_textures.mdx @@ -64,4 +64,6 @@ Hardware bilinear filtering and wrapping/clamping behavior can be controlled wit - `blur` controls texture filtering, `true` is bilinear, `false` is nearest neighbor - `clamp` controls edge behavior, `true` clamps at the edges, `false` wraps at the edges -By default, image files will use nearest neighbor and wrapping, and raw textures will use bilinear filtering and clamping. Shader provided mcmeta files cannot be used for resource pack / atlas textures. \ No newline at end of file +By default, image files will use nearest neighbor and wrapping, and raw textures will use bilinear filtering and clamping. Shader provided mcmeta files cannot be used for resource pack / atlas textures. + + \ No newline at end of file