more block types
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2025-05-18 21:33:07 -04:00
parent 3ef6f88758
commit 4ced33751e
6 changed files with 21 additions and 0 deletions

View File

@ -34,6 +34,26 @@
"name" : "Glass", "name" : "Glass",
"texture" : "/Textures/block/glass1.png", "texture" : "/Textures/block/glass1.png",
"transparent" : true "transparent" : true
},
{
"id" : 7,
"name" : "Wood Planks",
"texture" : "/Textures/block/woodplank1.png"
},
{
"id" : 8,
"name" : "Wood (Fine)",
"texture" : "/Textures/block/wood_fine_1.png"
},
{
"id" : 9,
"name" : "Wood (Redwood)",
"texture" : "/Textures/block/wood_redwood_1.png"
},
{
"id" : 10,
"name" : "Plaster",
"texture" : "/Textures/block/plaster_1.png"
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 KiB

View File

@ -1884,6 +1884,7 @@ Fix spline3d mat storing calculations when getting positions
Roads applied to terrain voxel gen Roads applied to terrain voxel gen
Support lack of macro data for chunk gens Support lack of macro data for chunk gens
Support multichunk select all blocks Support multichunk select all blocks
More block types