Update to next server
This commit is contained in:
parent
1cf4dbe5d4
commit
ff38f396aa
15
config/starterkit.json5
Normal file
15
config/starterkit.json5
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
// When multiple starter kits are added via /starterkit add, there are two ways to distribute them. With this enabled, one is chosen at random. When disabled, players can choose one on first join.
|
||||
"randomizeMultipleKitsToggle": false,
|
||||
// Whether items that existed in the inventory, such as books added by other mods, should be added back to the inventory after the kit was set. If disabled, they'll be removed. You can still manually set them via the kit.
|
||||
"addExistingItemsAfterKitSet": true,
|
||||
// If potion/mob effect functionality should be enabled. This means that when creating a kit via /sk (add/set), it also saves the active effects the player has. And when handing out the starter kits, it adds the effects to new players.
|
||||
"usePotionEffectsInStarterKit": true,
|
||||
// If kit names should be formatted. Each word will be capitalized.
|
||||
"formatKitNames": true,
|
||||
"chooseKitText": "%s, you can choose a starter kit!",
|
||||
// Whether an announcement should be broadcasted to the server whenever a new player makes a kit choice. 'randomizeMultipleKitsToggle' must be disabled, and there must be at least 2 starter kits available.
|
||||
"announcePlayerKitChoiceInDedicatedServer": true,
|
||||
// Whether the starter kit should be re-set after the '/ftbteamislands create' command from FTB Team Islands. Does nothing when it's not installed.
|
||||
"enableFTBIslandCreateCompatibility": true
|
||||
}
|
1
config/starterkit/descriptions/Builder.txt
Normal file
1
config/starterkit/descriptions/Builder.txt
Normal file
@ -0,0 +1 @@
|
||||
Starter with tools for building
|
@ -1 +0,0 @@
|
||||
Start with some food
|
1
config/starterkit/descriptions/Farmer.txt
Normal file
1
config/starterkit/descriptions/Farmer.txt
Normal file
@ -0,0 +1 @@
|
||||
Starter with basic saplings and seeds
|
1
config/starterkit/descriptions/Mage.txt
Normal file
1
config/starterkit/descriptions/Mage.txt
Normal file
@ -0,0 +1 @@
|
||||
Speed up your magic progress
|
1
config/starterkit/descriptions/Traveler.txt
Normal file
1
config/starterkit/descriptions/Traveler.txt
Normal file
@ -0,0 +1 @@
|
||||
Start with gear for travels
|
1
config/starterkit/descriptions/Warrior.txt
Normal file
1
config/starterkit/descriptions/Warrior.txt
Normal file
@ -0,0 +1 @@
|
||||
Armored warrior starter
|
42
config/starterkit/kits/Builder.txt
Normal file
42
config/starterkit/kits/Builder.txt
Normal file
@ -0,0 +1,42 @@
|
||||
'head' : '',
|
||||
'chest' : '',
|
||||
'legs' : '',
|
||||
'feet' : '',
|
||||
'offhand' : '',
|
||||
0 : '{Count:1b,id:"minecraft:iron_pickaxe",tag:{Damage:0}}',
|
||||
1 : '{Count:1b,id:"minecraft:iron_shovel",tag:{Damage:0}}',
|
||||
2 : '{Count:1b,id:"rechiseled:chisel",tag:{}}',
|
||||
3 : '',
|
||||
4 : '',
|
||||
5 : '{Count:1b,id:"minecraft:water_bucket",tag:{}}',
|
||||
6 : '{Count:1b,id:"minecraft:lava_bucket"}',
|
||||
7 : '{Count:16b,id:"minecraft:baked_potato"}',
|
||||
8 : '{Count:16b,id:"minecraft:potion",tag:{Potion:"minecraft:water",Purity:3}}',
|
||||
9 : '',
|
||||
10 : '',
|
||||
11 : '',
|
||||
12 : '',
|
||||
13 : '',
|
||||
14 : '',
|
||||
15 : '',
|
||||
16 : '',
|
||||
17 : '',
|
||||
18 : '',
|
||||
19 : '',
|
||||
20 : '',
|
||||
21 : '',
|
||||
22 : '',
|
||||
23 : '',
|
||||
24 : '',
|
||||
25 : '',
|
||||
26 : '',
|
||||
27 : '',
|
||||
28 : '',
|
||||
29 : '',
|
||||
30 : '',
|
||||
31 : '',
|
||||
32 : '',
|
||||
33 : '',
|
||||
34 : '',
|
||||
35 : '',
|
||||
'effects' : '',
|
@ -1,42 +0,0 @@
|
||||
'head' : '',
|
||||
'chest' : '',
|
||||
'legs' : '',
|
||||
'feet' : '{Count:1b,id:"minecraft:leather_boots",tag:{Damage:0}}',
|
||||
'offhand' : '',
|
||||
0 : '',
|
||||
1 : '',
|
||||
2 : '',
|
||||
3 : '',
|
||||
4 : '',
|
||||
5 : '',
|
||||
6 : '{Count:16b,id:"minecraft:potion",tag:{Potion:"minecraft:water",Purity:3}}',
|
||||
7 : '{Count:16b,id:"minecraft:cooked_beef"}',
|
||||
8 : '{Count:4b,id:"farmersdelight:shepherds_pie"}',
|
||||
9 : '',
|
||||
10 : '',
|
||||
11 : '',
|
||||
12 : '',
|
||||
13 : '',
|
||||
14 : '',
|
||||
15 : '',
|
||||
16 : '',
|
||||
17 : '',
|
||||
18 : '',
|
||||
19 : '',
|
||||
20 : '',
|
||||
21 : '',
|
||||
22 : '',
|
||||
23 : '',
|
||||
24 : '',
|
||||
25 : '',
|
||||
26 : '',
|
||||
27 : '',
|
||||
28 : '',
|
||||
29 : '',
|
||||
30 : '',
|
||||
31 : '',
|
||||
32 : '',
|
||||
33 : '',
|
||||
34 : '',
|
||||
35 : '',
|
||||
'effects' : '',
|
42
config/starterkit/kits/Farmer.txt
Normal file
42
config/starterkit/kits/Farmer.txt
Normal file
@ -0,0 +1,42 @@
|
||||
'head' : '',
|
||||
'chest' : '',
|
||||
'legs' : '',
|
||||
'feet' : '',
|
||||
'offhand' : '',
|
||||
0 : '{Count:1b,id:"minecraft:iron_hoe",tag:{Damage:0}}',
|
||||
1 : '',
|
||||
2 : '',
|
||||
3 : '',
|
||||
4 : '',
|
||||
5 : '',
|
||||
6 : '',
|
||||
7 : '{Count:16b,id:"minecraft:baked_potato"}',
|
||||
8 : '{Count:16b,id:"minecraft:potion",tag:{Potion:"minecraft:water",Purity:3}}',
|
||||
9 : '{Count:4b,id:"minecraft:acacia_sapling"}',
|
||||
10 : '{Count:4b,id:"minecraft:birch_sapling"}',
|
||||
11 : '{Count:4b,id:"minecraft:cherry_sapling"}',
|
||||
12 : '{Count:4b,id:"minecraft:jungle_sapling"}',
|
||||
13 : '{Count:4b,id:"minecraft:oak_sapling"}',
|
||||
14 : '{Count:4b,id:"minecraft:spruce_sapling"}',
|
||||
15 : '{Count:4b,id:"minecraft:dark_oak_sapling"}',
|
||||
16 : '{Count:16b,id:"minecraft:wheat_seeds"}',
|
||||
17 : '{Count:16b,id:"minecraft:carrot"}',
|
||||
18 : '{Count:16b,id:"minecraft:potato"}',
|
||||
19 : '{Count:16b,id:"minecraft:beetroot_seeds"}',
|
||||
20 : '{Count:8b,id:"minecraft:melon_seeds"}',
|
||||
21 : '{Count:8b,id:"minecraft:pumpkin_seeds"}',
|
||||
22 : '{Count:8b,id:"silentgear:flax_seeds"}',
|
||||
23 : '{Count:8b,id:"silentgear:fluffy_seeds"}',
|
||||
24 : '',
|
||||
25 : '',
|
||||
26 : '',
|
||||
27 : '',
|
||||
28 : '',
|
||||
29 : '',
|
||||
30 : '',
|
||||
31 : '',
|
||||
32 : '',
|
||||
33 : '',
|
||||
34 : '',
|
||||
35 : '',
|
||||
'effects' : '',
|
42
config/starterkit/kits/Mage.txt
Normal file
42
config/starterkit/kits/Mage.txt
Normal file
@ -0,0 +1,42 @@
|
||||
'head' : '',
|
||||
'chest' : '',
|
||||
'legs' : '',
|
||||
'feet' : '',
|
||||
'offhand' : '',
|
||||
0 : '{Count:1b,id:"ars_nouveau:novice_spell_book"}',
|
||||
1 : '',
|
||||
2 : '',
|
||||
3 : '',
|
||||
4 : '',
|
||||
5 : '',
|
||||
6 : '{Count:16b,id:"minecraft:baked_potato"}',
|
||||
7 : '{Count:4b,id:"essentials:fertile_soil_netherwart"}',
|
||||
8 : '{Count:16b,id:"minecraft:potion",tag:{Potion:"minecraft:water",Purity:3}}',
|
||||
9 : '',
|
||||
10 : '',
|
||||
11 : '',
|
||||
12 : '',
|
||||
13 : '',
|
||||
14 : '',
|
||||
15 : '',
|
||||
16 : '',
|
||||
17 : '{Count:1b,id:"minecraft:potion",tag:{Potion:"ars_nouveau:mana_regen_potion_long"}}',
|
||||
18 : '',
|
||||
19 : '',
|
||||
20 : '',
|
||||
21 : '',
|
||||
22 : '',
|
||||
23 : '',
|
||||
24 : '',
|
||||
25 : '',
|
||||
26 : '',
|
||||
27 : '',
|
||||
28 : '',
|
||||
29 : '',
|
||||
30 : '',
|
||||
31 : '',
|
||||
32 : '',
|
||||
33 : '',
|
||||
34 : '',
|
||||
35 : '{Count:16b,id:"minecraft:book"}',
|
||||
'effects' : '',
|
42
config/starterkit/kits/Traveler.txt
Normal file
42
config/starterkit/kits/Traveler.txt
Normal file
@ -0,0 +1,42 @@
|
||||
'head' : '{Count:1b,id:"minecraft:leather_helmet",tag:{Damage:0}}',
|
||||
'chest' : '{Count:1b,id:"minecraft:leather_chestplate",tag:{Damage:0}}',
|
||||
'legs' : '{Count:1b,id:"minecraft:leather_leggings",tag:{Damage:0}}',
|
||||
'feet' : '{Count:1b,id:"minecraft:leather_boots",tag:{Damage:0}}',
|
||||
'offhand' : '',
|
||||
0 : '{Count:1b,id:"minecraft:iron_sword",tag:{Damage:0}}',
|
||||
1 : '',
|
||||
2 : '',
|
||||
3 : '',
|
||||
4 : '{Count:64b,id:"minecraft:cooked_beef"}',
|
||||
5 : '{Count:64b,id:"minecraft:baked_potato"}',
|
||||
6 : '{Count:1b,id:"comforts:sleeping_bag_white"}',
|
||||
7 : '{Count:1b,id:"sophisticatedbackpacks:backpack",tag:{contentsUuid:[I;1255272909,1885423072,-1238172143,-994232043],inventorySlots:27,renderInfo:{upgradeItems:[{Count:1b,id:"minecraft:air",tag:{}}]},upgradeSlots:1}}',
|
||||
8 : '{Count:16b,id:"minecraft:potion",tag:{Potion:"minecraft:water",Purity:3}}',
|
||||
9 : '',
|
||||
10 : '',
|
||||
11 : '',
|
||||
12 : '',
|
||||
13 : '',
|
||||
14 : '',
|
||||
15 : '',
|
||||
16 : '',
|
||||
17 : '',
|
||||
18 : '',
|
||||
19 : '',
|
||||
20 : '',
|
||||
21 : '',
|
||||
22 : '',
|
||||
23 : '',
|
||||
24 : '',
|
||||
25 : '',
|
||||
26 : '',
|
||||
27 : '',
|
||||
28 : '',
|
||||
29 : '',
|
||||
30 : '',
|
||||
31 : '',
|
||||
32 : '',
|
||||
33 : '',
|
||||
34 : '',
|
||||
35 : '',
|
||||
'effects' : '',
|
42
config/starterkit/kits/Warrior.txt
Normal file
42
config/starterkit/kits/Warrior.txt
Normal file
@ -0,0 +1,42 @@
|
||||
'head' : '{Count:1b,id:"minecraft:iron_helmet",tag:{Damage:0}}',
|
||||
'chest' : '{Count:1b,id:"minecraft:iron_chestplate",tag:{Damage:0}}',
|
||||
'legs' : '{Count:1b,id:"minecraft:iron_leggings",tag:{Damage:0}}',
|
||||
'feet' : '{Count:1b,id:"minecraft:iron_boots",tag:{Damage:0}}',
|
||||
'offhand' : '',
|
||||
0 : '{Count:1b,id:"minecraft:iron_sword",tag:{Damage:0}}',
|
||||
1 : '{Count:1b,id:"minecraft:iron_axe",tag:{Damage:0}}',
|
||||
2 : '',
|
||||
3 : '',
|
||||
4 : '',
|
||||
5 : '',
|
||||
6 : '',
|
||||
7 : '{Count:16b,id:"minecraft:baked_potato"}',
|
||||
8 : '{Count:16b,id:"minecraft:potion",tag:{Potion:"minecraft:water",Purity:3}}',
|
||||
9 : '',
|
||||
10 : '',
|
||||
11 : '',
|
||||
12 : '',
|
||||
13 : '',
|
||||
14 : '',
|
||||
15 : '',
|
||||
16 : '',
|
||||
17 : '',
|
||||
18 : '',
|
||||
19 : '',
|
||||
20 : '',
|
||||
21 : '',
|
||||
22 : '',
|
||||
23 : '',
|
||||
24 : '',
|
||||
25 : '',
|
||||
26 : '',
|
||||
27 : '',
|
||||
28 : '',
|
||||
29 : '',
|
||||
30 : '',
|
||||
31 : '',
|
||||
32 : '',
|
||||
33 : '',
|
||||
34 : '',
|
||||
35 : '',
|
||||
'effects' : '',
|
@ -1,8 +0,0 @@
|
||||
|
||||
#General mod settings
|
||||
[general]
|
||||
#-
|
||||
client_renderBlood = true
|
||||
#-
|
||||
client_debugSensesVisual = false
|
||||
|
@ -1,35 +0,0 @@
|
||||
|
||||
#General mod settings
|
||||
[general]
|
||||
#Spawn sound sense sources for monsters to track
|
||||
awareness_Sound = true
|
||||
#Spawn scent/blood sense sources for monsters to track
|
||||
awareness_Scent = true
|
||||
#Monsters see light near player and move towards it
|
||||
awareness_Light = true
|
||||
#Growling zombies attracts other zombies
|
||||
noisyZombies = true
|
||||
#Pistons cause sound sense sources attracting monsters
|
||||
noisyPistons = true
|
||||
#Causes monsters to horde up and wander the surface together to random points
|
||||
wanderingHordes = true
|
||||
#How often in seconds we set a random point around a player for mobs to wander to from far away. Makes mobs path around more, dont use if you have TPS performance issues.
|
||||
#Range: > -2147483648
|
||||
frequencyOfWanderingHordesPerPlayer = 30
|
||||
#How loud sounds should be when you are alerted that a mob is coming to investigate an area near you
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
soundVolumeInvestigate = 0.0
|
||||
#How loud sounds should be for a mob targetting you
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
soundVolumeAlertTarget = 0.0
|
||||
#Enhanced mobs will make a sound when they target you
|
||||
soundAlerts = false
|
||||
#Any hostile mob that targets you will make a sound, even if not enhanced
|
||||
soundAlertsForAllAttackingMobs = false
|
||||
#Enhanced mobs will make a sound when they are investigating a sense near you
|
||||
soundInvestigates = false
|
||||
#Uses a different kind of mob alert noise, might break immersion a bit ;)
|
||||
soundUseAlternateAlertNoise = false
|
||||
#Only spawn sound sense entities in Overworld
|
||||
awareness_Sound_OverworldOnly = false
|
||||
|
@ -1,67 +0,0 @@
|
||||
|
||||
#General mod settings
|
||||
[general]
|
||||
#Max awareness range for zombies
|
||||
#Range: > -2147483648
|
||||
maxPFRangeSense = 128
|
||||
#Prevent non zombies from being attracted to light
|
||||
awareness_Light_OnlyZombies = true
|
||||
#Custom targetting sight range on top of vanilla sight based targetting
|
||||
#Range: > -2147483648
|
||||
sightRange = 16
|
||||
#Always target closest player [performance sensitive]
|
||||
omniscient = false
|
||||
#skips line of sight check on targetting [performance sensitive]
|
||||
seeThroughWalls = false
|
||||
#Effects how far monsters will sense scents from
|
||||
#Range: > -2147483648
|
||||
scentStrength = 60
|
||||
#Effects how far monsters will sense sound sources from
|
||||
#Range: > -2147483648
|
||||
soundStrength = 60
|
||||
#max rate of spawning sound sources in milliseconds
|
||||
#Range: > -2147483648
|
||||
frequentSoundThreshold = 1000
|
||||
#Range of extra random speed to give a zombie for extra spawns and zombie duplications, eg: 0 = no boost, 1 = up to double speed (works for my extra spawned mobs only)
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
zombieRandSpeedBoost = 0.3
|
||||
#The amount of delay in game ticks between processing mobs with enhanced AI, less is more frequent [performance sensitive]
|
||||
#Range: > -2147483648
|
||||
tickRateAILoop = 5
|
||||
#how frequently the mod iterates all players, effects rates, less is more frequent
|
||||
#Range: > -2147483648
|
||||
tickRatePlayerLoop = 20
|
||||
#How long before a mob can move around again to track a light source, or scent, or sound, increase number to reduce performance impact of mod if needed
|
||||
#Range: > -2147483648
|
||||
tickCooldownBetweenPathfinds = 300
|
||||
#How likely zombies making noise near you will attract other zombies, higher = less likely, 0 = every time they make a noise
|
||||
#Range: > -2147483648
|
||||
noisyZombiesReinforceOddsTo1 = 5
|
||||
#-
|
||||
debugConsole = false
|
||||
#-
|
||||
debugConsoleOmniscient = false
|
||||
#-
|
||||
debugConsoleSuperDetailed = false
|
||||
#Minimum distance required between active sense sources, prevents spamming sources [performance sensitive]
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
extraScentCutoffRange = 3.0
|
||||
#Max strength allowed for a sense, in case senses get a super high base strength or large buff
|
||||
#Range: > -2147483648
|
||||
senseMaxStrength = 300
|
||||
#Days before all of the mods features will be activated
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
daysBeforeFeaturesActivate = 0.0
|
||||
#Block breaks cause sound senses to spawn
|
||||
blockBreakEvent_Active = true
|
||||
#Block mining before it breaks cause sound senses to spawn
|
||||
blockHittingEvent_Active = true
|
||||
#Odds of hitting a block causing a sound sense, rolled per tick
|
||||
#Range: > -2147483648
|
||||
blockHittingEvent_OddsTo1 = 20
|
||||
#Only spawn sound senses for players, if false, machines and other things will cause them too
|
||||
blockBreakEvent_PlayersOnly = false
|
||||
#Every 2 seconds, the percent chance a mob has to look for an active sense in range, 100 = nearly instant, 10 = slowly over time, performance sensitive setting, higher = more frequent pathfind attempts
|
||||
#Range: > -2147483648
|
||||
findSense_PercentChance = 10
|
||||
|
@ -1,8 +0,0 @@
|
||||
|
||||
#General mod settings
|
||||
[general]
|
||||
#Mobs enhanced by zombie awareness
|
||||
enhancedMobs = ["minecraft:zombie", "minecraft:husk", "minecraft:creeper", "minecraft:skeleton", "minecraft:stray", "minecraft:witch", "minecraft:zombie_villager"]
|
||||
#This is a list to use as a reference for your modpack for mobs you might want to enhance, if these mobs also walk on the ground, they will probably work if you add them to enhancedMobs
|
||||
enhanceableMobs = ["minecraft:blaze", "minecraft:cave_spider", "minecraft:creeper", "minecraft:drowned", "minecraft:elder_guardian", "minecraft:ender_dragon", "minecraft:enderman", "minecraft:endermite", "minecraft:evoker", "minecraft:ghast", "minecraft:giant", "minecraft:guardian", "minecraft:hoglin", "minecraft:husk", "minecraft:illusioner", "minecraft:magma_cube", "minecraft:phantom", "minecraft:piglin", "minecraft:piglin_brute", "minecraft:pillager", "minecraft:ravager", "minecraft:shulker", "minecraft:silverfish", "minecraft:skeleton", "minecraft:slime", "minecraft:spider", "minecraft:stray", "minecraft:vex", "minecraft:vindicator", "minecraft:warden", "minecraft:witch", "minecraft:wither", "minecraft:wither_skeleton", "minecraft:zoglin", "minecraft:zombie", "minecraft:zombie_villager", "minecraft:zombified_piglin", "gravestone:player_ghost", "minecolonies:barbarian", "minecolonies:archerbarbarian", "minecolonies:chiefbarbarian", "minecolonies:pirate", "minecolonies:archerpirate", "minecolonies:chiefpirate", "minecolonies:mummy", "minecolonies:archermummy", "minecolonies:pharao", "minecolonies:amazon", "minecolonies:amazonspearman", "minecolonies:amazonchief", "minecolonies:shieldmaiden", "minecolonies:norsemenarcher", "minecolonies:norsemenchief", "minecolonies:drownedpirate", "minecolonies:drownedarcherpirate", "minecolonies:drownedchiefpirate", "minecolonies:campbarbarian", "minecolonies:camparcherbarbarian", "minecolonies:campchiefbarbarian", "minecolonies:camppirate", "minecolonies:camparcherpirate", "minecolonies:campchiefpirate", "minecolonies:campamazon", "minecolonies:campamazonspearman", "minecolonies:campamazonchief", "minecolonies:campmummy", "minecolonies:camparchermummy", "minecolonies:camppharao", "minecolonies:campshieldmaiden", "minecolonies:campnorsemenarcher", "minecolonies:campnorsemenchief", "minecolonies:campdrownedpirate", "minecolonies:campdrownedarcherpirate", "minecolonies:campdrownedchiefpirate", "vanillabackport:creaking", "ars_nouveau:wilden_hunter", "ars_nouveau:wilden_stalker", "ars_nouveau:wilden_guardian", "ars_nouveau:wilden_boss", "ars_elemental:fire_mage", "ars_elemental:water_mage", "ars_elemental:air_mage", "ars_elemental:earth_mage", "ars_elemental:summon_vhex", "alexsmobs:bone_serpent", "alexsmobs:bone_serpent_part", "alexsmobs:crimson_mosquito", "alexsmobs:centipede_head", "alexsmobs:mimicube", "alexsmobs:soul_vulture", "alexsmobs:guster", "alexsmobs:warped_mosco", "alexsmobs:straddler", "alexsmobs:dropbear", "alexsmobs:void_worm", "alexsmobs:void_worm_part", "alexsmobs:rocky_roller", "alexsmobs:skelewag", "alexsmobs:farseer", "alexsmobs:murmur", "alexsmobs:murmur_head", "savage_and_ravage:skeleton_villager", "savage_and_ravage:griefer", "savage_and_ravage:trickster", "savage_and_ravage:iceologer", "savage_and_ravage:executioner", "endergetic:charger_eetle", "endergetic:glider_eetle", "endergetic:brood_eetle", "upgrade_aquatic:thrasher", "upgrade_aquatic:great_thrasher", "upgrade_aquatic:flare", "quark:forgotten", "quark:wraith", "create_sa:brass_drone"]
|
||||
|
@ -1,12 +0,0 @@
|
||||
|
||||
#General mod settings
|
||||
[general]
|
||||
#Uses list of people to have omniscient targetting effect
|
||||
whiteListUsedOmniscient = false
|
||||
#Uses list of people to have senses spawned for
|
||||
whiteListUsedSenses = false
|
||||
#List of people to have omniscient targetting effect
|
||||
whitelistOmniscientTargettedPlayers = "Corosus, SomeDude"
|
||||
#List of people to have senses spawned for
|
||||
whitelistSenses = "Corosus, SomeDude"
|
||||
|
89
index.toml
89
index.toml
@ -324,12 +324,48 @@ file = "config/sparsestructures.json5"
|
||||
hash = "9b2e5442da12a3fe3239825a25e09394ef95d917b5e5a11de9c4d39227a9b2a9"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/descriptions/Default.txt"
|
||||
hash = "e537d4de175058a952fb640652ee7d7b1764adb078a3b38e4a7b9202e2a74d62"
|
||||
file = "config/starterkit.json5"
|
||||
hash = "0d41986996ca9124b5a084cc52806ac48238d6da31855e4d8436fad80b5e7898"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/kits/Default.txt"
|
||||
hash = "7db18c7382f1f5b8d5cc76771ae8cf2c70b06d8402aa827fa016c864ef882dcb"
|
||||
file = "config/starterkit/descriptions/Builder.txt"
|
||||
hash = "95a6b3786186640872d9478f93fff5113223b24da886b812196167f39ce6340e"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/descriptions/Farmer.txt"
|
||||
hash = "5262b159b89d4f18aea1c702e97a203a10da66f76b7d000d91e0eae65351ad7f"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/descriptions/Mage.txt"
|
||||
hash = "3fb3008c7de384aea8b5a865926645e5c62603d566580cce525ccb0e43206a49"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/descriptions/Traveler.txt"
|
||||
hash = "ffea4e75a0d625dfbb895efb3c59b4590b64bf3f3906f2ecbbff98e9b662d442"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/descriptions/Warrior.txt"
|
||||
hash = "3f505986088bdf2ad208d67252ea86e089a128c2027c11e659f3c10825cfe311"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/kits/Builder.txt"
|
||||
hash = "b2babdfe81c11236f06a3f51770a9079833ea5ab07d5627229da545436de8a38"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/kits/Farmer.txt"
|
||||
hash = "dedc6a51865c8c383474ba56b04b242a114c503bb1842c7972da32bf40cdaa8c"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/kits/Mage.txt"
|
||||
hash = "9c7b7b272b4afe7885e8c5cc55754b0fca97188975975b7454fd83812c0d3fac"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/kits/Traveler.txt"
|
||||
hash = "f5f4fd63e14c7678967b0e62a918b463d4c66df640e72434ca50c4df2c190bee"
|
||||
|
||||
[[files]]
|
||||
file = "config/starterkit/kits/Warrior.txt"
|
||||
hash = "dfb8ecfc42e97ff9cfea3cb18eb109032505331e573ff4ee6018994965e66367"
|
||||
|
||||
[[files]]
|
||||
file = "config/supplementaries-common.toml"
|
||||
@ -355,26 +391,6 @@ hash = "cf83d2963af54f8d4f9ed6378b5cba3ed04ac6dfee36a814970aad6e40d1ef99"
|
||||
file = "config/waystones-common.toml"
|
||||
hash = "3956169e4f69eecbf0c56aab31e3a53bc723be439557f610e1e5bd235af022e1"
|
||||
|
||||
[[files]]
|
||||
file = "config/zombieawareness/ClientConfig.toml"
|
||||
hash = "97ffa3854e27b7fac0de477bb55553676eb7fe1123bfcd89c0df7218f1de1dae"
|
||||
|
||||
[[files]]
|
||||
file = "config/zombieawareness/Features.toml"
|
||||
hash = "02b93fd5d6f64f680b3c68c31cf913813692aa54bd536f9dcbf69dfb24052f0f"
|
||||
|
||||
[[files]]
|
||||
file = "config/zombieawareness/General.toml"
|
||||
hash = "296a90350caf180aafa2d4be57119ecf034cf6a4695b183f27f6033e04cb3bc7"
|
||||
|
||||
[[files]]
|
||||
file = "config/zombieawareness/MobLists.toml"
|
||||
hash = "d239c90314701613d0366598c0ba23c26aa34573f6f67b81f8b471d7574f8c33"
|
||||
|
||||
[[files]]
|
||||
file = "config/zombieawareness/PlayerRulesAndLists.toml"
|
||||
hash = "0c9cb7ce493414f2a4b846417db297b8c24ec9950e5e2630d1cfff387568f5ae"
|
||||
|
||||
[[files]]
|
||||
file = "defaultconfigs/create-server.toml"
|
||||
hash = "d3eae35956575f4602638eba97a6b078973f4b2cb507c82b4e60f9cefe6e542e"
|
||||
@ -583,6 +599,11 @@ file = "mods/asyncparticles.pw.toml"
|
||||
hash = "d635c91caf90f0b2093a3a6e6c0ec730c6a63ef33005e9ae33fd3c943a1ec8dd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/attract-to-sound.pw.toml"
|
||||
hash = "d04dbdebd92bffe17740f57fe55b9e28330dbe3a8d5717c2b2adae2fa3fcda22"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/automobility.pw.toml"
|
||||
hash = "e0b0d4ffb66d813a4e6da0910d8e050bbfd8e16731dacb78fc5478029932c473"
|
||||
@ -878,6 +899,11 @@ file = "mods/copycats.pw.toml"
|
||||
hash = "408ce5619020064fc084d150d331edc654bbf1749bbd289e19f050a0df51f1c8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/corail-tombstone.pw.toml"
|
||||
hash = "136205914a8e3370ac4ab6d4f1a14d755921c176964867fef8d4ca945e32515f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/corgilib.pw.toml"
|
||||
hash = "aab86d52c9896cfcf7c0635c3c897c3dd190de84e3be9eeb726a22c5a61602ed"
|
||||
@ -1497,16 +1523,6 @@ file = "mods/grabby-mobs.pw.toml"
|
||||
hash = "1fc17008c6d7bf42c8067b11a626bbe284597e5f45784b327203e3888c24a2f1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/gravestone-mod.pw.toml"
|
||||
hash = "12e6cb4e6f2a5c0342a7f61ece1f118d637e53e34b6691d53b36fed317022dfd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/gravestone-x-curios-api-compat.pw.toml"
|
||||
hash = "f29b802fac8e85e5b6b4bc52338495ee5a3cb40aea8798296bbf00befcbb613a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/guard-villagers.pw.toml"
|
||||
hash = "d3c46e2cf7b6cb19617bd0fab5bbeee7826c0a6371a48d1249b2fc3370a2da37"
|
||||
@ -2832,11 +2848,6 @@ file = "mods/zeta.pw.toml"
|
||||
hash = "4bcf74d4569def60ca031d565350952c2edcc420f26278bc7997654a77b6fb4d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/zombie-awareness.pw.toml"
|
||||
hash = "7a4b8e290aa6cd5602482fce48c71a2822a2380f35a586cd7444b3f1680629e8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/zombie-horse-spawn.pw.toml"
|
||||
hash = "41e9844d70e61b06c0c79d4b23b1b34aa31a23d5256e8c203d6ec5bc8a4649ef"
|
||||
|
13
mods/attract-to-sound.pw.toml
Normal file
13
mods/attract-to-sound.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Attract to Sound ([NEO]Forge/Fabric): Realistic mob hearing & stealth AI."
|
||||
filename = "forge_soundattract_1.20.1-4.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "2704d61b4738d76aaea2c7d6e1a0bb2249b8efbe"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 7048524
|
||||
project-id = 1213051
|
13
mods/corail-tombstone.pw.toml
Normal file
13
mods/corail-tombstone.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Corail Tombstone"
|
||||
filename = "tombstone-1.20.1-9.0.9.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "24d376e3f0aed78aa38d8010e097be856220fc3c"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 6956885
|
||||
project-id = 243707
|
@ -1,13 +0,0 @@
|
||||
name = "GraveStone Mod"
|
||||
filename = "gravestone-forge-1.20.1-1.0.33.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/RYtXKJPr/versions/UQMeEqbE/gravestone-forge-1.20.1-1.0.33.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8a1a6d8cd077885a2cd5f696f67154ce357f6e069eb60d9ef8b4eaf3f96f02e5645de9fdddfeeaa6b92fe2f6718b303235f09ecf46c10d0faa44a1f2c1f95a56"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "RYtXKJPr"
|
||||
version = "UQMeEqbE"
|
@ -1,13 +0,0 @@
|
||||
name = "Gravestone x Curios API Compat"
|
||||
filename = "gravestonecurioscompat-1.20.x-Forge-3.0.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NaiL8bPN/versions/jkxbFNyf/gravestonecurioscompat-1.20.x-Forge-3.0.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5e6114fc9f3efc9e468ff6fc5665190356d4b53c5cd73331df174d61e1c3f4b11b7e3c812253f9b6a03b3c808b06796b3402d71f9510a524e94238fdc95e63fc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NaiL8bPN"
|
||||
version = "jkxbFNyf"
|
@ -1,13 +0,0 @@
|
||||
name = "Zombie Awareness"
|
||||
filename = "zombieawareness-1.20.1-1.13.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mMTOWOaA/versions/vmo9rLxO/zombieawareness-1.20.1-1.13.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "16f33ffaa52c208c4239a35bc2ce268e0b56bec81d37a6120aa7708e64d806399c115d54d915f03c88bf9e44fdea01b0dc201816cd0ffd2f96601ae2ba3db337"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mMTOWOaA"
|
||||
version = "vmo9rLxO"
|
Loading…
x
Reference in New Issue
Block a user