diff --git a/config/global_data_and_resourcepacks.toml b/config/global_data_and_resourcepacks.toml new file mode 100644 index 0000000..6e12b0e --- /dev/null +++ b/config/global_data_and_resourcepacks.toml @@ -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: +# /.minecraft_global_packs/required_datapacks +# /.minecraft_global_packs/optional_datapacks +# /.minecraft_global_packs/required_resourcepacks +# /.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/" +] \ No newline at end of file diff --git a/config/simpleradio-server.toml b/config/simpleradio-server.toml new file mode 100644 index 0000000..dee900a --- /dev/null +++ b/config/simpleradio-server.toml @@ -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 diff --git a/index.toml b/index.toml index 74b2def..72cd69e 100644 --- a/index.toml +++ b/index.toml @@ -528,6 +528,10 @@ hash = "4948d372bd930552682c4a975e972bb1e876a19fb87e2a3fbdb466887a9aa9a6" file = "config/gazebo/villages.json" hash = "4e5e312a436b94bb9b6e117cc18dd2e9785bddb8e5cbe66d33abe6eebf2d9309" +[[files]] +file = "config/global_data_and_resourcepacks.toml" +hash = "d6055224690c399a9657218b8fcb9fa2ff1f33a5f83e7a383f4b6aae835938d5" + [[files]] file = "config/grapplemod.json" hash = "1004b07859564aee67a0a358e5603b68016c8a2723f432066061dcdba6aeeec7" @@ -896,6 +900,10 @@ hash = "ee736e11525e0053adfa7a4d19441db6bd987fb07a3f41b39b8af7919855e3a1" file = "config/sidebar_buttons.json" hash = "f37500e8d3440dc1da3307f0fbbb3a0c181794c844efab9cfeb16564b4f22f3d" +[[files]] +file = "config/simpleradio-server.toml" +hash = "dafa76a03036325565da116d538a9ba65f9574ade03e47c96548934cbcb999df" + [[files]] file = "config/simplyskills/berserker.json5" hash = "838f250bdd55b5ef8e2eb72a5f1c1ed528d98a5ca31c01c60da434808da22c07" diff --git a/pack.toml b/pack.toml index a8e20ad..3cef798 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2347e9d373bc7c9ebcff0542bce44b488dc1a2685d0b18580fa41d74b596552f" +hash = "635295479dd347d52ebd82fd2037bf72a6a9dc07869c4f49952c60a58084411d" [versions] fabric = "0.16.0"