Compare commits
3 commits
6bae88bebe
...
3ec5ae39e2
Author | SHA1 | Date | |
---|---|---|---|
3ec5ae39e2 | |||
1dda1d4ef8 | |||
53bf084d83 |
8 changed files with 159 additions and 3 deletions
27
config/global_data_and_resourcepacks.toml
Normal file
27
config/global_data_and_resourcepacks.toml
Normal 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/"
|
||||||
|
]
|
92
config/simpleradio-server.toml
Normal file
92
config/simpleradio-server.toml
Normal 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
|
|
@ -9,7 +9,7 @@
|
||||||
3 : '{Count:1b,id:"minecraft:book",tag:{Damage:0}}',
|
3 : '{Count:1b,id:"minecraft:book",tag:{Damage:0}}',
|
||||||
4 : '{Count:6b,id:"minecraft:torch",tag:{Damage:0}}',
|
4 : '{Count:6b,id:"minecraft:torch",tag:{Damage:0}}',
|
||||||
5 : '{Count:1b,id:"camping:tent_white",tag:{Damage:0}}',
|
5 : '{Count:1b,id:"camping:tent_white",tag:{Damage:0}}',
|
||||||
6 : '{Count:1b,id:"simpleradio:transceiver"}',
|
6 : '{Count:1b,id:"simpleradio:walkie_talkie"}',
|
||||||
7 : '',
|
7 : '',
|
||||||
8 : '',
|
8 : '',
|
||||||
9 : '',
|
9 : '',
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"criteria": {
|
||||||
|
"requirement": {
|
||||||
|
"trigger": "minecraft:tick"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"rewards": {
|
||||||
|
"function": "newplayerxp:give_xp"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
xp add @s 7 points
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"pack_format": 10,
|
||||||
|
"description": "Gives new players enough XP to start at level 1"
|
||||||
|
}
|
||||||
|
}
|
22
index.toml
22
index.toml
|
@ -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"
|
||||||
|
@ -1078,7 +1086,7 @@ hash = "290f6b832794b6876aba9da963b585ba4e99e5e6a972aebb52810e9a256e2f65"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/starterkit/kits/Default.txt"
|
file = "config/starterkit/kits/Default.txt"
|
||||||
hash = "74f856b1aa1d894750181e13f1e78f067d444abc1c0e6aea2b6ac5d08ff317a3"
|
hash = "a913e9c8b6087e43320e070f6421c4f11955c25bbebe7575b0cb54fdc06761c9"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/starterkit/kits/inactive/Archer.txt"
|
file = "config/starterkit/kits/inactive/Archer.txt"
|
||||||
|
@ -1272,6 +1280,18 @@ hash = "bc68eaf04873d385c11b6e8dc894fa1a7fdbd656108483006d01c16eabf3f81f"
|
||||||
file = "config/zenith_attributes.cfg"
|
file = "config/zenith_attributes.cfg"
|
||||||
hash = "720285dfa0a1a937f0acbeb3fd524e459222cd299b0c9d72ffc73b94bbccbbc5"
|
hash = "720285dfa0a1a937f0acbeb3fd524e459222cd299b0c9d72ffc73b94bbccbbc5"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "global_packs/required_data/new_player_start_lvl1/advancements/new_player.json"
|
||||||
|
hash = "1bba63971ba12a6bde7365c1108508eb49535808213d82cc63db75a95be45122"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "global_packs/required_data/new_player_start_lvl1/functions/give_xp.mcfunction"
|
||||||
|
hash = "14eb18174bc9f41f3a16aa417ee64f20dcd327d5a0523b7366ab0be6dc36162a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "global_packs/required_data/new_player_start_lvl1/pack.mcmeta"
|
||||||
|
hash = "038733c8e02f1f0992322f1972742cfe2e659b512a27c3964f250466455c9f83"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/AmbientSounds_FABRIC_v6.0.3_mc1.20.1.pw.toml"
|
file = "mods/AmbientSounds_FABRIC_v6.0.3_mc1.20.1.pw.toml"
|
||||||
hash = "d71ab403c5a95db8a9a886fa96afd3ec697bf48d4783fe2a48c3529f41a7f86b"
|
hash = "d71ab403c5a95db8a9a886fa96afd3ec697bf48d4783fe2a48c3529f41a7f86b"
|
||||||
|
|
|
@ -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 = "d69e60af9a0b23e0e7d1d0b864938c2b83619effcdcee687fc6a7a826e7b7216"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.0"
|
fabric = "0.16.0"
|
||||||
|
|
Loading…
Reference in a new issue