吞噬盘相关新合成物品材质

This commit is contained in:
C-H716 2025-11-12 20:54:59 +08:00
parent 7157e3e7ce
commit 08cb4a4e08
15 changed files with 104 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,9 @@
{
"animation": {
"interpolate": true,
"frames": [
{"index": 0, "time": 35},
{"index": 1, "time": 5}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,31 @@
{
"animation": {
"interpolate": true,
"frametime": 2,
"frames": [
0,
{"index": 1, "time": 1},
{"index": 2, "time": 1},
{"index": 3, "time": 1},
{"index": 4, "time": 1},
{"index": 1, "time": 1},
{"index": 2, "time": 1},
{"index": 3, "time": 1},
{"index": 4, "time": 1},
{"index": 15, "time": 5},
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
{"index": 15, "time": 5},
0,
{"index": 4, "time": 1},
{"index": 3, "time": 1},
{"index": 2, "time": 1},
{"index": 1, "time": 1},
{"index": 4, "time": 1},
{"index": 3, "time": 1},
{"index": 2, "time": 1},
{"index": 1, "time": 1},
{"index": 15, "time": 25}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,9 @@
{
"animation": {
"interpolate": true,
"frames": [
{"index": 0, "time": 35},
{"index": 1, "time": 5}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,9 @@
{
"animation": {
"interpolate": true,
"frames": [
{"index": 0, "time": 35},
{"index": 1, "time": 5}
]
}
}

View File

@ -0,0 +1,26 @@
{
"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
}
}