From af9cf44a8946432eb1df4d59172c3312b3868dd8 Mon Sep 17 00:00:00 2001 From: StealthyX Date: Wed, 14 Aug 2024 20:42:45 -0400 Subject: [PATCH] Fixed terrain_texture.json edits and added descriptions on "num_mip_levels" and "padding" CHANGELOG: Added description for the "num_mip_levels" property, describing its function in setting mipmap levels. Added description for the "padding" property, describing its function in adding buffer space to prevent texture bleeding. Moved it towards the correct placements. --- source/resource/textures/terrain_texture.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/resource/textures/terrain_texture.json b/source/resource/textures/terrain_texture.json index 5b44b48a..78d681d7 100644 --- a/source/resource/textures/terrain_texture.json +++ b/source/resource/textures/terrain_texture.json @@ -54,8 +54,8 @@ } }, "properties": { - "num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, - "padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, + "num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "Sets the number of mipmap levels for better texture quality at varying distances.", "$comment": "UNDOCUMENTED" }, + "padding": { "type": "integer", "title": "Padding", "description": "Adds buffer space to prevent textures from bleeding into each other.", "$comment": "UNDOCUMENTED" }, "resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }, "texture_data": { "type": "object",