Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
平衡生活调味料
更新部分mod
添加slumber模组,当服务器在无人登陆时会停止冻结
修复seamless显示错误
  • Loading branch information
Chikage0o0 committed Aug 18, 2022
1 parent d013c80 commit c8b0f0e
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/customwindowtitle-client.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title = 'Create Origin 2.2.0'
title = 'Create Origin 2.2.1'
icon16 = 'customwindowtitle/icon16.png'
icon32 = 'customwindowtitle/icon32.png'
8 changes: 8 additions & 0 deletions config/seamless_loading_screen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"time": 80,
"fade": 20,
"resolution": "Native",
"disableCamera": true,
"archiveScreenshots": false,
"updateWorldIcon": false
}
6 changes: 6 additions & 0 deletions config/slumber.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Thu Aug 18 11:04:50 CST 2022
freeze-delay-seconds=60
config-version=1.0
complete-freeze=true
toggle=true

8 changes: 4 additions & 4 deletions config/spiceoffabric.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
// Expression that determines the food level to restore when eating a food item
// default: hungerValue * 0.7 ^ timesEaten
// Must be a valid expression
hunger: hungerValue * 0.7 ^ timesEaten
hunger: hungerValue
// Expression that determines the saturation modifier for a food item
// default: saturationValue
// Must be a valid expression
saturation: saturationValue
// Expression that determines the time requited to consume an item, given in ticks
// default: consumeDuration * 1.3 ^ timesEaten
// default: consumeDuration
// Must be a valid expression
consume-duration: consumeDuration * 1.3 ^ timesEaten
// Sets the amount of last eaten foods to use for the calculations in this category
Expand All @@ -60,12 +60,12 @@
// Default health in vanilla is 20 but that may change through mods like Origins.
// The resulting value will be floored before use.
// default: (0.6 * baseHealth) + max(2 * log2(uniqueFoodsEaten), 0)
health-formula: (0.6 * baseHealth) + max(2 * log2(uniqueFoodsEaten), 0)
health-formula: baseHealth + max(2 * log2(uniqueFoodsEaten), 0)
// Specifies the maximum number of health points (half hearts) a player can get to through carrot mode.
// When 0, carrot mode is effectively disabled. (Why would you do this? :P)
// When -1, you can gain a basically infinite amount of hearts.
// default: -1
// Must be inclusively between -1 and 200
max-health: -1
max-health: 20
}
}
Binary file not shown.
Binary file not shown.
Binary file added mods/[S]slumber-1.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file modified mods/geckolib-fabric-1.18-3.0.56.jar
Binary file not shown.

0 comments on commit c8b0f0e

Please sign in to comment.