我是一个备份
This commit is contained in:
parent
007c5c5923
commit
9e38a9c35e
|
@ -1,5 +1,5 @@
|
||||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||||
#Sun Mar 24 17:43:44 CST 2024
|
#Mon Mar 25 06:46:48 CST 2024
|
||||||
boolean.nth_absi_palace.enable=true
|
boolean.nth_absi_palace.enable=true
|
||||||
boolean.nth_accum_quad.enable=true
|
boolean.nth_accum_quad.enable=true
|
||||||
boolean.nth_blaze_tower.enable=true
|
boolean.nth_blaze_tower.enable=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||||
#Sun Mar 24 17:43:44 CST 2024
|
#Mon Mar 25 06:46:48 CST 2024
|
||||||
boolean.brigantine.enable=true
|
boolean.brigantine.enable=true
|
||||||
boolean.frigate_large.enable=true
|
boolean.frigate_large.enable=true
|
||||||
boolean.frigate_medium.enable=true
|
boolean.frigate_medium.enable=true
|
||||||
|
|
|
@ -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)
|
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||||
#Sun Mar 24 17:43:43 CST 2024
|
#Mon Mar 25 06:46:47 CST 2024
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
# Configuration file
|
||||||
|
|
||||||
|
Biome {
|
||||||
|
# Biome registry name [default: biomesoplenty:rocky_rainforest]
|
||||||
|
S:name=biomesoplenty:rocky_rainforest
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Config {
|
||||||
|
# If set to False, parameters from this config will not be used. [default: false]
|
||||||
|
B:enabled=false
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Wind {
|
||||||
|
# Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0]
|
||||||
|
S:changeProbability=1.0
|
||||||
|
|
||||||
|
# Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15]
|
||||||
|
S:changeStep=0.15
|
||||||
|
|
||||||
|
# Defines maximum wind strength. [range: 0 ~ 30, default: 10]
|
||||||
|
I:maxStrength=10
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
# Configuration file
|
||||||
|
|
||||||
|
Biome {
|
||||||
|
# Biome registry name [default: blue_skies:midday_shore]
|
||||||
|
S:name=blue_skies:midday_shore
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Config {
|
||||||
|
# If set to False, parameters from this config will not be used. [default: false]
|
||||||
|
B:enabled=false
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Wind {
|
||||||
|
# Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0]
|
||||||
|
S:changeProbability=1.0
|
||||||
|
|
||||||
|
# Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15]
|
||||||
|
S:changeStep=0.15
|
||||||
|
|
||||||
|
# Defines maximum wind strength. [range: 0 ~ 30, default: 10]
|
||||||
|
I:maxStrength=10
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
# Configuration file
|
||||||
|
|
||||||
|
Biome {
|
||||||
|
# Biome registry name [default: wythers:sparse_eucalyptus_jungle]
|
||||||
|
S:name=wythers:sparse_eucalyptus_jungle
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Config {
|
||||||
|
# If set to False, parameters from this config will not be used. [default: false]
|
||||||
|
B:enabled=false
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Wind {
|
||||||
|
# Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0]
|
||||||
|
S:changeProbability=1.0
|
||||||
|
|
||||||
|
# Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15]
|
||||||
|
S:changeStep=0.15
|
||||||
|
|
||||||
|
# Defines maximum wind strength. [range: 0 ~ 30, default: 10]
|
||||||
|
I:maxStrength=10
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -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)
|
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||||
#Sun Mar 24 17:43:43 CST 2024
|
#Mon Mar 25 06:46:48 CST 2024
|
||||||
boolean.creative.enable_item_group_ferret=false
|
boolean.creative.enable_item_group_ferret=false
|
||||||
|
|
Binary file not shown.
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"keep_scaling_on_conversion": true,
|
"keep_scaling_on_conversion": true,
|
||||||
"minecraft:sheep": {
|
"minecraft:frog": {
|
||||||
"type": "gaussian",
|
"type": "gaussian",
|
||||||
"min_scaling": 0.5,
|
"min_scaling": 0.5,
|
||||||
"max_scaling": 1.5
|
"max_scaling": 1.5
|
||||||
},
|
},
|
||||||
"minecraft:bat": 0.75,
|
|
||||||
"minecraft:cow": {
|
"minecraft:cow": {
|
||||||
"type": "uniform",
|
"type": "uniform",
|
||||||
"min_scaling": 0.5,
|
"min_scaling": 0.5,
|
||||||
"max_scaling": 1.5
|
"max_scaling": 1.5
|
||||||
},
|
},
|
||||||
"minecraft:frog": {
|
"minecraft:bat": 0.75,
|
||||||
|
"minecraft:sheep": {
|
||||||
"type": "gaussian",
|
"type": "gaussian",
|
||||||
"min_scaling": 0.5,
|
"min_scaling": 0.5,
|
||||||
"max_scaling": 1.5
|
"max_scaling": 1.5
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +1,15 @@
|
||||||
[2024-03-24 17:43:12] [INFO]: I18nUpdate Mod 3.5.2 is loaded in 1.20.1 with Forge
|
[2024-03-25 06:46:36] [INFO]: I18nUpdate Mod 3.5.2 is loaded in 1.20.1 with Forge
|
||||||
[2024-03-24 17:43:12] [DEBUG]: Minecraft path: .
|
[2024-03-25 06:46:36] [DEBUG]: Minecraft path: .
|
||||||
[2024-03-24 17:43:12] [DEBUG]: User home: /home/zhenai
|
[2024-03-25 06:46:36] [DEBUG]: User home: /home/zhenai
|
||||||
[2024-03-24 17:43:32] [WARNING]: Failed to update resource pack: java.net.UnknownHostException: downloader1.meitangdehulu.com
|
[2024-03-25 06:46:36] [DEBUG]: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip md5: BAC4525532392984CDFADD04CCFA322B, remote md5: 45410CDFD4203670A3E37AE11EE7DCC1
|
||||||
|
[2024-03-25 06:46:36] [INFO]: Downloading: http://downloader1.meitangdehulu.com:22943/Minecraft-Mod-Language-Modpack-1-19.zip -> /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip.tmp
|
||||||
|
[2024-03-25 06:46:37] [DEBUG]: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip.tmp md5: 45410CDFD4203670A3E37AE11EE7DCC1, remote md5: 45410CDFD4203670A3E37AE11EE7DCC1
|
||||||
|
[2024-03-25 06:46:37] [DEBUG]: Updates temp file: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip
|
||||||
|
[2024-03-25 06:46:37] [DEBUG]: /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip md5: 34AA6A8E347CC96B8F98005B33CDBBEA, remote md5: E0848AB4A1B26CB916E23F7D939C49F9
|
||||||
|
[2024-03-25 06:46:37] [INFO]: Downloading: http://downloader1.meitangdehulu.com:22943/Minecraft-Mod-Language-Modpack-1-18.zip -> /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip.tmp
|
||||||
|
[2024-03-25 06:46:38] [DEBUG]: /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip.tmp md5: E0848AB4A1B26CB916E23F7D939C49F9, remote md5: E0848AB4A1B26CB916E23F7D939C49F9
|
||||||
|
[2024-03-25 06:46:38] [DEBUG]: Updates temp file: /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip
|
||||||
|
[2024-03-25 06:46:38] [INFO]: Converting: /home/zhenai/.i18nupdatemod/1.19.3/Minecraft-Mod-Language-Modpack-1-19.zip
|
||||||
|
[2024-03-25 06:46:38] [INFO]: Converting: /home/zhenai/.i18nupdatemod/1.18.2/Minecraft-Mod-Language-Modpack-1-18.zip
|
||||||
|
[2024-03-25 06:46:38] [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-03-25 06:46:38] [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
|
||||||
|
|
|
@ -1,58 +1,59 @@
|
||||||
[17:43:44.223][INFO][CraftTweaker-EarlyInit]: CraftTweaker is running on a Minecraft 1.20.1 production server modded with platform Forge
|
[06:46:48.438][INFO][CraftTweaker-EarlyInit]: CraftTweaker is running on a Minecraft 1.20.1 production server modded with platform Forge
|
||||||
[17:43:44.245][INFO][CraftTweaker-EarlyInit]: Successfully injected RecipeFS file system
|
[06:46:48.456][INFO][CraftTweaker-EarlyInit]: Successfully injected RecipeFS file system
|
||||||
[17:43:44.266][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin jeitweaker:common
|
[06:46:48.500][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin jeitweaker:common
|
||||||
[17:43:44.281][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin
|
[06:46:48.513][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin
|
||||||
[17:43:44.282][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin_forge
|
[06:46:48.513][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin_forge
|
||||||
[17:43:44.284][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin farmersdelight:crafttweaker_plugin
|
[06:46:48.518][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin farmersdelight:crafttweaker_plugin
|
||||||
[17:43:44.307][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:forge': loading scheduled
|
[06:46:48.553][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:forge': loading scheduled
|
||||||
[17:43:44.307][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:common': loading scheduled
|
[06:46:48.553][INFO][JEITweaker]: Identified JeiTweaker plugin 'jeitweaker:common': loading scheduled
|
||||||
[17:43:44.313][INFO][JEITweaker]: JEITweaker Environmental Check: the combination of mods [jei] is fully supported
|
[06:46:48.587][INFO][JEITweaker]: JEITweaker Environmental Check: the combination of mods [jei] is fully supported
|
||||||
[17:43:44.314][INFO][JEITweaker]: Running JeiTweaker plugin initialization
|
[06:46:48.587][INFO][JEITweaker]: Running JeiTweaker plugin initialization
|
||||||
[17:43:44.319][INFO][JEITweaker]: JeiTweaker plugin initialization completed successfully
|
[06:46:48.595][INFO][JEITweaker]: JeiTweaker plugin initialization completed successfully
|
||||||
[17:43:45.441][INFO][CraftTweaker]: The following mods have explicit CraftTweaker support through the default plugin:
|
[06:46:49.609][INFO][CraftTweaker]: The following mods have explicit CraftTweaker support through the default plugin:
|
||||||
[17:43:45.442][INFO][CraftTweaker]: - 'cagedmobs' at version '1.20.1-2.0.1'
|
[06:46:49.609][INFO][CraftTweaker]: - 'cagedmobs' at version '1.20.1-2.0.1'
|
||||||
[17:43:45.442][INFO][CraftTweaker]: - 'crafttweaker' at version '14.0.26'
|
[06:46:49.609][INFO][CraftTweaker]: - 'crafttweaker' at version '14.0.26'
|
||||||
[17:43:45.442][INFO][CraftTweaker]: - 'farmersdelight' at version '1.20.1-1.2.4'
|
[06:46:49.609][INFO][CraftTweaker]: - 'farmersdelight' at version '1.20.1-1.2.4'
|
||||||
[17:43:45.442][INFO][CraftTweaker]: - 'jeitweaker' at version '8.0.6'
|
[06:46:49.610][INFO][CraftTweaker]: - 'jeitweaker' at version '8.0.6'
|
||||||
[17:46:00.373][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'initialize'
|
[06:49:05.849][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'initialize'
|
||||||
[17:46:00.592][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
[06:49:06.158][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
||||||
[17:46:00.610][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
|
[06:49:06.176][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
|
||||||
[17:46:00.660][INFO][CraftTweaker-ZenCode]: Execution for loader 'initialize' completed successfully
|
[06:49:06.219][INFO][CraftTweaker-ZenCode]: Execution for loader 'initialize' completed successfully
|
||||||
[17:46:58.641][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'tags'
|
[06:49:43.442][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'tags'
|
||||||
[17:46:58.674][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
[06:49:43.476][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
||||||
[17:46:58.687][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
|
[06:49:43.489][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
|
||||||
[17:46:58.698][INFO][CraftTweaker-ZenCode]: Execution for loader 'tags' completed successfully
|
[06:49:43.503][INFO][CraftTweaker-ZenCode]: Execution for loader 'tags' completed successfully
|
||||||
[17:46:59.730][INFO][CraftTweaker]: crafttweaker.reload.start
|
[06:49:44.529][INFO][CraftTweaker]: crafttweaker.reload.start
|
||||||
[17:46:59.733][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'crafttweaker'
|
[06:49:44.533][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'crafttweaker'
|
||||||
[17:46:59.745][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
[06:49:44.546][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
|
||||||
[17:47:00.018][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [mods, crafttweaker, expansions]
|
[06:49:44.775][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [mods, crafttweaker, expansions]
|
||||||
[17:47:00.021][INFO][CraftTweaker-ZenCode]: Loading file 'Earth.zs' with priority 0
|
[06:49:44.778][INFO][CraftTweaker-ZenCode]: Loading file 'Earth.zs' with priority 0
|
||||||
[17:47:00.042][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:lucky:lucky_block>'
|
[06:49:44.796][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:lucky:lucky_block>'
|
||||||
[17:47:00.049][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:cgm:workbench>'
|
[06:49:44.802][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:cgm:workbench>'
|
||||||
[17:47:00.056][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:taming_flute:taming_flute>'
|
[06:49:44.807][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:taming_flute:taming_flute>'
|
||||||
[17:47:00.059][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:chanceglobe:chance_globe>'
|
[06:49:44.811][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:chanceglobe:chance_globe>'
|
||||||
[17:47:00.062][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin1>'
|
[06:49:44.814][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin1>'
|
||||||
[17:47:00.064][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin2>'
|
[06:49:44.816][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin2>'
|
||||||
[17:47:00.065][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin5>'
|
[06:49:44.818][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:coin5>'
|
||||||
[17:47:00.066][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note1>'
|
[06:49:44.820][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note1>'
|
||||||
[17:47:00.066][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note2>'
|
[06:49:44.822][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note2>'
|
||||||
[17:47:00.067][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note5>'
|
[06:49:44.823][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note5>'
|
||||||
[17:47:00.068][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note10>'
|
[06:49:44.824][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note10>'
|
||||||
[17:47:00.068][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note20>'
|
[06:49:44.824][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note20>'
|
||||||
[17:47:00.069][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note50>'
|
[06:49:44.825][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note50>'
|
||||||
[17:47:00.069][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note100>'
|
[06:49:44.825][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note100>'
|
||||||
[17:47:00.070][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note200>'
|
[06:49:44.825][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note200>'
|
||||||
[17:47:00.070][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note500>'
|
[06:49:44.826][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note500>'
|
||||||
[17:47:00.071][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note1000>'
|
[06:49:44.826][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:note1000>'
|
||||||
[17:47:00.071][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle1>'
|
[06:49:44.827][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle1>'
|
||||||
[17:47:00.072][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle2>'
|
[06:49:44.827][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle2>'
|
||||||
[17:47:00.072][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle5>'
|
[06:49:44.827][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle5>'
|
||||||
[17:47:00.073][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle10>'
|
[06:49:44.828][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle10>'
|
||||||
[17:47:00.073][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle20>'
|
[06:49:44.828][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle20>'
|
||||||
[17:47:00.074][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle50>'
|
[06:49:44.828][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle50>'
|
||||||
[17:47:00.074][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle100>'
|
[06:49:44.829][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle100>'
|
||||||
[17:47:00.074][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle200>'
|
[06:49:44.829][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle200>'
|
||||||
[17:47:00.075][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle500>'
|
[06:49:44.830][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle500>'
|
||||||
[17:47:00.075][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle1000>'
|
[06:49:44.830][INFO][CraftTweaker]: Removing 'crafting' recipes with output: '<item:duckmoney:bundle1000>'
|
||||||
[17:47:00.082][INFO][CraftTweaker-ZenCode]: Execution for loader 'crafttweaker' completed successfully
|
[06:49:44.837][INFO][CraftTweaker-ZenCode]: Execution for loader 'crafttweaker' completed successfully
|
||||||
[17:47:00.083][INFO][CraftTweaker]: crafttweaker.reload.complete
|
[06:49:44.838][INFO][CraftTweaker]: crafttweaker.reload.complete
|
||||||
|
[06:49:44.838][INFO][CraftTweaker]: This reload was made possible by AdaraChristine and more! Become a patron at https://patreon.com/jaredlll08?s=crtmod
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24845
logs/debug.log
24845
logs/debug.log
File diff suppressed because it is too large
Load Diff
5880
logs/latest.log
5880
logs/latest.log
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Sun Mar 24 17:46:49 CST 2024
|
#Mon Mar 25 06:49:34 CST 2024
|
||||||
allow-flight=true
|
allow-flight=true
|
||||||
allow-nether=true
|
allow-nether=true
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
world/level.dat
BIN
world/level.dat
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue