version without npcs, levels work, everything is build

This commit is contained in:
2024-08-14 14:44:31 +02:00
parent bc51d6899f
commit a21af04b9e
20 changed files with 103 additions and 22 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

View File

@@ -0,0 +1,12 @@
{
"resource_pack_name": "cc",
"texture_name": "atlas.items",
"texture_data": {
"cc.drill": {
"textures": "textures/items/drill"
},
"cc.chainsaw": {
"textures": "textures/items/chainsaw"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

View File

@@ -1,11 +0,0 @@
{
"texture_name": "atlas.terrain",
"resource_pack_name": "cc",
"padding": 8,
"num_mip_levels": 4,
"texture_data": {
"cracked_glass": {
"textures": "textures/blocks/cracked_glass"
}
}
}