Merge pull request 'v2' (#1) from Hexugory/VocalWarfare:v2 into main

Reviewed-on: #1
This commit is contained in:
Hexugory 2024-12-10 17:42:51 -08:00
commit 3b7c4cc329
209 changed files with 8034 additions and 1006 deletions

4
.gitattributes vendored
View File

@ -1,2 +1,4 @@
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
* -text
* -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text

View File

@ -0,0 +1,35 @@
[visuals]
#whether to cave maps are visible when held by players from the third-person perspective.
cave_maps_visible_in_third_person = true
#whether to shake the screen from tremorsaurus stomping, nuclear explosions, etc.
screen_shaking = true
#true if some block models, like uranium ore or abyssmarine bricks render as fullbright. May increase load time, no gameplay performance impact.
emissive_block_models = true
#whether to make the screen flash white during nuclear explosions.
nuclear_bomb_flash = true
#true if some biomes, such as primordial caves, have ambient light that makes the biome easier to see in.
biome_ambient_light = true
#true if some biomes, such as toxic caves, apply a color to ambient light. May conflict with shaders.
biome_ambient_light_coloring = false
#true if some biomes, such as primordial caves, have an always well-lit sky when in them. May conflict with shaders.
biome_sky_overrides = true
#true if some biomes, such as abyssal chasm, have an thicker water fog to them. May conflict with shaders.
biome_sky_fog_overrides = true
#true if ambersol block renders with rays of light emerging from it.
ambersol_shines = true
#true if irradiated effect makes mobs glow. May conflict with shaders.
radiation_glow_effect = true
#determines how far to the left the subterranodon flight indicator renders on the screen when mounted. Negative numbers will render it on the right.
#Range: -12000 ~ 12000
subterranodon_indicator_x = 22
#determines how far from bottom the subterranodon flight indicator renders on the screen when mounted.
#Range: -12000 ~ 12000
subterranodon_indicator_y = 6
#true if sugar rush makes the world more saturated. May conflict with shaders.
sugar_rush_saturation_effect = true
[audio]
#whether nuclear explosions briefly muffle other sounds.
nuclear_bomb_muffles_sounds = true

711
config/alexsmobs.toml Normal file
View File

@ -0,0 +1,711 @@
[general]
#Whether all players should get an Animal Dictionary when joining the world for the first time.
giveBookOnStartup = true
#Lava Opacity for the Lava Vision Potion.
#Range: 0.01 ~ 1.0
lavaVisionOpacity = 0.65
#Whether to disable certain aspects of the Lava Vision Potion. Enable if issues with shaders persist.
shadersCompat = false
#Whether bananas should drop from blocks tagged with #alexsmobs:drops_bananas
bananasDropFromLeaves = true
#1 out of this number chance for leaves to drop a banana when broken. Fortune is automatically factored in
#Range: > 0
bananaChance = 200
#Whether spiders should target fly mobs.
spidersAttackFlies = true
#Whether wolves should target moose mobs.
wolvesAttackMoose = true
#Whether polar bears should target seal mobs.
polarBearsAttackSeals = true
#Whether cats, ocelots and foxes should target jerboa mobs.
catsAndFoxesAttackJerboas = true
#Whether dolphins should target flying fish mobs.
dolphinsAttackFlyingFish = true
#Whether lava can be bottled with a right click of a glass bottle.
lavaBottleEnabled = true
#Whether bone serpents are neutral or hostile.
neutralBoneSerpents = false
#Whether mimicubes spawns should be restricted solely to the end city structure or to whatever biome is specified in their respective biome config.
mimicubeSpawnInEndCity = true
#Whether mimicream can be used to duplicate items.
mimicreamRepair = true
#Blacklist for items that mimicream cannot make a copy of. Ex: "minecraft:stone_sword", "alexsmobs:blood_sprayer"
mimicreamBlacklist = ["alexsmobs:blood_sprayer", "alexsmobs:hemolymph_blaster"]
#Whether wild raccoons steal food from chests.
raccoonStealFromChests = true
#Whether wild crows steal crops from farmland.
crowsStealCrops = true
#Whether fish oil gives players a special levitation effect.
fishOilMeme = true
#Whether soul vulture spawns should be restricted solely to the nether fossil structure or to whatever biome is specified in their respective biome config.
soulVultureSpawnOnFossil = true
#Whether acacia blossoms should drop from blocks tagged with #alexsmobs:drops_acacia_blossoms
acaciaBlossomsDropFromLeaves = true
#1 out of this number chance for leaves to drop an acacia when broken. Fortune is automatically factored in
#Range: > 0
acaciaBlossomChance = 130
#Whether wandering traders offer items like acacia blossoms, mosquito larva, crocodile egg, etc.
wanderingTraderOffers = true
#0 = no mungus biome transformation. 1 = mungus changes blocks, but not chunk's biome. 2 = mungus transforms blocks and biome of chunk.
#Range: 0 ~ 2
mungusBiomeTransformationType = 2
#List of all mungus mushrooms, biome transformations and surface blocks. Each is seperated by a |. Add an entry with a block registry name, biome registry name, and block registry name(for the ground).
mungusBiomeMatches = ["minecraft:red_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:brown_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:crimson_fungus|minecraft:crimson_forest|minecraft:crimson_nylium", "minecraft:warped_fungus|minecraft:warped_forest|minecraft:warped_nylium"]
#Whether guster spawns are limited to when it is raining/thundering.
limitGusterSpawnsToWeather = true
#Whether Crimson Mosquitoes can transform into Warped Moscos if attacking a Mungus or any listed creature.
warpedMoscoTransformation = true
#List of extra(non mungus) mobs that will trigger a crimson mosquito to become a warped mosquito. Ex: "minecraft:mooshroom", "alexsmobs:warped_toad"
warpedMoscoMobTriggers = [""]
#True if straddleboard enchants are enabled.
straddleboardEnchants = true
#Whether emu should target skeletons.
emuTargetSkeletons = true
#Percent chance for emu leggings to dodge projectile attacks.
#Range: 0.0 ~ 1.0
emuPantsDodgeChance = 0.45
#Whether cachalots can destroy wood blocks if angry.
cachalotDestruction = true
#Relative volume of cachalot whales compared to other animals. Note that irl they are the loudest animal. Turn this down if you find their clicks annoying.
#Range: 0.0 ~ 10.0
cachalotVolume = 3.0
#Percent chance for fungus to grow per each leaf a leafcutter ant returns to the colony.
#Range: 0.0 ~ 1.0
leafcutterAntFungusGrowChance = 0.3
#How many feedings of leaves does a leafcutter colony need in order to regain a worker ant, if below half the max members.
#Range: 2 ~ 100000
leafcutterAntRepopulateFeedings = 25
#Max number of ant entities allowed inside a leafcutter anthill.
#Range: 2 ~ 100000
leafcutterAntColonySize = 10
#Percent chance for leafcutter ants to break leaves blocks when harvesting. Set to zero so that they can not break any blocks.
#Range: 0.0 ~ 1.0
leafcutterAntBreakLeavesChance = 0.2
#Makes eagles teleport back to their owner if they get stuck during controlled flight. Useful for when playing with the Optifine mod, since this mod is the fault of many issues with the falconry system.
falconryTeleportsBack = false
#Makes Tarantula Hawks fireproof, perfect if you also want these guys to spawn in the nether.
fireproofTarantulaHawk = false
#List of dimensions in which spawning void worms via mysterious worm items is allowed.
voidWormSpawnDimensions = ["minecraft:the_end"]
#All void worm damage is scaled to this.
#Range: 0.0 ~ 100.0
voidWormDamageModifier = 1.0
#Max Health of the void worm boss.
#Range: 0.0 ~ 1000000.0
voidWormMaxHealth = 160.0
#Whether the void worm boss is summonable or not, via the mysterious worm item.
voidWormSummonable = true
#Whether seagulls should steal food out of players' hotbar slots.
seagullStealing = true
#List of items that seagulls cannot take from players.
seagullStealingBlacklist = []
#Whether the Clinging Potion effect should flip the screen. Warning: may cause nausea.
clingingFlipEffect = false
#Percent chance of getting Pigshoes from Piglin Bartering. Set to zero to disable.
#Range: 0.0 ~ 1.0
tusklinShoesBarteringChance = 0.02500000037252903
#The visual zoom of the rainbow pattern on the rainbow glass block. Higher number = bigger pattern.
#Range: 1.0 ~ 10000.0
rainbowGlassFidelity = 16.0
#Whether Rabbits can transform into Bunfungus if fed Mungal spores.
bunfungusTransformation = true
#True if some Alex's Mobs items should spawn in loot chests.
addLootToChests = true
#List of items that cannot be put in a Transmuting Table.
transmutationBlacklist = ["minecraft:beacon"]
#True if transmutation tables should not have the ability to pick up new items to transmute, and only give options from the loot tables.
limitTransmutingToLootTables = false
#True if transmutation tables can explode when broken.
transmutingTableExplodes = true
#The experience, in levels, that each transmutation of a stack takes in the transmuting table.
#Range: 0 ~ 100000
transmutingExperienceCost = 3
#The step value multiplied by the log of the stack size when transmuting an item, used to determine its weight for appearing in future transmutation possibilities. Higher number = more likely to appear.
#Range: 1.0 ~ 10000.0
transmutingWeightAddStep = 3.0
#The step value that an item looses when selecting it as the transmutation result. Keep this number higher than the one above for balance reasons. Higher number = less likely to appear after transmuting multiple times.
#Range: 1.0 ~ 10000.0
transmutingWeightRemoveStep = 4.0
#True if skreechers can summon a new warden, when applicable.
skreechersSummonWarden = true
#The distance in blocks that will cause an underminer to dissapear when approached by a player.
#Range: 1.0 ~ 10000.0
underminerDisappearDistance = 8.0
[spawning]
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
grizzlyBearSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
grizzlyBearSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
roadrunnerSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
roadrunnerSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
boneSerpentSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
boneSeprentSpawnRolls = 40
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
gazelleSpawnWeight = 40
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
gazelleSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
crocodileSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
crocSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
flySpawnWeight = 3
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
flySpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
hummingbirdSpawnWeight = 19
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
hummingbirdSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
orcaSpawnWeight = 2
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
orcaSpawnRolls = 6
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
sunbirdSpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
sunbirdSpawnRolls = 6
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
gorillaSpawnWeight = 25
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
gorillaSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
crimsonMosquitoSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
crimsonMosquitoSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
rattlesnakeSpawnWeight = 12
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
rattlesnakeSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
endergradeSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
endergradeSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
hammerheadSharkSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
hammerheadSharkSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
lobsterSpawnWeight = 7
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
lobsterSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
komodoDragonSpawnWeight = 16
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
komodoDragonSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
capuchinMonkeySpawnWeight = 28
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
capuchinMonkeySpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
caveCentipedeSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
caveCentipedeSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
warpedToadSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
warpedToadSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mooseSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mooseSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mimicubeSpawnWeight = 40
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mimicubeSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
raccoonSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
raccoonSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
blobfishSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
blobfishSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
sealSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
sealSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cockroachSpawnWeight = 0
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cockroachSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
shoebillSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
shoebillSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
elephantSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
elephantSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
soulVultureSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
soulVultureSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
snowLeopardSpawnWeight = 18
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
snowLeopardSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
spectreSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
spectreSpawnRolls = 5
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
crowSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
crowSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
alligatorSnappingTurtleSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
alligatorSnappingTurtleSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mungusSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mungusSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mantisShrimpSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mantisShrimpSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
gusterSpawnWeight = 35
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
gusterSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn. NOTE: By default the warped mosco doesn't spawn in any biomes.
#Range: 0 ~ 1000
warpedMoscoSpawnWeight = 1
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
warpedMoscoSpawnRolls = 1000
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
straddlerSpawnWeight = 70
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
straddlerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
stradpoleSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
stradpoleSpawnRolls = 3
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
emuSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
emuSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
platypusSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
platypusSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
dropbearSpawnWeight = 19
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
dropbearSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tasmanianDevilSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tasmanianDevilSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
kangarooSpawnWeight = 25
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
kangarooSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cachalotWhaleSpawnWeight = 2
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cachalotWhaleSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
enderiophageSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
enderiophageSpawnRolls = 2
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
baldEagleSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
baldEagleSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tigerSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tigerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tarantulaHawkSpawnWeight = 6
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tarantulaHawkSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
voidWormSpawnWeight = 0
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
voidWormSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
frilledSharkSpawnWeight = 11
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
frilledSharkSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mimicOctopusSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mimicOctopusSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
seagullSpawnWeight = 21
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
seagullSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
froststalkerSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
froststalkerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tusklinSpawnWeight = 18
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tusklinSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
laviathanSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
laviathanSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cosmawSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cosmawSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
toucanSpawnWeight = 23
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
toucanSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
manedWolfSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
manedWolfSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
anacondaSpawnWeight = 12
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
anacondaSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
anteaterSpawnWeight = 7
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
anteaterSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
rockyRollerSpawnWeight = 60
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
rockyRollerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
flutterSpawnWeight = 13
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
flutterSpawnRolls = 0
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
geladaMonkeySpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
geladaMonkeySpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
jerboaSpawnWeight = 12
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
jerboaSpawnRolls = 2
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
terrapinSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
terrapinSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
combJellySpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
combJellySpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cosmicCodSpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cosmicCodSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
bunfungusSpawnWeight = 3
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
bunfungusSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
bisonSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
bisonSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
giantSquidSpawnWeight = 3
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
giantSquidSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn (NOTE: this mob spawns are restricted exclusively to one chunk, see below)
#Range: 0 ~ 1000
devilsHolePupfishSpawnWeight = 23
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning (NOTE: this mob spawns are restricted exclusively to one chunk, see below)
#Range: > 0
devilsHolePupfishSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
catfishSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
catfishSpawnRolls = 2
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
flyingFishSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
flyingFishSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
skelewagSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
skelewagSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
rainFrogSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
rainFrogSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
potooSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
potooSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mudskipperSpawnWeight = 28
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mudskipperSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
rhinocerosSpawnWeight = 24
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
rhinocerosSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
sugarGliderSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
sugarGliderSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
farseerSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
farseerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
skreecherSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
skreecherSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
underminerSpawnWeight = 50
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
underminerSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
murmurSpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
murmurSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
skunkSpawnWeight = 7
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
skunkSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
bananaSlugSpawnWeight = 14
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
bananaSlugSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
blueJaySpawnWeight = 16
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
blueJaySpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
caimanSpawnWeight = 29
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
caimanSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
triopsSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
triopsSpawnRolls = 0
[uniqueSpawning]
#Maximum world y-level that cave centipedes can spawn at
#Range: -64 ~ 320
caveCentipedeSpawnHeight = 0
#Maximum world y-level that blobfish can spawn at
#Range: -64 ~ 320
blobfishSpawnHeight = 25
#Whether to enable beached cachalot whales to spawn on beaches during thunder storms.
beachedCachalotWhales = true
#Percent chance increase for each failed attempt to spawn a beached cachalot whale. Higher value = more spawns.
#Range: 0 ~ 100
beachedCachalotWhaleSpawnChance = 5
#Delay (in ticks) between attempts to spawn beached cachalot whales. Default is a single day. Works like wandering traders.
#Range: > 0
beachedCachalotWhaleSpawnDelay = 24000
#Percent chance for leafcutter anthills to spawn as world gen in each chunk. Set to zero to disable spawning.
#Range: 0.0 ~ 1.0
leafcutterAnthillSpawnChance = 0.004999999888241291
#Minimum world y-level that gelada monkeys can spawn at
#Range: -64 ~ 320
geladaMonkeySpawnRolls = 0
#Whether to restrict all pupfish spawns to one chunk (similar to real life) or have them only obey their spawn config.
restrictPupfishSpawns = true
#The maximum distance a pupfish spawn chunk is from world spawn(0, 0) in blocks.
#Range: 2 ~ 1000000000
pupfishChunkSpawnDistance = 2000
#Whether to restrict all skelewag spawns to shipwreck structures.
restrictSkelewagSpawns = true
#Whether to restrict all farseer spawns to near the world border.
restrictFarseerSpawns = true
#Whether to restrict all underminer spawns to abandoned mineshafts.
restrictUnderminerSpawns = true
#The maximum distance a farseer can spawn from the world border.
#Range: 2 ~ 1000000000
farseerBorderSpawnDistance = 100
#Maximum world y-level that murmur can spawn at
#Range: -64 ~ 320
murmurSpawnHeight = -30
[dangerZone]
#Its been so long...
superSecretSettings = false
#How many cpu cores some mobs(elephants, leafcutter ants, bison etc) should utilize when pathing. Bigger number = less impact on TPS
#Range: 1 ~ 100
pathfindingThreads = 5

View File

@ -0,0 +1,145 @@
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
# Apotheosis Adventure Module Config
affixes {
# A list of type overrides for the affix loot system. Format is <itemname>|chance|<type>.
# Valid types are: none, sword, trident, shield, heavy_weapon, pickaxe, shovel, crossbow, bow
# Default: [minecraft:iron_sword|sword], [minecraft:shulker_shell|none]
S:"Equipment Type Overrides" <
minecraft:iron_sword|sword
minecraft:shulker_shell|none
>
# The chance that a naturally spawned mob will be granted an affix item. 0 = 0%, 1 = 100%
# Default: 0.075; Range: [0.0 ~ 1.0]
S:"Random Affix Chance"=0.075
# The chance that a mob will drop a gem. 0 = 0%, 1 = 100%
# Default: 0.045; Range: [0.0 ~ 1.0]
S:"Gem Drop Chance"=0.045
# The flat bonus chance that bosses have to drop a gem, added to Gem Drop Chance. 0 = 0%, 1 = 100%
# Default: 0.33; Range: [0.0 ~ 1.0]
S:"Gem Boss Bonus"=0.33
# If affixes that cleave can hit players (excluding the user).
# Default: false
B:"Cleave Players"=false
# Loot Rules, in the form of Loot Table Matchers, permitting affix items to spawn in loot tables.
# The format for these is domain:pattern|chance and domain is optional. Domain is a modid, pattern is a regex string, and chance is a float 0..1 chance for the item to spawn in any matched tables.
# If you omit the domain, the format is pattern|chance, and the matcher will run for all domains.
# The pattern MUST be a valid regex string, and should match the paths of desired loot tables under the specified domain. Note: "Match Any Character" is ".*" (dot star) and not "*" (star).
# If there is a match, an item has a chance to spawn in that loot table.
# Default: [minecraft:chests.*|0.35], [.*chests.*|0.3], [twilightforest:structures.*|0.3]
S:"Affix Item Loot Rules" <
minecraft:chests.*|0.35
.*chests.*|0.3
twilightforest:structures.*|0.3
>
# Loot Rules, in the form of Loot Table Matchers, permitting affixes to be added to any valid item. Here, the chance refers to the chance an item receives affixes. See comment on "Affix Item Loot Rules" for description.
# Default: [.*blocks.*|0], [.*|0.35]
S:"Affix Convert Loot Rules" <
.*blocks.*|0
.*|0.35
>
# Dimensional rarities for affix conversion (see "Affix Convert Loot Rules"), in the form of dimension|min|max. A dimension not listed uses all rarities.
# Default: [overworld|common|rare], [the_nether|uncommon|epic], [the_end|rare|mythic], [twilightforest:twilight_forest|uncommon|epic]
S:"Affix Convert Rarities" <
overworld|common|rare
the_nether|uncommon|epic
the_end|rare|mythic
twilightforest:twilight_forest|uncommon|epic
>
# If Quark's Attribute Tooltip handling is disabled for affix items
# Default: true
B:"Disable Quark Tooltips for Affix Items"=true
# The item that will be used when attempting to place torches with the torch placer affix. Must be a valid item that places a block on right click.
# Default: minecraft:torch
S:"Torch Placement Item"=minecraft:torch
}
gems {
# Loot Rules, in the form of Loot Table Matchers, permitting gems to spawn in loot tables. See comment on "Affix Item Loot Rules" for description.
# Default: [minecraft:chests.*|0.25], [.*chests.*|0.20], [twilightforest:structures.*|0.20]
S:"Gem Loot Rules" <
minecraft:chests.*|0.25
.*chests.*|0.20
twilightforest:structures.*|0.20
>
# Dimensional rarities for gem drops, in the form of dimension|min|max. A dimension not listed uses all rarities.
# Default: [overworld|common|mythic], [the_nether|uncommon|mythic], [the_end|rare|mythic], [twilightforest:twilight_forest|uncommon|mythic]
S:"Gem Dimensional Rarities" <
overworld|common|mythic
the_nether|uncommon|mythic
the_end|rare|mythic
twilightforest:twilight_forest|uncommon|mythic
>
}
bosses {
# If boss items are always cursed. Enable this if you want bosses to be less overpowered by always giving them a negative effect.
# Default: false
B:"Curse Boss Items"=false
# The range at which boss spawns will be announced. If you are closer than this number of blocks (ignoring y-level), you will receive the announcement.
# Default: 96.0; Range: [0.0 ~ 1024.0]
S:"Boss Announce Range"=96.0
# The volume of the boss announcement sound. 0 to disable. This control is clientside.
# Default: 0.75; Range: [0.0 ~ 1.0]
S:"Boss Announce Volume"=0.75
# If the boss announcement range ignores y-level.
# Default: false
B:"Boss Announce Ignore Y"=false
# The time, in ticks, that must pass between any two natural boss spawns in a single dimension.
# Default: 3600; Range: [0 ~ 720000]
I:"Boss Spawn Cooldown"=3600
# If true, invading bosses will automatically target the closest player.
# Default: false
B:"Boss Auto-Aggro"=true
# If true, bosses will glow when they spawn.
# Default: true
B:"Boss Glowing On Spawn"=true
# Dimensions where bosses can spawn naturally, spawn chance, and spawn rules.
# Format is dimname|chance|rule, chance is a float from 0..1.
# Valid rules are visible here https://github.com/Shadows-of-Fire/Apotheosis/blob/1.19/src/main/java/shadows/apotheosis/adventure/boss/BossEvents.java#L174C27-L174C27
# Default: [minecraft:overworld|0.018|NEEDS_SKY], [minecraft:the_nether|0.025|ANY], [minecraft:the_end|0.018|SURFACE_OUTER_END], [twilightforest:twilight_forest|0.05|NEEDS_SURFACE]
S:"Boss Spawn Dimensions" <
minecraft:overworld|0.018|NEEDS_SKY
minecraft:the_nether|0.025|ANY
minecraft:the_end|0.018|SURFACE_OUTER_END
twilightforest:twilight_forest|0.05|NEEDS_SURFACE
>
}
worldgen {
# The dimensions that the deadly module will generate in.
# Default: [overworld]
S:"Generation Dimension Whitelist" <
overworld
>
}
spawners {
# The chance that a Rogue Spawner has a "valuable" chest instead of a standard one. 0 = 0%, 1 = 100%
# Default: 0.11; Range: [0.0 ~ 1.0]
S:"Spawner Value Chance"=0.11
}

View File

@ -0,0 +1,40 @@
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
# Apotheosis Module Control
# This file allows individual modules of Apotheosis to be enabled or disabled.
# Changes will have no effect until the next game restart.
# This file must match on client and server.
general {
# If the enchantment module is enabled.
# Default: true
B:"Enable Enchantment Module"=false
# If the adventure module is loaded.
# Default: true
B:"Enable Adventure Module"=true
# If the spawner module is enabled.
# Default: true
B:"Enable Spawner Module"=false
# If the potion module is loaded.
# Default: true
B:"Enable Potion Module"=false
# If the village module is loaded.
# Default: true
B:"Enable Village Module"=false
# If the garden module is loaded.
# Default: true
B:"Enable Garden Module"=false
# If the Chronicle of Shadows is given to new players.
# Default: true
B:"Give Book on First Join"=false
}

1495
config/apotheosis/names.cfg Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,37 @@
[Visuals]
#
# Should blue skies override the title screen panorama.
# Default: true
custom_panorama = false
#
# Whether or not brightness should be capped when inside the dimensions for aesthetic purposes.
# Default: true
limit_brightness = true
["Inventory Tabs"]
#
# If set to true, inventory tabs will use simple buttons that can be placed anywhere on the screen.
# Default: false
use_simple_inventory_tabs = false
["Inventory Tabs"."Sliding Tabs"]
#
# If set to true, inventory tabs appear on the bottom left corner instead of the bottom right.
# Default: false
left_align = false
["Inventory Tabs".Buttons]
#
# The x position of the inventory tabs.
# Default: -88
x = -88
#
# The y position of the inventory tabs.
# Default: -83
y = -83
#
# If set to true, inventory tabs are sorted vertically. If set to false, they are sorted horizontally.
# Default: false
is_vertical = false

View File

@ -3,8 +3,8 @@
"builtinServers": [
{
"name": "TouhouDiscordcraft",
"address": "104.224.55.51",
"forced": false
"address": "72.5.47.235:25565",
"forced": true
}
]
}

View File

@ -1,50 +0,0 @@
{
"configVersion": 11,
"animationSmoothingSpeed": 0.2,
"holdingItems": [
"minecraft:clock",
"minecraft:recovery_compass",
"minecraft:soul_lantern",
"minecraft:compass",
"minecraft:torch",
"minecraft:lantern",
"minecraft:soul_torch"
],
"enableAnimationSmoothing": true,
"enableInWorldMapRendering": true,
"enableOffhandHiding": true,
"enableRotationLocking": true,
"enableLadderAnimation": false,
"ladderAnimationAmplifier": 0.35,
"ladderAnimationArmHeight": 1.7,
"ladderAnimationArmSpeed": 2.0,
"enableRotateToLadder": true,
"enableEatDrinkAnimation": true,
"enableRowBoatAnimation": true,
"enableHorseAnimation": true,
"dontHoldItemsInBed": true,
"freezeArmsInBed": true,
"rotationLock": "NONE",
"showLastUsedSword": false,
"sheathSwords": [
"minecraft:golden_sword",
"minecraft:iron_sword",
"minecraft:wooden_sword",
"minecraft:stone_sword",
"minecraft:diamond_sword",
"minecraft:netherite_sword"
],
"enableCrawlingAnimation": true,
"holdUpItemsMode": "NONE",
"holdUpItemOffset": 0.0,
"itemSwapAnimation": true,
"tweakElytraAnimation": true,
"petAnimation": true,
"fallingAnimation": true,
"freezingAnimation": true,
"huggingAnimation": true,
"narutoRunning": false,
"enableInWorldBookRendering": false,
"disableLegSmoothing": false,
"bowAnimation": "VANILLA"
}

View File

@ -107,7 +107,7 @@
#Configure Darkness Mode
#Each config changes what is considered 'true darkness'
#Allowed Values: TOTAL_DARKNESS, PITCH_BLACK, DARK, DIM, OFF
mode = "OFF"
mode = "TOTAL_DARKNESS"
#Toggles if moon phases affects darkness in the overworld
affectedByMoonPhase = true
#List of all dimensions to use True Darkness

68
config/dragonfight.json Normal file
View File

@ -0,0 +1,68 @@
{
"dragonDifficulty": {
"desc:": "Sets the dragon difficulty modifier, the higher the more difficult the dragon gets.Scales up mob spawn amount, dragon damage and health aswell as crystal respawn intervals. Note that the difficulty already scales on the playercount involved in the fight, this is a static bonus ontop.default:2, vanilla:0",
"dragonDifficulty": 10
},
"crystalRespawnTimeModifier": {
"desc:": "Modifies crystal respawn time, 0.5 = spawns twice as fast, 2 = twice as slow. default:1.0",
"crystalRespawnTimeModifier": 1.0
},
"lightningExplosionDensity": {
"desc:": "Modifies lightning and explosion density, 0.5 = half as many, 2 = twice as many. default:1.0",
"lightningExplosionDensity": 1.0
},
"disableLightning": {
"desc:": "Disables lightning spawns: default:false",
"disableLightning": true
},
"antiflightAbility": {
"desc:": "Enables anti-flight ability: default:true",
"antiflightAbility": false
},
"dragonHealthModifier": {
"desc:": "Sets the dragon health modifier: default:1.0",
"dragonHealthModifier": 2.0
},
"dragonDamageModifier": {
"desc:": "Sets the dragon damage modifier: default:1.0",
"dragonDamageModifier": 1.0
},
"mobSpawnAmountModifier": {
"desc:": "Sets the mob spawn amount modifier: default:1.0",
"mobSpawnAmountModifier": 1.0
},
"dragonXPModifier": {
"desc:": "Sets the XP drop modifier: default:1.0",
"dragonXPModifier": 1.0
},
"printDragonPhases": {
"desc:": "Prints the dragon phase in chat if enabled: default:false",
"printDragonPhases": false
},
"disableDragonAreaSpawns": {
"desc:": "Disables mob spawning on the Dragon island during the fight: default:true",
"disableDragonAreaSpawns": true
},
"descSpawnEntries": "Below are configuration options for entity spawning, when trying to use nbt append it right after the entity type, e.g. minecraft:zombie{}. Put a backslash in front of all quotation marks",
"spawnoncrystaldestroy": {
"desc:": "List of mobs spawning when a crystal is destroyed at range, intended to be flying or ranged to close the gap: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]",
"spawnoncrystaldestroy": [
"minecraft:phantom",
"touhou_little_maid:fairy"
]
},
"spawnoncrystalrespawn": {
"desc:": "List of mobs spawning on crystal respawn, intended to be ranged to ward of players from a distance: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]",
"spawnoncrystalrespawn": [
"minecraft:blaze",
"minecraft:shulker"
]
},
"spawnwhilelanded": {
"desc:": "List of mobs spawning while the dragon is sitting in the middle, intended to be melee and not vulnerable to ranged: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]",
"spawnwhilelanded": [
"minecraft:enderman",
"grimoireofgaia:minotaurus"
]
}
}

View File

@ -0,0 +1,43 @@
#Client only configuration settings
[Overlay]
#The mode how to show the mc vanilla health bar.
#NORMAL shows the vanilla health value that calculated the way vanillaHealthCalculation is specified (server config)
#HIGHLIGHT_CRITICAL_PATH show the vanilla health value and highlights the health value of the most damaged critical limb (by default head or body) using the hardcore-styled hearts for them and the normal hearts for the rest of the health. Only works if vanillaHealthCalculation is set to AVERAGE_ALL
#HIDE just doesn't display the vanilla health bar at all.
#Allowed Values: NORMAL, HIGHLIGHT_CRITICAL_PATH, HIDE
vanillaHealthBarMode = "HIDE"
#The design to use to visualize the health
#Allowed Values: OFF, NUMBERS, HEARTS, PLAYER_MODEL, PLAYER_MODEL_4_COLORS
overlayMode = "HEARTS"
#The relative point of the overlay
#Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_RIGHT, BOTTOM_LEFT
overlayPosition = "BOTTOM_LEFT"
#Determines how first aid should display armor on item tooltips.
#REPLACE replaces the vanilla description with the one fitting first aid
#APPEND will add the first aid values at the bottom
#NONE will show the old vanilla values. Be advised this is purly visual, interally, the first aid value will always be used
#Allowed Values: REPLACE, APPEND, NONE
armorTooltipMode = "REPLACE"
#The offset on the x axis
#Range: -32768 ~ 32767
xOffset = 0
#The offset on the y axis
#Range: -32768 ~ 32767
yOffset = 1
#Determines the transparency of the overlay. 200 = Maximum transparency, 0 = Fully opaque
#Range: 0 ~ 200
alpha = 50
#Specifies how many ticks (20 ticks = 1 second) the overlay should be visible after health changed (healing/damaging)
#If set to -1, the HUD is always visible
#Range: -1 ~ 600
visibleDurationTicks = -1
#If set to true, the overlay will flash for a short moment if the health changed. Only affects PLAYER_MODEL overlay
flash = true
[Misc]
#Set to true to enable the debuff sounds. Only matters when debuffs are enabled
enableSoundSystem = true
#Disables the funny easter eggs on certain events if false
enableEasterEggs = true

View File

@ -0,0 +1,72 @@
#General Settings
[General]
#Disable mobs that use the Invisibility status effect when far from a player [Default: false]
disableInvisibility = false
#All mobs are now hostile [Default: false]
allPassiveMobsHostile = false
#Hostile day mobs will no longer attack players on sight [default: false]
passiveHostileMobs = false
#Stop befriended mobs from despawning [Default: false]
friendlyPersistence = false
#Attribute settings
[Attributes]
#Tier 1
[Attributes.Tier1]
#Defines the health of Tier 1 Gaia mobs [40 = 20 Hearts]
#Range: > 1
tier1maxHealth = 20
#Defines the attack damage of Tier 1 Gaia mobs [4 = 2 Hearts]
#Range: > 1
tier1attackDamage = 4
#Defines the maximum amount of hits required to defeat Tier 1 Gaia mobs (0 = disable)
#Range: > 0
tier1baseDefense = 2
#Tier 2
[Attributes.Tier2]
#Defines the health of Tier 2 Gaia mobs [80 = 40 Hearts]
#Range: > 1
tier2maxHealth = 40
#Defines the attack damage of Tier 2 Gaia mobs [8 = 4 Hearts]
#Range: > 1
tier2attackDamage = 8
#Defines the maximum amount of hits required to defeat Tier 2 Gaia mobs (0 = disable)
#Range: > 0
tier2baseDefense = 4
#Tier 3
[Attributes.Tier3]
#Defines the health of Tier 3 Gaia mobs [160 = 80 Hearts]
#Range: > 1
tier3maxHealth = 80
#Defines the attack damage of Tier 3 Gaia mobs [12 = 6 Hearts]
#Range: > 1
tier3attackDamage = 12
#Defines the maximum amount of hits required to defeat Tier 3 Gaia mobs (0 = disable)
#Range: > 0
tier3baseDefense = 8
#Damage settings
[Damage]
#Archers arrows deal an additional 1 (0.5 heart) of damage. [Default: true]
baseDamage = true
#Base Damage (melee) won't penetrate Shields. [Default: true]
shieldsBlockPiercing = true
#Spawn settings
[Spawn]
#Mobs only spawn after a certain amount of days have passed [Default: false]
spawnDaysPassed = false
#Amount of days required to have passed before they can start spawning [Default: 3]
#Range: > 1
spawnDaysSet = 3
#Level 3 mobs only spawn when it is raining/snowing [Default: false]
spawnLevel3Rain = false
#Remove spawn conditions related to height (Y-axis) [Default: false]
disableYRestriction = false
#Remove spawn conditions related to weather [Default: false]
spawnWeather = false

View File

@ -0,0 +1,9 @@
[general]
#Whether to display the dragon on the main menu or not
"Custom main menu" = false
#True if riding dragons should make the player take a 3rd person view automatically.
"Auto 3rd person when riding dragon" = true
#Whether to use the vanilla font in the bestiary or not
"Use Vanilla Font" = false

View File

@ -0,0 +1,395 @@
[Generation]
[Generation.Dragon]
#Whether to generate dragon skeletons or not
"Generate Dragon Skeletons" = true
#1 out of this number chance per chunk for generation
#Range: 1 ~ 10000
"Generate Dragon Skeleton Chance" = 300
#1 out of this number chance per chunk for generation
#Range: 1 ~ 10000
"Generate Dragon Cave Chance" = 180
#1 out of this number chance per chunk for generation
#Range: 1 ~ 10000
"Generate Dragon Roost Chance" = 360
#1 out of this number chance per block that gold will generate in dragon lairs.
#Range: 1 ~ 10000
"Dragon Den Gold Amount" = 4
#Ratio of Stone(this number) to Ores in Dragon Caves
#Range: 1 ~ 10000
"Dragon Cave Ore Ratio" = 45
[Generation.Structures-Features]
#How far away dangerous structures(dragon roosts, cyclops caves, etc.) must be from spawn.
#Range: 1 ~ 10000
"Dangerous World Gen Dist From Spawn" = 640
#How far away dangerous structures(dragon roosts, cyclops caves, etc.) must be from the last generated structure.
#Range: 1 ~ 10000
"Dangerous World Gen Dist Seperation" = 300
#Whether to generate glacier biomes or not
"Generate Glaciers" = true
#Glacier Spawn Weight. Higher number = more common
#Range: 1 ~ 10000
"Glacier Spawn Weight" = 4
#True if mausoleums are allowed to generate
"Generate Mausoleums" = true
#Whether to generate graveyards or not
"Generate Graveyards" = true
#True if gorgon temples are allowed to spawn
"Generate Gorgon Temple" = true
[Dragons]
[Dragons.Griefing]
#Dragon griefing - 2 is no griefing, 1 is breaking weak blocks, 0 is default. This value is also affected by minecrafts mob griefing rule.
#Range: 0 ~ 2
"Dragon Griefing" = 0
#True if tamed dragons can follow the griefing rules.
"Tamed Dragon Griefing" = true
#The percentage chance for a block to drop as an item when a dragon breaks it.
#Range: 0.0 ~ 1.0
"Dragon Block Breaking Drop Chance" = 0.10000000149011612
[Dragons.Attributes]
#How long it takes(in ticks) for a dragon egg to hatch
#Range: > 1
"Dragon Egg Hatch Time" = 7200
#Dragon Flap Noise Distance - Larger number, further away you can hear it
#Range: 0 ~ 10000
"Dragon Flap Noise Distance" = 4
#Dragon Flute Distance - how many chunks away is the dragon flute effective?
#Range: 0 ~ 10000
"Dragon Flute Distance" = 4
#Max dragon health. Health is scaled to this
#Range: 1.0 ~ 100000.0
"Dragon Health" = 5000.0
#Max dragon attack damage. Attack Damage is scaled to this
#Range: 1 ~ 10000
"Dragon Attack Damage" = 17
#Damage dealt from a successful fire breath attack. Attack Damage is scaled to by age, so a stage 5 dragon will deal 5x as much as this number
#Range: 0.0 ~ 10000.0
"Dragon Attack Damage(Fire breath)" = 2.0
#Damage dealt from a successful ice breath attack. Attack Damage is scaled to by age, so a stage 5 dragon will deal 5x as much as this number
#Range: 0.0 ~ 10000.0
"Dragon Attack Damage(Ice breath)" = 2.5
#Damage dealt from a successful lightning breath attack. Attack Damage is scaled to by age, so a stage 5 dragon will deal 5x as much as this number
#Range: 0.0 ~ 10000.0
"Dragon Attack Damage(Lightning breath)" = 3.5
#Change this to slow down or speed up dragon or amphithere flight.
#Range: 0.0 ~ 2.0
"Dragon Flight Speed Modifier" = 1.0
#Enable this if your server is being bombarded with moved wrongly or moved too fast console messages. REQUIRES RESTART!
"Dragon Moved Wrongly Error Fix" = false
[Dragons.Behaviour]
#How high dragons can fly, in Y height.
#Range: > 100
"Max Dragon Flight Height" = 256
#How far away dragons will detect gold blocks being destroyed or chests being opened
#Range: 0 ~ 10000
"Dragon Gold Search Length" = 30
#Whether the bite attack from a dragon heals them or not.
"Dragon Bite Heal" = true
#True if dragons can despawn. Note that if this is false there may be SERIOUS lag issues.
"Dragons Despawn" = true
#True if tamed dragons go to sleep at night.
"Tamed Dragons Sleep" = true
#True if dragons can break blocks if they get stuck. Turn this off if your dragons randomly explode.
"Dragons Dig When Stuck" = true
#True if dragons can drop their skull on death.
"Dragons Drop Skull" = true
#True if dragons can drop their heart on death.
"Dragons Drop Heart" = true
#True if dragons can drop their blood on death.
"Dragons Drop Blood" = true
#True if dragons fire/ice charges create secondary explosions that launch blocks everywhere. Turn this to true if you like unfair explosions. Or lag.
"Explosive Dragon Breath" = false
#How many blocks away can dragons spot potential prey. Note that increasing this could cause lag.
#Range: 1 ~ 10000
"Dragon Target Search Length" = 128
#How many blocks away can dragons wander from their defined "home" position.
#Range: 1 ~ 10000
"Dragon Wander From Home Distance" = 40
#Every interval of this number in ticks, dragon hunger decreases.
#Range: 1 ~ 10000
"Dragon Hunger Tick Rate" = 3000
#Every interval of this number in ticks, dragon allowed to break blocks.
#Range: 0 ~ 10000
"Dragon Block Break Cooldown" = 5
#True if villagers should run away and hide from dragons and other hostile Ice and Fire mobs.
"Villagers Fear Dragons" = true
#True if animals should run away and hide from dragons and other hostile Ice and Fire mobs.
"Animals Fear Dragons" = true
#A more intelligent dragon pathfinding system, but is also laggier. Turn this on if you think dragons are too stupid.
"Intelligent Dragon Pathfinding" = false
[Mobs]
[Mobs.Pixies]
#1 out of this number chance per chunk for generation
#Range: 1 ~ 10000
"Spawn Pixies Chance" = 60
#size of pixie villages
#Range: 1 ~ 10000
"Pixie Village Size" = 5
#True if pixies are allowed to steal from players
"Pixies Steal Items" = true
[Mobs.Cyclops]
#1 out of this number chance per chunk for generation
#Range: 1 ~ 10000
"Spawn Cyclops Cave Chance" = 100
#1 out of this number chance per chunk for generation
#Range: 1 ~ 10000
"Spawn Wandering Cyclops Chance" = 100
#Maximum cyclops health
#Range: 1.0 ~ 10000.0
"Cyclops Max Health" = 1500.0
#How many blocks away can cyclopes detect sheep. Note that increasing this could cause lag.
#Range: 1 ~ 10000
"Cyclopes Sheep Search Length" = 17
#Cyclops attack strength
#Range: 1.0 ~ 10000.0
"Cyclops Attack Strength" = 15.0
#Amount of damage done with cyclops bite attack.
#Range: 1.0 ~ 10000.0
"Cyclops Bite Strength" = 40.0
#Whether or not cyclops can break logs or leaves in their way
"Cyclops Griefing" = true
[Mobs.Sirens]
#Maximum siren health
#Range: 1.0 ~ 10000.0
"Siren Max Health" = 500.0
#True to make the screen pink when sirens attract players
"Use Siren Shader" = true
#1 out of this number chance per chunk for generation
#Range: 1 ~ 10000
"Spawn Sirens Chance" = 400
#how long(in ticks) can a siren use its sing effect on a player, without a cooldown.
#Range: 100 ~ 24000
"Siren Max Sing Time" = 12000
#how long(in ticks) a siren has to wait after failing to lure in a player
#Range: 100 ~ 24000
"Siren Time Between Songs" = 2000
[Mobs.DeathWorms]
#How many blocks away can death worms spot potential prey. Note that increasing this could cause lag
#Range: 1 ~ 10000
"Death Worm Target Search Length" = 64
#Default deathworm health, this is scaled to the worm's particular size
#Range: 1.0 ~ 10000.0
"Death Worm Base Health" = 100.0
#Default deathworm attack strength, this is scaled to the worm's particular size
#Range: 1.0 ~ 10000.0
"Death Worm Base Attack Strength" = 3.0
#True if wild deathworms are allowed to target and attack monsters
"Death Worms Target Monsters" = true
#Deathworm spawn weight. Higher = lower chance to spawn
#Range: 1 ~ 10000
"Death Worm Spawn Weight" = 30
[Mobs.Cockatrice]
#Maximum cockatrice health
#Range: 1.0 ~ 10000.0
"Cockatrice Health" = 400.0
#1 out of this number chance per 6000 ticks for a chicken to lay a cockatrice egg.
#Range: > 1
"Cockatrice chicken Search Length" = 30
#True if chickens lay rotten eggs.
"Chickens Lay Rotten Eggs" = true
#True if cockatrices are allowed to spawn
"Spawn Cockatrices" = true
#Cockatrice spawn weight. Lower = lower chance to spawn
#Range: 1 ~ 10000
"Cockatrice Spawn Weight" = 4
[Mobs.Stymphalians]
#How many blocks away can stymphalian birds spot potential prey. Note that increasing this could cause lag.
#Range: 1 ~ 10000
"Stymphalian Bird Target Search Length" = 64
#1/this number chance for a stymphalian feather to turn into an item before despawning. Zero means never.
#Range: 0 ~ 10000
"Stymphalian Bird Feather Drop Chance" = 25
#Stymphalian bird feather attack strength.
#Range: 0.0 ~ 10000.0
"Stymphalian Bird Feather Attack Strength" = 1.0
#How far away stymphalian birds will consider other birds to be in the same flock.
#Range: 1 ~ 10000
"Stymphalian Bird Flock Length" = 40
#How high stymphalian birds can fly, in Y height.
#Range: > 10
"Max Stymphalian Bird Flight Height" = 80
#True if stymphalian birds can drop items registered in the ore dictionary to ingotCopper, ingotBronze, nuggetCopper, nuggetBronze.
"Stymphalian Birds drop ore dict items" = true
#True if stymphalian birds are allowed to target and attack animals
"Stymphalian Birds Target Animals" = false
#1 out of this number chance per chunk for generation
#Range: 1 ~ 10000
"Spawn Stymhphalian Bird Chance" = 100
[Mobs.Trolls]
#True if trolls are allowed to spawn
"Spawn Trolls" = true
#True if trolls are allowed to drop their weapon on death.
"Trolls Drop Weapon" = true
#Troll spawn weight. Lower = lower chance to spawn
#Range: 1 ~ 10000
"Troll Spawn Weight" = 40
#Maximum troll health
#Range: 1.0 ~ 10000.0
"Troll Max Health" = 500.0
#Troll attack strength
#Range: 1.0 ~ 10000.0
"Troll Attack Strength" = 10.0
[Mobs.Myrmex]
#How many ticks it takes for a Myrmex Queen to produce an egg.
#Range: 1 ~ 10000
"Myrmex Gestation Length" = 2500
#How many ticks it takes for a Myrmex to move from a larva to a pupa, and from a pupa to an adult.
#Range: 1 ~ 100000
"Myrmex Hatch Length" = 35000
#One out of this number chance per chunk to generate a myrmex hive.
#Range: 1 ~ 10000
"Myrmex Colony Gen Chance" = 150
#How many maximum individuals a myrmex colony can have.
#Range: 10 ~ 10000
"Myrmex Colony Max Size" = 80
#Base Myrmex(worker) attack strength
#Range: 1.0 ~ 10000.0
"Myrmex Base Attack Strength" = 3.0
#The maximum radius myrmex area allowed to wander/forage
#Range: 25 ~ 4000
"Myrmex Maximum Wander Radius" = 50
#Myrmex hives will ignore daytime
"Myrmex Hive Ignore Daytime" = false
[Mobs.Amphitheres]
#True if amphitheres are allowed to spawn
"Spawn Amphitheres" = true
#Amphithere spawn weight. Lower = lower chance to spawn
#Range: 1 ~ 10000
"Amphithere Spawn Weight" = 50
#How many blocks away can ampitheres detect villagers being hurt. Note that increasing this could cause lag.
#Range: 1 ~ 10000
"Amphithere Villager Search Length" = 64
#How many ticks it takes while riding an untamed amphithere to tame it.
#Range: 1 ~ 10000
"Amphithere Tame Time" = 400
#How fast amphitheres fly.
#Range: 0.0 ~ 3.0
"Amphithere Flight Speed" = 1.75
#Maximum amphithere health
#Range: 1.0 ~ 10000.0
"Amphithere Max Health" = 500.0
#Amphithere attack strength
#Range: 1.0 ~ 10000.0
"Amphithere Attack Strength" = 7.0
[Mobs.SeaSerpents]
#1 out of this number chance per chunk for generation
#Range: 1 ~ 10000
"Spawn Sea Serpent Chance" = 250
#Whether or not sea serpents can break weak blocks in their way
"Sea Serpent Griefing" = true
#Default sea serpent health, this is scaled to the sea serpent's particular size
#Range: 1.0 ~ 10000.0
"Sea Serpent Base Health" = 200.0
#Default sea serpent attack strength, this is scaled to the sea serpent's particular size
#Range: 1.0 ~ 10000.0
"Sea Serpent Base Attack Strength" = 4.0
[Mobs.Hippocampus]
#1 out of this number chance per chunk for generation
#Range: 1 ~ 10000
"Spawn Hippocampus Chance" = 40
#Change this to slow down or speed up hippocampus swimming.
#Range: 0.0 ~ 2.0
"Hippocampus Swim Speed Modifier" = 1.0
[Mobs.Hippogryph]
#True if hippogryphs are allowed to spawn
"Spawn Hippogryphs" = true
#Hippogryph spawn weight. Lower = lower chance to spawn.
#Range: 1 ~ 10000
"Hippogryph Spawn Weight" = 2
#Change this to slow down or speed up hippogryph flight.
#Range: 0.0 ~ 2.0
"Hippogryph Flight Speed Modifier" = 1.0
[Mobs.Gorgons]
#Maximum gorgon health
#Range: 1.0 ~ 10000.0
"Gorgon Max Health" = 1000.0
[Mobs.Others]
#True if dread liches are allowed to spawn
"Spawn Liches" = true
#Dread Lich spawn weight. Lower = lower chance to spawn
#Range: 1 ~ 10000
"Lich Spawn Weight" = 2
#Dread Lich spawn chance. Lower = higher chance to spawn
#Range: 1 ~ 10000
"Lich Spawn Chance" = 30
#Maximum hydra health
#Range: 1.0 ~ 10000.0
"Hydra Max Health" = 2500.0
#One out of this number chance per chunk to generate a hydra cave.
#Range: 1 ~ 10000
"Hydra Caves Gen Chance" = 60
#Maximum ghost health.
#Range: 1.0 ~ 10000.0
"Ghost Max Health" = 30.0
#Maximum ghost attack strength.
#Range: 0.0 ~ 10000.0
"Ghost Attack Strength" = 3.0
#True if ghosts can rarely spawn from brutal PvP deaths.
"Ghost Spawn from PvP deaths" = true
#Villager Scribe House generation weight. Lower = lower chance to spawn
#Range: 0 ~ 10000
"Villager Scribe House Weight" = 5
#Allows attributes for mobs to be overridden via the config file. One might want to disable this if other mods are enabled that change mob attributes e.g armor, health etc...
"Allow Attribute Overriding" = true
[Items]
#Default attack strength of a dragonsteel sword.
#Range: 5.0 ~ 2.147483647E9
"Dragonsteel Sword Base Attack Strength" = 25.0
#Default armor value of dragonsteel chestplate.
#Range: > 7
"Dragonsteel Base Armor" = 12
#Default armor toughness value of dragonsteel.
#Range: 0.0 ~ 1.7976931348623157E308
"Dragonsteel Base Armor Toughness" = 6.0
#Default durability value of dragonsteel tools.
#Range: > 1
"Dragonsteel Base Durability" = 8000
#Default durability value of dragonsteel equipment.
#Range: > 1
"Dragonsteel Base Durability Equipment" = 8000
#Disable this to remove easter egg with tinkers installed.
Weezer = true
#Percentage of critical strike that will disarm with easter egg tinkers material.
#Range: 0.0 ~ 1.0
"Easter Egg Tinkers Tool Disarm chance" = 0.20000000298023224
#True if the summon crystal can load chunks to find dragons.
"Chunk Load Summon Crystal" = true
#True if the dragon bone fire sword ignites attackers.
"Dragon Bone Fire Abilities" = true
#True if the dragon bone ice sword freezes attackers.
"Dragon Bone Ice Abilities" = true
#True if the dragon bone lightning sword strikes attackers.
"Dragon Bone Lightning Abilities" = true
[Pathfinding]
#Maximum threads to use for dragon/myrmex pathfinding. Increase this number if pathing is slow and you have many cores.
#Range: > 1
"Dragon Pathfinding Threads" = 3
#Maximum nodes for dragons/myrmex to path too. Decrease this is dragon pathfinding is super slow or intensive.
#Range: > 1
"Dragon Max Pathfinding Nodes" = 5000
#Enables the option to draw the pathfinding nodes when enabled (use a stick on an entity)
"Debug Pathfinding Mode" = false

View File

@ -0,0 +1,19 @@
#Gui Configs
[gui]
#Range: > 0
"Gui X" = 5
#Range: > 0
"Gui Y" = 5
#Textformatting codes for the display of the difficulty
#Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET
"Difficulty color" = "DARK_PURPLE"
#Scaling of the difficulty text
#Range: 0.0 ~ 1.7976931348623157E308
"Text Scale" = 1.0
#Show the the difficulty text
"Show Difficulty" = false
#Relative location of the difficulty text in regards to the screen.
#Allowed Values: TOPRIGHT, TOPLEFT, BOTTOMRIGHT, BOTTOMLEFT
"Difficulty location" = "TOPLEFT"

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,990 @@
{
"game_stages": {
"is_per_player_difficulty_enabled": false,
"list": [
{
"id": "normal",
"format": [
"WHITE"
],
"triggers": {
"dimensions": [],
"entities": []
},
"messages": []
},
{
"id": "expert",
"format": [
"RED",
"BOLD"
],
"triggers": {
"dimensions": [
"{regex}.*"
],
"entities": []
},
"messages": [
{
"id": "majruszsdifficulty.stages.expert.started",
"format": [
"RED",
"BOLD"
]
},
{
"id": "majruszsdifficulty.undead_army.on_expert",
"format": [
"DARK_PURPLE"
]
}
]
},
{
"id": "master",
"format": [
"DARK_PURPLE",
"BOLD"
],
"triggers": {
"dimensions": [],
"entities": [
"minecraft:ender_dragon"
]
},
"messages": [
{
"id": "majruszsdifficulty.stages.master.started",
"format": [
"DARK_PURPLE",
"BOLD"
]
},
{
"id": "majruszsdifficulty.undead_army.on_master",
"format": [
"DARK_PURPLE"
]
}
]
}
],
"crd_penalty": {
"__default": 0.0,
"expert": 0.15,
"master": 0.3
}
},
"features": {
"block_illusioner_from_joining_raids": {
"is_enabled": true,
"required_game_stage": "normal"
},
"creeper_chain_reaction": {
"is_enabled": true,
"required_game_stage": "expert"
},
"creeper_explode_behind_wall": {
"is_enabled": true,
"required_game_stage": "expert",
"chance": 1.0,
"is_scaled_by_crd": false
},
"creeper_explosion_immunity": {
"is_enabled": true,
"required_game_stage": "expert",
"damage_multiplier": 0.2
},
"creeper_spawn_charged": {
"is_enabled": true,
"required_game_stage": "normal",
"chance": 0.125,
"is_scaled_by_crd": true
},
"creeper_spawn_debuffed": {
"is_enabled": true,
"required_game_stage": "normal",
"chance": 0.375,
"is_scaled_by_crd": true,
"effects": [
{
"id": "minecraft:weakness",
"amplifier": 0,
"duration": 60.0
},
{
"id": "minecraft:slowness",
"amplifier": 0,
"duration": 60.0
},
{
"id": "minecraft:mining_fatigue",
"amplifier": 0,
"duration": 60.0
},
{
"id": "minecraft:saturation",
"amplifier": 0,
"duration": 60.0
}
]
},
"creeper_split_into_creeperlings": {
"is_enabled": true,
"count": {
"__default": 2,
"expert": 4,
"master": 6
},
"chance": 0.666,
"is_scaled_by_crd": true
},
"deadlier_explosions": {
"is_enabled": true,
"required_game_stage": "normal",
"radius_multiplier": 1.2599,
"fire_chance": 0.75,
"is_scaled_by_crd": true
},
"double_loot": {
"is_enabled": true,
"chance": {
"__default": 0.0,
"expert": 0.05,
"master": 0.1
},
"blacklisted_items": [
"minecraft:nether_star",
"minecraft:totem_of_undying"
]
},
"drowned_lightning_bolt": {
"is_enabled": true,
"required_game_stage": "expert",
"chance": 1.0,
"is_scaled_by_crd": false
},
"enderman_teleport_attack": {
"is_enabled": true,
"required_game_stage": "master",
"chance": 0.5,
"is_scaled_by_crd": true
},
"evoker_with_totem": {
"is_enabled": true,
"required_game_stage": "normal",
"chance": 1.0,
"is_scaled_by_crd": true
},
"experience_bonus": {
"is_enabled": true,
"extra_multiplier": {
"__default": 1.0,
"expert": 2.0,
"master": 4.0
}
},
"jockey_spawn": {
"is_enabled": true,
"required_game_stage": "expert",
"chance": 0.125,
"is_scaled_by_crd": false
},
"mob_groups": {
"piglins": {
"required_game_stage": "expert",
"chance": 0.25,
"is_scaled_by_crd": true,
"leader_types": [
{
"type": "minecraft:piglin",
"equipment": "majruszsdifficulty:mob_groups/piglin_leader"
}
],
"sidekicks_count": {
"min": 1,
"max": 3
},
"sidekick_types": [
{
"type": "minecraft:piglin",
"equipment": "majruszsdifficulty:mob_groups/piglin_sidekick"
}
]
},
"skeletons": {
"required_game_stage": "normal",
"chance": 0.1,
"is_scaled_by_crd": true,
"leader_types": [
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:mob_groups/skeleton_leader"
}
],
"sidekicks_count": {
"min": 1,
"max": 3
},
"sidekick_types": [
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:mob_groups/skeleton_sidekick"
}
]
},
"undead": {
"required_game_stage": "normal",
"chance": 0.1,
"is_scaled_by_crd": true,
"leader_types": [
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_3_skeleton"
},
{
"type": "minecraft:stray",
"equipment": "majruszsdifficulty:undead_army/wave_3_skeleton"
},
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:undead_army/wave_3_mob"
},
{
"type": "minecraft:husk",
"equipment": "majruszsdifficulty:undead_army/wave_3_mob"
}
],
"sidekicks_count": {
"min": 2,
"max": 4
},
"sidekick_types": [
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_2_mob"
},
{
"type": "minecraft:stray",
"equipment": "majruszsdifficulty:undead_army/wave_2_mob"
},
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:undead_army/wave_2_mob"
},
{
"type": "minecraft:husk",
"equipment": "majruszsdifficulty:undead_army/wave_2_mob"
}
]
},
"zombie_miners": {
"required_game_stage": "expert",
"chance": 0.25,
"is_scaled_by_crd": true,
"leader_types": [
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:mob_groups/zombie_leader"
}
],
"sidekicks_count": {
"min": 1,
"max": 3
},
"sidekick_types": [
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:mob_groups/zombie_sidekick"
}
]
},
"werecat": {
"required_game_stage": "normal",
"chance": 0.1,
"is_scaled_by_crd": true,
"leader_types": [
{
"type": "grimoireofgaia:werecat",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob"
}
],
"sidekicks_count": {
"min": 2,
"max": 4
},
"sidekick_types": [
{
"type": "grimoireofgaia:werecat",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob"
}
]
},
"harpy": {
"required_game_stage": "normal",
"chance": 0.1,
"is_scaled_by_crd": true,
"leader_types": [
{
"type": "grimoireofgaia:harpy",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob"
}
],
"sidekicks_count": {
"min": 2,
"max": 4
},
"sidekick_types": [
{
"type": "grimoireofgaia:harpy",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob"
}
]
},
"orc": {
"required_game_stage": "normal",
"chance": 0.1,
"is_scaled_by_crd": true,
"leader_types": [
{
"type": "grimoireofgaia:orc",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob"
}
],
"sidekicks_count": {
"min": 2,
"max": 4
},
"sidekick_types": [
{
"type": "grimoireofgaia:orc",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob"
}
]
},
"minotaurus": {
"required_game_stage": "expert",
"chance": 0.1,
"is_scaled_by_crd": true,
"leader_types": [
{
"type": "grimoireofgaia:minotaurus",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob"
}
],
"sidekicks_count": {
"min": 2,
"max": 4
},
"sidekick_types": [
{
"type": "grimoireofgaia:minotaurus",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob"
}
]
}
},
"mobs_apply_effects": [
{
"required_game_stage": "expert",
"chance": 0.25,
"is_scaled_by_crd": true,
"entity_type": "minecraft:spider",
"effect": {
"id": "minecraft:poison",
"amplifier": 0,
"duration": 7.0
}
},
{
"required_game_stage": "expert",
"chance": 0.5,
"is_scaled_by_crd": true,
"entity_type": "minecraft:slime",
"effect": {
"id": "minecraft:slowness",
"amplifier": 0,
"duration": 7.0
}
},
{
"required_game_stage": "master",
"chance": 0.5,
"is_scaled_by_crd": true,
"entity_type": "minecraft:shulker",
"effect": {
"id": "minecraft:blindness",
"amplifier": 0,
"duration": 7.0
}
},
{
"required_game_stage": "master",
"chance": 0.75,
"is_scaled_by_crd": true,
"entity_type": "minecraft:phantom",
"effect": {
"id": "minecraft:levitation",
"amplifier": 0,
"duration": 7.0
}
}
],
"mobs_spawn_stronger": {
"is_enabled": true,
"health_bonus": {
"__default": 0.0,
"expert": 2.0,
"master": 4.0
},
"damage_bonus": {
"__default": 0.0,
"expert": 0.5,
"master": 1.0
},
"excluded_mobs": []
},
"pillager_with_fireworks": {
"is_enabled": true,
"required_game_stage": "master",
"chance": 0.15,
"is_scaled_by_crd": true,
"crossbow_multishot_chance": 0.25,
"firework_drop_chance": 0.25,
"firework_count": 8
},
"spawn_blocker": {
"forbidden_entities": {
"__default": [
"majruszsdifficulty:illusioner",
"majruszsdifficulty:tank",
"majruszsdifficulty:cerberus"
],
"expert": [
"majruszsdifficulty:cerberus"
],
"master": []
}
},
"spawn_killer_bunny": {
"is_enabled": true,
"required_game_stage": "expert",
"chance": 0.1,
"is_scaled_by_crd": true
},
"spawn_player_zombie": {
"is_enabled": true,
"required_game_stage": "expert",
"chance": 1.0,
"is_scaled_by_crd": false,
"head_chance": 1.0,
"head_drop_chance": 0.1
},
"spawn_rate_increaser": {
"is_enabled": true,
"multiplier": {
"__default": 1.0,
"expert": 1.1,
"master": 1.2
}
}
},
"blood_moon": {
"is_enabled": false,
"night_trigger_chance": 0.0666,
"spawn_rate_multiplier": 2.0,
"crd_penalty": 0.5
},
"undead_army": {
"is_enabled": true,
"reset_all_participants_kills": true,
"wave_duration": 1200.0,
"preparing_duration": 10.0,
"highlight_delay": 300.0,
"extra_size_ratio_per_player": 0.5,
"area_radius": 70,
"kill_requirement": 100,
"kill_requirement_first": 25,
"kill_requirement_warning": 3,
"waves": [
{
"mobs": [
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob",
"count": 2
},
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob",
"count": 2
},
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob",
"count": 2
},
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob",
"count": 2
},
{
"type": "grimoireofgaia:werecat",
"equipment": "majruszsdifficulty:undead_army/wave_1_mob",
"count": 2
}
],
"game_stage": "normal",
"exp": 8
},
{
"mobs": [
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:undead_army/wave_2_mob",
"count": 2
},
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_2_mob",
"count": 3
},
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:undead_army/wave_2_mob",
"count": 3
},
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_2_mob",
"count": 2
},
{
"type": "grimoireofgaia:werecat",
"equipment": "majruszsdifficulty:undead_army/wave_2_mob",
"count": 2
}
],
"game_stage": "normal",
"exp": 16
},
{
"mobs": [
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:undead_army/wave_3_mob",
"count": 3
},
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_3_skeleton",
"count": 3
},
{
"type": "minecraft:husk",
"equipment": "majruszsdifficulty:undead_army/wave_3_mob",
"count": 3
},
{
"type": "minecraft:stray",
"equipment": "majruszsdifficulty:undead_army/wave_3_skeleton",
"count": 3
},
{
"type": "grimoireofgaia:werecat",
"equipment": "majruszsdifficulty:undead_army/wave_3_mob",
"count": 2
},
{
"type": "grimoireofgaia:witch",
"equipment": "majruszsdifficulty:undead_army/wave_3_mob",
"count": 1
}
],
"boss": {
"type": "majruszsdifficulty:tank",
"count": 1
},
"game_stage": "normal",
"exp": 24
},
{
"mobs": [
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:undead_army/wave_4_mob",
"count": 2
},
{
"type": "minecraft:wither_skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_4_mob",
"count": 1
},
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_4_skeleton",
"count": 2
},
{
"type": "minecraft:wither_skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_4_mob",
"count": 1
},
{
"type": "majruszsdifficulty:tank",
"count": 1
},
{
"type": "minecraft:husk",
"equipment": "majruszsdifficulty:undead_army/wave_4_mob",
"count": 3
},
{
"type": "minecraft:wither_skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_4_mob",
"count": 1
},
{
"type": "minecraft:stray",
"equipment": "majruszsdifficulty:undead_army/wave_4_skeleton",
"count": 3
},
{
"type": "minecraft:wither_skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_4_mob",
"count": 1
},
{
"type": "grimoireofgaia:succubus",
"equipment": "majruszsdifficulty:undead_army/wave_4_mob",
"count": 3
}
],
"game_stage": "expert",
"exp": 32
},
{
"mobs": [
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:undead_army/wave_5_mob",
"count": 1
},
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_5_skeleton",
"count": 1
},
{
"type": "minecraft:stray",
"equipment": "majruszsdifficulty:undead_army/wave_5_skeleton",
"count": 3
},
{
"type": "minecraft:wither_skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_5_mob",
"count": 2
},
{
"type": "majruszsdifficulty:tank",
"count": 1
},
{
"type": "minecraft:husk",
"equipment": "majruszsdifficulty:undead_army/wave_5_mob",
"count": 3
},
{
"type": "minecraft:wither_skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_5_mob",
"count": 2
},
{
"type": "grimoireofgaia:succubus",
"equipment": "majruszsdifficulty:undead_army/wave_5_mob",
"count": 3
},
{
"type": "grimoireofgaia:witch",
"equipment": "majruszsdifficulty:undead_army/wave_5_mob",
"count": 1
},
{
"type": "grimoireofgaia:vampire",
"equipment": "majruszsdifficulty:undead_army/wave_5_mob",
"count": 1
}
],
"boss": {
"type": "majruszsdifficulty:cerberus",
"count": 1
},
"game_stage": "expert",
"exp": 40
},
{
"mobs": [
{
"type": "minecraft:zombie",
"equipment": "majruszsdifficulty:undead_army/wave_6_mob",
"count": 1
},
{
"type": "minecraft:skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_6_skeleton",
"count": 1
},
{
"type": "majruszsdifficulty:tank",
"count": 1
},
{
"type": "minecraft:stray",
"equipment": "majruszsdifficulty:undead_army/wave_6_skeleton",
"count": 1
},
{
"type": "minecraft:husk",
"equipment": "majruszsdifficulty:undead_army/wave_6_mob",
"count": 1
},
{
"type": "minecraft:wither_skeleton",
"equipment": "majruszsdifficulty:undead_army/wave_6_wither_skeleton",
"count": 1
},
{
"type": "majruszsdifficulty:cerberus",
"count": 1
},
{
"type": "grimoireofgaia:succubus",
"equipment": "majruszsdifficulty:undead_army/wave_6_mob",
"count": 3
},
{
"type": "grimoireofgaia:witch",
"equipment": "majruszsdifficulty:undead_army/wave_6_mob",
"count": 1
},
{
"type": "grimoireofgaia:vampire",
"equipment": "majruszsdifficulty:undead_army/wave_6_mob",
"count": 1
}
],
"boss": {
"type": "majruszsdifficulty:giant",
"equipment": "majruszsdifficulty:undead_army/wave_6_mob",
"count": 1
},
"game_stage": "master",
"exp": 48
}
]
},
"mobs": {
"cursed_armor": {
"item_drop_chance": 0.2,
"custom_name_chance": 0.025,
"custom_names": [
"Freshah"
],
"locations": [
{
"loot": "majruszsdifficulty:gameplay/cursed_armor_dungeon",
"chests": [
"minecraft:chests/simple_dungeon"
],
"chance": 0.5
},
{
"loot": "majruszsdifficulty:gameplay/cursed_armor_stronghold",
"chests": [
"minecraft:chests/stronghold_corridor",
"minecraft:chests/stronghold_crossing",
"minecraft:chests/stronghold_library"
],
"chance": 0.4
},
{
"loot": "majruszsdifficulty:gameplay/cursed_armor_portal",
"chests": [
"minecraft:chests/ruined_portal"
],
"chance": 1.0
},
{
"loot": "majruszsdifficulty:gameplay/cursed_armor_nether",
"chests": [
"minecraft:chests/bastion_bridge",
"minecraft:chests/bastion_hoglin_stable",
"minecraft:chests/bastion_other",
"minecraft:chests/bastion_treasure",
"minecraft:chests/nether_bridge"
],
"chance": 0.25
},
{
"loot": "majruszsdifficulty:gameplay/cursed_armor_end",
"chests": [
"minecraft:chests/end_city_treasure"
],
"chance": 0.5
}
]
}
},
"items": {
"bandage": {
"normal_effects": [
{
"id": "majruszsdifficulty:glass_regeneration",
"amplifier": 0,
"duration": 20.0
}
],
"golden_effects": [
{
"id": "majruszsdifficulty:glass_regeneration",
"amplifier": 1,
"duration": 20.0
},
{
"id": "majruszsdifficulty:bleeding_immunity",
"amplifier": 0,
"duration": 90.0
}
]
},
"evoker_fang_scroll": {
"attack_damage": 12,
"attack_range": {
"min": 8,
"max": 20
}
},
"sonic_boom_scroll": {
"attack_damage": 14,
"attack_range": {
"min": 12,
"max": 30
}
},
"wither_sword": {
"effect": {
"id": "minecraft:wither",
"amplifier": 1,
"duration": 6.0
}
}
},
"bleeding": {
"chance_multiplier_base": 0.09,
"chance_multiplier_per_armor": 0.03,
"chance_multiplier_per_armor_toughness": 0.03,
"is_enabled": true,
"can_be_cured_with_golden_apples": true,
"is_applicable_to_animals": true,
"is_applicable_to_pillagers": true,
"other_applicable_mobs": [
"minecraft:player",
"minecraft:villager"
],
"immune_mobs": [
"minecraft:zombie_horse",
"minecraft:skeleton_horse"
],
"effect": {
"__default": {
"amplifier": 0,
"duration": 24.0
},
"expert": {
"amplifier": 1,
"duration": 24.0
},
"master": {
"amplifier": 2,
"duration": 24.0
}
},
"sources": {
"arrows": {
"is_enabled": true,
"chance": 0.333
},
"bite": {
"is_enabled": true,
"chance": 0.5,
"blacklisted_animals": [
"minecraft:llama"
]
},
"cactus": {
"is_enabled": true,
"chance": 0.5
},
"tools": {
"is_enabled": true,
"list": [
{
"id": "minecraft:trident",
"chance": 0.3,
"enchantments": [
{
"id": "minecraft:impaling",
"extra_chance_per_level": 0.04
}
]
},
{
"id": "{regex}.*_sword",
"chance": 0.3,
"enchantments": [
{
"id": "minecraft:sharpness",
"extra_chance_per_level": 0.04
},
{
"id": "{regex}(minecraft:smite)|(minecraft:bane_of_arthropods)|(majruszsenchantments:misanthropy)",
"extra_chance_per_level": 0.02
}
]
},
{
"id": "{regex}.*_axe",
"chance": 0.26,
"enchantments": [
{
"id": "minecraft:sharpness",
"extra_chance_per_level": 0.04
},
{
"id": "{regex}(minecraft:smite)|(minecraft:bane_of_arthropods)|(majruszsenchantments:misanthropy)",
"extra_chance_per_level": 0.02
}
]
},
{
"id": "{regex}(.*_pickaxe)|minecraft:shears",
"chance": 0.22,
"enchantments": []
},
{
"id": "{regex}.*_shovel",
"chance": 0.18,
"enchantments": []
},
{
"id": "{regex}.*_hoe",
"chance": 0.14,
"enchantments": []
}
]
}
}
}
}

View File

@ -1,20 +0,0 @@
#Whether mediumcore appears as the first, default game mode when creating a new world.
mediumcore_default_game_mode = true
#Whether hearts appear with a different texture in mediumcore.
mediumcore_heart_texture = true
#The amount of max health each player starts with in mediumcore. Default is 20 HP, which is 10 hearts.
#Range: 0.5 ~ 1000.0
starting_player_health = 20.0
#The lowest amount of max health a player can have in mediumcore. Health will not decrease beyond this threshold no matter how many deaths are taken. Default is 6 HP, which is 3 hearts.
#Range: 0.5 ~ 1000.0
minimum_player_health = 6.0
#The amount of max health each player can possibly have in mediumcore. Default is 20 HP, which is 10 hearts.
#Range: 0.5 ~ 1000.0
max_player_health = 20.0
#The amount of max health lost with each death. Default is 2 HP, which is 1 heart.
#Range: 0.0 ~ 20.0
health_decrease_per_death = 2.0
#The amount of max health regained when healed. Default is 2 HP, which is 1 heart.
#Range: 0.0 ~ 20.0
health_increase_per_heal = 2.0

View File

@ -0,0 +1,36 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:nether_star"
},
{
"tag": "forge:vegetables"
},
{
"tag": "forge:vegetables"
},
{
"tag": "forge:vegetables"
},
{
"tag": "forge:vegetables"
},
{
"tag": "forge:vegetables"
},
{
"tag": "forge:vegetables"
},
{
"tag": "forge:vegetables"
},
{
"tag": "forge:vegetables"
}
],
"result": {
"item": "rats:assorted_vegetables"
}
}

View File

@ -0,0 +1,26 @@
{
"type": "touhou_little_maid:altar_crafting",
"output": {
"type": "minecraft:item",
"nbt": {
"Item": {
"id": "tacz:modern_kinetic_gun",
"Count": 1,
"tag": {
"GunCurrentAmmoCount": 64,
"GunFireMode": "AUTO",
"GunId": "gensoushooter:mikos_shot"
}
}
}
},
"power": 0.5,
"ingredients": [
{
"item": "grimoireofgaia:shiny_pearl"
},
{
"item": "minecraft:gunpowder"
}
]
}

View File

@ -0,0 +1,36 @@
{
"type": "touhou_little_maid:altar_crafting",
"output": {
"type": "minecraft:item",
"nbt": {
"Item": {
"id": "tacz:ammo",
"Count": 64,
"tag": {
"AmmoId": "gensoushooter:ofuda"
}
}
}
},
"power": 0.05,
"ingredients": [
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:paper"
}
]
}

View File

@ -0,0 +1,21 @@
{
"type": "touhou_little_maid:altar_crafting",
"output": {
"type": "minecraft:item",
"nbt": {
"Item": {
"id": "touhou_little_maid:smart_slab_empty",
"Count": 1
}
}
},
"power": 0.2,
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:soul_sand"
}
]
}

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "Data pack for FW modpack"
}
}

View File

@ -0,0 +1,13 @@
name = "AL's Boss Rush"
filename = "AL's Boss Rush 1.1.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/vUbGnkNv/versions/X5XWcasT/AL%27s%20Boss%20Rush%201.1.zip"
hash-format = "sha512"
hash = "e8138a297e7142a8f83be67e929ca2b440a2ada7d4d32bb52f89b3ff7b969718b8ba69d7ed7031d8891348805e76ae06859aa1976d2af0cb65a203cdafd4293e"
[update]
[update.modrinth]
mod-id = "vUbGnkNv"
version = "X5XWcasT"

View File

@ -0,0 +1,21 @@
{
"materials": [
{
"item": {
"tag": "forge:ingots/copper"
},
"count": 8
},
{
"item": {
"tag": "forge:gunpowder"
},
"count": 8
}
],
"result": {
"type": "ammo",
"id": "tacz:30_06",
"count": 16
}
}

View File

@ -0,0 +1,7 @@
name = "bluearchive"
filename = "ba.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/ba.zip"
hash-format = "sha256"
hash = "4c42a6a1ee79cf03d9bf98fa6232e6ef137331d6f85ab5892cd3dfb304c4b4ad"

View File

@ -0,0 +1,7 @@
name = "chocolateman"
filename = "ChocolateMan v1.1.8b.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/ChocolateMan%20v1.1.8b.zip"
hash-format = "sha256"
hash = "2e91905be3349583bfad29060ffd478a298032b16f2f6d19d353da5c36a1889f"

View File

@ -0,0 +1,7 @@
name = "create-armorer"
filename = "Create Armorer-1.0.8.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/Create%20Armorer-1.0.8.zip"
hash-format = "sha256"
hash = "5bd7e828e08544bfd85cb90dd5725e6fb9c4ee401f4aedea5920d83b28da8e25"

View File

@ -0,0 +1,7 @@
name = "drg"
filename = "【深岩银河】drg_gun_pack.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/%E3%80%90%E6%B7%B1%E5%B2%A9%E9%93%B6%E6%B2%B3%E3%80%91drg_gun_pack.zip"
hash-format = "sha256"
hash = "21e05bdd0c48f78f0ec340120b96745186e4488094bf0732a81d21fc64f059b7"

View File

@ -0,0 +1,7 @@
name = "gensoushooter"
filename = "gensoushooter.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/gensoushooter.zip"
hash-format = "sha256"
hash = "fa1706552e0b2e864ac6e281f615e44b733767e050350fca745517722e416070"

View File

@ -0,0 +1,7 @@
name = "gucci"
filename = "Gucci Attachments-v0.1.1.r-0607-152243.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/Gucci%20Attachments-v0.1.1.r-0607-152243.zip"
hash-format = "sha256"
hash = "060a1096b6ef7ff93c8882af1683340cd8bf2e1490f3cfeb307e4d6a34b8a3ec"

View File

@ -0,0 +1,7 @@
name = "gunpowder-revolution"
filename = "GunpowderRevolution_gunpack.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/GunpowderRevolution_gunpack.zip"
hash-format = "sha256"
hash = "a22bbb7bfcc690131e2157ec2f4bf0a1ca973a86e92ae04a0d7d5fe9349be11a"

View File

@ -0,0 +1,7 @@
name = "helldiver2"
filename = "HellDiver2 Gunpack-v1.0.0.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/HellDiver2%20Gunpack-v1.0.0.zip"
hash-format = "sha256"
hash = "f4892d5ce55ae7311d3e41861ebf6f25d60bdbbb546114d4839f72b2db2e121b"

View File

@ -0,0 +1,7 @@
name = "hlm"
filename = "HLMPack1.1.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/HLMPack1.1.zip"
hash-format = "sha256"
hash = "14d3d63d8f1575476cb65de2339617029218ab76e557419ba73af15e6a226933"

View File

@ -0,0 +1,7 @@
name = "immersive-armorer"
filename = "Immersive Armorer-v1.0.3.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/Immersive%20Armorer-v1.0.3.zip"
hash-format = "sha256"
hash = "3aabefd229941f31f3a9e6f7b8b16b6716e65747a86037899b266489ec7525a3"

View File

@ -0,0 +1,7 @@
name = "lesraisins"
filename = "LesRaisins.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/LesRaisins.zip"
hash-format = "sha256"
hash = "2424e3ca720ef15e818dd85b27b424f0e2f0be6b4487f0447eb11194276250b4"

View File

@ -0,0 +1,7 @@
name = "osi"
filename = "Overwatch_Standard_Issue v0.3.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/Overwatch_Standard_Issue%20v0.3.zip"
hash-format = "sha256"
hash = "c6d01a93724e27f575cd9a858acfb5b4fd893a67c5f004b999827a489ddc8b00"

View File

@ -0,0 +1,7 @@
name = "rccrp"
filename = "[TACZ]ClassicRCCRP v1.0.7 release hotfix2.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/%5BTACZ%5DClassicRCCRP%20v1.0.7%20release%20hotfix2.zip"
hash-format = "sha256"
hash = "ef74dad9f02ae90c0091efe6f3d7f31ad782f428d62f48f70ca713da25fbd910"

View File

@ -0,0 +1,7 @@
name = "suffuse-gun-smoke"
filename = "SuffuseGunSmokePack1.0.4-hotfix2.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/SuffuseGunSmokePack1.0.4-hotfix2.zip"
hash-format = "sha256"
hash = "480332a6b7c171b70c15dbb2100074c8435790ef551a2ef137951cbe5a73986b"

View File

@ -0,0 +1,7 @@
name = "tacz-default"
filename = "tacz_default_gun.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/tacz_default_gun.zip"
hash-format = "sha256"
hash = "89c9711d73c6baea4a4c6dac707480775ab502438a574b798636806b29bc1f34"

View File

@ -0,0 +1,7 @@
name = "tti-guns"
filename = "TTI_Gunpack-v0.1.1-0607-154832.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/TTI_Gunpack-v0.1.1-0607-154832.zip"
hash-format = "sha256"
hash = "3da41f23f34571a947af7417dd94b7459c9540dbeb40561a83c47e67976cece1"

View File

@ -0,0 +1,7 @@
name = "warhammer40k"
filename = "warhammer_40k_gun_pack_v0.1.0.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/warhammer_40k_gun_pack_v0.1.0.zip"
hash-format = "sha256"
hash = "ee3d41ea4c192d523b6dc8ff0a3e9c86ebd35bb07f14113d134e335b73d054fa"

View File

@ -0,0 +1,7 @@
name = "zeta-guns"
filename = "[eof]helldiver_gun_pack.zip"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/%5Beof%5Dhelldiver_gun_pack.zip"
hash-format = "sha256"
hash = "422fa82b0a66e630f99a8f25fb3ade7102886e951090c326b538453b4193a2de"

133
config/xaerominimap.txt Normal file
View File

@ -0,0 +1,133 @@
#CONFIG ONLY OPTIONS
ignoreUpdate:0
settingsButton:false
allowWrongWorldTeleportation:false
differentiateByServerAddress:true
debugEntityIcons:false
debugEntityVariantIds:false
radarHideInvisibleEntities:true
allowInternetAccess:true
#INGAME SETTINGS (DO NOT EDIT!)
updateNotification:true
minimap:true
caveMaps:2
caveZoom:1
showWaypoints:true
showIngameWaypoints:true
displayRedstone:true
deathpoints:true
oldDeathpoints:true
distance:1
lockNorth:false
zoom:0
minimapSize:0
chunkGrid:-1
slimeChunks:false
mapSafeMode:false
minimapOpacity:100.0
waypointsIngameIconScale:0
waypointsIngameDistanceScale:0
waypointsIngameNameScale:0
waypointsIngameCloseScale:1.0
antiAliasing:true
blockColours:0
lighting:true
dotsStyle:0
dotNameScale:1.0
compassOverEverything:true
showFlowers:true
keepWaypointNames:true
waypointsDistanceExp:0
waypointsDistanceMin:0.0
defaultWaypointTPCommandFormat:/tp @s {x} {y} {z}
defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~
arrowScale:1.5
arrowColour:0
smoothDots:true
worldMap:true
terrainDepth:true
terrainSlopes:2
mainEntityAs:0
blockTransparency:true
waypointOpacityIngame:80
waypointOpacityMap:90
hideWorldNames:1
openSlimeSettings:true
alwaysShowDistance:false
renderLayerIndex:1
crossDimensionalTp:true
biomeColorsVanillaMode:false
lookingAtAngle:10
lookingAtAngleVertical:180
centeredEnlarged:false
zoomOnEnlarged:0
minimapTextAlign:0
waypointsMutualEdit:true
compassLocation:1
compassDirectionScale:0
caveMapsDepth:30
hideWaypointCoordinates:false
renderAllSets:false
playerArrowOpacity:100
waypointsBottom:false
minimapShape:0
lightOverlayType:0
lightOverlayMaxLight:7
lightOverlayMinLight:0
lightOverlayColor:13
uiScale:0
bossHealthPushBox:1
potionEffectPushBox:1
minimapFrame:0
minimapFrameColor:9
compassColor:9
northCompassColor:-1
displayMultipleWaypointInfo:1
entityRadar:true
adjustHeightForCarpetLikeBlocks:true
autoConvertWaypointDistanceToKmThreshold:10000
waypointDistancePrecision:1
mainDotSize:2
partialYTeleportation:true
deleteReachedDeathpoints:true
hideMinimapUnderScreen:true
hideMinimapUnderF3:true
manualCaveModeStartAuto:true
manualCaveModeStart:-1
chunkGridLineWidth:1
temporaryWaypointsGlobal:true
keepUnlockedWhenEnlarged:false
enlargedMinimapAToggle:false
displayStainedGlass:true
waypointOnMapScale:0
switchToAutoOnDeath:true
infoDisplayBackgroundOpacity:40
caveModeToggleTimer:1000
legibleCaveMaps:false
biomeBlending:true
displayTrackedPlayersOnMap:true
displayTrackedPlayersInWorld:true
dimensionScaledMaxWaypointDistance:true
trackedPlayerWorldIconScale:0
trackedPlayerWorldNameScale:0
trackedPlayerMinimapIconScale:0
displayClaims:true
displayCurrentClaim:true
claimsFillOpacity:46
claimsBorderOpacity:80
infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world
infoDisplay:coords:true:15:-1
infoDisplay:overworld_coords:false:15:-1
infoDisplay:chunk_coords:false:15:-1
infoDisplay:angles:false:15:-1
infoDisplay:dimension:false:15:-1
infoDisplay:biome:false:15:-1
infoDisplay:weather:false:15:-1
infoDisplay:light_level:0:15:-1
infoDisplay:time:0:15:-1
infoDisplay:real_time:0:15:-1
infoDisplay:highlights:true:15:-1
infoDisplay:light_overlay_indicator:true:15:-1
infoDisplay:manual_cave_mode_indicator:true:15:-1
infoDisplay:custom_sub_world:true:15:-1
module;id=xaerominimap:minimap;active=true;x=0;y=0;centered=false;fromRight=true;fromBottom=false;flippedVer=false;flippedHor=false;

View File

@ -0,0 +1,194 @@
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [
"minecraft:glow_item_frame",
"minecraft:item_frame"
],
"name": "gui.xaero_entity_category_root",
"protection": true,
"settingOverrides": {
"displayHeight": 0.0,
"displayed": true,
"heightBasedFade": true,
"renderOrder": 0.0,
"color": 13.0,
"displayNameWhenIconFails": true,
"entityNumber": 1000.0,
"alwaysDisplayNametags": false,
"dotSize": 2.0,
"startFadingAt": 0.0,
"renderOverMinimapFrame": 1.0,
"icons": 1.0,
"heightLimit": 20.0,
"names": 0.0,
"iconScale": 1.0
},
"subCategories": [
{
"hardInclude": "living",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [
"minecraft:armor_stand"
],
"name": "gui.xaero_entity_category_living",
"protection": true,
"settingOverrides": {
"renderOrder": 2.0,
"color": 14.0
},
"subCategories": [
{
"hardInclude": "players",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_players",
"protection": true,
"settingOverrides": {
"renderOrder": 6.0,
"color": 15.0,
"heightLimit": 2050.0
},
"subCategories": [
{
"hardInclude": "nothing",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friend",
"protection": true,
"settingOverrides": {},
"subCategories": []
},
{
"hardInclude": "tracked",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_tracked",
"protection": true,
"settingOverrides": {
"icons": 2.0
},
"subCategories": []
},
{
"hardInclude": "same-team",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_same_team",
"protection": true,
"settingOverrides": {},
"subCategories": []
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_other_teams",
"protection": true,
"settingOverrides": {
"renderOrder": 7.0
},
"subCategories": []
}
]
},
{
"hardInclude": "hostile",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_hostile",
"protection": true,
"settingOverrides": {
"renderOrder": 3.0,
"color": 12.0
},
"subCategories": [
{
"hardInclude": "tamed",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_hostile_tamed",
"protection": true,
"settingOverrides": {
"renderOrder": 5.0,
"color": 10.0
},
"subCategories": []
}
]
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friendly",
"protection": true,
"settingOverrides": {},
"subCategories": [
{
"hardInclude": "tamed",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friendly_tamed",
"protection": true,
"settingOverrides": {
"renderOrder": 4.0,
"color": 10.0
},
"subCategories": []
}
]
}
]
},
{
"hardInclude": "items",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_items",
"protection": true,
"settingOverrides": {
"renderOrder": 1.0,
"color": 9.0
},
"subCategories": []
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_other_entities",
"protection": true,
"settingOverrides": {
"color": 5.0
},
"subCategories": []
}
]
}

View File

@ -0,0 +1,51 @@
[general]
#Whether to display disclaimer GUI
DisclaimerShow = true
#Whether to print animation roulette play message
PrintAnimationRouletteMsg = false
#Prevents rendering of self player's model
DisableSelfModel = false
#Prevents rendering of other player's model
DisableOtherModel = false
#Prevents rendering of self player's hand
DisableSelfHands = false
#Prevents rendering of arrows model
DisableArrowsModel = false
#The default model ID when a player first enters the game
DefaultModelId = "steve"
#The default model texture when a player first enters the game
DefaultModelTexture = "default"
#If rendering errors occur, try turning on this.
UseCompatibilityRenderer = false
[extra_player_render]
#Whether to display player
DisablePlayerRender = false
#Player position x in screen
#Range: > 0
PlayerPosX = 10
#Player position y in screen
#Range: > 0
PlayerPosY = 10
#Player scale in screen
#Range: 8.0 ~ 360.0
PlayerScale = 40.0
#Player yaw offset in screen
#Range: 4.9E-324 ~ 1.7976931348623157E308
PlayerYawOffset = 5.0
#Only available on dedicated servers.
[server_scheduler]
#Concurrent level for processing models. Value 0 means AUTO.
#Range: 0 ~ 11
ThreadCount = 0
#Bandwidth limitation during distributing models to players.(In Mbps)
#Range: 1 ~ 999
BandwidthLimit = 5
#Timeout for players to respond to synchronization. Value not greater than 10 means AUTO.(In seconds)
#Range: 0 ~ 120
PlayerSyncTimeout = 0
#Whether or not players are allowed to switch models
CanSwitchModel = true

View File

@ -0,0 +1,161 @@
#Server to Client synced configuration settings
["Damage System"]
#Max health of the Head
#Range: 2 ~ 12
maxHealthHead = 6
#Max health of the Left Arm
#Range: 2 ~ 12
maxHealthLeft_Arm = 4
#Max health of the Left Leg
#Range: 2 ~ 12
maxHealthLeft_Leg = 4
#Max health of the Left Foot
#Range: 2 ~ 12
maxHealthLeft_Foot = 4
#Max health of the Body
#Range: 2 ~ 12
maxHealthBody = 6
#Max health of the Right Arm
#Range: 2 ~ 12
maxHealthRight_Arm = 4
#Max health of the Right Leg
#Range: 2 ~ 12
maxHealthRight_Leg = 4
#Max health of the Right Foot
#Range: 2 ~ 12
maxHealthRight_Foot = 4
#True if the head can cause death if health drops to 0
causeDeathHead = true
#True if the body can cause death if health drops to 0
causeDeathBody = true
["Locational Armor"]
["Locational Armor".Armor]
#The multiplier for local armor for every armor of slot Head
#Range: 1.0 ~ 16.0
multiplierHead = 6.0
#The multiplier for local armor for every armor of slot Chest
#Range: 1.0 ~ 16.0
multiplierChest = 2.5
#The multiplier for local armor for every armor of slot Legs
#Range: 1.0 ~ 16.0
multiplierLegs = 3.0
#The multiplier for local armor for every armor of slot Feet
#Range: 1.0 ~ 16.0
multiplierFeet = 6.0
#The static offset applied to any armor piece with a value greater than zero of slot Head
#Range: 0.0 ~ 4.0
offsetHead = 1.0
#The static offset applied to any armor piece with a value greater than zero of slot Chest
#Range: 0.0 ~ 4.0
offsetChest = 0.0
#The static offset applied to any armor piece with a value greater than zero of slot Legs
#Range: 0.0 ~ 4.0
offsetLegs = 0.0
#The static offset applied to any armor piece with a value greater than zero of slot Feet
#Range: 0.0 ~ 4.0
offsetFeet = 0.0
["Locational Armor".Toughness]
#The multiplier for local armor for every armor of slot Head
#Range: 1.0 ~ 16.0
multiplierHead = 4.0
#The multiplier for local armor for every armor of slot Chest
#Range: 1.0 ~ 16.0
multiplierChest = 3.0
#The multiplier for local armor for every armor of slot Legs
#Range: 1.0 ~ 16.0
multiplierLegs = 3.0
#The multiplier for local armor for every armor of slot Feet
#Range: 1.0 ~ 16.0
multiplierFeet = 3.5
#The static offset applied to any armor piece with a value greater than zero of slot Head
#Range: 0.0 ~ 4.0
offsetHead = 0.0
#The static offset applied to any armor piece with a value greater than zero of slot Chest
#Range: 0.0 ~ 4.0
offsetChest = 0.0
#The static offset applied to any armor piece with a value greater than zero of slot Legs
#Range: 0.0 ~ 4.0
offsetLegs = 0.0
#The static offset applied to any armor piece with a value greater than zero of slot Feet
#Range: 0.0 ~ 4.0
offsetFeet = 0.0
["Internal Healing"]
["Internal Healing".bandage]
#The total heals this item does when applied. 1 heal = half a heart
#Range: 1 ~ 127
totalsHeals = 4
#The time it takes for a single heal to trigger. Total time this item is active = this * totalHeals
#Range: 1 ~ 32767
secondsPerHeal = 2
#The time it takes in the GUI to apply the item in milliseconds
#Range: 0 ~ 16000
applyTime = 500
["Internal Healing".plaster]
#The total heals this item does when applied. 1 heal = half a heart
#Range: 1 ~ 127
totalsHeals = 2
#The time it takes for a single heal to trigger. Total time this item is active = this * totalHeals
#Range: 1 ~ 32767
secondsPerHeal = 1
#The time it takes in the GUI to apply the item in milliseconds
#Range: 0 ~ 16000
applyTime = 0
["External Healing"]
#Allow vanilla's natural regeneration. Requires "allowOtherHealingItems" to be true
#**WARNING** This sets the gamerule "naturalRegeneration" for all of your worlds internally, so it persists even if you remove the mod
allowNaturalRegeneration = true
#If false, healing potions and other healing items will have no effect
allowOtherHealingItems = true
#Specifies how much percent of the max health should be restored when sleeping
#Range: 0.0 ~ 1.0
sleepHealPercentage = 0.07
#The value external regen will be multiplied with. Has no effect if "allowOtherHealingItems" is disabled
#Range: 0.0 ~ 20.0
otherRegenMultiplier = 0.75
#The value vanilla's natural regeneration will be multiplied with. Has no effect if "allowNaturalRegeneration" is disabled
#Range: 0.0 ~ 20.0
naturalRegenMultiplier = 0.5
#Specifies how the vanilla resistance potion effect should reduce damage.
#By default, one level of resistance reduces 20% of damage. Changing this value to e.g. 10 will reduce the reduction to 10% damage reduction per level
#Range: 1 ~ 40
resistanceReductionPercentPerLevel = 20
[misc]
#If true, max health is scaled to your hearts, and the config entries get multiplier to match the max health
scaleMaxHealth = true
#If true, max health will be capped at 6 hearts and absorption at 2 hearts per limb. If false, the health cap will be much higher (64 hearts normal and 16 absorption)
capMaxHealth = true
#Specifies how the vanilla health is calculated. Affects the vanilla visual health bar, as well as the value other mods get to see when they query the player health.
#AVERAGE_ALL simply takes all limbs and calculates the average of it.
#AVERAGE_CRITICAL takes all critical limbs and calculates the average of it.
#MIN_CRITICAl takes the smallest health value of all critical limb.
#Does not have any effect if all critical limbs have been disabled.
#Allowed Values: AVERAGE_ALL, AVERAGE_CRITICAL, MIN_CRITICAL, CRITICAL_50_PERCENT_OTHER_50_PERCENT
vanillaHealthCalculation = "AVERAGE_ALL"
#If enabled, the default random damage distribution will be changed to leave critical limbs at 1hp if possible.
#When there is too much damage, the damage will still kill the player. Other distributions that defined are not affected by this.
useFriendlyRandomDistribution = false
#If set to LOCAL_ENCHANTMENTS, only the enchantments for the armor for the body part that is currently being damaged is taken into account. The strength of the armor is multiplied by 4 (default value, can be changed by enchantmentMultiplier), so it matches the vanilla default
#If set to GLOBAL_ENCHANTMENTS, the enchantments of all armor pieces are taken into account for all body parts that have any kind of armor.
#Allowed Values: GLOBAL_ENCHANTMENTS, LOCAL_ENCHANTMENTS
armorEnchantmentMode = "LOCAL_ENCHANTMENTS"
["Enchantment Handling"]
#Specifies the default modifier. This is only used if armorEnchantmentMode is LOCAL_ENCHANTMENTS, as this is used scale up the values to somewhat match what vanilla balances around (as vanilla balances around global enchantments)
#Range: 1 ~ 4
enchantmentMultiplier = 4
#Specifies the overrides for the the modifier. This is only used if armorEnchantmentMode is LOCAL_ENCHANTMENTS. This can be used to set another multiplier for special enchantments
#This list specifies the resource location of the enchantment. Must be fully specified and cannot use wildcard. Example: minecraft:feather_falling. First entry here will be matched to first multiplier, second entry to second multiplier and so on
resourceLocations = ["minecraft:feather_falling"]
#Specifies the overrides for the the modifier. This is only used if armorEnchantmentMode is LOCAL_ENCHANTMENTS. This can be used to set another multiplier for special enchantments
#This list specifies the multiplier of the corresponding resource location. See resourceLocations comment. Must be between 1 and 4
overrideMultiplier = [2]

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,36 @@
// priority: 0
// Visit the wiki for more info - https://kubejs.com/
ServerEvents.recipes(event => { //listen for the "recipes" server event.
event.shaped(Item.of('tacz:modern_kinetic_gun', '{GunCurrentAmmoCount:1,GunFireMode:"SEMI",GunId:"hamster:gras1874",HasBulletInBarrel:1b}'), [
'FSS',
'III',
'LLL'
], {
F: 'minecraft:flint_and_steel',
S: '#forge:string',
I: '#forge:ingots/iron',
L: '#minecraft:logs'
}
);
event.shaped(Item.of('tacz:modern_kinetic_gun', '{GunCurrentAmmoCount:1,GunFireMode:"SEMI",GunId:"hamster:one_barrel",HasBulletInBarrel:1b}'), [
'FII',
'LIL',
' '
], {
F: 'minecraft:flint_and_steel',
I: '#forge:ingots/iron',
L: '#minecraft:logs'
}
);
event.shapeless(Item.of('tacz:ammo', 8, '{AmmoId:"hamster:medium_ammo"}'), [
'#minecraft:coals',
'#forge:ingots/copper'
]);
});
console.info('Loaded Poor Man\'s recipes')

View File

@ -1,13 +0,0 @@
name = "Advancement Frames"
filename = "advancementframes-1.20-2.2.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/zUBn5hHr/versions/syxp8b5I/advancementframes-1.20-2.2.7.jar"
hash-format = "sha1"
hash = "c87f89d50e050752b61c6d7121bd766842fc0766"
[update]
[update.modrinth]
mod-id = "zUBn5hHr"
version = "syxp8b5I"

View File

@ -1,13 +0,0 @@
name = "Advancement Plaques"
filename = "AdvancementPlaques-1.20.1-forge-1.5.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/9NM0dXub/versions/1GjhWcGQ/AdvancementPlaques-1.20.1-forge-1.5.1.jar"
hash-format = "sha1"
hash = "459bf06be69d28ebf522d22905019cba785978c9"
[update]
[update.modrinth]
mod-id = "9NM0dXub"
version = "1GjhWcGQ"

View File

@ -1,13 +1,13 @@
name = "Alex's Caves"
filename = "alexscaves-1.1.4.jar"
filename = "alexscaves-2.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/U6GY0xp0/versions/pdifL7d0/alexscaves-1.1.4.jar"
hash-format = "sha1"
hash = "3899837681e024ab4d520301346980fe51eceffa"
url = "https://cdn.modrinth.com/data/U6GY0xp0/versions/lC8HHXOF/alexscaves-2.0.2.jar"
hash-format = "sha512"
hash = "d23092cf507f4cf66ead45d7b393393ea83a9002056962ee6c341e91323ae39e10f2aefbbbc9f5e54409eb3ee522ad0c2dd5661077b09f1e37d034cfdd4333a0"
[update]
[update.modrinth]
mod-id = "U6GY0xp0"
version = "pdifL7d0"
version = "lC8HHXOF"

View File

@ -1,13 +0,0 @@
name = "Cloud Storage"
filename = "cloudstorage-1.4.0-1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ZiATPR3I/versions/RdcFsm0S/cloudstorage-1.4.0-1.20.jar"
hash-format = "sha1"
hash = "583d797ade4d5b4e8de5f0171957cf6b2f691d8d"
[update]
[update.modrinth]
mod-id = "ZiATPR3I"
version = "RdcFsm0S"

View File

@ -1,13 +0,0 @@
name = "Mediumcore"
filename = "mediumcore-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XjSJMp3X/versions/sLPdr0s2/mediumcore-1.0.0.jar"
hash-format = "sha1"
hash = "5edd02797337895a7c0dbe78f72640bbcc0d9ed1"
[update]
[update.modrinth]
mod-id = "XjSJMp3X"
version = "sLPdr0s2"

View File

@ -1,13 +1,13 @@
name = "Alex's Mobs"
filename = "alexsmobs-1.22.8.jar"
filename = "alexsmobs-1.22.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2cMuAZAp/versions/oaRqJ7uM/alexsmobs-1.22.8.jar"
hash-format = "sha1"
hash = "1bf92f4c70a4e01af077600d5543a63812e4d815"
url = "https://cdn.modrinth.com/data/2cMuAZAp/versions/XoIASRVU/alexsmobs-1.22.9.jar"
hash-format = "sha512"
hash = "b50280057926d750f9ffbf6a8df36deb37529356895f6bf59f25d272ecf69afccec65ec1a5c3a8bfad24f9475c15b93c5ec4666447b1fce26a90c41445bbfb04"
[update]
[update.modrinth]
mod-id = "2cMuAZAp"
version = "oaRqJ7uM"
version = "XoIASRVU"

View File

@ -4,8 +4,8 @@ side = "both"
[download]
url = "https://cdn.modrinth.com/data/eIO12l2t/versions/qc1hOxYD/allurement-1.20.1-4.0.0.jar"
hash-format = "sha1"
hash = "1687ae1c9475c70f4044e7b381aa8df1c4249e1e"
hash-format = "sha512"
hash = "20d244fcf81b232d9cf917d2ec303e324cdb8a551835fabad8dec549042ad784996cc1caa159e1802a6746eb96371a88864deeed8a0dcc539df5d36978904f13"
[update]
[update.modrinth]

View File

@ -1,13 +1,13 @@
name = "Amendments"
filename = "amendments-1.20-1.1.31.jar"
filename = "amendments-1.20-1.2.12.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/iFucsSea/amendments-1.20-1.1.31.jar"
hash-format = "sha1"
hash = "8d554e03863249f677dda814ffe0b4daa2a56804"
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/qE7sokDv/amendments-1.20-1.2.12.jar"
hash-format = "sha512"
hash = "89fc59fdf4e333ead7d8cccc175b9fe302746945491ea976f730aac3083b34edf424fe9c0159f6fb78d6adda74592b1469a3e08e64fe7644054a5d4e2a9c24ed"
[update]
[update.modrinth]
mod-id = "6iTJugQR"
version = "iFucsSea"
version = "qE7sokDv"

13
mods/apotheosis.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Apotheosis"
filename = "Apotheosis-1.20.1-7.4.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "301ded73e26a178cb2673a3e9e02235afbf824b6"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5753183
project-id = 313970

View File

@ -0,0 +1,13 @@
name = "Apothic Attributes (AttributesLib)"
filename = "ApothicAttributes-1.20.1-1.3.7.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "1dc0744d17f0861fe6b067798d39abce9d8e0e86"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5634071
project-id = 898963

View File

@ -4,8 +4,8 @@ side = "both"
[download]
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/XdXDExVF/appleskin-forge-mc1.20.1-2.5.1.jar"
hash-format = "sha1"
hash = "81919356f84eab14258db98924b66c3c38e372b1"
hash-format = "sha512"
hash = "3176f928fb6c60d27f5edb610ca4ab0236175404eebf32797a1ec6cdd794bb294a260231579578536d03571377e43c6181adc75d8dd2c0733f17fce4f7e636b9"
[update]
[update.modrinth]

View File

@ -4,8 +4,8 @@ side = "both"
[download]
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/1MKTLiiG/architectury-9.2.14-forge.jar"
hash-format = "sha1"
hash = "a52918a500ff421180a1cbd1a0cabee712134ec4"
hash-format = "sha512"
hash = "cf67f2050cafa00f0bee42e6d7bef77fdb808ac4f71742f7b4d6d5c1e6ffb49561a5a252f332d2b78a9767bdb5faa284611790dba303fbdc736ae36d794f61c7"
[update]
[update.modrinth]

View File

@ -4,8 +4,8 @@ side = "both"
[download]
url = "https://cdn.modrinth.com/data/lOOpEntO/versions/Y42wjyly/AttributeFix-Forge-1.20.1-21.0.4.jar"
hash-format = "sha1"
hash = "6eb69343eb21d38f95d1b1d00e6bc777bdb336fa"
hash-format = "sha512"
hash = "a4f1431c3abb23d97ae6d742721fcc2d1d97b6f9e72e492cc13f2471b608614b8cbbde513fa0a6f8d002f27168130850bf358d405cd2120c979927d7e88fe3d3"
[update]
[update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Autumnity"
filename = "autumnity-1.20.1-5.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/cRh6MJ6n/versions/dNSKgdoR/autumnity-1.20.1-5.0.1.jar"
hash-format = "sha1"
hash = "b7dcdc74db6c25c5c6f1644304491a161f459a14"
[update]
[update.modrinth]
mod-id = "cRh6MJ6n"
version = "dNSKgdoR"

View File

@ -1,13 +0,0 @@
name = "Back Up Beds"
filename = "backupbeds-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/emKWxR7d/versions/aCh5Ua9b/backupbeds-1.0.0.jar"
hash-format = "sha1"
hash = "9175527cdade0ff5dd5efac11d15c4cdbd446596"
[update]
[update.modrinth]
mod-id = "emKWxR7d"
version = "aCh5Ua9b"

View File

@ -1,13 +0,0 @@
name = "bad packets"
filename = "badpackets-forge-0.4.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ftdbN0KK/versions/aXZqpNgH/badpackets-forge-0.4.3.jar"
hash-format = "sha1"
hash = "34b4ae0b51fe8bb55529dd20968bf58e20b4a21e"
[update]
[update.modrinth]
mod-id = "ftdbN0KK"
version = "aXZqpNgH"

View File

@ -1,13 +1,13 @@
name = "Balm"
filename = "balm-forge-1.20.1-7.2.2.jar"
filename = "balm-forge-1.20.1-7.3.9-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/fzqus8s0/balm-forge-1.20.1-7.2.2.jar"
hash-format = "sha1"
hash = "c0bb062b52fa0a234d922e066d3e09c3df4297d9"
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/UTwD7ASf/balm-forge-1.20.1-7.3.9-all.jar"
hash-format = "sha512"
hash = "62f736031f4485c952eb4b516cd456b75b8f045ba9d9776cc107eceda8e1d1d778949c3218d495a669e4dff4b51ed0395b10defd5c9f49d8c9e979151765b9e3"
[update]
[update.modrinth]
mod-id = "MBAkmtvl"
version = "fzqus8s0"
version = "UTwD7ASf"

View File

@ -1,13 +0,0 @@
name = "Berry Good"
filename = "berry_good-1.20.1-7.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2WZWaKCl/versions/a8xhP8dI/berry_good-1.20.1-7.0.0.jar"
hash-format = "sha1"
hash = "ae052f061baeffac6d7e79a570fe7341081d83cd"
[update]
[update.modrinth]
mod-id = "2WZWaKCl"
version = "a8xhP8dI"

View File

@ -0,0 +1,13 @@
name = "Better Advancements"
filename = "BetterAdvancements-NeoForge-1.20.1-0.4.2.10.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Q2OqKxDG/versions/U17TRk9r/BetterAdvancements-NeoForge-1.20.1-0.4.2.10.jar"
hash-format = "sha512"
hash = "e7979f9951edc3caebeabbe73f782bdfedc03760cea86027251832827566acb01fd4a3ad00ea1277f5b3ad3af348971e6be38cf5064c61d0b4aa538866520a21"
[update]
[update.modrinth]
mod-id = "Q2OqKxDG"
version = "U17TRk9r"

View File

@ -4,8 +4,8 @@ side = "both"
[download]
url = "https://cdn.modrinth.com/data/ZucWZEBV/versions/DWFhllFz/better_climbing-forge-3.jar"
hash-format = "sha1"
hash = "74558f3499d9e5e1f4e29e0163781c594df52eb8"
hash-format = "sha512"
hash = "954febed3b52a3be083073d41429022580bd8d9931070f7f14c52db1180df8132d19f0f4ed48e0e3fcb63cb003823e47bef95a80e9d5da5927babcb18b16d7ad"
[update]
[update.modrinth]

13
mods/blue-skies.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Blue Skies"
filename = "blue_skies-1.20.1-1.3.31.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DOSy3C4M/versions/YGq4rvX4/blue_skies-1.20.1-1.3.31.jar"
hash-format = "sha512"
hash = "9b3adb424cff067b5299cd4bfbb377d1cac6d7695d139e561eaf20901b67cc2e5f5fce242d68d8286f2d123b649b25a7f6d406a93d9bc65447772ddc6fe4016d"
[update]
[update.modrinth]
mod-id = "DOSy3C4M"
version = "YGq4rvX4"

View File

@ -4,8 +4,8 @@ side = "both"
[download]
url = "https://cdn.modrinth.com/data/VsM5EDoI/versions/LkOcOC7A/blueprint-1.20.1-7.1.0.jar"
hash-format = "sha1"
hash = "5ff3b2c8ff096d6481ed252f0371aeb60b460f27"
hash-format = "sha512"
hash = "cb788eb25834e601f3c59cf9af9eeb30416a4ee9a87fafb6f5abbbea7f97f66b7197b20a57988fe365ba1a122292194bdb73ce0e0aa8af1a0318080a74495652"
[update]
[update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Boatload"
filename = "boatload-1.20.1-5.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hevpK888/versions/hCft0zTY/boatload-1.20.1-5.0.1.jar"
hash-format = "sha1"
hash = "7e04920780f58a0556f88f9934797deb2107641a"
[update]
[update.modrinth]
mod-id = "hevpK888"
version = "hCft0zTY"

View File

@ -1,13 +1,13 @@
name = "Bookshelf"
filename = "Bookshelf-Forge-1.20.1-20.1.10.jar"
filename = "Bookshelf-Forge-1.20.1-20.2.13.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/zozOd4AM/Bookshelf-Forge-1.20.1-20.1.10.jar"
hash-format = "sha1"
hash = "6f9ac2d30eb64781ddd47ddf0b2ea84c32501e03"
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/tNwsir0K/Bookshelf-Forge-1.20.1-20.2.13.jar"
hash-format = "sha512"
hash = "1143753a001bccb3fc84c699cc93343f1941da9b7a63d3a3b8078808262b42962f8b10a2c16ed97a49c058865a6dbaa7e85a1e8842b95039d222f06ab4ee9509"
[update]
[update.modrinth]
mod-id = "uy4Cnpcm"
version = "zozOd4AM"
version = "tNwsir0K"

View File

@ -4,8 +4,8 @@ side = "client"
[download]
url = "https://cdn.modrinth.com/data/IupkwRPf/versions/bHFzotWC/builtin-servers-2.1%2B1.20-forge.jar"
hash-format = "sha1"
hash = "9df9c9bb790d1ce578bc09265375fe65a86ca3c0"
hash-format = "sha512"
hash = "32895549653560824a70891ffcc5bbe44179ea4546c3231aa6ae9f669862c9b9daeac5a8a6edbd115d3fa8dbf59a3c9edb2755b4f97fe362c29a7277a8e6b07b"
[update]
[update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Buzzier Bees"
filename = "buzzier_bees-1.20.1-6.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/b7vOFSIp/versions/PyMRj9VM/buzzier_bees-1.20.1-6.0.0.jar"
hash-format = "sha1"
hash = "5de23e8c0e88ded278bb7fd1bddd245c88c72eb4"
[update]
[update.modrinth]
mod-id = "b7vOFSIp"
version = "PyMRj9VM"

13
mods/caelus.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Caelus API"
filename = "caelus-forge-3.2.0+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/40FYwb4z/versions/mRry0DgY/caelus-forge-3.2.0%2B1.20.1.jar"
hash-format = "sha512"
hash = "906baad404c33288d8daf8937bc6a85d3bcc03db67a4a68395b8f01eea57f773420ff97919aadb08a7618b62b0c6c3db72270f9c3af836b822385464f509cf78"
[update]
[update.modrinth]
mod-id = "40FYwb4z"
version = "mRry0DgY"

13
mods/carry-on.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Carry On"
filename = "carryon-forge-1.20.1-2.1.2.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/joEfVgkn/versions/edGQD16r/carryon-forge-1.20.1-2.1.2.7.jar"
hash-format = "sha512"
hash = "4f75afb703dd71c322d4e2e27d28d7ab4afeb0c242bcee6d1eb5fef59ee4347352f1ca55f1826743957d2e95a951ed13884356485b0a979b14010915079e2c29"
[update]
[update.modrinth]
mod-id = "joEfVgkn"
version = "edGQD16r"

View File

@ -1,13 +0,0 @@
name = "Catalogue"
filename = "catalogue-forge-1.20.1-1.8.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b8cc73db430fa6015671492d4332a65a8c2f5cae"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4766090
project-id = 459701

View File

@ -1,13 +0,0 @@
name = "Chalk"
filename = "chalk-1.20.1-1.6.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/YWGP4Y1d/versions/YhueAXpz/chalk-1.20.1-1.6.4.jar"
hash-format = "sha1"
hash = "22f996677b1525316ec35c3cabb9099788847b62"
[update]
[update.modrinth]
mod-id = "YWGP4Y1d"
version = "YhueAXpz"

View File

@ -1,13 +1,13 @@
name = "Citadel"
filename = "citadel-2.5.4-1.20.1.jar"
filename = "citadel-2.6.0-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jJfV67b1/versions/ssXkoBKk/citadel-2.5.4-1.20.1.jar"
hash-format = "sha1"
hash = "e7f209ae09cf818ecf98698482b82a1cbe0fe058"
url = "https://cdn.modrinth.com/data/jJfV67b1/versions/mL5pYWWo/citadel-2.6.0-1.20.1.jar"
hash-format = "sha512"
hash = "8edb2264317e547230960109aaadae36ce0db9abb27748d47033c64c7f4958a970172ae382552c5e3c41a4885e95437328a6eba53226fd64c4ce0b4f0ec22b4f"
[update]
[update.modrinth]
mod-id = "jJfV67b1"
version = "ssXkoBKk"
version = "mL5pYWWo"

View File

@ -1,13 +0,0 @@
name = "Clayworks"
filename = "clayworks-1.20.1-3.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1iicrEO3/versions/aoLZaKRo/clayworks-1.20.1-3.0.1.jar"
hash-format = "sha1"
hash = "34a0a74ac1dc524ad00e3eea5608b397bd05552c"
[update]
[update.modrinth]
mod-id = "1iicrEO3"
version = "aoLZaKRo"

View File

@ -1,13 +1,13 @@
name = "Cloth Config API"
filename = "cloth-config-11.1.118-forge.jar"
filename = "cloth-config-11.1.136-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/nr1znv5v/cloth-config-11.1.118-forge.jar"
hash-format = "sha1"
hash = "c46ca3fba95691873a765f4e79750c615f33e446"
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/t8TXrZvZ/cloth-config-11.1.136-forge.jar"
hash-format = "sha512"
hash = "137c4af99c53d77317cbfb1cc8c49fc2761708b49d1992f51fd846960df41dde3a83519c987e081508d4ed90c603566f3d5a6cb620ad9d85b8f4de59aa9115ef"
[update]
[update.modrinth]
mod-id = "9s6osm5g"
version = "nr1znv5v"
version = "t8TXrZvZ"

View File

@ -4,8 +4,8 @@ side = "both"
[download]
url = "https://cdn.modrinth.com/data/Wnxd13zP/versions/nAHGB5ls/Clumps-forge-1.20.1-12.0.0.4.jar"
hash-format = "sha1"
hash = "8809c7aa6c71389e9c59abfe5def52c1cb8d4f1c"
hash-format = "sha512"
hash = "ffd8ff2438e9f9d260d3926ccdd0cccc4772c6f99f29715690aed4f6e97a76035f3aeaa78168e2a458bc4cccf521e97ebdb6e0b61c819facb04af9ebb3638383"
[update]
[update.modrinth]

13
mods/collective.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Collective"
filename = "collective-1.20.1-7.87.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/aNzU64AT/collective-1.20.1-7.87.jar"
hash-format = "sha512"
hash = "65acb74e5acd56f1507ff83cee86fa2a78efea5ff2577828bd1c38323af4bcb594bfa4deb9d511060035c9503046a5da7fccc034228e6e799c2fb36fbf59e1a8"
[update]
[update.modrinth]
mod-id = "e0M1UDsY"
version = "aNzU64AT"

View File

@ -4,8 +4,8 @@ side = "client"
[download]
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/LH6Bi6Am/Controlling-forge-1.20.1-12.0.2.jar"
hash-format = "sha1"
hash = "6195a3d1464f8fb641d7e165163aea1a857ce08e"
hash-format = "sha512"
hash = "3945bf3f6d843957f13584dfc70bede253d1e48f0dcb96f647fbcc6fcd3d1748a0dd9c6ca5c882e07a41f98eb84057934f51e43ab6023ed0a19695de2e6fe9f5"
[update]
[update.modrinth]

13
mods/corgilib.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "CorgiLib"
filename = "Corgilib-Forge-1.20.1-4.0.3.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/RE7m8W42/Corgilib-Forge-1.20.1-4.0.3.2.jar"
hash-format = "sha512"
hash = "aee77c2e495945756c1326c97135e80d5ffadc1ad859c7ac8e67f553aaf51ab0d3875da8504da111947b83eafb2a1f14858e1c8cc72c0f3a7a933699337a298b"
[update]
[update.modrinth]
mod-id = "ziOp6EO8"
version = "RE7m8W42"

18
mods/craftgr.pw.toml Normal file
View File

@ -0,0 +1,18 @@
name = "CraftGR"
filename = "craftgr-1.5.1-mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/lKYr4L6w/versions/3nN73j93/craftgr-1.5.1-mc1.20.1.jar"
hash-format = "sha512"
hash = "7178d0f59e0f52c6b61fd0d67a0e3fb4a55f0ec9078a6ee096e066261c7a8ade2b4fe19aac5153096f57fb036e9a173f82a2e527e58b880ac7ca2792af0761b9"
[update]
[update.modrinth]
mod-id = "lKYr4L6w"
version = "3nN73j93"
[option]
optional = true
description = "Shoutout to LunarSpotlight"
default = true

13
mods/create.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Create"
filename = "create-1.20.1-0.5.1.j.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/6R069CcK/create-1.20.1-0.5.1.j.jar"
hash-format = "sha512"
hash = "893b531f7d93e30561024087b8718934fc2bb93c4f3f40edff5346f18e0330c8d3524f1ebef50d90e91a20f7a679ef6da44dd9b6e68292afe28b1b88fa7f07fb"
[update]
[update.modrinth]
mod-id = "LNytGWDc"
version = "6R069CcK"

13
mods/creativecore.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "CreativeCore"
filename = "CreativeCore_FORGE_v2.12.25_mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/Z1UCO79h/CreativeCore_FORGE_v2.12.25_mc1.20.1.jar"
hash-format = "sha512"
hash = "5a5cd9a1df1365f7e9620a2ca49ecd50ee3e7410da2a5cca2e99ad23ae8183db9e162476d3fd342ca13527f69aa5c184daff8da06090b2c74cb36a30a321c7f0"
[update]
[update.modrinth]
mod-id = "OsZiaDHq"
version = "Z1UCO79h"

13
mods/cupboard.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Cupboard"
filename = "cupboard-1.20.1-2.7.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "204bc8aa83e8a685f64311b72d55505ab2eca867"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5470032
project-id = 326652

13
mods/death-backup.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Death Backup"
filename = "deathbackup-1.20.1-3.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ot5JFxuv/versions/3JcUGeGH/deathbackup-1.20.1-3.4.jar"
hash-format = "sha512"
hash = "d99acbe28840d6bd36752722ebbb3b83ca01b25e165e232ffa7eeb00b334edba421ee2f2c2e15774f714cd12a0b656165538a3ab17747d7948faac270535e809"
[update]
[update.modrinth]
mod-id = "Ot5JFxuv"
version = "3JcUGeGH"

View File

@ -4,8 +4,8 @@ side = "client"
[download]
url = "https://cdn.modrinth.com/data/WEg59z5b/versions/CKNINccT/defaultoptions-forge-1.20-18.0.1.jar"
hash-format = "sha1"
hash = "73af2309627a68a7bff3e53e02ea22fb5c4651e5"
hash-format = "sha512"
hash = "41ab37f580a1cbcb063958b7ec6034c9bea729aecb5452e5982a21d068617a818e78d31f03e76fc4e06dbf73f066f576d9dd6566f70d4912f29b595ba5c54079"
[update]
[update.modrinth]

View File

@ -1,13 +1,13 @@
name = "Ding"
filename = "Ding-1.20.1-Forge-1.4.1.jar"
filename = "Ding-1.20.1-Forge-1.5.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/UEtTD3gP/versions/ZvOp5eWG/Ding-1.20.1-Forge-1.4.1.jar"
hash-format = "sha1"
hash = "c46db36e9fc40865d54590c1a59ea71915e341a6"
url = "https://cdn.modrinth.com/data/UEtTD3gP/versions/nRsfFBuc/Ding-1.20.1-Forge-1.5.0.jar"
hash-format = "sha512"
hash = "dd579ba235a2444d044f6b502d669ef43c5ed67c88737dd20c11dec6083469f488bb8a7318d8a9a0145bd33ced13d90547d928ecafd28d0c81fca48c12a49286"
[update]
[update.modrinth]
mod-id = "UEtTD3gP"
version = "ZvOp5eWG"
version = "nRsfFBuc"

View File

@ -0,0 +1,13 @@
name = "distanthorizons"
filename = "DistantHorizons-forge-2.3.0-b-dev-1.20.1.jar"
side = "client"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfare/media/branch/main/static/DistantHorizons-forge-2.3.0-b-dev-1.20.1.jar"
hash-format = "sha256"
hash = "72b4c82f14c92b9e31afda40820edc63cd330887245026f7b77dc3401524168d"
[option]
optional = true
description = "Distant Horizons adds simplified terrain past Minecraft's default view distance. This makes fog obsolete. May worsen performance."
default = true

View File

@ -4,8 +4,8 @@ side = "both"
[download]
url = "https://cdn.modrinth.com/data/h5JyLdjM/versions/SGxCLghg/domesticationinnovation-1.7.1-1.20.1.jar"
hash-format = "sha1"
hash = "8feae4ba8a3ffb117fa7b3b4291a520e2497fa1e"
hash-format = "sha512"
hash = "3d6c4f0259ce504578a5dceb47c61a03784b77e15408b2c57252a82d03dd74cb5ffabfd3234b5ad365e169419dec7bef49d23ac737e2d508f8f51ecf387ecea9"
[update]
[update.modrinth]

View File

@ -0,0 +1,13 @@
name = "EMI: Create Schematics"
filename = "EMI Create Schematics [1.0.1 Forge 1.20.1].jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/5bgqgixq/versions/M63IQ6mP/EMI%20Create%20Schematics%20%5B1.0.1%20Forge%201.20.1%5D.jar"
hash-format = "sha512"
hash = "416ebf049bf1de3394856f890528e1edd9bd57b28106b472529d2780a37e86140a512718af626188eb53cd03ec769dea441985fe889c7958ecf232d70d585d40"
[update]
[update.modrinth]
mod-id = "5bgqgixq"
version = "M63IQ6mP"

View File

@ -0,0 +1,13 @@
name = "EMI Enchanting"
filename = "emi_enchanting-0.1.2+1.20.1+forge.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/wbWoo11W/versions/s8VlWyjj/emi_enchanting-0.1.2%2B1.20.1%2Bforge.jar"
hash-format = "sha512"
hash = "db7b4979c9a5fc756c34f05a481b09a2ee62c97ea6c393ff80d5310a7a0673c458dd946c86050cf9d424f6e37718fd8e5fbd6ccce0826dbc02b9afecc02aae3c"
[update]
[update.modrinth]
mod-id = "wbWoo11W"
version = "s8VlWyjj"

View File

@ -1,13 +1,13 @@
name = "EMI Loot"
filename = "emi_loot-0.6.5+1.20.1+forge.jar"
filename = "emi_loot-0.7.4+1.20.1+forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/91c49w5V/emi_loot-0.6.5%2B1.20.1%2Bforge.jar"
hash-format = "sha1"
hash = "dbaf0e9e00267860015d8991f0c4c38e39a994ed"
url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/muA4mic3/emi_loot-0.7.4%2B1.20.1%2Bforge.jar"
hash-format = "sha512"
hash = "5a2d79545b057149c09455841058bda33215a8ff8b8c5b4bfebddde734d66897fb6cea6fbbd536f66160e3a866390bb20ecbeb7256b851df13cff1f76d6e3973"
[update]
[update.modrinth]
mod-id = "qbbO7Jns"
version = "91c49w5V"
version = "muA4mic3"

Some files were not shown because too many files have changed in this diff Show More