修复WDbug和添加汉化包
All checks were successful
Deploy to Remote Server / deploy (push) Successful in 3m23s

This commit is contained in:
叁玖领域 2026-05-31 23:55:48 +08:00
parent 8cc5df0b36
commit f90fae420a
11 changed files with 48 additions and 18 deletions

View File

@ -2,6 +2,10 @@
## 更新日志 ## 更新日志
2026/05/31 - 3次 v1.0.6
* 更新WebDisplay版本修复可能的崩溃问题
2026/05/31 - 2次 v1.0.5-fix 2026/05/31 - 2次 v1.0.5-fix
* 删除CC电脑外设扩展因为无法在专属服务器上启动 * 删除CC电脑外设扩展因为无法在专属服务器上启动

View File

@ -0,0 +1,38 @@
#If true, breaking the minePad is required to craft upgrades.
hard_recipes = true
#Whether or not webdisplays should thank the user for using the mod
join_message = true
#If true, the ownership thief item will be disabled
disable_ownership_thief = false
#Options for the miniserver
[mini_server]
#The port used by miniserv. 0 to disable
#Range: 0 ~ 32767
miniserv_port = 25566
#The amount of data that can be uploaded to miniserv, in KiB (so 1024 = 1 MiO)
#Range: 0 ~ 9223372036854775807
miniserv_quota = 1920
#Options for the in world screen blocks
[screen_options]
#The maximum value screen's horizontal resolution, in pixels
#Range: > 0
max_resolution_x = 4096
#The maximum value screen's vertical resolution, in pixels
#Range: > 0
max_resolution_y = 4096
#The maximum width for the screen multiblock, in blocks
#Range: > 0
max_width = 32
#The maximum height for the screen multiblock, in blocks
#Range: > 0
max_height = 32
#Options for the browsers (both the minePad and the screens)
[browser_options]
#The page which screens should open up to when turning on
blacklist = ""
#The page which screens should open up to when turning on
home_page = "https://docs.bot.leisuretimedock.top/s/10dc6cc2-c5f2-44bf-bef3-e885db03ec2b"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 B

View File

@ -1,6 +0,0 @@
// priority: 0
// Visit the wiki for more info - https://kubejs.com/
console.info('Hello, World! (Loaded client scripts)')

View File

@ -0,0 +1,3 @@
ServerEvents.recipes(event => {
event.remove({output:'alexsmobs:dimensional_carver'})
})

View File

@ -1,6 +0,0 @@
// priority: 0
// Visit the wiki for more info - https://kubejs.com/
console.info('Hello, World! (Loaded server scripts)')

View File

@ -0,0 +1,3 @@
ServerEvents.recipes(event => {
event.replaceInput({output:'alexsmobs:transmutation_table'},'alexsmobs:farseer_arm','alexsmobs:void_worm_eye')
})

View File

@ -1,6 +0,0 @@
// priority: 0
// Visit the wiki for more info - https://kubejs.com/
console.info('Hello, World! (Loaded startup scripts)')