From a2dee3d64a7194dc6f358086951e780da00a44ab Mon Sep 17 00:00:00 2001 From: tracer4b <61507029+tracer4b@users.noreply.github.com> Date: Tue, 13 Dec 2022 10:02:57 +0800 Subject: [PATCH] fix gas charge pad crash (#147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: 阿丽塔0313 <2249114370@qq.com> --- manifest.json | 2 +- overrides/scripts/AdvRocketry.zs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index ef1cd83..aebf5b2 100644 --- a/manifest.json +++ b/manifest.json @@ -165,7 +165,7 @@ }, { "projectID": 236541, - "fileID": 3611363, + "fileID": 2949886, "required": true }, { diff --git a/overrides/scripts/AdvRocketry.zs b/overrides/scripts/AdvRocketry.zs index 367f8e0..237ddcb 100644 --- a/overrides/scripts/AdvRocketry.zs +++ b/overrides/scripts/AdvRocketry.zs @@ -976,6 +976,3 @@ centrifuge.recipeBuilder() .inputs() .chancedOutput(, 5000, 500) .duration(20).EUt(480).buildAndRegister(); - -// Tooltips -.addTooltip(format.red("Do not use the GUI! It will cause a crash. Pipe fluids in"));