From 397d598809ad7d01973e22d36918b564a40f7ddb Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:02:32 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D1=80=D0=B8=D1=82=20=D0=BE?= =?UTF-8?q?=D1=88=D0=B8=D0=B1=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/tfc-common.toml | 2 +- kubejs/server_scripts/mainServerScript.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/tfc-common.toml b/config/tfc-common.toml index a89a4de75..33687466b 100644 --- a/config/tfc-common.toml +++ b/config/tfc-common.toml @@ -15,7 +15,7 @@ # This represents a number of days offset from January 1, 1000 # The default is (5 * daysInMonth) = 40, which starts at June 1, 1000 (with the default daysInMonth = 8) #Range: > -1 - defaultCalendarStartDay = 40 + defaultCalendarStartDay = 150 [debug] # diff --git a/kubejs/server_scripts/mainServerScript.js b/kubejs/server_scripts/mainServerScript.js index 208e3c86a..da2380cb3 100644 --- a/kubejs/server_scripts/mainServerScript.js +++ b/kubejs/server_scripts/mainServerScript.js @@ -49,6 +49,7 @@ LootJS.modifiers((event) => { * 2. Не работает очистка меди от меда. * 3. Не работает очистка меди от ржавчины. */ +/* ItemEvents.rightClicked(event => { const block = event.getTarget().block const item = event.getItem() @@ -84,4 +85,4 @@ ItemEvents.rightClicked(event => { // todo } } -}) \ No newline at end of file +})*/ \ No newline at end of file