Grass, debugger, noise height gen

This commit is contained in:
2025-11-30 00:06:04 +01:00
parent b4b4c69ec3
commit 0fbc7f32f2
11 changed files with 131 additions and 18 deletions

10
assets/blocks/Grass.json Normal file
View File

@@ -0,0 +1,10 @@
{
"materials": [
"GrassSide.json",
"GrassSide.json",
"GrassSide.json",
"GrassSide.json",
"GrassTop.json",
"Dirt.json"
]
}

View File

@@ -0,0 +1,5 @@
{
"baseColorTexture": "GrassSide_BaseColor.png",
"roughness": 1,
"metallic": 0
}

View File

@@ -0,0 +1,5 @@
{
"baseColorTexture": "GrassTop_BaseColor.png",
"roughness": 1,
"metallic": 0
}

BIN
assets/textures/GrassSide_BaseColor.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/textures/GrassTop_BaseColor.png (Stored with Git LFS) Normal file

Binary file not shown.