我是一个备份

This commit is contained in:
zhenai 2024-02-12 14:44:02 +00:00
parent 3ce78c3ccf
commit 6c3263fb21
17 changed files with 8337 additions and 68898 deletions

View File

@ -1,26 +1,26 @@
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
#Thu Feb 08 12:40:41 CST 2024
boolean.nth_absi_palace.enable=true
#Mon Feb 12 14:33:44 UTC 2024
boolean.nth_accum_quad.enable=true
boolean.nth_blaze_tower.enable=true
boolean.nth_center_square.enable=true
boolean.nth_giant_crimson_tree.enable=true
boolean.nth_obsi_house.enable=true
int.nth_absi_palace.salt=19482856
boolean.nth_blaze_tower.enable=true
int.nth_absi_palace.separation=25
int.nth_absi_palace.spacing=50
boolean.nth_center_square.enable=true
boolean.nth_giant_crimson_tree.enable=true
int.nth_accum_quad.salt=28482856
int.nth_accum_quad.separation=25
int.nth_accum_quad.spacing=50
int.nth_blaze_tower.salt=37482856
int.nth_blaze_tower.separation=25
int.nth_blaze_tower.spacing=50
int.nth_center_square.salt=46482856
int.nth_center_square.separation=25
int.nth_blaze_tower.separation=25
int.nth_absi_palace.spacing=50
int.nth_center_square.spacing=50
int.nth_giant_crimson_tree.salt=55482856
int.nth_giant_crimson_tree.separation=25
int.nth_giant_crimson_tree.spacing=50
int.nth_obsi_house.salt=64482856
int.nth_obsi_house.separation=25
int.nth_accum_quad.separation=25
int.nth_obsi_house.spacing=50
int.nth_blaze_tower.spacing=50
int.nth_giant_crimson_tree.separation=25
boolean.nth_absi_palace.enable=true
int.nth_accum_quad.spacing=50
int.nth_obsi_house.separation=25
int.nth_obsi_house.salt=64482856
int.nth_blaze_tower.salt=37482856
int.nth_giant_crimson_tree.salt=55482856
int.nth_giant_crimson_tree.spacing=50
int.nth_center_square.separation=25

View File

@ -1,42 +1,42 @@
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
#Thu Feb 08 12:40:41 CST 2024
boolean.brigantine.enable=true
boolean.frigate_large.enable=true
boolean.frigate_medium.enable=true
boolean.ocean_cage.enable=true
boolean.ocean_quad.enable=true
boolean.ocean_ruin_pillager.enable=true
boolean.ocean_ruin_vanilla_temple.enable=true
boolean.ocean_temple_quad.enable=true
boolean.ocean_the_column_temple.enable=true
boolean.ocean_warn_temple.enable=true
int.brigantine.salt=254835856
int.brigantine.separation=25
int.brigantine.spacing=50
int.frigate_large.salt=35482856
int.frigate_large.separation=25
int.frigate_large.spacing=50
int.frigate_medium.salt=45482856
int.frigate_medium.separation=25
int.frigate_medium.spacing=50
int.ocean_cage.salt=40842806
int.ocean_cage.separation=25
int.ocean_cage.spacing=50
int.ocean_quad.salt=254835856
int.ocean_quad.separation=25
int.ocean_quad.spacing=50
int.ocean_ruin_pillager.salt=254145856
int.ocean_ruin_pillager.separation=25
int.ocean_ruin_pillager.spacing=50
int.ocean_ruin_vanilla_temple.salt=25482856
int.ocean_ruin_vanilla_temple.separation=25
int.ocean_ruin_vanilla_temple.spacing=50
int.ocean_temple_quad.salt=35482856
int.ocean_temple_quad.separation=25
int.ocean_temple_quad.spacing=50
int.ocean_the_column_temple.salt=15482856
int.ocean_the_column_temple.separation=25
int.ocean_the_column_temple.spacing=50
int.ocean_warn_temple.salt=45482856
#Mon Feb 12 14:33:43 UTC 2024
int.ocean_warn_temple.separation=25
int.ocean_ruin_pillager.spacing=50
int.ocean_temple_quad.spacing=50
boolean.ocean_cage.enable=true
int.ocean_quad.spacing=50
int.ocean_ruin_vanilla_temple.salt=25482856
int.ocean_ruin_pillager.separation=25
int.frigate_medium.salt=45482856
int.brigantine.salt=254835856
int.ocean_the_column_temple.separation=25
boolean.frigate_large.enable=true
int.ocean_cage.spacing=50
int.ocean_the_column_temple.spacing=50
int.frigate_medium.separation=25
int.frigate_large.spacing=50
boolean.ocean_ruin_pillager.enable=true
int.frigate_large.salt=35482856
boolean.ocean_warn_temple.enable=true
boolean.brigantine.enable=true
boolean.ocean_ruin_vanilla_temple.enable=true
boolean.frigate_medium.enable=true
int.ocean_temple_quad.separation=25
int.ocean_ruin_vanilla_temple.separation=25
int.brigantine.separation=25
int.ocean_quad.separation=25
int.ocean_cage.separation=25
int.ocean_the_column_temple.salt=15482856
boolean.ocean_temple_quad.enable=true
int.brigantine.spacing=50
boolean.ocean_quad.enable=true
int.ocean_warn_temple.salt=45482856
int.ocean_quad.salt=254835856
int.ocean_ruin_vanilla_temple.spacing=50
int.frigate_large.separation=25
int.ocean_warn_temple.spacing=50
int.ocean_temple_quad.salt=35482856
int.ocean_cage.salt=40842806
int.frigate_medium.spacing=50
boolean.ocean_the_column_temple.enable=true
int.ocean_ruin_pillager.salt=254145856

View File

@ -1,2 +1,2 @@
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
#Thu Feb 08 12:40:41 CST 2024
#Mon Feb 12 14:33:39 UTC 2024

View File

@ -1,3 +1,3 @@
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
#Thu Feb 08 12:40:41 CST 2024
#Mon Feb 12 14:33:42 UTC 2024
boolean.creative.enable_item_group_ferret=false

13
get.py Normal file
View File

@ -0,0 +1,13 @@
import os
import time
git = '02:00:00'
def got():
import time
time = time.strftime('%T')
#print(time)
if time == git:
os.system('./git.sh')
print('已经完成今天的备份,时间是:',time)
while True:
time.sleep(1)
got()

5
get.sh Executable file
View File

@ -0,0 +1,5 @@
git add .
git commit -m "我是一个备份"
#git push -u origin master
#git remote add origin http://www.zhenai.work:3000/zhenai/server-1.20.1.git
git push -u origin main

BIN
logs/2024-02-12-1.log.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,17 @@
[2024-02-08 12:40:31] [INFO]: I18nUpdate Mod 3.5.2 is loaded in 1.20.1 with Forge
[2024-02-08 12:40:31] [DEBUG]: Minecraft path: .
[2024-02-08 12:40:31] [DEBUG]: User home: /home/zhenai
[2024-02-08 12:40:31] [DEBUG]: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip md5: 685D0C8F2A9770C52FF954F23F84475F, remote md5: 685D0C8F2A9770C52FF954F23F84475F
[2024-02-08 12:40:31] [DEBUG]: Already up to date.
[2024-02-08 12:40:31] [DEBUG]: /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip md5: 2ECB6B54C0EA0E111DD084F581237C42, remote md5: 2ECB6B54C0EA0E111DD084F581237C42
[2024-02-08 12:40:31] [DEBUG]: Already up to date.
[2024-02-08 12:40:31] [INFO]: Converting: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip
[2024-02-08 12:40:32] [INFO]: Converting: /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip
[2024-02-08 12:40:32] [INFO]: Converted: [/home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip, /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip] -> /home/zhenai/.i18nupdatemod/1.20.1/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip
[2024-02-08 12:40:32] [INFO]: Synchronized: /home/zhenai/.i18nupdatemod/1.20.1/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip -> ./resourcepacks/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip
[2024-02-12 14:33:13] [INFO]: I18nUpdate Mod 3.5.2 is loaded in 1.20.1 with Forge
[2024-02-12 14:33:13] [DEBUG]: Minecraft path: .
[2024-02-12 14:33:13] [DEBUG]: User home: /root
[2024-02-12 14:33:13] [DEBUG]: Both temp and current file not found
[2024-02-12 14:33:13] [DEBUG]: Local file /root/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip not exist.
[2024-02-12 14:33:13] [INFO]: Downloading: http://downloader1.meitangdehulu.com:22943/Minecraft-Mod-Language-Modpack-1-19.zip -> /root/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip.tmp
[2024-02-12 14:33:13] [DEBUG]: /root/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip.tmp md5: 86B22BF72F25C4F44435109BE9C44107, remote md5: 86B22BF72F25C4F44435109BE9C44107
[2024-02-12 14:33:13] [DEBUG]: Updates temp file: /root/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip
[2024-02-12 14:33:13] [DEBUG]: Both temp and current file not found
[2024-02-12 14:33:13] [DEBUG]: Local file /root/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip not exist.
[2024-02-12 14:33:13] [INFO]: Downloading: http://downloader1.meitangdehulu.com:22943/Minecraft-Mod-Language-Modpack-1-18.zip -> /root/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip.tmp
[2024-02-12 14:33:14] [DEBUG]: /root/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip.tmp md5: 3959816C00C142D4633B3CC11FCFD624, remote md5: 3959816C00C142D4633B3CC11FCFD624
[2024-02-12 14:33:14] [DEBUG]: Updates temp file: /root/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip
[2024-02-12 14:33:14] [INFO]: Converting: /root/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip
[2024-02-12 14:33:14] [INFO]: Converting: /root/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip
[2024-02-12 14:33:15] [INFO]: Converted: [/root/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip, /root/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip] -> /root/.i18nupdatemod/1.20.1/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip
[2024-02-12 14:33:15] [INFO]: Synchronized: /root/.i18nupdatemod/1.20.1/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip -> ./resourcepacks/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip

View File

@ -1,59 +1,16 @@
[12:40:41.585][INFO][CraftTweaker-EarlyInit]: CraftTweaker is running on a Minecraft 1.20.1 production server modded with platform Forge
[12:40:41.597][INFO][CraftTweaker-EarlyInit]: Successfully injected RecipeFS file system
[12:40:41.634][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin jeitweaker:common
[12:40:41.649][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin
[12:40:41.652][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin_forge
[12:40:41.656][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin farmersdelight:crafttweaker_plugin
[12:40:41.677][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:forge': loading scheduled
[12:40:41.677][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:common': loading scheduled
[12:40:41.684][INFO][JEITweaker]: JEITweaker Environmental Check: the combination of mods [jei] is fully supported
[12:40:41.685][INFO][JEITweaker]: Running JeiTweaker plugin initialization
[12:40:41.695][INFO][JEITweaker]: JeiTweaker plugin initialization completed successfully
[12:40:42.666][INFO][CraftTweaker]: The following mods have explicit CraftTweaker support through the default plugin:
[12:40:42.666][INFO][CraftTweaker]: - 'cagedmobs' at version '1.20.1-2.0.1'
[12:40:42.666][INFO][CraftTweaker]: - 'crafttweaker' at version '14.0.26'
[12:40:42.666][INFO][CraftTweaker]: - 'farmersdelight' at version '1.20.1-1.2.4'
[12:40:42.666][INFO][CraftTweaker]: - 'jeitweaker' at version '8.0.6'
[12:42:58.073][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'initialize'
[12:42:58.277][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
[12:42:58.292][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
[12:42:58.334][INFO][CraftTweaker-ZenCode]: Execution for loader 'initialize' completed successfully
[12:43:34.071][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'tags'
[12:43:34.101][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
[12:43:34.120][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
[12:43:34.132][INFO][CraftTweaker-ZenCode]: Execution for loader 'tags' completed successfully
[12:43:35.129][INFO][CraftTweaker]: crafttweaker.reload.start
[12:43:35.132][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'crafttweaker'
[12:43:35.146][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
[12:43:35.376][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [mods, crafttweaker, expansions]
[12:43:35.379][INFO][CraftTweaker-ZenCode]: Loading file 'Earth.zs' with priority 0
[12:43:35.397][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:lucky:lucky_block>'
[12:43:35.404][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:cgm:workbench>'
[12:43:35.411][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:taming_flute:taming_flute>'
[12:43:35.417][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:chanceglobe:chance_globe>'
[12:43:35.421][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin1>'
[12:43:35.425][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin2>'
[12:43:35.429][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin5>'
[12:43:35.433][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note1>'
[12:43:35.436][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note2>'
[12:43:35.440][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note5>'
[12:43:35.444][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note10>'
[12:43:35.447][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note20>'
[12:43:35.450][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note50>'
[12:43:35.453][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note100>'
[12:43:35.455][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note200>'
[12:43:35.458][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note500>'
[12:43:35.462][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note1000>'
[12:43:35.465][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle1>'
[12:43:35.468][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle2>'
[12:43:35.471][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle5>'
[12:43:35.473][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle10>'
[12:43:35.475][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle20>'
[12:43:35.478][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle50>'
[12:43:35.480][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle100>'
[12:43:35.482][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle200>'
[12:43:35.485][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle500>'
[12:43:35.487][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle1000>'
[12:43:35.495][INFO][CraftTweaker-ZenCode]: Execution for loader 'crafttweaker' completed successfully
[12:43:35.496][INFO][CraftTweaker]: crafttweaker.reload.complete
[12:43:35.496][INFO][CraftTweaker]: This reload was made possible by Pongo Sapiens and more! Become a patron at https://patreon.com/jaredlll08?s=crtmod
[14:33:43.082][INFO][CraftTweaker-EarlyInit]: CraftTweaker is running on a Minecraft 1.20.1 production server modded with platform Forge
[14:33:43.101][INFO][CraftTweaker-EarlyInit]: Successfully injected RecipeFS file system
[14:33:43.156][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin jeitweaker:common
[14:33:43.191][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin
[14:33:43.194][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin_forge
[14:33:43.199][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin farmersdelight:crafttweaker_plugin
[14:33:43.240][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:forge': loading scheduled
[14:33:43.241][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:common': loading scheduled
[14:33:43.275][INFO][JEITweaker]: JEITweaker Environmental Check: the combination of mods [jei] is fully supported
[14:33:43.276][INFO][JEITweaker]: Running JeiTweaker plugin initialization
[14:33:43.280][INFO][JEITweaker]: JeiTweaker plugin initialization completed successfully
[14:33:44.489][INFO][CraftTweaker]: The following mods have explicit CraftTweaker support through the default plugin:
[14:33:44.490][INFO][CraftTweaker]: - 'cagedmobs' at version '1.20.1-2.0.1'
[14:33:44.490][INFO][CraftTweaker]: - 'crafttweaker' at version '14.0.26'
[14:33:44.490][INFO][CraftTweaker]: - 'farmersdelight' at version '1.20.1-1.2.4'
[14:33:44.491][INFO][CraftTweaker]: - 'jeitweaker' at version '8.0.6'

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff