From aff766bf228cff4e147f4365f63d9525c45bed50 Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Tue, 10 Mar 2026 18:29:23 +0800 Subject: [PATCH] feat: update contributors list format and add new wither skeleton farm entry in facilities --- data/facilities.json | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/data/facilities.json b/data/facilities.json index 37663f1..c763f93 100644 --- a/data/facilities.json +++ b/data/facilities.json @@ -10,7 +10,10 @@ "y": 195, "z": 1643 }, - "contributors": ["Aquaium", "jiajia_zZ"], + "contributors": [ + "Aquaium", + "jiajia_zZ" + ], "instructions": [ { "type": "text", @@ -180,5 +183,33 @@ "content": "注:起初建造时并没有太高的需求,产量比较小。" } ] + }, + { + "title": "凋灵骷髅刷怪塔", + "intro": "目标产物为凋灵骷髅头、煤炭、骨头的刷怪塔。", + "type": "resource", + "dimension": "nether", + "status": "maintenance", + "coordinates": { + "x": 15, + "y": 204, + "z": -3269 + }, + "contributors": [ + "Kun_Wu", + "EVILGUDAKO" + ], + "instructions": [ + { + "type": "text", + "content": "在下届基岩顶层挂机,收集部分需要使用附有抢夺III附魔的剑类武器进行攻击。" + } + ], + "notes": [ + { + "type": "text", + "content": "刷怪塔建于早些年间,待新版本特性和功能优化改造,敬请等待。" + } + ] } -] +] \ No newline at end of file