基础核心相关材质调整

This commit is contained in:
C-H716 2025-11-15 19:39:20 +08:00
parent 44de25edce
commit 15322767f0
24 changed files with 51 additions and 32 deletions

View File

@ -1,4 +1,25 @@
{
"parent": "item/generated",
"textures": { "layer0": "extendedae_plus:item/basic_core" }
"textures": {
"layer0": "extendedae_plus:item/core/basic_core"
},
"overrides": [
{
"predicate": { "custom_model_data": 1 },
"model": "extendedae_plus:item/core/basic_core_storage"
},
{
"predicate": { "custom_model_data": 2 },
"model": "extendedae_plus:item/core/basic_core_spatial"
},
{
"predicate": { "custom_model_data": 3 },
"model": "extendedae_plus:item/core/basic_core_energy"
},
{
"predicate": { "custom_model_data": 4 },
"model": "extendedae_plus:item/core/basic_core_quantum"
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "extendedae_plus:item/core/basic_core_energy"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "extendedae_plus:item/core/basic_core_quantum"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "extendedae_plus:item/core/basic_core_spatial"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "extendedae_plus:item/core/basic_core_storage"
}
}

View File

@ -1,4 +1,4 @@
{
"parent": "item/generated",
"textures": { "layer0": "extendedae_plus:item/energy_storage_core" }
"textures": { "layer0": "extendedae_plus:item/core/energy_storage_core" }
}

View File

@ -1,4 +1,4 @@
{
"parent": "item/generated",
"textures": { "layer0": "extendedae_plus:item/infinity_core" }
"textures": { "layer0": "extendedae_plus:item/core/infinity_core" }
}

View File

@ -1,4 +1,4 @@
{
"parent": "item/generated",
"textures": { "layer0": "extendedae_plus:item/quantum_storage_core" }
"textures": { "layer0": "extendedae_plus:item/core/quantum_storage_core" }
}

View File

@ -1,4 +1,4 @@
{
"parent": "item/generated",
"textures": { "layer0": "extendedae_plus:item/spatial_core" }
"textures": { "layer0": "extendedae_plus:item/core/spatial_core" }
}

View File

@ -1,4 +1,4 @@
{
"parent": "item/generated",
"textures": { "layer0": "extendedae_plus:item/storage_core" }
"textures": { "layer0": "extendedae_plus:item/core/storage_core" }
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -1,26 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SBS",
"QXQ",
"SBS"
],
"key": {
"S": {
"item": "ae2:speed_card"
},
"B": {
"item": "extendedae_plus:64x_crafting_accelerator"
},
"Q": {
"item": "ae2:spatial_cell_component_2"
},
"X": {
"item": "ae2:cell_component_256k"
}
},
"result": {
"item": "extendedae_plus:1024x_crafting_accelerator",
"count": 1
}
}