diff --git a/config/awesomedungeon_general_.properties b/config/awesomedungeon_general_.properties index 0bb46f3..8466334 100644 --- a/config/awesomedungeon_general_.properties +++ b/config/awesomedungeon_general_.properties @@ -1,3 +1,3 @@ #need help ? http://adfoc.us/70606381270177 -#Thu May 12 14:44:54 CDT 2022 +#Thu May 12 23:10:05 CDT 2022 key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon diff --git a/config/awesomedungeonend_general_.properties b/config/awesomedungeonend_general_.properties index 0bb46f3..8466334 100644 --- a/config/awesomedungeonend_general_.properties +++ b/config/awesomedungeonend_general_.properties @@ -1,3 +1,3 @@ #need help ? http://adfoc.us/70606381270177 -#Thu May 12 14:44:54 CDT 2022 +#Thu May 12 23:10:05 CDT 2022 key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon diff --git a/config/awesomedungeonnether_general_.properties b/config/awesomedungeonnether_general_.properties index 182696c..54ee20b 100644 --- a/config/awesomedungeonnether_general_.properties +++ b/config/awesomedungeonnether_general_.properties @@ -1,3 +1,3 @@ #need help ? http://adfoc.us/70606381270177 -#Thu May 12 14:44:55 CDT 2022 +#Thu May 12 23:10:06 CDT 2022 key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon diff --git a/config/config/decorative_blocks-common.toml b/config/config/decorative_blocks-common.toml new file mode 100644 index 0000000..2ae0b55 --- /dev/null +++ b/config/config/decorative_blocks-common.toml @@ -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 + diff --git a/config/config/dynview-common.toml b/config/config/dynview-common.toml new file mode 100644 index 0000000..47b9dbf --- /dev/null +++ b/config/config/dynview-common.toml @@ -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 + diff --git a/config/decorative_blocks-common.toml b/config/decorative_blocks-common.toml new file mode 100644 index 0000000..2ae0b55 --- /dev/null +++ b/config/decorative_blocks-common.toml @@ -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 + diff --git a/config/dynview-common.toml b/config/dynview-common.toml new file mode 100644 index 0000000..47b9dbf --- /dev/null +++ b/config/dynview-common.toml @@ -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 + diff --git a/config/worldedit/worldedit.properties b/config/worldedit/worldedit.properties index 5fa6d8b..ac04156 100644 --- a/config/worldedit/worldedit.properties +++ b/config/worldedit/worldedit.properties @@ -1,5 +1,5 @@ #Don't put comments; they get removed -#Thu May 12 14:47:26 CDT 2022 +#Thu May 12 23:12:51 CDT 2022 max-super-pickaxe-size=5 use-inventory-creative-override=false use-inventory-override=false diff --git a/mods/Decorative_Blocks-forge-1.18.2-2.1.0.jar b/mods/Decorative_Blocks-forge-1.18.2-2.1.0.jar new file mode 100644 index 0000000..79972db Binary files /dev/null and b/mods/Decorative_Blocks-forge-1.18.2-2.1.0.jar differ diff --git a/mods/dynview-1.18.2-2.7.jar b/mods/dynview-1.18.2-2.7.jar new file mode 100644 index 0000000..171f7be Binary files /dev/null and b/mods/dynview-1.18.2-2.7.jar differ diff --git a/mods/jei-1.18.2-9.7.0.193.jar b/mods/jei-1.18.2-9.7.0.193.jar new file mode 100644 index 0000000..9a839af Binary files /dev/null and b/mods/jei-1.18.2-9.7.0.193.jar differ diff --git a/server.properties b/server.properties index 8573c0a..8c7f6cf 100644 --- a/server.properties +++ b/server.properties @@ -1,5 +1,5 @@ #Minecraft server properties -#Thu May 12 14:45:28 CDT 2022 +#Thu May 12 23:10:38 CDT 2022 allow-flight=true allow-nether=true broadcast-console-to-ops=true