吞噬盘相关新合成物品新材质,添加吞噬核心,更换吞噬盘配方

This commit is contained in:
C-H716 2025-11-13 20:33:19 +08:00
parent 08cb4a4e08
commit 9cda1e8c19
15 changed files with 54 additions and 28 deletions

View File

@ -37,13 +37,14 @@ public final class ModCreativeTabs {
output.accept(ModItems.OBLIVION_SINGULARITY.get());
output.accept(ModItems.STORAGE_CORE.get());
if (ModItems.ENERGY_CORE != null) {
output.accept(ModItems.ENERGY_CORE.get());
if (ModItems.ENERGY_STORAGE_CORE != null) {
output.accept(ModItems.ENERGY_STORAGE_CORE.get());
}
if (ModItems.QUANTUM_STORAGE_CORE != null) {
output.accept(ModItems.QUANTUM_STORAGE_CORE.get());
}
output.accept(ModItems.SPATIAL_CORE.get());
output.accept(ModItems.INFINITY_CORE.get());
output.accept(ModItems.INFINITY_BIGINTEGER_CELL_ITEM.get());
})

View File

@ -91,21 +91,25 @@ public final class ModItems {
"spatial_core",
() -> new Item(new Item.Properties())
);
public static final RegistryObject<Item> INFINITY_CORE = ITEMS.register(
"infinity_core",
() -> new Item(new Item.Properties())
);
public static final RegistryObject<Item> OBLIVION_SINGULARITY = ITEMS.register(
"oblivion_singularity",
() -> new Item(new Item.Properties())
);
public static final RegistryObject<Item> ENERGY_CORE;
public static final RegistryObject<Item> ENERGY_STORAGE_CORE;
public static final RegistryObject<Item> QUANTUM_STORAGE_CORE;
static {
if (ModCheckUtils.isAppfluxLoading()) {
ENERGY_CORE = ITEMS.register(
"energy_core",
ENERGY_STORAGE_CORE = ITEMS.register(
"energy_storage_core",
() -> new Item(new Item.Properties())
);
} else {
ENERGY_CORE = null;
ENERGY_STORAGE_CORE = null;
}
if (ModCheckUtils.isAAELoading()) {

View File

@ -25,6 +25,9 @@
"item.extendedae_plus.entity_speed_card.x8": "Entity Acceleration Card (x8)",
"item.extendedae_plus.entity_speed_card.x16": "Entity Acceleration Card (x16)",
"item.extendedae_plus.storage_core": "Storage Core",
"item.extendedae_plus.energy_storage_core": "Energy Storage Core",
"item.extendedae_plus.quantum_storage_core": "Quantum Storage Core",
"item.extendedae_plus.infinity_core": "Devouring Storage Core",
"item.extendedae_plus.spatial_core": "Spatial Core",
"item.extendedae_plus.oblivion_singularity": "Oblivion Singularity",
"item.extendedae_plus.infinity_biginteger_cell": "§4De§cvou§6rer §eof §aCo§bsmic §dSilence",

View File

@ -25,8 +25,11 @@
"item.extendedae_plus.entity_speed_card.x8": "实体加速卡 (x8)",
"item.extendedae_plus.entity_speed_card.x16": "实体加速卡 (x16)",
"item.extendedae_plus.storage_core": "存储核心",
"item.extendedae_plus.energy_storage_core": "能源存储核心",
"item.extendedae_plus.quantum_storage_core": "量子核心",
"item.extendedae_plus.spatial_core": "空间核心",
"item.extendedae_plus.oblivion_singularity": "湮灭奇点",
"item.extendedae_plus.infinity_core": "吞噬核心",
"item.extendedae_plus.infinity_biginteger_cell": "§4吞§c噬§6万§e籁§a的§b寂§d静",
"tooltip.extendedae_plus.infinity_biginteger_cell.summon1": "§6九重献祭, 终得虚空回响§r——觐见§8虚空之主Iava§r, 赐汝此物",
"tooltip.extendedae_plus.infinity_biginteger_cell.summon2": "§b——§4方§d寸§c之§e间§a, §6自§b有§5千§9寰",

View File

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

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

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

View File

@ -1,16 +1,27 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "minecraft:turtle_helmet" },
{ "item": "minecraft:dragon_head" },
{ "item": "minecraft:totem_of_undying" },
{ "item": "minecraft:echo_shard" },
{ "item": "ae2:cell_component_256k" },
{ "item": "minecraft:heart_of_the_sea" },
{ "item": "minecraft:nether_star" },
{ "item": "minecraft:netherite_block" },
{ "item": "minecraft:enchanted_golden_apple" }
"type": "minecraft:crafting_shaped",
"pattern": [
"GOG",
"NIN",
"BBB"
],
"key": {
"G": {
"item": "ae2:quartz_vibrant_glass"
},
"O": {
"item": "extendedae_plus:oblivion_singularity"
},
"N": {
"item": "minecraft:nether_star"
},
"I": {
"item": "extendedae_plus:infinity_core"
},
"B": {
"item": "minecraft:netherite_block"
}
},
"result": {
"item": "extendedae_plus:infinity_biginteger_cell",
"count": 1