Skip to content

Commit 1461604

Browse files
author
Xikaro
committed
2 parents f121519 + 78e1da4 commit 1461604

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/tfc-common.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This represents a number of days offset from January 1, 1000
1616
# The default is (5 * daysInMonth) = 40, which starts at June 1, 1000 (with the default daysInMonth = 8)
1717
#Range: > -1
18-
defaultCalendarStartDay = 40
18+
defaultCalendarStartDay = 150
1919

2020
[debug]
2121
#

kubejs/server_scripts/mainServerScript.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ LootJS.modifiers((event) => {
4949
* 2. Не работает очистка меди от меда.
5050
* 3. Не работает очистка меди от ржавчины.
5151
*/
52+
/*
5253
ItemEvents.rightClicked(event => {
5354
const block = event.getTarget().block
5455
const item = event.getItem()
@@ -84,4 +85,4 @@ ItemEvents.rightClicked(event => {
8485
// todo
8586
}
8687
}
87-
})
88+
})*/

0 commit comments

Comments
 (0)