Automatic integration of latest modpack.
This commit is contained in:
parent
eddd3b8d9a
commit
ca836ef7b3
@ -1,3 +1,3 @@
|
|||||||
#need help ? http://adfoc.us/70606381270177
|
#need help ? http://adfoc.us/70606381270177
|
||||||
#Thu May 12 14:44:54 CDT 2022
|
#Thu May 12 22:09:20 CDT 2022
|
||||||
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon
|
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#need help ? http://adfoc.us/70606381270177
|
#need help ? http://adfoc.us/70606381270177
|
||||||
#Thu May 12 14:44:54 CDT 2022
|
#Thu May 12 22:09:20 CDT 2022
|
||||||
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon
|
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#need help ? http://adfoc.us/70606381270177
|
#need help ? http://adfoc.us/70606381270177
|
||||||
#Thu May 12 14:44:55 CDT 2022
|
#Thu May 12 22:09:22 CDT 2022
|
||||||
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon
|
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon
|
||||||
|
8
config/config/decorative_blocks-common.toml
Normal file
8
config/config/decorative_blocks-common.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
#Decorative Blocks Configs
|
||||||
|
[general]
|
||||||
|
#Bonfire Activator (define a resource location
|
||||||
|
"bonfire activator" = "minecraft:blaze_powder"
|
||||||
|
#Disable thatch creation on shearing hay bale
|
||||||
|
"thatch enabled" = true
|
||||||
|
|
29
config/config/dynview-common.toml
Normal file
29
config/config/dynview-common.toml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
|
||||||
|
["Dynamic Chunk View Distance Settings"]
|
||||||
|
#The minimum chunk view distance allowed to use. Default: 4
|
||||||
|
#Range: 3 ~ 200
|
||||||
|
minChunkViewDist = 5
|
||||||
|
#The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 12
|
||||||
|
#Range: 1 ~ 200
|
||||||
|
maxChunkViewDist = 12
|
||||||
|
#The minimum simulation distance allowed to use. Default: 4
|
||||||
|
#Range: 1 ~ 200
|
||||||
|
minSimulationDist = 4
|
||||||
|
#The maximum simulation distance allowed to use. Default: 10
|
||||||
|
#Range: 1 ~ 200
|
||||||
|
maxSimulationDist = 10
|
||||||
|
#The average tick time to stabilize the chunk view distance around. Setting it higher than 50ms is not advised, as after 50ms the TPS will go below 20. Default: 45ms
|
||||||
|
#Range: 10 ~ 100
|
||||||
|
meanAvgTickTime = 45
|
||||||
|
#The update frequency of average server tick time checks to update view distances. Default: 30sec
|
||||||
|
#Range: 1 ~ 1000
|
||||||
|
viewDistanceUpdateRate = 30
|
||||||
|
#Whether to adjust the simulation distance aswell, default: true.
|
||||||
|
adjustSimulationDistance = true
|
||||||
|
#Whether to output log messages for actions done. This can be helpful to balance the other settings nicely.
|
||||||
|
logMessages = true
|
||||||
|
|
||||||
|
["Chunk slow unload settings"]
|
||||||
|
#Enable slow chunk unloading(~1minute) after load, helps with mods hot-loading chunks frequently. Default: true
|
||||||
|
chunkunload = true
|
||||||
|
|
8
config/decorative_blocks-common.toml
Normal file
8
config/decorative_blocks-common.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
#Decorative Blocks Configs
|
||||||
|
[general]
|
||||||
|
#Bonfire Activator (define a resource location
|
||||||
|
"bonfire activator" = "minecraft:blaze_powder"
|
||||||
|
#Disable thatch creation on shearing hay bale
|
||||||
|
"thatch enabled" = true
|
||||||
|
|
29
config/dynview-common.toml
Normal file
29
config/dynview-common.toml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
|
||||||
|
["Dynamic Chunk View Distance Settings"]
|
||||||
|
#The minimum chunk view distance allowed to use. Default: 4
|
||||||
|
#Range: 3 ~ 200
|
||||||
|
minChunkViewDist = 5
|
||||||
|
#The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 12
|
||||||
|
#Range: 1 ~ 200
|
||||||
|
maxChunkViewDist = 12
|
||||||
|
#The minimum simulation distance allowed to use. Default: 4
|
||||||
|
#Range: 1 ~ 200
|
||||||
|
minSimulationDist = 4
|
||||||
|
#The maximum simulation distance allowed to use. Default: 10
|
||||||
|
#Range: 1 ~ 200
|
||||||
|
maxSimulationDist = 10
|
||||||
|
#The average tick time to stabilize the chunk view distance around. Setting it higher than 50ms is not advised, as after 50ms the TPS will go below 20. Default: 45ms
|
||||||
|
#Range: 10 ~ 100
|
||||||
|
meanAvgTickTime = 45
|
||||||
|
#The update frequency of average server tick time checks to update view distances. Default: 30sec
|
||||||
|
#Range: 1 ~ 1000
|
||||||
|
viewDistanceUpdateRate = 30
|
||||||
|
#Whether to adjust the simulation distance aswell, default: true.
|
||||||
|
adjustSimulationDistance = true
|
||||||
|
#Whether to output log messages for actions done. This can be helpful to balance the other settings nicely.
|
||||||
|
logMessages = true
|
||||||
|
|
||||||
|
["Chunk slow unload settings"]
|
||||||
|
#Enable slow chunk unloading(~1minute) after load, helps with mods hot-loading chunks frequently. Default: true
|
||||||
|
chunkunload = true
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
#Don't put comments; they get removed
|
#Don't put comments; they get removed
|
||||||
#Thu May 12 14:47:26 CDT 2022
|
#Thu May 12 22:11:59 CDT 2022
|
||||||
max-super-pickaxe-size=5
|
max-super-pickaxe-size=5
|
||||||
use-inventory-creative-override=false
|
use-inventory-creative-override=false
|
||||||
use-inventory-override=false
|
use-inventory-override=false
|
||||||
|
BIN
mods/Decorative_Blocks-forge-1.18.2-2.1.0.jar
Normal file
BIN
mods/Decorative_Blocks-forge-1.18.2-2.1.0.jar
Normal file
Binary file not shown.
BIN
mods/dynview-1.18.2-2.7.jar
Normal file
BIN
mods/dynview-1.18.2-2.7.jar
Normal file
Binary file not shown.
BIN
mods/jei-1.18.2-9.7.0.193.jar
Normal file
BIN
mods/jei-1.18.2-9.7.0.193.jar
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Thu May 12 14:45:28 CDT 2022
|
#Thu May 12 22:09:52 CDT 2022
|
||||||
allow-flight=true
|
allow-flight=true
|
||||||
allow-nether=true
|
allow-nether=true
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
|
Loading…
Reference in New Issue
Block a user