From 40f48d27b97364ae11860c73536cbf1c67f6387d Mon Sep 17 00:00:00 2001 From: Coldsmiles Date: Sun, 22 Mar 2026 23:38:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=83=A4=E8=82=89?= =?UTF-8?q?=E6=9C=BA=E5=92=8C=E8=B4=9D=E5=8E=82=E8=AE=BE=E6=96=BD=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/data/facilities.json | 41 ++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/public/data/facilities.json b/public/data/facilities.json index 1494041..ea67f47 100644 --- a/public/data/facilities.json +++ b/public/data/facilities.json @@ -25,5 +25,44 @@ "content": "关闭伪和平" } ] -} + }, + { + "title": "烤肉机", + "intro": "\"以后我可以吃一组,扔一组,再给人一组了,就是这富有\"", + "type": "resource", + "dimension": "nether", + "status": "online", + "coordinates": { + "x": 127, + "y": 128, + "z": 40 + }, + "contributors": [ + "Coldsmiles_7" + ], + "instructions": [ + { + "type": "text", + "content": "挂机点挂机" + } + ], + "notes": [] + }, + { + "title": "贝厂", + "intro": "", + "type": "resource", + "dimension": "end", + "status": "online", + "coordinates": { + "x": -915, + "y": 61, + "z": 621 + }, + "contributors": [ + "Ylsnif,yuan" + ], + "instructions": [], + "notes": [] + } ] \ No newline at end of file