Blocks and chunks

This commit is contained in:
2025-11-28 23:24:22 +01:00
parent 2541dee18d
commit 81a56f393e
32 changed files with 714 additions and 113 deletions

View File

@@ -0,0 +1,3 @@
{
"material": "Andesite.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "Bricks.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "ChiseledStoneBricks.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "CoalBlock.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "CoalOre.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "Cobblestone.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "DiamondBlock.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "DiamondOre.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "Diorite.json"
}

3
assets/blocks/Dirt.json Normal file
View File

@@ -0,0 +1,3 @@
{
"material": "Dirt.json"
}

3
assets/blocks/Glass.json Normal file
View File

@@ -0,0 +1,3 @@
{
"material": "Glass.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "GoldBlock.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "GoldOre.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "Granite.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "Gravel.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "IronBlock.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "IronOre.json"
}

View File

@@ -0,0 +1,10 @@
{
"materials": [
"OakLogTop.json",
"OakLogTop.json",
"OakLog.json",
"OakLog.json",
"OakLog.json",
"OakLog.json"
]
}

View File

@@ -0,0 +1,10 @@
{
"materials": [
"OakLog.json",
"OakLog.json",
"OakLogTop.json",
"OakLogTop.json",
"OakLog.json",
"OakLog.json"
]
}

View File

@@ -0,0 +1,10 @@
{
"materials": [
"OakLog.json",
"OakLog.json",
"OakLog.json",
"OakLog.json",
"OakLogTop.json",
"OakLogTop.json"
]
}

View File

@@ -0,0 +1,3 @@
{
"material": "OakPlanks.json"
}

3
assets/blocks/Sand.json Normal file
View File

@@ -0,0 +1,3 @@
{
"material": "Sand.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "SmoothStone.json"
}

3
assets/blocks/Stone.json Normal file
View File

@@ -0,0 +1,3 @@
{
"material": "Stone.json"
}

View File

@@ -0,0 +1,3 @@
{
"material": "StoneBricks.json"
}