Clear AI stuff and voxy server for better performance
This commit is contained in:
parent
8de7a7fae1
commit
a9b98ddb5f
File diff suppressed because it is too large
Load Diff
@ -1,6 +0,0 @@
|
|||||||
#General mod settings
|
|
||||||
[general]
|
|
||||||
#-
|
|
||||||
client_renderBlood = true
|
|
||||||
#-
|
|
||||||
client_debugSensesVisual = false
|
|
||||||
@ -1,36 +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.
|
|
||||||
# Default: 30
|
|
||||||
# Range: > -2147483648
|
|
||||||
frequencyOfWanderingHordesPerPlayer = 30
|
|
||||||
#How loud sounds should be when you are alerted that a mob is coming to investigate an area near you
|
|
||||||
# Default: 0.5
|
|
||||||
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
|
||||||
soundVolumeInvestigate = 0.0
|
|
||||||
#How loud sounds should be for a mob targetting you
|
|
||||||
# Default: 0.5
|
|
||||||
# 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,80 +0,0 @@
|
|||||||
#General mod settings
|
|
||||||
[general]
|
|
||||||
#Max awareness range for zombies
|
|
||||||
# Default: 64
|
|
||||||
# Range: > -2147483648
|
|
||||||
maxPFRangeSense = 96
|
|
||||||
#Prevent non zombies from being attracted to light
|
|
||||||
awareness_Light_OnlyZombies = true
|
|
||||||
#Custom targetting sight range on top of vanilla sight based targetting
|
|
||||||
# Default: 16
|
|
||||||
# Range: > -2147483648
|
|
||||||
sightRange = 24
|
|
||||||
#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
|
|
||||||
# Default: 60
|
|
||||||
# Range: > -2147483648
|
|
||||||
scentStrength = 70
|
|
||||||
#Effects how far monsters will sense sound sources from
|
|
||||||
# Default: 60
|
|
||||||
# Range: > -2147483648
|
|
||||||
soundStrength = 60
|
|
||||||
#max rate of spawning sound sources in milliseconds
|
|
||||||
# Default: 1000
|
|
||||||
# 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)
|
|
||||||
# Default: 0.3
|
|
||||||
# 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]
|
|
||||||
# Default: 5
|
|
||||||
# Range: > -2147483648
|
|
||||||
tickRateAILoop = 5
|
|
||||||
#how frequently the mod iterates all players, effects rates, less is more frequent
|
|
||||||
# Default: 20
|
|
||||||
# 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
|
|
||||||
# Default: 300
|
|
||||||
# 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
|
|
||||||
# Default: 5
|
|
||||||
# Range: > -2147483648
|
|
||||||
noisyZombiesReinforceOddsTo1 = 5
|
|
||||||
#-
|
|
||||||
debugConsole = false
|
|
||||||
#-
|
|
||||||
debugConsoleOmniscient = false
|
|
||||||
#-
|
|
||||||
debugConsoleSuperDetailed = false
|
|
||||||
#Minimum distance required between active sense sources, prevents spamming sources [performance sensitive]
|
|
||||||
# Default: 3.0
|
|
||||||
# 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
|
|
||||||
# Default: 300
|
|
||||||
# Range: > -2147483648
|
|
||||||
senseMaxStrength = 300
|
|
||||||
#Days before all of the mods features will be activated
|
|
||||||
# Default: 0.0
|
|
||||||
# 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
|
|
||||||
# Default: 20
|
|
||||||
# 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
|
|
||||||
# Default: 10
|
|
||||||
# Range: > -2147483648
|
|
||||||
findSense_PercentChance = 10
|
|
||||||
@ -1,6 +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:stray", "minecraft:illusioner", "minecraft:wither_skeleton", "minecraft:vex", "minecraft:warden", "minecraft:husk", "minecraft:vindicator", "minecraft:zoglin", "minecraft:endermite", "minecraft:blaze", "minecraft:magma_cube", "minecraft:enderman", "minecraft:creeper", "minecraft:piglin_brute", "minecraft:zombified_piglin", "minecraft:giant", "minecraft:piglin", "minecraft:ender_dragon", "minecraft:ghast", "minecraft:shulker", "minecraft:bogged", "minecraft:drowned", "minecraft:spider", "minecraft:phantom", "minecraft:wither", "minecraft:witch", "minecraft:zombie", "minecraft:slime", "minecraft:elder_guardian", "minecraft:zombie_villager", "minecraft:hoglin", "minecraft:guardian", "minecraft:pillager", "minecraft:ravager", "minecraft:skeleton", "minecraft:silverfish", "minecraft:cave_spider", "minecraft:breeze", "minecraft:evoker"]
|
|
||||||
@ -1,10 +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"
|
|
||||||
68
index.toml
68
index.toml
@ -64,10 +64,6 @@ hash = "41f5a7ac2f60ed98c384cdb33a5586a2106144001ee5d32edb8f0e97f98762bd"
|
|||||||
file = "config/defaultoptions/keybindings.txt"
|
file = "config/defaultoptions/keybindings.txt"
|
||||||
hash = "f78b301f223be57085448a7ea605540bf4ebeaae36b15732addd9d3f2af8cdc2"
|
hash = "f78b301f223be57085448a7ea605540bf4ebeaae36b15732addd9d3f2af8cdc2"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/enhancedai/common.toml"
|
|
||||||
hash = "79c4f283972377ff99426c9527dc40e01fa7cb66d4de61ba10391d78c75c009d"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/fml.toml"
|
file = "config/fml.toml"
|
||||||
hash = "e73cd74969c6132220cadb6827453615dfd28076f652a8843b2dd386fa28ef07"
|
hash = "e73cd74969c6132220cadb6827453615dfd28076f652a8843b2dd386fa28ef07"
|
||||||
@ -120,35 +116,11 @@ hash = "80e5996a4fd4b93a98b66e0ea4892767932cae2cc1789650b6016e976cedc001"
|
|||||||
file = "config/waystones-common.toml"
|
file = "config/waystones-common.toml"
|
||||||
hash = "88366eeace65f3c2565eb87a7bc6224914e43702f5d627dc2cbd398d61d1b6f3"
|
hash = "88366eeace65f3c2565eb87a7bc6224914e43702f5d627dc2cbd398d61d1b6f3"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/zombieawareness/ClientConfig.toml"
|
|
||||||
hash = "4f3a533f0718c1aa58b8efb7274600f9d8a9120a49d0860c2841d997967073da"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/zombieawareness/Features.toml"
|
|
||||||
hash = "89cc36b49860f84a26009cde65eae432a8e9a34efc6a78169ceee81a6894e731"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/zombieawareness/General.toml"
|
|
||||||
hash = "ca47f050164a971cb5907c021b119966b144bbd0858fc32afb507147027c6508"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/zombieawareness/MobLists.toml"
|
|
||||||
hash = "8e00a94168ee7425c5fb153e160a018961c7c215ed17360bb8fb5172178169b7"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/zombieawareness/PlayerRulesAndLists.toml"
|
|
||||||
hash = "74e0af7577aad9dd6b8661f097780b54ddffa327d8e4af5c4ebb44a241147765"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/3dskinlayers.pw.toml"
|
file = "mods/3dskinlayers.pw.toml"
|
||||||
hash = "82becc6910845ae1a68884e6f7a3dcdc861d79a087ae81b1d7e120e82884372d"
|
hash = "82becc6910845ae1a68884e6f7a3dcdc861d79a087ae81b1d7e120e82884372d"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/VoxyServer-1.1.5.jar"
|
|
||||||
hash = "0832527c99eb0d0a4419dba282bd766840bc60b07226eef2ff0be09401bae0e1"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/accessories-compat-layer.pw.toml"
|
file = "mods/accessories-compat-layer.pw.toml"
|
||||||
hash = "c255cf4cd29718e3ab0a4c18df8bb7b626e0092c5aad7b4e67f34fc1ad4492f8"
|
hash = "c255cf4cd29718e3ab0a4c18df8bb7b626e0092c5aad7b4e67f34fc1ad4492f8"
|
||||||
@ -509,11 +481,6 @@ file = "mods/copycats.pw.toml"
|
|||||||
hash = "e002fab16a9b9ef0a35844030339612a38d3c58b0b93e97a34eb43ddc9108be7"
|
hash = "e002fab16a9b9ef0a35844030339612a38d3c58b0b93e97a34eb43ddc9108be7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/corgilib.pw.toml"
|
|
||||||
hash = "2b8c5286980b8d864085d02a6b2153cefa401a965833139ffac8e7661a322f7c"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/coroutil.pw.toml"
|
file = "mods/coroutil.pw.toml"
|
||||||
hash = "d901f874a1e09747b8d0d072c38c426eceead1f29c8ba36680f8f0082996b152"
|
hash = "d901f874a1e09747b8d0d072c38c426eceead1f29c8ba36680f8f0082996b152"
|
||||||
@ -744,11 +711,6 @@ file = "mods/cut-through.pw.toml"
|
|||||||
hash = "4c16ee75d3b04443e96d854eec79344293963e9f4beaaf8e7215023e8ef53b88"
|
hash = "4c16ee75d3b04443e96d854eec79344293963e9f4beaaf8e7215023e8ef53b88"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/data-anchor.pw.toml"
|
|
||||||
hash = "b1ec14892ade3126c6238f82a2adbd9154e8cb68891e3f41d61746c08aea07ab"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/dawn-of-time.pw.toml"
|
file = "mods/dawn-of-time.pw.toml"
|
||||||
hash = "c653118b472a7a183e2c39cc73acd58675674154705ff954782ad250923e0852"
|
hash = "c653118b472a7a183e2c39cc73acd58675674154705ff954782ad250923e0852"
|
||||||
@ -824,16 +786,6 @@ file = "mods/end-portal-recipe.pw.toml"
|
|||||||
hash = "808304e4964804b315fee4d597605bbfbc4d935a22f624b17cf4f0035dbc87d9"
|
hash = "808304e4964804b315fee4d597605bbfbc4d935a22f624b17cf4f0035dbc87d9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/enhanced-ai.pw.toml"
|
|
||||||
hash = "1d16db2acaa7309e53e2cd51d166eb35a850e99e716ebb3280c16416f423fb41"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/enhanced-celestials.pw.toml"
|
|
||||||
hash = "36b1bfa4292d1ba3dfe05badf5686f51eaa388ee1ada210690241cc45a9b20aa"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/enhanced-mob-cap.pw.toml"
|
file = "mods/enhanced-mob-cap.pw.toml"
|
||||||
hash = "aad3f224ee9f33e9ccb6d1759f036de002af6f54201c4695a95e9b13960cff10"
|
hash = "aad3f224ee9f33e9ccb6d1759f036de002af6f54201c4695a95e9b13960cff10"
|
||||||
@ -1008,11 +960,6 @@ file = "mods/hold-my-items-reforged.pw.toml"
|
|||||||
hash = "c303c4c7a4b9b6eb07fb0ef46bef3639026e3758ef58b4efc17aa2125a69413f"
|
hash = "c303c4c7a4b9b6eb07fb0ef46bef3639026e3758ef58b4efc17aa2125a69413f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/horde-moon.pw.toml"
|
|
||||||
hash = "5de5001e32526e581ee18e73e91ce5701b7dd0c040d21471ac6cfbc9c76af022"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/hyperbox.pw.toml"
|
file = "mods/hyperbox.pw.toml"
|
||||||
hash = "81b625eb40b9f6c968a550573d52e41457f4829e99c5f30c6a367a65602ef7c8"
|
hash = "81b625eb40b9f6c968a550573d52e41457f4829e99c5f30c6a367a65602ef7c8"
|
||||||
@ -1058,11 +1005,6 @@ file = "mods/immersivemc.pw.toml"
|
|||||||
hash = "bc0904f9db218d548bcdee4a73e2cd74d16c36df70d61779ca95ce7c0aa278b7"
|
hash = "bc0904f9db218d548bcdee4a73e2cd74d16c36df70d61779ca95ce7c0aa278b7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/insanelib.pw.toml"
|
|
||||||
hash = "e35c180a03e29022e7f78366b9c11932fa0a49b34bc5fb32049e68392b93d310"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/interiors.pw.toml"
|
file = "mods/interiors.pw.toml"
|
||||||
hash = "e7e6b3effe3022cf1fdb900c857111fdcbfd6b385c2d5bd28c914efaed436ecb"
|
hash = "e7e6b3effe3022cf1fdb900c857111fdcbfd6b385c2d5bd28c914efaed436ecb"
|
||||||
@ -1423,6 +1365,11 @@ file = "mods/nyfs-spiders.pw.toml"
|
|||||||
hash = "10e2d5565e299d0fafa79e7c949961bf692d9a15b5de146b2905ea7df0987d29"
|
hash = "10e2d5565e299d0fafa79e7c949961bf692d9a15b5de146b2905ea7df0987d29"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/observable.pw.toml"
|
||||||
|
hash = "3e477c97729015ac6184c0b56cb148947b7c0dc5cca764336ee96719f05f05e6"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/octo-lib.pw.toml"
|
file = "mods/octo-lib.pw.toml"
|
||||||
hash = "e8100d935e20369ed13b31ea2423482eadd4c8ed123fd8e77320b12fa883dbb6"
|
hash = "e8100d935e20369ed13b31ea2423482eadd4c8ed123fd8e77320b12fa883dbb6"
|
||||||
@ -2061,11 +2008,6 @@ file = "mods/zeta.pw.toml"
|
|||||||
hash = "cb474b6c0dde741836ed4f796f3b6ab0b9d3cdc0453e651122cd002d5d1f8df8"
|
hash = "cb474b6c0dde741836ed4f796f3b6ab0b9d3cdc0453e651122cd002d5d1f8df8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/zombie-awareness.pw.toml"
|
|
||||||
hash = "25f44960f8a331cafb3446c9388f959989aa01bd53a17a38766967f6cf20bb60"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "resourcepacks/3d-crops.pw.toml"
|
file = "resourcepacks/3d-crops.pw.toml"
|
||||||
hash = "82e610917524c6f1af58e102a1be333665ee9af1649477aae0546a30d1ae3114"
|
hash = "82e610917524c6f1af58e102a1be333665ee9af1649477aae0546a30d1ae3114"
|
||||||
|
|||||||
Binary file not shown.
@ -1,13 +0,0 @@
|
|||||||
name = "CorgiLib"
|
|
||||||
filename = "Corgilib-NeoForge-1.21.1-5.0.0.9.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/nqrTa84r/Corgilib-NeoForge-1.21.1-5.0.0.9.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "d5461d5fab247fe2d30ba5578c7768cf3c4c8758b155acb5c901913c22c43ddd6af6e7dbd5ae4cca8b106f7e2953b4427c0a97e53869861d64b0266c825d178b"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "ziOp6EO8"
|
|
||||||
version = "nqrTa84r"
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
name = "Data Anchor"
|
|
||||||
filename = "Data_Anchor-neoforge-1.21.1-2.0.0.14.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/z2XEADmE/versions/YBEJQZ8Z/Data_Anchor-neoforge-1.21.1-2.0.0.14.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "2766df171348d7e0b0776b229e8779d3fd258f2c743b688e9cec7664f54cd39105d27e3afa664b34fd9c3c80a66c7da0984c4a2cb36872ad4a01a566782963b7"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "z2XEADmE"
|
|
||||||
version = "YBEJQZ8Z"
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
name = "Enhanced AI"
|
|
||||||
filename = "enhancedai-4.1.0.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/TDdoftI1/versions/538LxAV3/enhancedai-4.1.0.0.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "ed003e0be771cd63dad2b54edb8ce966ed191e4607ae32bbf60cd9e6a7ea099f3cd781703a1796a717aba371b60d42be89be6ed308810bd4803cf285b3520501"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "TDdoftI1"
|
|
||||||
version = "538LxAV3"
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
name = "Enhanced Celestials"
|
|
||||||
filename = "Enhanced-Celestials-NeoForge-1.21.1-6.0.2.5.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/2rL16t1O/versions/PvmN3OKy/Enhanced-Celestials-NeoForge-1.21.1-6.0.2.5.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "9d69f66389d3c8c9a3572854f839b503fee00b67f9c5e8d51fcdc9dd16170448d5ad98abaaccedbb2091ab70ef2b450cbc90e6ff11d9735638bf7672d6f3d5d2"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "2rL16t1O"
|
|
||||||
version = "PvmN3OKy"
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
name = "Horde Moon"
|
|
||||||
filename = "ZombieMoon-1.21-2.0.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/ir4RqbYg/versions/kDQwRRo0/ZombieMoon-1.21-2.0.1.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "b8982ee507f1f03b2f41bf2abeddf3dd063454a95a0bf500cbe1c7290eb8a7a5cfedbf6875b1afd4cb239624d87e17c3e51c28189ebd43ec1f7bfc51d66dc7b0"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "ir4RqbYg"
|
|
||||||
version = "kDQwRRo0"
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
name = "InsaneLib"
|
|
||||||
filename = "insanelib-2.4.14.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/USZyvOJq/versions/Ao6r1EXw/insanelib-2.4.14.1.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "63c3e784c92c820e018981dd26253a6c0e96f8609c401953aaed1961e286b9057f94a424b4f0e27c6c6fccd6765ca5b837f5b551bfa7b6e0e6f533b86427da81"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "USZyvOJq"
|
|
||||||
version = "Ao6r1EXw"
|
|
||||||
13
mods/observable.pw.toml
Normal file
13
mods/observable.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Observable"
|
||||||
|
filename = "observable-5.4.4.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/VYRu7qmG/versions/f8lSH3bs/observable-5.4.4.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "e594ed3a4a211158db1282202a48ded9b824d2f326e985d86116ad1709b6111cf41eba3f6ad9a4a84a8053bc8a641f955c1d4090b5776bfb9448580c26816185"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "VYRu7qmG"
|
||||||
|
version = "f8lSH3bs"
|
||||||
@ -1,13 +0,0 @@
|
|||||||
name = "Zombie Awareness"
|
|
||||||
filename = "zombieawareness-neoforge-1.21.0-1.13.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/mMTOWOaA/versions/KNtnADP6/zombieawareness-neoforge-1.21.0-1.13.2.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "aeec2ebd72199129f24ef04a733d57fd13751df423a2365a3146cde458a9ab08c613d1cda52123fa3da8eb43f299e3c5e2973dae05eae7ec69e83c0d1431adef"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "mMTOWOaA"
|
|
||||||
version = "KNtnADP6"
|
|
||||||
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "1045ae3f1405ef6c43a49531f249d3b42dfcc5c3bba65d35fc160e26b681d0bf"
|
hash = "e81477a59a403b81a085ce6098b055f94eaffdf1097fe7ed01bb876f8d3dbc2c"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.21.1"
|
minecraft = "1.21.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user