Skip to content

Commit

Permalink
Update terrain_texture.json - resolved the issue by updating the corr…
Browse files Browse the repository at this point in the history
…ect file.

Update terrain_texture.json - resolved the issue by updating the correct file.
  • Loading branch information
StealthyExpertX authored Aug 15, 2024
1 parent ade8ebb commit 7cf5913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/resource/textures/terrain_texture.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7cf5913

Please sign in to comment.