feat: 实体加速器合成配方

This commit is contained in:
C-H716 2025-09-12 13:23:15 +08:00
parent 045eac8f0e
commit e697552b6b

View File

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SZS",
"QXQ",
"SIS"
],
"key": {
"S": { "item": "ae2:speed_card" },
"Z": { "item": "ae2:dense_energy_cell" },
"Q": { "item": "ae2:singularity" },
"X": { "item": "minecraft:nether_star" },
"I": { "item": "expatternprovider:ex_io_port" }
},
"result": {
"item": "extendedae_plus:entity_speed_ticker",
"count": 1
}
}