From e697552b6b2a9d62f8983ce3612ba72a644a8e4a Mon Sep 17 00:00:00 2001 From: C-H716 <1536152356@qq.com> Date: Fri, 12 Sep 2025 13:23:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=9E=E4=BD=93=E5=8A=A0=E9=80=9F?= =?UTF-8?q?=E5=99=A8=E5=90=88=E6=88=90=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recipes/entity_speed_ticker.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/resources/data/extendedae_plus/recipes/entity_speed_ticker.json diff --git a/src/main/resources/data/extendedae_plus/recipes/entity_speed_ticker.json b/src/main/resources/data/extendedae_plus/recipes/entity_speed_ticker.json new file mode 100644 index 0000000..df4ee1d --- /dev/null +++ b/src/main/resources/data/extendedae_plus/recipes/entity_speed_ticker.json @@ -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 + } +} + +