add missing serverside configs

annoying they don't generate until run, oh well.
This commit is contained in:
Hiina Kuukan 2024-08-16 11:42:25 -06:00
parent 6bae88bebe
commit 53bf084d83
4 changed files with 128 additions and 1 deletions

View file

@ -0,0 +1,27 @@
#This should under no circumstances be set to true in modpacks
#If set to true, the mod creates a new global folder, that is global for your user on your computer.
#The created folders will be:
# <user_home>/.minecraft_global_packs/required_datapacks
# <user_home>/.minecraft_global_packs/optional_datapacks
# <user_home>/.minecraft_global_packs/required_resourcepacks
# <user_home>/.minecraft_global_packs/optional_resourcepacks
enable_system_global_packs = false
#This config allows you to add or remove folders or single files as Data-/Resourcepacks
#For that simply specify the file path to the folder/file relative to your .minecraft or instance folder
#With the current config you can place a Datapack into '.minecraft/global_packs/required_data' to force enable a datapack.
[resourcepacks]
required = [
#"other_folder/random_pack.zip" # You can also point at specific files!
"global_packs/required_resources/"
]
[datapacks]
required = [
"resourcepacks/",
"global_packs/required_data/"
]
optional = [
"global_packs/optional_data/"
]

View file

@ -0,0 +1,92 @@
#These are the configurations for the antenna block.
[antenna]
#When false, removes the antenna recipe. Defaults to true.
enabled = true
#These are the configurations for the transceiver item.
[transceiver]
#This is the range after which players can no longer be heard for amplitude modulation. Defaults to 1800.
maxAMDistance = 1800
#This is the range after which players can no longer be heard for frequency modulation. Defaults to 1000.
maxFMDistance = 1000
#This is the range after which audio begins to decay for frequency modulation. Defaults to 900.
falloffFM = 900
#This is whether or not using the transceiver slows the player. Defaults to true.
transceiverSlow = true
#This is the range after which audio begins to decay for amplitude modulation. Defaults to 1700.
falloffAM = 1700
#When false, removes the transceiver recipe. Defaults to true.
enabled = true
#These are the configurations for the speaker block.
[speaker]
#When false, removes the speaker recipe. Defaults to true.
enabled = true
#These are the configurations for the walkie talkie item.
[walkie_talkie]
#This is the range after which players can no longer be heard for amplitude modulation. Defaults to 900.
maxAMDistance = 900
#This is the range after which players can no longer be heard for frequency modulation. Defaults to 500.
maxFMDistance = 500
#This is the range after which audio begins to decay for frequency modulation. Defaults to 400.
falloffFM = 400
#When true, replaces the walkie talkie with the spuddie talkie. Defaults to true.
spuddieTalkie = true
#This is the range after which audio begins to decay for amplitude modulation. Defaults to 800.
falloffAM = 800
#When false, removes both the spuddie and walkie recipe. Defaults to true.
enabled = true
#This is whether or not using the walkie talkie slows the player. Defaults to true.
walkieTalkieSlow = true
#These are the configurations for the microphone block.
[microphone]
#This is the range for the microphone that it can hear from. Defaults to 8.
range = 8
#When false, removes the microphone recipe. Defaults to true.
enabled = true
#These are the configurations for the transmitter block. (IN DEVELOPMENT)
[transmitter]
#This is the range after which players can no longer be heard for amplitude modulation. Defaults to 4400.
maxAMDistance = 4400
#This is the range after which players can no longer be heard for frequency modulation. Defaults to 2200.
maxFMDistance = 2200
#This is the range after which audio begins to decay for frequency modulation. Defaults to 2000.
falloffFM = 2000
#This is the range after which audio begins to decay for amplitude modulation. Defaults to 4000.
falloffAM = 4000
#When false, removes the transmitter (will not disable speaker) recipe. Defaults to true.
enabled = true
#These are the configurations for the radio block.
[radio]
#This is the range for the radio in which the audio transmitted from it can be heard. Defaults to 24.
range = 24
#When false, removes the radio recipe. Defaults to true.
enabled = true
#These are the general configurations for frequencies.
[frequency]
#Whether or not the radios work across dimensions. Defaults to false.
crossDimensional = false
#This is how many decimal places (digits after the period) can exist in a frequency. Defaults to 2.
decimalPlaces = 2
#This is the default frequency to be provided to frequency-holding items. When set to auto-generate, will generate a pattern of zeros equal to the wholePlaces and decimalPlaces configurations, i.e. '000.00' by default. Defaults to auto-generate.
defaultFrequency = "auto-generate"
#The packet buffer for packet transmission. You likely won't need to worry about this. Defaults to 2.
packetBuffer = 2
#The base amount of interference to give to radio transmission across dimensions. Defaults to 10.
dimensionalInterference = 10
#This is how many whole places (digits before the period) can exist in a frequency. Defaults to 3.
wholePlaces = 3
#How many listeners should be able to receive a single players audio? Defaults to 2.
listenerBuffer = 2
#These are the general configurations for compatibilities.
[compatibilities]
#These are the configurations for the optional dependency Voice Chat Interaction.
[compatibilities.voice_chat_interaction]
#When false, removes compatibility for Voice Chat Interaction. Defaults to false. (NON-FUNCTIONAL)
enabled = false
#These are the configurations for the optional dependency Valkyrien Skies.
[compatibilities.valkyrien_skies]
#When false, removes compatibility for Valkyrien Skies. Defaults to true.
enabled = true
#These are the configurations for the optional dependency Vibrative Voice.
[compatibilities.vibrative_voice]
#When false, removes compatibility for Vibrative Voice. Defaults to true.
enabled = true

View file

@ -528,6 +528,10 @@ hash = "4948d372bd930552682c4a975e972bb1e876a19fb87e2a3fbdb466887a9aa9a6"
file = "config/gazebo/villages.json" file = "config/gazebo/villages.json"
hash = "4e5e312a436b94bb9b6e117cc18dd2e9785bddb8e5cbe66d33abe6eebf2d9309" hash = "4e5e312a436b94bb9b6e117cc18dd2e9785bddb8e5cbe66d33abe6eebf2d9309"
[[files]]
file = "config/global_data_and_resourcepacks.toml"
hash = "d6055224690c399a9657218b8fcb9fa2ff1f33a5f83e7a383f4b6aae835938d5"
[[files]] [[files]]
file = "config/grapplemod.json" file = "config/grapplemod.json"
hash = "1004b07859564aee67a0a358e5603b68016c8a2723f432066061dcdba6aeeec7" hash = "1004b07859564aee67a0a358e5603b68016c8a2723f432066061dcdba6aeeec7"
@ -896,6 +900,10 @@ hash = "ee736e11525e0053adfa7a4d19441db6bd987fb07a3f41b39b8af7919855e3a1"
file = "config/sidebar_buttons.json" file = "config/sidebar_buttons.json"
hash = "f37500e8d3440dc1da3307f0fbbb3a0c181794c844efab9cfeb16564b4f22f3d" hash = "f37500e8d3440dc1da3307f0fbbb3a0c181794c844efab9cfeb16564b4f22f3d"
[[files]]
file = "config/simpleradio-server.toml"
hash = "dafa76a03036325565da116d538a9ba65f9574ade03e47c96548934cbcb999df"
[[files]] [[files]]
file = "config/simplyskills/berserker.json5" file = "config/simplyskills/berserker.json5"
hash = "838f250bdd55b5ef8e2eb72a5f1c1ed528d98a5ca31c01c60da434808da22c07" hash = "838f250bdd55b5ef8e2eb72a5f1c1ed528d98a5ca31c01c60da434808da22c07"

View file

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "2347e9d373bc7c9ebcff0542bce44b488dc1a2685d0b18580fa41d74b596552f" hash = "635295479dd347d52ebd82fd2037bf72a6a9dc07869c4f49952c60a58084411d"
[versions] [versions]
fabric = "0.16.0" fabric = "0.16.0"