Merge pull request 'merge dev into main | first release' (#1) from dev into main
Reviewed-on: https://gitpot.dev/BetterStarcraft/modpack/pulls/1
This commit is contained in:
commit
3d1dd096b0
156 changed files with 9927 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
3
.packwizignore
Normal file
3
.packwizignore
Normal file
|
@ -0,0 +1,3 @@
|
|||
README.md
|
||||
.assets/
|
||||
.gitkeep
|
11
config/EmiLootConfig_v1.json
Normal file
11
config/EmiLootConfig_v1.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"debugMode": false,
|
||||
"parseChestLoot": true,
|
||||
"parseBlockLoot": true,
|
||||
"parseMobLoot": true,
|
||||
"parseGameplayLoot": true,
|
||||
"chestLootCompact": true,
|
||||
"chestLootAlwaysStackSame": false,
|
||||
"mobLootIncludeDirectDrops": true,
|
||||
"parseArchaeologyLoot": true
|
||||
}
|
8
config/MouseTweaks.cfg
Normal file
8
config/MouseTweaks.cfg
Normal file
|
@ -0,0 +1,8 @@
|
|||
RMBTweak=1
|
||||
LMBTweakWithItem=1
|
||||
LMBTweakWithoutItem=1
|
||||
WheelTweak=1
|
||||
WheelSearchOrder=1
|
||||
WheelScrollDirection=0
|
||||
ScrollItemScaling=0
|
||||
Debug=0
|
223
config/ad_astra.jsonc
Normal file
223
config/ad_astra.jsonc
Normal file
|
@ -0,0 +1,223 @@
|
|||
{
|
||||
// If true, entities will be affected by gravity.
|
||||
"doEntityGravity": true,
|
||||
// Do gravity for mobs, players etc.
|
||||
"doLivingEntityGravity": true,
|
||||
"acidRainBurns": true,
|
||||
"doOxygen": true,
|
||||
// Do sound suppression in orbit dimensions. If it gets annoying, you can turn it off.
|
||||
"doSpaceMuffler": true,
|
||||
// Type: Long
|
||||
"oxygenTankSize": 40500,
|
||||
// Type: Integer
|
||||
"hammerDurability": 64,
|
||||
"giveAstroduxAtSpawn": false,
|
||||
// Type: Integer
|
||||
"oxygenBarXOffset": 0,
|
||||
// Type: Integer
|
||||
"oxygenBarYOffset": 0,
|
||||
// Type: Float
|
||||
"oxygenBarScale": 1.0,
|
||||
// Type: Integer
|
||||
"energyBarXOffset": 0,
|
||||
// Type: Integer
|
||||
"energyBarYOffset": 0,
|
||||
// Type: Float
|
||||
"energyBarScale": 1.0,
|
||||
// Type: Float
|
||||
"orbitGravity": 3.26,
|
||||
// Type: Integer
|
||||
"oxygenDamage": 1,
|
||||
// Type: Integer
|
||||
"freezeDamage": 1,
|
||||
// Type: Integer
|
||||
"heatDamage": 2,
|
||||
// Type: Integer
|
||||
"acidRainDamage": 3,
|
||||
"allowFlagImages": true,
|
||||
// A list of planets that should be disabled. This is a comma-separated list of planet ids.
|
||||
"disabledPlanets": "",
|
||||
// Prevents stuff like gravity and oxygen checks in the overworld as that's normally not used in Ad Astra. enable if you're making an addon or something that transforms the overworld into some sort of planet.
|
||||
"avoidOverworldChecks": true,
|
||||
"spawning": {
|
||||
"spawnCorruptedLunarians": true,
|
||||
"spawnStarCrawlers": true,
|
||||
"spawnMartianRaptors": true,
|
||||
"spawnMoglers": true,
|
||||
"spawnSulfurCreepers": true,
|
||||
"spawnLunarianWanderingTrader": true
|
||||
},
|
||||
"spaceSuit": {
|
||||
// Type: Long
|
||||
"spaceSuitTankSize": 81000,
|
||||
// Type: Long
|
||||
"netheriteSpaceSuitTankSize": 162000,
|
||||
"netheriteSpaceSuitHasFireResistance": true,
|
||||
/*
|
||||
* The speed when flying forward.
|
||||
* Type: Double
|
||||
*/
|
||||
"jetSuitSpeed": 0.8,
|
||||
/*
|
||||
* The speed when idle flying up.
|
||||
* Type: Double
|
||||
*/
|
||||
"jetSuitUpwardsSpeed": 0.5,
|
||||
// Type: Long
|
||||
"jetSuitEnergyPerTick": 60,
|
||||
// Type: Long
|
||||
"jetSuitTankSize": 324000,
|
||||
// Type: Long
|
||||
"jetSuitMaxEnergy": 1000000,
|
||||
"enableJetSuitFlight": true,
|
||||
// Type: Integer
|
||||
"jetSuitProtectionMultiplier": 1,
|
||||
// Type: Integer
|
||||
"jetSuitArmorToughness": 5,
|
||||
"spawnJetSuitParticles": true
|
||||
},
|
||||
"vehicles": {
|
||||
/*
|
||||
* The velocity to trigger a vehicle explosion while falling.
|
||||
* Type: Double
|
||||
*/
|
||||
"fallingExplosionThreshold": -1.2,
|
||||
/*
|
||||
* How much the explosion should be multiplied by when the vehicle has fallen.
|
||||
* Type: Float
|
||||
*/
|
||||
"fallingExplosionMultiplier": 0.7,
|
||||
// Type: Double
|
||||
"gravity": -2.0,
|
||||
// Should the camera move in 3rd person in the rocket and lander for a better view?
|
||||
"moveCameraInVehicle": true,
|
||||
"lander": {
|
||||
// Type: Double
|
||||
"boosterThreshold": -0.1,
|
||||
// Type: Double
|
||||
"boosterSpeed": 0.1
|
||||
},
|
||||
"rover": {
|
||||
"explodeRoverInLava": true,
|
||||
// Type: Long
|
||||
"fuelPerSecond": 810,
|
||||
// Type: Float
|
||||
"turnSpeed": 3.0,
|
||||
// Type: Float
|
||||
"maxTurnSpeed": 6.0,
|
||||
// Type: Float
|
||||
"deceleration": 0.9,
|
||||
// Type: Float
|
||||
"minSpeed": -0.2,
|
||||
// Type: Float
|
||||
"maxSpeed": 0.3,
|
||||
// Type: Long
|
||||
"tankSize": 243000
|
||||
},
|
||||
"rocket": {
|
||||
// Type: Integer
|
||||
"atmosphereLeave": 600,
|
||||
// Type: Integer
|
||||
"countDownTicks": 200,
|
||||
// Type: Double
|
||||
"acceleration": 0.005,
|
||||
// Type: Double
|
||||
"maxSpeed": 0.5,
|
||||
"entitiesBurnUnderRocket": true,
|
||||
// Type: Long
|
||||
"tankSize": 243000,
|
||||
// Type: Long
|
||||
"fuelLaunchCost": 243000,
|
||||
// Type: Long
|
||||
"efficientFuelLaunchCost": 81000,
|
||||
"takeDamageInRocket": true
|
||||
}
|
||||
},
|
||||
"coalGenerator": {
|
||||
// Type: Long
|
||||
"maxEnergy": 9000,
|
||||
// Type: Long
|
||||
"energyPerTick": 10
|
||||
},
|
||||
"compressor": {
|
||||
// Type: Long
|
||||
"maxEnergy": 9000,
|
||||
// Type: Long
|
||||
"energyPerTick": 10
|
||||
},
|
||||
"fuelRefinery": {
|
||||
// Type: Long
|
||||
"maxEnergy": 9000,
|
||||
// Type: Long
|
||||
"energyPerTick": 30,
|
||||
// Type: Long
|
||||
"tankSize": 243000
|
||||
},
|
||||
"oxygenLoader": {
|
||||
// Type: Long
|
||||
"maxEnergy": 9000,
|
||||
// Type: Long
|
||||
"energyPerTick": 10,
|
||||
// Type: Long
|
||||
"tankSize": 243000
|
||||
},
|
||||
"oxygenDistributor": {
|
||||
// Type: Long
|
||||
"maxEnergy": 20000,
|
||||
// Type: Long
|
||||
"fluidConversionEnergyPerTick": 5,
|
||||
// Type: Long
|
||||
"tankSize": 486000,
|
||||
/*
|
||||
* How many blocks the distributor can distribute oxygen in. Be careful increasing this number, as it can reduce server performance significantly. If you are adamant about increasing this value, consider increasing the Oxygen Loader refresh ticks so the server is not constantly checking thousands of blocks.
|
||||
* Range: 1 - 50000
|
||||
*/
|
||||
"maxBlockChecks": 3000,
|
||||
/*
|
||||
* How often the oxygen loader checks if the structure is sealed. Performing this operation too often can kill server TPS, so be wary.
|
||||
* Range: 0 - 500
|
||||
*/
|
||||
"refreshTicks": 60,
|
||||
/*
|
||||
* Increases the oxygen requirements as the distributor covers more blocks.
|
||||
* Type: Double
|
||||
*/
|
||||
"oxygenMultiplier": 1.0,
|
||||
/*
|
||||
* Increases the energy requirements as the distributor covers more blocks.
|
||||
* Type: Double
|
||||
*/
|
||||
"energyMultiplier": 3.0
|
||||
},
|
||||
"solarPanel": {
|
||||
// Type: Long
|
||||
"maxEnergy": 18000,
|
||||
// Type: Double
|
||||
"energyMultiplier": 1.0
|
||||
},
|
||||
"waterPump": {
|
||||
// Type: Long
|
||||
"maxEnergy": 9000,
|
||||
// Type: Long
|
||||
"energyPerTick": 10,
|
||||
// Type: Long
|
||||
"tankSize": 486000,
|
||||
// Type: Long
|
||||
"transferPerTick": 8100,
|
||||
"deleteWaterBelowWaterPump": true
|
||||
},
|
||||
"energizer": {
|
||||
// Type: Long
|
||||
"maxEnergy": 2000000,
|
||||
// Type: Long
|
||||
"energyPerTick": 600
|
||||
},
|
||||
"cryoFreezer": {
|
||||
// Type: Long
|
||||
"maxEnergy": 30000,
|
||||
// Type: Long
|
||||
"energyPerTick": 18,
|
||||
// Type: Long
|
||||
"tankSize": 243000
|
||||
}
|
||||
}
|
43
config/adventurez.json5
Normal file
43
config/adventurez.json5
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"necromancer_spawn_weight": 1,
|
||||
"nightmare_spawn_weight": 5,
|
||||
// Chance for spawning when mining gold ore in nether; 1/Value
|
||||
"piglin_beast_ore_spawn_chance": 30,
|
||||
// Chance for spawning when killing too many piglins; 1/Value
|
||||
"piglin_beast_attack_piglin_spawn_chance": 7,
|
||||
"small_stone_golem_spawn_weight": 5,
|
||||
// Chance for spawning when thunder occurs; 1/Value
|
||||
"summoner_thunder_spawn_chance": 4,
|
||||
"blaze_guardian_spawn_weight": 1,
|
||||
"fungus_spawn_weight": 8,
|
||||
"orc_spawn_weight": 30,
|
||||
"mammoth_spawn_weight": 1,
|
||||
"ender_whale_spawn_weight": 5,
|
||||
"iguana_spawn_weight": 10,
|
||||
// Chance for spawning when geode generates; 1/Value
|
||||
"amethyst_golem_spawn_chance": 5,
|
||||
"desert_rhino_spawn_weight": 1,
|
||||
// Chance for spawning when desert well generates; 1/Value
|
||||
"desert_rhino_well_spawn_chance": 1,
|
||||
"shaman_spawn_weight": 1,
|
||||
"deer_spawn_weight": 6,
|
||||
"enderwarthog_spawn_weight": 1,
|
||||
"allow_stone_golem_summoning": true,
|
||||
"allow_the_eye_summoning": true,
|
||||
"allow_dragon_hatching": true,
|
||||
"allow_guardian_spawner_spawn": true,
|
||||
"allow_source_stone_tp": true,
|
||||
"disable_armor_bonus": false,
|
||||
"resummoned_ender_dragon_drops_egg": false,
|
||||
"allow_ender_dragon_nether_portal": false,
|
||||
"heavy_dragon_flight": true,
|
||||
"allow_special_enchant_loot": true,
|
||||
"allow_extra_tooltips": true,
|
||||
"allow_all_items_on_holder": false,
|
||||
"warthog_rare_chance": 0.009999999776482582,
|
||||
"stoned_heart_duration": 72000,
|
||||
"stoned_heart_amplifier": 0,
|
||||
"stone_golem_armor_effect_duration": 1200,
|
||||
"stone_golem_armor_dodge_chance": 0.20000000298023224,
|
||||
"allow_other_dragon_hatching": false
|
||||
}
|
4
config/armorhud.properties
Normal file
4
config/armorhud.properties
Normal file
|
@ -0,0 +1,4 @@
|
|||
#Simple Survival Tweaks config file
|
||||
#Sun Nov 19 19:52:35 CET 2023
|
||||
better_mount_hud=false
|
||||
double_hotbar=false
|
13
config/bclib/biomes.json
Normal file
13
config/bclib/biomes.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"force_include": {
|
||||
"NETHER": [],
|
||||
"END_LAND": [],
|
||||
"END_VOID": [],
|
||||
"END_CENTER": [],
|
||||
"END_BARRENS": []
|
||||
},
|
||||
"force_exclude": {
|
||||
"NETHER": [],
|
||||
"END": []
|
||||
}
|
||||
}
|
6
config/bclib/cache.json
Normal file
6
config/bclib/cache.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"version": {
|
||||
"last [default: never]": "never",
|
||||
"cached [default: ]": ""
|
||||
}
|
||||
}
|
29
config/bclib/client.json
Normal file
29
config/bclib/client.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"version": {
|
||||
"didShowWelcome [default: false]": true,
|
||||
"check [default: true]": false
|
||||
},
|
||||
"ui": {
|
||||
"showUpdateInfo [default: true]": true,
|
||||
"useModrinthForUpdates [default: false]": false,
|
||||
"forceBetterXPreset [default: true]": true,
|
||||
"suppressExperimentalDialogOnLoad [default: false]": false,
|
||||
"notTheDonorType [default: true]": true
|
||||
},
|
||||
"auto_sync": {
|
||||
"enabled [default: true]": true,
|
||||
"acceptConfigs [default: true]": true,
|
||||
"acceptFiles [default: true]": true,
|
||||
"acceptMods [default: true]": true,
|
||||
"displayModInfo [default: true]": true,
|
||||
"debugHashes [default: false]": false
|
||||
},
|
||||
"rendering": {
|
||||
"customFogRendering [default: true]": true,
|
||||
"netherThickFog [default: true]": true,
|
||||
"FogDensity [default: 1.0]": 1.0
|
||||
},
|
||||
"infos": {
|
||||
"survives_on_hint [default: true]": true
|
||||
}
|
||||
}
|
8
config/bclib/generator.json
Normal file
8
config/bclib/generator.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"options": {
|
||||
"biomeSource": {
|
||||
"fixEndBiomeSource [default: true]": true,
|
||||
"fixNetherBiomeSource [default: true]": true
|
||||
}
|
||||
}
|
||||
}
|
9
config/bclib/main.json
Normal file
9
config/bclib/main.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"patches": {
|
||||
"applyPatches [default: true]": true,
|
||||
"repairBiomesOnLoad [default: false]": false
|
||||
},
|
||||
"infos": {
|
||||
"verbose [default: true]": true
|
||||
}
|
||||
}
|
13
config/bclib/server.json
Normal file
13
config/bclib/server.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"auto_sync": {
|
||||
"enabled [default: true]": true,
|
||||
"offerConfigs [default: true]": true,
|
||||
"offerFiles [default: true]": true,
|
||||
"offerMods [default: true]": true,
|
||||
"offerAllMods [default: false]": false,
|
||||
"sendAllModInfo [default: false]": false,
|
||||
"additionalMods": [],
|
||||
"excludeMods": [],
|
||||
"forceBetterXPreset [default: true]": true
|
||||
}
|
||||
}
|
16
config/bettercombat/client.json5
Normal file
16
config/bettercombat/client.json5
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"isHoldToAttackEnabled": true,
|
||||
"isMiningWithWeaponsEnabled": true,
|
||||
"isSwingThruGrassEnabled": true,
|
||||
"isAttackInsteadOfMineWhenEnemiesCloseEnabled": true,
|
||||
"isHighlightCrosshairEnabled": true,
|
||||
"hudHighlightColor": 16711680,
|
||||
"isShowingArmsInFirstPerson": false,
|
||||
"isShowingOtherHandFirstPerson": true,
|
||||
"isSweepingParticleEnabled": true,
|
||||
"isTooltipAttackRangeEnabled": true,
|
||||
"weaponSwingSoundVolume": 100,
|
||||
"isDebugOBBEnabled": true,
|
||||
"swingThruGrassBlacklist": "farmersdelight",
|
||||
"mineWithWeaponBlacklist": ""
|
||||
}
|
116
config/bettercombat/fallback_compatibility.json
Normal file
116
config/bettercombat/fallback_compatibility.json
Normal file
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"blacklist_item_id_regex": "pickaxe",
|
||||
"fallback_compatibility": [
|
||||
{
|
||||
"item_id_regex": "claymore|great_sword|greatsword",
|
||||
"weapon_attributes": "bettercombat:claymore"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "great_hammer|greathammer|war_hammer|warhammer|maul",
|
||||
"weapon_attributes": "bettercombat:hammer"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "double_axe|doubleaxe|war_axe|waraxe|great_axe|greataxe",
|
||||
"weapon_attributes": "bettercombat:double_axe"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "scythe",
|
||||
"weapon_attributes": "bettercombat:scythe"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "halberd",
|
||||
"weapon_attributes": "bettercombat:halberd"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "glaive",
|
||||
"weapon_attributes": "bettercombat:glaive"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "spear",
|
||||
"weapon_attributes": "bettercombat:spear"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "lance",
|
||||
"weapon_attributes": "bettercombat:lance"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "anchor",
|
||||
"weapon_attributes": "bettercombat:anchor"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "battlestaff|battle_staff",
|
||||
"weapon_attributes": "bettercombat:battlestaff"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "claw",
|
||||
"weapon_attributes": "bettercombat:claw"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "fist|gauntlet",
|
||||
"weapon_attributes": "bettercombat:fist"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "trident|impaled",
|
||||
"weapon_attributes": "bettercombat:trident"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "katana",
|
||||
"weapon_attributes": "bettercombat:katana"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "rapier",
|
||||
"weapon_attributes": "bettercombat:rapier"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "sickle",
|
||||
"weapon_attributes": "bettercombat:sickle"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "soul_knife",
|
||||
"weapon_attributes": "bettercombat:soul_knife"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "dagger|knife",
|
||||
"weapon_attributes": "bettercombat:dagger"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "staff|wand|sceptre|stave|rod",
|
||||
"weapon_attributes": "bettercombat:wand"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "mace|hammer|flail",
|
||||
"weapon_attributes": "bettercombat:mace"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "axe",
|
||||
"weapon_attributes": "bettercombat:axe"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "coral_blade",
|
||||
"weapon_attributes": "bettercombat:coral_blade"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "twin_blade|twinblade",
|
||||
"weapon_attributes": "bettercombat:twin_blade"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "cutlass|scimitar|machete",
|
||||
"weapon_attributes": "bettercombat:cutlass"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "sword|blade",
|
||||
"weapon_attributes": "bettercombat:sword"
|
||||
}
|
||||
],
|
||||
"ranged_weapons": [
|
||||
{
|
||||
"item_id_regex": "two_handed_crossbow",
|
||||
"weapon_attributes": "bettercombat:crossbow_two_handed_heavy"
|
||||
},
|
||||
{
|
||||
"item_id_regex": "two_handed_bow",
|
||||
"weapon_attributes": "bettercombat:bow_two_handed_heavy"
|
||||
}
|
||||
]
|
||||
}
|
93
config/bettercombat/server.json5
Normal file
93
config/bettercombat/server.json5
Normal file
|
@ -0,0 +1,93 @@
|
|||
{
|
||||
/* Upswing (aka windup) is the first phase of the attack (between clicking and performing the damage).
|
||||
Typical duration of upswing is `weapon cooldown * 0.5`. (Weapon specific upswing values can be defined in weapon attributes)
|
||||
This config allows you to change upswing duration.
|
||||
Example values:
|
||||
- `0.5` (default, fast paced attack initiation) upswing typically lasts 25% of the attack cooldown
|
||||
- `1.0` (classic setting, realistic attack initiation) upswing typically lasts 50% of the attack cooldown
|
||||
*/
|
||||
"upswing_multiplier": 0.5,
|
||||
// Bypass damage receive throttling of LivingEntity from player attacks.
|
||||
"allow_fast_attacks": true,
|
||||
// Allows client-side target search and server-side attack request execution against currently mounted entity of the player
|
||||
"allow_attacking_mount": false,
|
||||
// The minimum number of ticks between two attacks
|
||||
"attack_interval_cap": 2,
|
||||
/* Blacklist for entities that are acting as vehicle but should not be treated as protected mounts.
|
||||
Classical example is an alexsmobs:crocodile attempting a death spin.
|
||||
(Note all hostile mobs hittable by default, this config is to fix faulty mobs)
|
||||
*/
|
||||
"hostile_player_vehicles": [
|
||||
"alexsmobs:crocodile"
|
||||
],
|
||||
// Allows vanilla sweeping mechanic to work and Sweeping Edge enchantment
|
||||
"allow_vanilla_sweeping": false,
|
||||
// Allows new sweeping mechanic (by Better Combat) to work, including Sweeping Edge enchantment
|
||||
"allow_reworked_sweeping": true,
|
||||
/* The more additional targets a weapon swing hits, the weaker it will get.
|
||||
Entities struck (+1) in a swing more than this, won't get weakened any further.
|
||||
*/
|
||||
"reworked_sweeping_extra_target_count": 4,
|
||||
/* Determines how weak the attack becomes when striking `reworked_sweeping_extra_target_count + 1` targets.
|
||||
Example values:
|
||||
- `0.5` -50% damage
|
||||
*/
|
||||
"reworked_sweeping_maximum_damage_penalty": 0.5,
|
||||
/* The maximum level Sweeping Edge enchantment applied to the attackers weapon will restore this amount of penalty.
|
||||
Example values:
|
||||
- `0.5` restores 50% damage penalty when 3 levels are applied, so 16.66% when 1 level is applied
|
||||
*/
|
||||
"reworked_sweeping_enchant_restores": 0.5,
|
||||
"reworked_sweeping_plays_sound": true,
|
||||
"reworked_sweeping_emits_particles": true,
|
||||
"reworked_sweeping_sound_and_particles_only_for_swords": true,
|
||||
// Allows client-side target search to ignore obstacles. WARNING! Setting this to `false` significantly increases the load on clients.
|
||||
"allow_attacking_thru_walls": false,
|
||||
// Applies movement speed multiplier while attacking. (Min: 0, Max: 1). Use `0` for a full stop while attacking. Use `1` for no movement speed penalty
|
||||
"movement_speed_while_attacking": 0.5,
|
||||
// Determines if applying the movement speed multiplier while attacking is done smoothly or instantly
|
||||
"movement_speed_applied_smoothly": true,
|
||||
// Determines whether or not to apply movement speed reduction while attacking mounted
|
||||
"movement_speed_effected_while_mounting": false,
|
||||
// Attacks faster than a vanilla sword will do smaller knockback, proportionally.
|
||||
"knockback_reduced_for_fast_attacks": true,
|
||||
// Combo is reset after idling `combo_reset_rate * weapon_cooldown`
|
||||
"combo_reset_rate": 3.0,
|
||||
// Multiplier for `attack_range`, during target lookup on both sides. Large sized entities may be colliding with weapon hitbox, but center of entities can have bigger distance than `attack_range`
|
||||
"target_search_range_multiplier": 2.0,
|
||||
// Total multiplier, (examples: +30% = 1.3, -30% = 0.7)
|
||||
"dual_wielding_attack_speed_multiplier": 1.2000000476837158,
|
||||
// Total multiplier, (examples: +30% = 1.3, -30% = 0.7)
|
||||
"dual_wielding_main_hand_damage_multiplier": 1.0,
|
||||
// Total multiplier, (examples: +30% = 1.3, -30% = 0.7)
|
||||
"dual_wielding_off_hand_damage_multiplier": 1.0,
|
||||
/* Relations determine when players' undirected weapon swings (cleaves) will hurt another entity (target).
|
||||
- `FRIENDLY` - The target can never be damaged by the player.
|
||||
- `NEUTRAL` - The target can be damaged only if the player is directly looking at it.
|
||||
- `HOSTILE` - The target can be damaged if located within the weapon swing area.
|
||||
(NOTE: Vanilla sweeping can still hit targets, if not disabled via `allow_sweeping`)
|
||||
|
||||
The various relation related configs are being checked in the following order:
|
||||
- `player_relations`
|
||||
- `player_relation_to_passives`
|
||||
- `player_relation_to_hostiles`
|
||||
- `player_relation_to_other`
|
||||
(The first relation to be found for the target will be applied.)
|
||||
*/
|
||||
"player_relations": {
|
||||
"minecraft:player": "NEUTRAL",
|
||||
"minecraft:villager": "NEUTRAL",
|
||||
"minecraft:iron_golem": "NEUTRAL",
|
||||
"guardvillagers:guard": "NEUTRAL"
|
||||
},
|
||||
// Relation to unspecified entities those are instance of PassiveEntity(Yarn)
|
||||
"player_relation_to_passives": "HOSTILE",
|
||||
// Relation to unspecified entities those are instance of HostileEntity(Yarn)
|
||||
"player_relation_to_hostiles": "HOSTILE",
|
||||
// Fallback relation
|
||||
"player_relation_to_other": "HOSTILE",
|
||||
// Try to guess and apply a preset for items without weapon attributes data file
|
||||
"fallback_compatibility_enabled": true,
|
||||
// Allow printing the content of weapon attributes registry
|
||||
"weapon_registry_logging": false
|
||||
}
|
478
config/betterend/blocks.json
Normal file
478
config/betterend/blocks.json
Normal file
|
@ -0,0 +1,478 @@
|
|||
{
|
||||
"endstone_dust [default: true]": true,
|
||||
"betterend [default: true]": true,
|
||||
"end_mycelium [default: true]": true,
|
||||
"end_moss [default: true]": true,
|
||||
"chorus_nylium [default: true]": true,
|
||||
"cave_moss [default: true]": true,
|
||||
"crystal_moss [default: true]": true,
|
||||
"shadow_grass [default: true]": true,
|
||||
"pink_moss [default: true]": true,
|
||||
"amber_moss [default: true]": true,
|
||||
"jungle_moss [default: true]": true,
|
||||
"sangnum [default: true]": true,
|
||||
"rutiscus [default: true]": true,
|
||||
"pallidium_full [default: true]": true,
|
||||
"pallidium_heavy [default: true]": true,
|
||||
"pallidium_thin [default: true]": true,
|
||||
"pallidium_tiny [default: true]": true,
|
||||
"end_mycelium_path [default: true]": true,
|
||||
"end_moss_path [default: true]": true,
|
||||
"chorus_nylium_path [default: true]": true,
|
||||
"cave_moss_path [default: true]": true,
|
||||
"crystal_moss_path [default: true]": true,
|
||||
"shadow_grass_path [default: true]": true,
|
||||
"pink_moss_path [default: true]": true,
|
||||
"amber_moss_path [default: true]": true,
|
||||
"jungle_moss_path [default: true]": true,
|
||||
"sangnum_path [default: true]": true,
|
||||
"rutiscus_path [default: true]": true,
|
||||
"mossy_obsidian [default: true]": true,
|
||||
"dragon_bone_block [default: true]": true,
|
||||
"dragon_bone_stairs [default: true]": true,
|
||||
"dragon_bone_slab [default: true]": true,
|
||||
"mossy_dragon_bone [default: true]": true,
|
||||
"flavolite [default: true]": true,
|
||||
"flavolite_polished [default: true]": true,
|
||||
"flavolite_tiles [default: true]": true,
|
||||
"flavolite_pillar [default: true]": true,
|
||||
"flavolite_stairs [default: true]": true,
|
||||
"flavolite_slab [default: true]": true,
|
||||
"flavolite_wall [default: true]": true,
|
||||
"flavolite_button [default: true]": true,
|
||||
"flavolite_plate [default: true]": true,
|
||||
"flavolite_pedestal [default: true]": true,
|
||||
"flavolite_lantern [default: true]": true,
|
||||
"flavolite_bricks [default: true]": true,
|
||||
"flavolite_bricks_stairs [default: true]": true,
|
||||
"flavolite_bricks_slab [default: true]": true,
|
||||
"flavolite_bricks_wall [default: true]": true,
|
||||
"flavolite_furnace [default: true]": true,
|
||||
"flavolite_flower_pot [default: true]": true,
|
||||
"violecite [default: true]": true,
|
||||
"violecite_polished [default: true]": true,
|
||||
"violecite_tiles [default: true]": true,
|
||||
"violecite_pillar [default: true]": true,
|
||||
"violecite_stairs [default: true]": true,
|
||||
"violecite_slab [default: true]": true,
|
||||
"violecite_wall [default: true]": true,
|
||||
"violecite_button [default: true]": true,
|
||||
"violecite_plate [default: true]": true,
|
||||
"violecite_pedestal [default: true]": true,
|
||||
"violecite_lantern [default: true]": true,
|
||||
"violecite_bricks [default: true]": true,
|
||||
"violecite_bricks_stairs [default: true]": true,
|
||||
"violecite_bricks_slab [default: true]": true,
|
||||
"violecite_bricks_wall [default: true]": true,
|
||||
"violecite_furnace [default: true]": true,
|
||||
"violecite_flower_pot [default: true]": true,
|
||||
"sulphuric_rock [default: true]": true,
|
||||
"sulphuric_rock_polished [default: true]": true,
|
||||
"sulphuric_rock_tiles [default: true]": true,
|
||||
"sulphuric_rock_pillar [default: true]": true,
|
||||
"sulphuric_rock_stairs [default: true]": true,
|
||||
"sulphuric_rock_slab [default: true]": true,
|
||||
"sulphuric_rock_wall [default: true]": true,
|
||||
"sulphuric_rock_button [default: true]": true,
|
||||
"sulphuric_rock_plate [default: true]": true,
|
||||
"sulphuric_rock_pedestal [default: true]": true,
|
||||
"sulphuric_rock_lantern [default: true]": true,
|
||||
"sulphuric_rock_bricks [default: true]": true,
|
||||
"sulphuric_rock_bricks_stairs [default: true]": true,
|
||||
"sulphuric_rock_bricks_slab [default: true]": true,
|
||||
"sulphuric_rock_bricks_wall [default: true]": true,
|
||||
"sulphuric_rock_furnace [default: true]": true,
|
||||
"sulphuric_rock_flower_pot [default: true]": true,
|
||||
"virid_jadestone [default: true]": true,
|
||||
"virid_jadestone_polished [default: true]": true,
|
||||
"virid_jadestone_tiles [default: true]": true,
|
||||
"virid_jadestone_pillar [default: true]": true,
|
||||
"virid_jadestone_stairs [default: true]": true,
|
||||
"virid_jadestone_slab [default: true]": true,
|
||||
"virid_jadestone_wall [default: true]": true,
|
||||
"virid_jadestone_button [default: true]": true,
|
||||
"virid_jadestone_plate [default: true]": true,
|
||||
"virid_jadestone_pedestal [default: true]": true,
|
||||
"virid_jadestone_lantern [default: true]": true,
|
||||
"virid_jadestone_bricks [default: true]": true,
|
||||
"virid_jadestone_bricks_stairs [default: true]": true,
|
||||
"virid_jadestone_bricks_slab [default: true]": true,
|
||||
"virid_jadestone_bricks_wall [default: true]": true,
|
||||
"virid_jadestone_furnace [default: true]": true,
|
||||
"virid_jadestone_flower_pot [default: true]": true,
|
||||
"azure_jadestone [default: true]": true,
|
||||
"azure_jadestone_polished [default: true]": true,
|
||||
"azure_jadestone_tiles [default: true]": true,
|
||||
"azure_jadestone_pillar [default: true]": true,
|
||||
"azure_jadestone_stairs [default: true]": true,
|
||||
"azure_jadestone_slab [default: true]": true,
|
||||
"azure_jadestone_wall [default: true]": true,
|
||||
"azure_jadestone_button [default: true]": true,
|
||||
"azure_jadestone_plate [default: true]": true,
|
||||
"azure_jadestone_pedestal [default: true]": true,
|
||||
"azure_jadestone_lantern [default: true]": true,
|
||||
"azure_jadestone_bricks [default: true]": true,
|
||||
"azure_jadestone_bricks_stairs [default: true]": true,
|
||||
"azure_jadestone_bricks_slab [default: true]": true,
|
||||
"azure_jadestone_bricks_wall [default: true]": true,
|
||||
"azure_jadestone_furnace [default: true]": true,
|
||||
"azure_jadestone_flower_pot [default: true]": true,
|
||||
"sandy_jadestone [default: true]": true,
|
||||
"sandy_jadestone_polished [default: true]": true,
|
||||
"sandy_jadestone_tiles [default: true]": true,
|
||||
"sandy_jadestone_pillar [default: true]": true,
|
||||
"sandy_jadestone_stairs [default: true]": true,
|
||||
"sandy_jadestone_slab [default: true]": true,
|
||||
"sandy_jadestone_wall [default: true]": true,
|
||||
"sandy_jadestone_button [default: true]": true,
|
||||
"sandy_jadestone_plate [default: true]": true,
|
||||
"sandy_jadestone_pedestal [default: true]": true,
|
||||
"sandy_jadestone_lantern [default: true]": true,
|
||||
"sandy_jadestone_bricks [default: true]": true,
|
||||
"sandy_jadestone_bricks_stairs [default: true]": true,
|
||||
"sandy_jadestone_bricks_slab [default: true]": true,
|
||||
"sandy_jadestone_bricks_wall [default: true]": true,
|
||||
"sandy_jadestone_furnace [default: true]": true,
|
||||
"sandy_jadestone_flower_pot [default: true]": true,
|
||||
"umbralith [default: true]": true,
|
||||
"umbralith_polished [default: true]": true,
|
||||
"umbralith_tiles [default: true]": true,
|
||||
"umbralith_pillar [default: true]": true,
|
||||
"umbralith_stairs [default: true]": true,
|
||||
"umbralith_slab [default: true]": true,
|
||||
"umbralith_wall [default: true]": true,
|
||||
"umbralith_button [default: true]": true,
|
||||
"umbralith_plate [default: true]": true,
|
||||
"umbralith_pedestal [default: true]": true,
|
||||
"umbralith_lantern [default: true]": true,
|
||||
"umbralith_bricks [default: true]": true,
|
||||
"umbralith_bricks_stairs [default: true]": true,
|
||||
"umbralith_bricks_slab [default: true]": true,
|
||||
"umbralith_bricks_wall [default: true]": true,
|
||||
"umbralith_furnace [default: true]": true,
|
||||
"umbralith_flower_pot [default: true]": true,
|
||||
"brimstone [default: true]": true,
|
||||
"sulphur_crystal [default: true]": true,
|
||||
"missing_tile [default: true]": true,
|
||||
"endstone_flower_pot [default: true]": true,
|
||||
"flavolite_runed [default: true]": true,
|
||||
"flavolite_runed_eternal [default: true]": true,
|
||||
"andesite_pedestal [default: true]": true,
|
||||
"diorite_pedestal [default: true]": true,
|
||||
"granite_pedestal [default: true]": true,
|
||||
"quartz_pedestal [default: true]": true,
|
||||
"purpur_pedestal [default: true]": true,
|
||||
"hydrothermal_vent [default: true]": true,
|
||||
"dense_snow [default: true]": true,
|
||||
"emerald_ice [default: true]": true,
|
||||
"dense_emerald_ice [default: true]": true,
|
||||
"ancient_emerald_ice [default: true]": true,
|
||||
"end_stone_stalactite [default: true]": true,
|
||||
"end_stone_stalactite_cavemoss [default: true]": true,
|
||||
"mossy_glowshroom_sapling [default: true]": true,
|
||||
"mossy_glowshroom_cap [default: true]": true,
|
||||
"mossy_glowshroom_hymenophore [default: true]": true,
|
||||
"mossy_glowshroom_fur [default: true]": true,
|
||||
"pythadendron_sapling [default: true]": true,
|
||||
"pythadendron_leaves [default: true]": true,
|
||||
"end_lotus_seed [default: true]": true,
|
||||
"end_lotus_stem [default: true]": true,
|
||||
"lacugrove_sapling [default: true]": true,
|
||||
"lacugrove_leaves [default: true]": true,
|
||||
"dragon_tree_sapling [default: true]": true,
|
||||
"dragon_tree_leaves [default: true]": true,
|
||||
"tenanea_sapling [default: true]": true,
|
||||
"tenanea_leaves [default: true]": true,
|
||||
"tenanea_flowers [default: true]": true,
|
||||
"tenanea_outer_leaves [default: true]": true,
|
||||
"helix_tree_sapling [default: true]": true,
|
||||
"helix_tree_leaves [default: true]": true,
|
||||
"umbrella_tree_sapling [default: true]": true,
|
||||
"umbrella_tree_membrane [default: true]": true,
|
||||
"umbrella_tree_cluster [default: true]": true,
|
||||
"umbrella_tree_cluster_empty [default: true]": true,
|
||||
"jellyshroom_cap_purple [default: true]": true,
|
||||
"lucernia_sapling [default: true]": true,
|
||||
"lucernia_leaves [default: true]": true,
|
||||
"lucernia_outer_leaves [default: true]": true,
|
||||
"umbrella_moss [default: true]": true,
|
||||
"umbrella_moss_tall [default: true]": true,
|
||||
"creeping_moss [default: true]": true,
|
||||
"chorus_grass [default: true]": true,
|
||||
"cave_grass [default: true]": true,
|
||||
"crystal_grass [default: true]": true,
|
||||
"shadow_plant [default: true]": true,
|
||||
"bushy_grass [default: true]": true,
|
||||
"amber_grass [default: true]": true,
|
||||
"twisted_umbrella_moss [default: true]": true,
|
||||
"twisted_umbrella_moss_tall [default: true]": true,
|
||||
"jungle_grass [default: true]": true,
|
||||
"blooming_cooksonia [default: true]": true,
|
||||
"salteago [default: true]": true,
|
||||
"vaiolush_fern [default: true]": true,
|
||||
"fracturn [default: true]": true,
|
||||
"clawfern [default: true]": true,
|
||||
"globulagus [default: true]": true,
|
||||
"orango [default: true]": true,
|
||||
"aeridium [default: true]": true,
|
||||
"lutebus [default: true]": true,
|
||||
"lamellarium [default: true]": true,
|
||||
"inflexia [default: true]": true,
|
||||
"flammalix [default: true]": true,
|
||||
"crystal_moss_cover [default: true]": true,
|
||||
"blue_vine_seed [default: true]": true,
|
||||
"blue_vine_lantern [default: true]": true,
|
||||
"blue_vine_fur [default: true]": true,
|
||||
"lanceleaf_seed [default: true]": true,
|
||||
"glowing_pillar_seed [default: true]": true,
|
||||
"glowing_pillar_luminophor [default: true]": true,
|
||||
"glowing_pillar_leaves [default: true]": true,
|
||||
"small_jellyshroom [default: true]": true,
|
||||
"bolux_mushroom [default: true]": true,
|
||||
"lumecorn_seed [default: true]": true,
|
||||
"small_amaranita_mushroom [default: true]": true,
|
||||
"amaranita_stem [default: true]": true,
|
||||
"amaranita_hyphae [default: true]": true,
|
||||
"amaranita_hymenophore [default: true]": true,
|
||||
"amaranita_lantern [default: true]": true,
|
||||
"amaranita_fur [default: true]": true,
|
||||
"amaranita_cap [default: true]": true,
|
||||
"neon_cactus [default: true]": true,
|
||||
"neon_cactus_block [default: true]": true,
|
||||
"neon_cactus_stairs [default: true]": true,
|
||||
"neon_cactus_slab [default: true]": true,
|
||||
"shadow_berry [default: true]": true,
|
||||
"blossom_berry_seed [default: true]": true,
|
||||
"amber_root_seed [default: true]": true,
|
||||
"chorus_mushroom_seed [default: true]": true,
|
||||
"cave_pumpkin_seed [default: true]": true,
|
||||
"cave_pumpkin [default: true]": true,
|
||||
"bubble_coral [default: true]": true,
|
||||
"menger_sponge [default: true]": true,
|
||||
"menger_sponge_wet [default: true]": true,
|
||||
"charnia_red [default: true]": true,
|
||||
"charnia_purple [default: true]": true,
|
||||
"charnia_orange [default: true]": true,
|
||||
"charnia_light_blue [default: true]": true,
|
||||
"charnia_cyan [default: true]": true,
|
||||
"charnia_green [default: true]": true,
|
||||
"end_lily_seed [default: true]": true,
|
||||
"hydralux_sapling [default: true]": true,
|
||||
"hydralux_petal_block [default: true]": true,
|
||||
"hydralux_petal_block_white [default: true]": true,
|
||||
"hydralux_petal_block_gray [default: true]": true,
|
||||
"hydralux_petal_block_light_gray [default: true]": true,
|
||||
"hydralux_petal_block_black [default: true]": true,
|
||||
"hydralux_petal_block_blue [default: true]": true,
|
||||
"hydralux_petal_block_lime [default: true]": true,
|
||||
"hydralux_petal_block_magenta [default: true]": true,
|
||||
"hydralux_petal_block_red [default: true]": true,
|
||||
"hydralux_petal_block_orange [default: true]": true,
|
||||
"hydralux_petal_block_purple [default: true]": true,
|
||||
"hydralux_petal_block_cyan [default: true]": true,
|
||||
"hydralux_petal_block_brown [default: true]": true,
|
||||
"hydralux_petal_block_green [default: true]": true,
|
||||
"hydralux_petal_block_yellow [default: true]": true,
|
||||
"hydralux_petal_block_pink [default: true]": true,
|
||||
"hydralux_petal_block_light_blue [default: true]": true,
|
||||
"pond_anemone [default: true]": true,
|
||||
"flamaea [default: true]": true,
|
||||
"cave_bush [default: true]": true,
|
||||
"murkweed [default: true]": true,
|
||||
"needlegrass [default: true]": true,
|
||||
"purple_polypore [default: true]": true,
|
||||
"aurant_polypore [default: true]": true,
|
||||
"tail_moss [default: true]": true,
|
||||
"cyan_moss [default: true]": true,
|
||||
"twisted_moss [default: true]": true,
|
||||
"tube_worm [default: true]": true,
|
||||
"bulb_moss [default: true]": true,
|
||||
"jungle_fern [default: true]": true,
|
||||
"ruscus [default: true]": true,
|
||||
"dense_vine [default: true]": true,
|
||||
"twisted_vine [default: true]": true,
|
||||
"bulb_vine_seed [default: true]": true,
|
||||
"bulb_vine [default: true]": true,
|
||||
"jungle_vine [default: true]": true,
|
||||
"rubinea [default: true]": true,
|
||||
"magnula [default: true]": true,
|
||||
"filalux [default: true]": true,
|
||||
"filalux_wings [default: true]": true,
|
||||
"filalux_lantern [default: true]": true,
|
||||
"silk_moth_nest [default: true]": true,
|
||||
"silk_moth_hive [default: true]": true,
|
||||
"ender_ore [default: true]": true,
|
||||
"amber_ore [default: true]": true,
|
||||
"thallasium_ore [default: true]": true,
|
||||
"thallasium_block [default: true]": true,
|
||||
"thallasium_tile [default: true]": true,
|
||||
"thallasium_stairs [default: true]": true,
|
||||
"thallasium_slab [default: true]": true,
|
||||
"thallasium_door [default: true]": true,
|
||||
"thallasium_trapdoor [default: true]": true,
|
||||
"thallasium_bars [default: true]": true,
|
||||
"thallasium_chain [default: true]": true,
|
||||
"thallasium_plate [default: true]": true,
|
||||
"thallasium_chandelier [default: true]": true,
|
||||
"thallasium_bulb_lantern [default: true]": true,
|
||||
"thallasium_bulb_lantern_white [default: true]": true,
|
||||
"thallasium_bulb_lantern_gray [default: true]": true,
|
||||
"thallasium_bulb_lantern_light_gray [default: true]": true,
|
||||
"thallasium_bulb_lantern_black [default: true]": true,
|
||||
"thallasium_bulb_lantern_blue [default: true]": true,
|
||||
"thallasium_bulb_lantern_lime [default: true]": true,
|
||||
"thallasium_bulb_lantern_magenta [default: true]": true,
|
||||
"thallasium_bulb_lantern_red [default: true]": true,
|
||||
"thallasium_bulb_lantern_orange [default: true]": true,
|
||||
"thallasium_bulb_lantern_purple [default: true]": true,
|
||||
"thallasium_bulb_lantern_cyan [default: true]": true,
|
||||
"thallasium_bulb_lantern_brown [default: true]": true,
|
||||
"thallasium_bulb_lantern_green [default: true]": true,
|
||||
"thallasium_bulb_lantern_yellow [default: true]": true,
|
||||
"thallasium_bulb_lantern_pink [default: true]": true,
|
||||
"thallasium_bulb_lantern_light_blue [default: true]": true,
|
||||
"thallasium_anvil [default: true]": true,
|
||||
"terminite_block [default: true]": true,
|
||||
"terminite_tile [default: true]": true,
|
||||
"terminite_stairs [default: true]": true,
|
||||
"terminite_slab [default: true]": true,
|
||||
"terminite_door [default: true]": true,
|
||||
"terminite_trapdoor [default: true]": true,
|
||||
"terminite_bars [default: true]": true,
|
||||
"terminite_chain [default: true]": true,
|
||||
"terminite_plate [default: true]": true,
|
||||
"terminite_chandelier [default: true]": true,
|
||||
"terminite_bulb_lantern [default: true]": true,
|
||||
"terminite_bulb_lantern_white [default: true]": true,
|
||||
"terminite_bulb_lantern_gray [default: true]": true,
|
||||
"terminite_bulb_lantern_light_gray [default: true]": true,
|
||||
"terminite_bulb_lantern_black [default: true]": true,
|
||||
"terminite_bulb_lantern_blue [default: true]": true,
|
||||
"terminite_bulb_lantern_lime [default: true]": true,
|
||||
"terminite_bulb_lantern_magenta [default: true]": true,
|
||||
"terminite_bulb_lantern_red [default: true]": true,
|
||||
"terminite_bulb_lantern_orange [default: true]": true,
|
||||
"terminite_bulb_lantern_purple [default: true]": true,
|
||||
"terminite_bulb_lantern_cyan [default: true]": true,
|
||||
"terminite_bulb_lantern_brown [default: true]": true,
|
||||
"terminite_bulb_lantern_green [default: true]": true,
|
||||
"terminite_bulb_lantern_yellow [default: true]": true,
|
||||
"terminite_bulb_lantern_pink [default: true]": true,
|
||||
"terminite_bulb_lantern_light_blue [default: true]": true,
|
||||
"terminite_anvil [default: true]": true,
|
||||
"aeternium_block [default: true]": true,
|
||||
"charcoal_block [default: true]": true,
|
||||
"ender_block [default: true]": true,
|
||||
"aurora_crystal [default: true]": true,
|
||||
"amber_block [default: true]": true,
|
||||
"smaragdant_crystal_shard [default: true]": true,
|
||||
"smaragdant_crystal [default: true]": true,
|
||||
"smaragdant_crystal_polished [default: true]": true,
|
||||
"smaragdant_crystal_tiles [default: true]": true,
|
||||
"smaragdant_crystal_pillar [default: true]": true,
|
||||
"smaragdant_crystal_stairs [default: true]": true,
|
||||
"smaragdant_crystal_slab [default: true]": true,
|
||||
"smaragdant_crystal_wall [default: true]": true,
|
||||
"smaragdant_crystal_pedestal [default: true]": true,
|
||||
"smaragdant_crystal_bricks [default: true]": true,
|
||||
"smaragdant_crystal_bricks_stairs [default: true]": true,
|
||||
"smaragdant_crystal_bricks_slab [default: true]": true,
|
||||
"smaragdant_crystal_bricks_wall [default: true]": true,
|
||||
"budding_smaragdant_crystal [default: true]": true,
|
||||
"respawn_obelisk [default: true]": true,
|
||||
"andesite_lantern [default: true]": true,
|
||||
"diorite_lantern [default: true]": true,
|
||||
"granite_lantern [default: true]": true,
|
||||
"quartz_lantern [default: true]": true,
|
||||
"purpur_lantern [default: true]": true,
|
||||
"end_stone_lantern [default: true]": true,
|
||||
"blackstone_lantern [default: true]": true,
|
||||
"iron_bulb_lantern [default: true]": true,
|
||||
"iron_bulb_lantern_white [default: true]": true,
|
||||
"iron_bulb_lantern_gray [default: true]": true,
|
||||
"iron_bulb_lantern_light_gray [default: true]": true,
|
||||
"iron_bulb_lantern_black [default: true]": true,
|
||||
"iron_bulb_lantern_blue [default: true]": true,
|
||||
"iron_bulb_lantern_lime [default: true]": true,
|
||||
"iron_bulb_lantern_magenta [default: true]": true,
|
||||
"iron_bulb_lantern_red [default: true]": true,
|
||||
"iron_bulb_lantern_orange [default: true]": true,
|
||||
"iron_bulb_lantern_purple [default: true]": true,
|
||||
"iron_bulb_lantern_cyan [default: true]": true,
|
||||
"iron_bulb_lantern_brown [default: true]": true,
|
||||
"iron_bulb_lantern_green [default: true]": true,
|
||||
"iron_bulb_lantern_yellow [default: true]": true,
|
||||
"iron_bulb_lantern_pink [default: true]": true,
|
||||
"iron_bulb_lantern_light_blue [default: true]": true,
|
||||
"iron_chandelier [default: true]": true,
|
||||
"gold_chandelier [default: true]": true,
|
||||
"end_stone_furnace [default: true]": true,
|
||||
"end_stone_smelter [default: true]": true,
|
||||
"eternal_pedestal [default: true]": true,
|
||||
"infusion_pedestal [default: true]": true,
|
||||
"aeternium_anvil [default: true]": true,
|
||||
"flower_pots": {
|
||||
"soils": {
|
||||
"end_mycelium [default: 0]": 0,
|
||||
"end_moss [default: 1]": 1,
|
||||
"chorus_nylium [default: 2]": 2,
|
||||
"cave_moss [default: 3]": 3,
|
||||
"crystal_moss [default: 4]": 4,
|
||||
"shadow_grass [default: 5]": 5,
|
||||
"pink_moss [default: 6]": 6,
|
||||
"amber_moss [default: 7]": 7,
|
||||
"jungle_moss [default: 8]": 8,
|
||||
"sangnum [default: 9]": 9,
|
||||
"rutiscus [default: 10]": 10,
|
||||
"pallidium_full [default: 11]": 11
|
||||
},
|
||||
"plants": {
|
||||
"mossy_glowshroom_sapling [default: 0]": 0,
|
||||
"pythadendron_sapling [default: 1]": 1,
|
||||
"pythadendron_leaves [default: 2]": 2,
|
||||
"end_lotus_flower [default: 3]": 3,
|
||||
"lacugrove_sapling [default: 4]": 4,
|
||||
"lacugrove_leaves [default: 5]": 5,
|
||||
"dragon_tree_sapling [default: 6]": 6,
|
||||
"dragon_tree_leaves [default: 7]": 7,
|
||||
"tenanea_sapling [default: 8]": 8,
|
||||
"tenanea_leaves [default: 9]": 9,
|
||||
"helix_tree_sapling [default: 10]": 10,
|
||||
"umbrella_tree_sapling [default: 11]": 11,
|
||||
"lucernia_sapling [default: 12]": 12,
|
||||
"lucernia_leaves [default: 13]": 13,
|
||||
"umbrella_moss [default: 14]": 14,
|
||||
"creeping_moss [default: 15]": 15,
|
||||
"chorus_grass [default: 16]": 16,
|
||||
"cave_grass [default: 17]": 17,
|
||||
"crystal_grass [default: 18]": 18,
|
||||
"shadow_plant [default: 19]": 19,
|
||||
"bushy_grass [default: 20]": 20,
|
||||
"amber_grass [default: 21]": 21,
|
||||
"twisted_umbrella_moss [default: 22]": 22,
|
||||
"jungle_grass [default: 23]": 23,
|
||||
"blooming_cooksonia [default: 24]": 24,
|
||||
"salteago [default: 25]": 25,
|
||||
"vaiolush_fern [default: 26]": 26,
|
||||
"fracturn [default: 27]": 27,
|
||||
"clawfern [default: 28]": 28,
|
||||
"globulagus [default: 29]": 29,
|
||||
"orango [default: 30]": 30,
|
||||
"aeridium [default: 31]": 31,
|
||||
"lutebus [default: 32]": 32,
|
||||
"lamellarium [default: 33]": 33,
|
||||
"inflexia [default: 34]": 34,
|
||||
"flammalix [default: 35]": 35,
|
||||
"small_jellyshroom [default: 36]": 36,
|
||||
"bolux_mushroom [default: 37]": 37,
|
||||
"small_amaranita_mushroom [default: 38]": 38,
|
||||
"neon_cactus [default: 39]": 39,
|
||||
"shadow_berry [default: 40]": 40,
|
||||
"blossom_berry_seed [default: 41]": 41,
|
||||
"amber_root_seed [default: 42]": 42,
|
||||
"chorus_mushroom_seed [default: 43]": 43,
|
||||
"murkweed [default: 44]": 44,
|
||||
"needlegrass [default: 45]": 45
|
||||
}
|
||||
}
|
||||
}
|
5
config/betterend/client.json
Normal file
5
config/betterend/client.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"customSky [default: true]": true,
|
||||
"blendBiomeMusic [default: true]": true,
|
||||
"sulfurWaterColor [default: true]": true
|
||||
}
|
3
config/betterend/enchantments.json
Normal file
3
config/betterend/enchantments.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"end_veil [default: true]": true
|
||||
}
|
8
config/betterend/entities.json
Normal file
8
config/betterend/entities.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"dragonfly [default: true]": true,
|
||||
"end_slime [default: true]": true,
|
||||
"end_fish [default: true]": true,
|
||||
"shadow_walker [default: true]": true,
|
||||
"cubozoa [default: true]": true,
|
||||
"silk_moth [default: true]": true
|
||||
}
|
58
config/betterend/generator.json
Normal file
58
config/betterend/generator.json
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"biomeMap": {
|
||||
"biomeSizeCaves [default: 32]": 32
|
||||
},
|
||||
"portal": {
|
||||
"hasPortal [default: true]": true,
|
||||
"customEndPortal [default: true]": true
|
||||
},
|
||||
"spikes": {
|
||||
"hasSpikes [default: true]": true,
|
||||
"customObsidianSpikes [default: true]": true
|
||||
},
|
||||
"hasDragonFights [default: true]": true,
|
||||
"chorusPlant": {
|
||||
"changeChorusPlant [default: true]": true
|
||||
},
|
||||
"customGenerator": {
|
||||
"useNewGenerator [default: true]": true,
|
||||
"generateCentralIsland [default: true]": true,
|
||||
"endCityFailChance [default: 5]": 5,
|
||||
"layers": {
|
||||
"bigIslands": {
|
||||
"distance[1-8192] [default: 300.0]": 300.0,
|
||||
"scale[0.1-1024] [default: 200.0]": 200.0,
|
||||
"averageHeight[0-1] [default: 0.546875]": 0.546875,
|
||||
"heightVariation[0-1] [default: 0.078125]": 0.078125,
|
||||
"coverage[0-1] [default: 0.5]": 0.5,
|
||||
"hasCentralIsland [default: false]": false
|
||||
},
|
||||
"mediumIslands": {
|
||||
"distance[1-8192] [default: 150.0]": 150.0,
|
||||
"scale[0.1-1024] [default: 100.0]": 100.0,
|
||||
"averageHeight[0-1] [default: 0.546875]": 0.546875,
|
||||
"heightVariation[0-1] [default: 0.15625]": 0.15625,
|
||||
"coverage[0-1] [default: 0.5]": 0.5,
|
||||
"hasCentralIsland [default: true]": true
|
||||
},
|
||||
"smallIslands": {
|
||||
"distance[1-8192] [default: 60.0]": 60.0,
|
||||
"scale[0.1-1024] [default: 50.0]": 50.0,
|
||||
"averageHeight[0-1] [default: 0.546875]": 0.546875,
|
||||
"heightVariation[0-1] [default: 0.234375]": 0.234375,
|
||||
"coverage[0-1] [default: 0.5]": 0.5,
|
||||
"hasCentralIsland [default: false]": false
|
||||
}
|
||||
},
|
||||
"voidRingSize [default: 1000]": 1000
|
||||
},
|
||||
"generateObsidianPlatform [default: true]": true,
|
||||
"spawn": {
|
||||
"changeSpawn [default: false]": false,
|
||||
"point": {
|
||||
"x [default: 20]": 20,
|
||||
"y [default: 65]": 65,
|
||||
"z [default: 0]": 0
|
||||
}
|
||||
}
|
||||
}
|
143
config/betterend/items.json
Normal file
143
config/betterend/items.json
Normal file
|
@ -0,0 +1,143 @@
|
|||
{
|
||||
"items": {
|
||||
"ender_dust [default: true]": true,
|
||||
"ender_shard [default: true]": true,
|
||||
"aeternium_ingot [default: true]": true,
|
||||
"aeternium_forged_plate [default: true]": true,
|
||||
"end_lily_leaf [default: true]": true,
|
||||
"end_lily_leaf_dried [default: true]": true,
|
||||
"crystal_shards [default: true]": true,
|
||||
"raw_amber [default: true]": true,
|
||||
"amber_gem [default: true]": true,
|
||||
"glowing_bulb [default: true]": true,
|
||||
"crystalline_sulphur [default: true]": true,
|
||||
"hydralux_petal [default: true]": true,
|
||||
"gelatine [default: true]": true,
|
||||
"eternal_crystal [default: true]": true,
|
||||
"enchanted_petal [default: true]": true,
|
||||
"leather_stripe [default: true]": true,
|
||||
"leather_wrapped_stick [default: true]": true,
|
||||
"silk_fiber [default: true]": true,
|
||||
"lumecorn_rod [default: true]": true,
|
||||
"silk_moth_matrix [default: true]": true,
|
||||
"enchanted_membrane [default: true]": true,
|
||||
"music_disc_strange_and_alien [default: true]": true,
|
||||
"music_disc_grasping_at_stars [default: true]": true,
|
||||
"music_disc_endseeker [default: true]": true,
|
||||
"music_disc_eo_dracona [default: true]": true,
|
||||
"aeternium_helmet [default: true]": true,
|
||||
"aeternium_chestplate [default: true]": true,
|
||||
"aeternium_leggings [default: true]": true,
|
||||
"aeternium_boots [default: true]": true,
|
||||
"crystalite_helmet [default: true]": true,
|
||||
"crystalite_chestplate [default: true]": true,
|
||||
"crystalite_leggings [default: true]": true,
|
||||
"crystalite_boots [default: true]": true,
|
||||
"elytra_armored [default: true]": true,
|
||||
"elytra_crystalite [default: true]": true,
|
||||
"aeternium_shovel_head [default: true]": true,
|
||||
"aeternium_pickaxe_head [default: true]": true,
|
||||
"aeternium_axe_head [default: true]": true,
|
||||
"aeternium_hoe_head [default: true]": true,
|
||||
"aeternium_hammer_head [default: true]": true,
|
||||
"aeternium_sword_blade [default: true]": true,
|
||||
"aeternium_sword_handle [default: true]": true,
|
||||
"shadow_berry_raw [default: true]": true,
|
||||
"shadow_berry_cooked [default: true]": true,
|
||||
"end_fish_raw [default: true]": true,
|
||||
"end_fish_cooked [default: true]": true,
|
||||
"spawn_egg_dragonfly [default: true]": true,
|
||||
"spawn_egg_end_slime [default: true]": true,
|
||||
"spawn_egg_end_fish [default: true]": true,
|
||||
"spawn_egg_shadow_walker [default: true]": true,
|
||||
"spawn_egg_cubozoa [default: true]": true,
|
||||
"spawn_egg_silk_moth [default: true]": true,
|
||||
"bucket_end_fish [default: true]": true,
|
||||
"bucket_cubozoa [default: true]": true,
|
||||
"sweet_berry_jelly [default: true]": true,
|
||||
"shadow_berry_jelly [default: true]": true,
|
||||
"blossom_berry_jelly [default: true]": true,
|
||||
"blossom_berry [default: true]": true,
|
||||
"amber_root_raw [default: true]": true,
|
||||
"chorus_mushroom_raw [default: true]": true,
|
||||
"chorus_mushroom_cooked [default: true]": true,
|
||||
"bolux_mushroom_cooked [default: true]": true,
|
||||
"cave_pumpkin_pie [default: true]": true,
|
||||
"umbrella_cluster_juice [default: true]": true,
|
||||
"handle_attachment_smithing_template [default: true]": true,
|
||||
"leather_handle_attachment_smithing_template [default: true]": true,
|
||||
"tool_assembly_smithing_template [default: true]": true,
|
||||
"plate_upgrade_smithing_template [default: true]": true,
|
||||
"thallasium_upgrade_smithing_template [default: true]": true,
|
||||
"terminite_upgrade_smithing_template [default: true]": true,
|
||||
"aeternium_upgrade_smithing_template [default: true]": true,
|
||||
"netherite_upgrade_smithing_template [default: true]": true,
|
||||
"thallasium_raw [default: true]": true,
|
||||
"thallasium_nugget [default: true]": true,
|
||||
"thallasium_ingot [default: true]": true,
|
||||
"thallasium_shovel_head [default: true]": true,
|
||||
"thallasium_pickaxe_head [default: true]": true,
|
||||
"thallasium_axe_head [default: true]": true,
|
||||
"thallasium_hoe_head [default: true]": true,
|
||||
"thallasium_sword_blade [default: true]": true,
|
||||
"thallasium_sword_handle [default: true]": true,
|
||||
"thallasium_forged_plate [default: true]": true,
|
||||
"terminite_nugget [default: true]": true,
|
||||
"terminite_ingot [default: true]": true,
|
||||
"terminite_shovel_head [default: true]": true,
|
||||
"terminite_pickaxe_head [default: true]": true,
|
||||
"terminite_axe_head [default: true]": true,
|
||||
"terminite_hoe_head [default: true]": true,
|
||||
"terminite_sword_blade [default: true]": true,
|
||||
"terminite_sword_handle [default: true]": true,
|
||||
"terminite_forged_plate [default: true]": true
|
||||
},
|
||||
"musicDiscs": {
|
||||
"music_disc_strange_and_alien [default: true]": true,
|
||||
"music_disc_grasping_at_stars [default: true]": true,
|
||||
"music_disc_endseeker [default: true]": true,
|
||||
"music_disc_eo_dracona [default: true]": true
|
||||
},
|
||||
"tools": {
|
||||
"aeternium_shovel [default: true]": true,
|
||||
"aeternium_sword [default: true]": true,
|
||||
"aeternium_pickaxe [default: true]": true,
|
||||
"aeternium_axe [default: true]": true,
|
||||
"aeternium_hoe [default: true]": true,
|
||||
"aeternium_hammer [default: true]": true,
|
||||
"iron_hammer [default: true]": true,
|
||||
"golden_hammer [default: true]": true,
|
||||
"diamond_hammer [default: true]": true,
|
||||
"netherite_hammer [default: true]": true,
|
||||
"thallasium_shovel [default: true]": true,
|
||||
"thallasium_sword [default: true]": true,
|
||||
"thallasium_pickaxe [default: true]": true,
|
||||
"thallasium_axe [default: true]": true,
|
||||
"thallasium_hoe [default: true]": true,
|
||||
"thallasium_hammer [default: true]": true,
|
||||
"terminite_shovel [default: true]": true,
|
||||
"terminite_sword [default: true]": true,
|
||||
"terminite_pickaxe [default: true]": true,
|
||||
"terminite_axe [default: true]": true,
|
||||
"terminite_hoe [default: true]": true,
|
||||
"terminite_hammer [default: true]": true
|
||||
},
|
||||
"spawnEggs": {
|
||||
"spawn_egg_dragonfly [default: true]": true,
|
||||
"spawn_egg_end_slime [default: true]": true,
|
||||
"spawn_egg_end_fish [default: true]": true,
|
||||
"spawn_egg_shadow_walker [default: true]": true,
|
||||
"spawn_egg_cubozoa [default: true]": true,
|
||||
"spawn_egg_silk_moth [default: true]": true
|
||||
},
|
||||
"armour": {
|
||||
"thallasium_helmet [default: true]": true,
|
||||
"thallasium_chestplate [default: true]": true,
|
||||
"thallasium_leggings [default: true]": true,
|
||||
"thallasium_boots [default: true]": true,
|
||||
"terminite_helmet [default: true]": true,
|
||||
"terminite_chestplate [default: true]": true,
|
||||
"terminite_leggings [default: true]": true,
|
||||
"terminite_boots [default: true]": true
|
||||
}
|
||||
}
|
11
config/betterend/portals.json
Normal file
11
config/betterend/portals.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"portals": [
|
||||
{
|
||||
"dimension": "minecraft:overworld",
|
||||
"item": "betterend:eternal_crystal",
|
||||
"colorRed": 255,
|
||||
"colorGreen": 255,
|
||||
"colorBlue": 255
|
||||
}
|
||||
]
|
||||
}
|
139
config/betternether/biomes.json
Normal file
139
config/betternether/biomes.json
Normal file
|
@ -0,0 +1,139 @@
|
|||
{
|
||||
"minecraft": {
|
||||
"basalt_deltas": {
|
||||
"spawn": {
|
||||
"ambient": {
|
||||
"betternether": {
|
||||
"firefly": {
|
||||
"weight [default: 5]": 5,
|
||||
"minGroupSize [default: 1]": 1,
|
||||
"maxGroupSize [default: 3]": 3
|
||||
},
|
||||
"hydrogen_jellyfish": {
|
||||
"weight [default: 5]": 5,
|
||||
"minGroupSize [default: 2]": 2,
|
||||
"maxGroupSize [default: 6]": 6
|
||||
}
|
||||
}
|
||||
},
|
||||
"monster": {
|
||||
"betternether": {
|
||||
"naga": {
|
||||
"weight [default: 8]": 8,
|
||||
"minGroupSize [default: 3]": 3,
|
||||
"maxGroupSize [default: 5]": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"crimson_forest": {
|
||||
"spawn": {
|
||||
"ambient": {
|
||||
"betternether": {
|
||||
"firefly": {
|
||||
"weight [default: 15]": 15,
|
||||
"minGroupSize [default: 1]": 1,
|
||||
"maxGroupSize [default: 3]": 3
|
||||
},
|
||||
"hydrogen_jellyfish": {
|
||||
"weight [default: 5]": 5,
|
||||
"minGroupSize [default: 2]": 2,
|
||||
"maxGroupSize [default: 6]": 6
|
||||
}
|
||||
}
|
||||
},
|
||||
"monster": {
|
||||
"betternether": {
|
||||
"naga": {
|
||||
"weight [default: 0]": 0,
|
||||
"minGroupSize [default: 3]": 3,
|
||||
"maxGroupSize [default: 5]": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warped_forest": {
|
||||
"spawn": {
|
||||
"ambient": {
|
||||
"betternether": {
|
||||
"firefly": {
|
||||
"weight [default: 5]": 5,
|
||||
"minGroupSize [default: 1]": 1,
|
||||
"maxGroupSize [default: 3]": 3
|
||||
},
|
||||
"hydrogen_jellyfish": {
|
||||
"weight [default: 5]": 5,
|
||||
"minGroupSize [default: 2]": 2,
|
||||
"maxGroupSize [default: 6]": 6
|
||||
}
|
||||
}
|
||||
},
|
||||
"monster": {
|
||||
"betternether": {
|
||||
"naga": {
|
||||
"weight [default: 8]": 8,
|
||||
"minGroupSize [default: 3]": 3,
|
||||
"maxGroupSize [default: 5]": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"nether_wastes": {
|
||||
"spawn": {
|
||||
"ambient": {
|
||||
"betternether": {
|
||||
"firefly": {
|
||||
"weight [default: 5]": 5,
|
||||
"minGroupSize [default: 1]": 1,
|
||||
"maxGroupSize [default: 3]": 3
|
||||
},
|
||||
"hydrogen_jellyfish": {
|
||||
"weight [default: 5]": 5,
|
||||
"minGroupSize [default: 2]": 2,
|
||||
"maxGroupSize [default: 6]": 6
|
||||
}
|
||||
}
|
||||
},
|
||||
"monster": {
|
||||
"betternether": {
|
||||
"naga": {
|
||||
"weight [default: 8]": 8,
|
||||
"minGroupSize [default: 3]": 3,
|
||||
"maxGroupSize [default: 5]": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"soul_sand_valley": {
|
||||
"spawn": {
|
||||
"ambient": {
|
||||
"betternether": {
|
||||
"firefly": {
|
||||
"weight [default: 5]": 5,
|
||||
"minGroupSize [default: 1]": 1,
|
||||
"maxGroupSize [default: 3]": 3
|
||||
},
|
||||
"hydrogen_jellyfish": {
|
||||
"weight [default: 5]": 5,
|
||||
"minGroupSize [default: 2]": 2,
|
||||
"maxGroupSize [default: 6]": 6
|
||||
}
|
||||
}
|
||||
},
|
||||
"monster": {
|
||||
"betternether": {
|
||||
"naga": {
|
||||
"weight [default: 8]": 8,
|
||||
"minGroupSize [default: 3]": 3,
|
||||
"maxGroupSize [default: 5]": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
257
config/betternether/blocks.json
Normal file
257
config/betternether/blocks.json
Normal file
|
@ -0,0 +1,257 @@
|
|||
{
|
||||
"blocks": {
|
||||
"nether_reed_stem [default: true]": true,
|
||||
"willow_leaves [default: true]": true,
|
||||
"cincinnasite_ore [default: true]": true,
|
||||
"cincinnasite_block [default: true]": true,
|
||||
"cincinnasite_forged [default: true]": true,
|
||||
"cincinnasite_pillar [default: true]": true,
|
||||
"cincinnasite_bricks [default: true]": true,
|
||||
"cincinnasite_brick_plate [default: true]": true,
|
||||
"cincinnasite_stairs [default: true]": true,
|
||||
"cincinnasite_slab [default: true]": true,
|
||||
"taburet_cincinnasite [default: true]": true,
|
||||
"chair_cincinnasite [default: true]": true,
|
||||
"bar_stool_cincinnasite [default: true]": true,
|
||||
"cincinnasite_button [default: true]": true,
|
||||
"cincinnasite_plate [default: true]": true,
|
||||
"cincinnasite_lantern [default: true]": true,
|
||||
"cincinnasite_tile_large [default: true]": true,
|
||||
"cincinnasite_tile_small [default: true]": true,
|
||||
"cincinnasite_carved [default: true]": true,
|
||||
"cincinnasite_wall [default: true]": true,
|
||||
"cincinnasite_bricks_pillar [default: true]": true,
|
||||
"cincinnasite_bars [default: true]": true,
|
||||
"cincinnasite_pedestal [default: true]": true,
|
||||
"cincinnasite_frame [default: true]": true,
|
||||
"cincinnasite_lantern_small [default: true]": true,
|
||||
"cincinnasite_chain [default: true]": true,
|
||||
"nether_ruby_ore [default: true]": true,
|
||||
"nether_ruby_block [default: true]": true,
|
||||
"nether_ruby_stairs [default: true]": true,
|
||||
"nether_ruby_slab [default: true]": true,
|
||||
"nether_lapis_ore [default: true]": true,
|
||||
"nether_redstone_ore [default: true]": true,
|
||||
"nether_brick_tile_large [default: true]": true,
|
||||
"nether_brick_tile_small [default: true]": true,
|
||||
"nether_brick_wall [default: true]": true,
|
||||
"nether_brick_tile_slab [default: true]": true,
|
||||
"nether_brick_tile_stairs [default: true]": true,
|
||||
"bone_block [default: true]": true,
|
||||
"bone_stairs [default: true]": true,
|
||||
"bone_slab [default: true]": true,
|
||||
"bone_button [default: true]": true,
|
||||
"bone_plate [default: true]": true,
|
||||
"bone_wall [default: true]": true,
|
||||
"bone_tile [default: true]": true,
|
||||
"bone_reed_door [default: true]": true,
|
||||
"bone_cincinnasite_door [default: true]": true,
|
||||
"quartz_glass [default: true]": true,
|
||||
"quartz_glass_framed [default: true]": true,
|
||||
"quartz_glass_framed_white [default: true]": true,
|
||||
"quartz_glass_framed_orange [default: true]": true,
|
||||
"quartz_glass_framed_magenta [default: true]": true,
|
||||
"quartz_glass_framed_light_blue [default: true]": true,
|
||||
"quartz_glass_framed_yellow [default: true]": true,
|
||||
"quartz_glass_framed_lime [default: true]": true,
|
||||
"quartz_glass_framed_pink [default: true]": true,
|
||||
"quartz_glass_framed_gray [default: true]": true,
|
||||
"quartz_glass_framed_light_gray [default: true]": true,
|
||||
"quartz_glass_framed_cyan [default: true]": true,
|
||||
"quartz_glass_framed_purple [default: true]": true,
|
||||
"quartz_glass_framed_blue [default: true]": true,
|
||||
"quartz_glass_framed_brown [default: true]": true,
|
||||
"quartz_glass_framed_green [default: true]": true,
|
||||
"quartz_glass_framed_red [default: true]": true,
|
||||
"quartz_glass_framed_black [default: true]": true,
|
||||
"quartz_glass_pane [default: true]": true,
|
||||
"quartz_glass_pane_white [default: true]": true,
|
||||
"quartz_glass_pane_orange [default: true]": true,
|
||||
"quartz_glass_pane_magenta [default: true]": true,
|
||||
"quartz_glass_pane_light_blue [default: true]": true,
|
||||
"quartz_glass_pane_yellow [default: true]": true,
|
||||
"quartz_glass_pane_lime [default: true]": true,
|
||||
"quartz_glass_pane_pink [default: true]": true,
|
||||
"quartz_glass_pane_gray [default: true]": true,
|
||||
"quartz_glass_pane_light_gray [default: true]": true,
|
||||
"quartz_glass_pane_cyan [default: true]": true,
|
||||
"quartz_glass_pane_purple [default: true]": true,
|
||||
"quartz_glass_pane_blue [default: true]": true,
|
||||
"quartz_glass_pane_brown [default: true]": true,
|
||||
"quartz_glass_pane_green [default: true]": true,
|
||||
"quartz_glass_pane_red [default: true]": true,
|
||||
"quartz_glass_pane_black [default: true]": true,
|
||||
"quartz_glass_framed_pane [default: true]": true,
|
||||
"quartz_glass_framed_pane_white [default: true]": true,
|
||||
"quartz_glass_framed_pane_orange [default: true]": true,
|
||||
"quartz_glass_framed_pane_magenta [default: true]": true,
|
||||
"quartz_glass_framed_pane_light_blue [default: true]": true,
|
||||
"quartz_glass_framed_pane_yellow [default: true]": true,
|
||||
"quartz_glass_framed_pane_lime [default: true]": true,
|
||||
"quartz_glass_framed_pane_pink [default: true]": true,
|
||||
"quartz_glass_framed_pane_gray [default: true]": true,
|
||||
"quartz_glass_framed_pane_light_gray [default: true]": true,
|
||||
"quartz_glass_framed_pane_cyan [default: true]": true,
|
||||
"quartz_glass_framed_pane_purple [default: true]": true,
|
||||
"quartz_glass_framed_pane_blue [default: true]": true,
|
||||
"quartz_glass_framed_pane_brown [default: true]": true,
|
||||
"quartz_glass_framed_pane_green [default: true]": true,
|
||||
"quartz_glass_framed_pane_red [default: true]": true,
|
||||
"quartz_glass_framed_pane_black [default: true]": true,
|
||||
"quartz_glass_white [default: true]": true,
|
||||
"quartz_glass_orange [default: true]": true,
|
||||
"quartz_glass_magenta [default: true]": true,
|
||||
"quartz_glass_light_blue [default: true]": true,
|
||||
"quartz_glass_yellow [default: true]": true,
|
||||
"quartz_glass_lime [default: true]": true,
|
||||
"quartz_glass_pink [default: true]": true,
|
||||
"quartz_glass_gray [default: true]": true,
|
||||
"quartz_glass_light_gray [default: true]": true,
|
||||
"quartz_glass_cyan [default: true]": true,
|
||||
"quartz_glass_purple [default: true]": true,
|
||||
"quartz_glass_blue [default: true]": true,
|
||||
"quartz_glass_brown [default: true]": true,
|
||||
"quartz_glass_green [default: true]": true,
|
||||
"quartz_glass_red [default: true]": true,
|
||||
"quartz_glass_black [default: true]": true,
|
||||
"blue_weeping_obsidian [default: true]": true,
|
||||
"weeping_obsidian [default: true]": true,
|
||||
"blue_crying_obsidian [default: true]": true,
|
||||
"obsidian_bricks [default: true]": true,
|
||||
"obsidian_bricks_stairs [default: true]": true,
|
||||
"obsidian_bricks_slab [default: true]": true,
|
||||
"obsidian_tile [default: true]": true,
|
||||
"obsidian_tile_small [default: true]": true,
|
||||
"obsidian_tile_stairs [default: true]": true,
|
||||
"obsidian_tile_slab [default: true]": true,
|
||||
"obsidian_rod_tiles [default: true]": true,
|
||||
"obsidian_glass [default: true]": true,
|
||||
"obsidian_glass_pane [default: true]": true,
|
||||
"blue_obsidian [default: true]": true,
|
||||
"blue_obsidian_bricks [default: true]": true,
|
||||
"blue_obsidian_bricks_stairs [default: true]": true,
|
||||
"blue_obsidian_bricks_slab [default: true]": true,
|
||||
"blue_obsidian_tile [default: true]": true,
|
||||
"blue_obsidian_tile_small [default: true]": true,
|
||||
"blue_obsidian_tile_stairs [default: true]": true,
|
||||
"blue_obsidian_tile_slab [default: true]": true,
|
||||
"blue_obsidian_rod_tiles [default: true]": true,
|
||||
"blue_obsidian_glass [default: true]": true,
|
||||
"blue_obsidian_glass_pane [default: true]": true,
|
||||
"soul_sandstone [default: true]": true,
|
||||
"soul_sandstone_cut [default: true]": true,
|
||||
"soul_sandstone_cut_stairs [default: true]": true,
|
||||
"soul_sandstone_cut_slab [default: true]": true,
|
||||
"soul_sandstone_wall [default: true]": true,
|
||||
"soul_sandstone_smooth [default: true]": true,
|
||||
"soul_sandstone_chiseled [default: true]": true,
|
||||
"soul_sandstone_stairs [default: true]": true,
|
||||
"soul_sandstone_smooth_stairs [default: true]": true,
|
||||
"soul_sandstone_slab [default: true]": true,
|
||||
"soul_sandstone_smooth_slab [default: true]": true,
|
||||
"basalt_bricks [default: true]": true,
|
||||
"basalt_bricks_stairs [default: true]": true,
|
||||
"basalt_bricks_slab [default: true]": true,
|
||||
"basalt_bricks_wall [default: true]": true,
|
||||
"basalt_slab [default: true]": true,
|
||||
"orange_mushroom [default: true]": true,
|
||||
"red_mold [default: true]": true,
|
||||
"gray_mold [default: true]": true,
|
||||
"lucis_spore [default: true]": true,
|
||||
"giant_lucis [default: true]": true,
|
||||
"giant_mold_sapling [default: true]": true,
|
||||
"jellyfish_mushroom_sapling [default: true]": true,
|
||||
"eye_seed [default: true]": true,
|
||||
"nether_grass [default: true]": true,
|
||||
"swamp_grass [default: true]": true,
|
||||
"soul_grass [default: true]": true,
|
||||
"jungle_plant [default: true]": true,
|
||||
"bone_grass [default: true]": true,
|
||||
"sepia_bone_grass [default: true]": true,
|
||||
"black_vine [default: true]": true,
|
||||
"blooming_vine [default: true]": true,
|
||||
"golden_vine [default: true]": true,
|
||||
"lumabus_vine [default: true]": true,
|
||||
"golden_lumabus_vine [default: true]": true,
|
||||
"soul_vein [default: true]": true,
|
||||
"bone_mushroom [default: true]": true,
|
||||
"black_bush [default: true]": true,
|
||||
"ink_bush [default: true]": true,
|
||||
"ink_bush_seed [default: true]": true,
|
||||
"smoker [default: true]": true,
|
||||
"egg_plant [default: true]": true,
|
||||
"black_apple [default: true]": true,
|
||||
"black_apple_seed [default: true]": true,
|
||||
"magma_flower [default: true]": true,
|
||||
"feather_fern [default: true]": true,
|
||||
"moss_cover [default: true]": true,
|
||||
"neon_equisetum [default: true]": true,
|
||||
"hook_mushroom [default: true]": true,
|
||||
"whispering_gourd_vine [default: true]": true,
|
||||
"whispering_gourd [default: true]": true,
|
||||
"whispering_gourd_lantern [default: true]": true,
|
||||
"agave [default: true]": true,
|
||||
"barrel_cactus [default: true]": true,
|
||||
"nether_cactus [default: true]": true,
|
||||
"wall_moss [default: true]": true,
|
||||
"wall_mushroom_brown [default: true]": true,
|
||||
"wall_mushroom_red [default: true]": true,
|
||||
"jungle_moss [default: true]": true,
|
||||
"pig_statue_respawner [default: true]": true,
|
||||
"cincinnasite_pot [default: true]": true,
|
||||
"brick_pot [default: true]": true,
|
||||
"geyser [default: true]": true,
|
||||
"netherrack_stalactite [default: true]": true,
|
||||
"glowstone_stalactite [default: true]": true,
|
||||
"blackstone_stalactite [default: true]": true,
|
||||
"basalt_stalactite [default: true]": true,
|
||||
"bone_stalactite [default: true]": true,
|
||||
"cincinnasite_fire_bowl [default: true]": true,
|
||||
"bricks_fire_bowl [default: true]": true,
|
||||
"netherite_fire_bowl [default: true]": true,
|
||||
"cincinnasite_fire_bowl_soul [default: true]": true,
|
||||
"bricks_fire_bowl_soul [default: true]": true,
|
||||
"netherite_fire_bowl_soul [default: true]": true,
|
||||
"netherrack_moss [default: true]": true,
|
||||
"nether_mycelium [default: true]": true,
|
||||
"jungle_grass [default: true]": true,
|
||||
"mushroom_grass [default: true]": true,
|
||||
"sepia_mushroom_grass [default: true]": true,
|
||||
"swampland_grass [default: true]": true,
|
||||
"farmland [default: true]": true,
|
||||
"ceiling_mushrooms [default: true]": true,
|
||||
"roof_tile_nether_bricks [default: true]": true,
|
||||
"roof_tile_nether_bricks_stairs [default: true]": true,
|
||||
"roof_tile_nether_bricks_slab [default: true]": true,
|
||||
"roof_tile_cincinnasite [default: true]": true,
|
||||
"roof_tile_cincinnasite_stairs [default: true]": true,
|
||||
"roof_tile_cincinnasite_slab [default: true]": true,
|
||||
"blackstone_furnace [default: true]": true,
|
||||
"basalt_furnace [default: true]": true,
|
||||
"netherrack_furnace [default: true]": true,
|
||||
"cincinnasite_forge [default: true]": true,
|
||||
"nether_brewing_stand [default: true]": true,
|
||||
"cincinnasite_anvil [default: true]": true,
|
||||
"chest_of_drawers [default: true]": true,
|
||||
"rubeus_leaves [default: true]": true,
|
||||
"mushroom_fir_trimmed_chest [default: true]": true,
|
||||
"anchor_tree_leaves [default: true]": true,
|
||||
"anchor_tree_vine [default: true]": true,
|
||||
"nether_sakura_leaves [default: true]": true,
|
||||
"soul_lily [default: true]": true,
|
||||
"soul_lily_sapling [default: true]": true,
|
||||
"red_large_mushroom [default: true]": true,
|
||||
"brown_large_mushroom [default: true]": true,
|
||||
"lucis_mushroom [default: true]": true,
|
||||
"giant_mold [default: true]": true,
|
||||
"jellyfish_mushroom [default: true]": true,
|
||||
"eyeball [default: true]": true,
|
||||
"eyeball_small [default: true]": true,
|
||||
"eye_vine [default: true]": true,
|
||||
"potted_plant [default: true]": true,
|
||||
"veined_sand [default: true]": true,
|
||||
"lumabus_seed [default: true]": true,
|
||||
"golden_lumabus_seed [default: true]": true
|
||||
},
|
||||
"betternether [default: true]": true
|
||||
}
|
47
config/betternether/generator.json
Normal file
47
config/betternether/generator.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"generator": {
|
||||
"world": {
|
||||
"ores": {
|
||||
"cincinnasite": {
|
||||
"vein_count [default: 10]": 10,
|
||||
"vein_size [default: 8]": 8,
|
||||
"air_discard_chance [default: 0.0]": 0.0
|
||||
},
|
||||
"nether_ruby": {
|
||||
"vein_count [default: 3]": 3,
|
||||
"vein_size [default: 8]": 8,
|
||||
"air_discard_chance [default: 0.0]": 0.0
|
||||
},
|
||||
"nether_ruby_soul": {
|
||||
"vein_count [default: 5]": 5,
|
||||
"vein_size [default: 5]": 5,
|
||||
"air_discard_chance [default: 0.1]": 0.1
|
||||
},
|
||||
"nether_ruby_large": {
|
||||
"vein_count [default: 5]": 5,
|
||||
"vein_size [default: 5]": 5,
|
||||
"air_discard_chance [default: 0.1]": 0.1
|
||||
},
|
||||
"nether_ruby_rare": {
|
||||
"vein_count [default: 2]": 2,
|
||||
"vein_size [default: 12]": 12,
|
||||
"air_discard_chance [default: 0.0]": 0.0
|
||||
},
|
||||
"nether_lapis": {
|
||||
"vein_count [default: 14]": 14,
|
||||
"vein_size [default: 4]": 4,
|
||||
"air_discard_chance [default: 0.0]": 0.0
|
||||
},
|
||||
"nether_redstone": {
|
||||
"vein_count [default: 1]": 1,
|
||||
"vein_size [default: 16]": 16,
|
||||
"air_discard_chance [default: 0.3]": 0.3
|
||||
}
|
||||
},
|
||||
"cities": {
|
||||
"distance [default: 64]": 64,
|
||||
"overworld [default: false]": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
90
config/betternether/items.json
Normal file
90
config/betternether/items.json
Normal file
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"items": {
|
||||
"black_apple [default: true]": true,
|
||||
"stalagnate_bowl [default: true]": true,
|
||||
"stalagnate_bowl_wart [default: true]": true,
|
||||
"stalagnate_bowl_mushroom [default: true]": true,
|
||||
"stalagnate_bowl_apple [default: true]": true,
|
||||
"hook_mushroom_cooked [default: true]": true,
|
||||
"cincinnasite [default: true]": true,
|
||||
"cincinnasite_ingot [default: true]": true,
|
||||
"nether_ruby [default: true]": true,
|
||||
"bowl_upgrade_smithing_template [default: true]": true,
|
||||
"flaming_ruby_upgrade_smithing_template [default: true]": true,
|
||||
"cincinnasite_diamond_upgrade_smithing_template [default: true]": true,
|
||||
"nether_reed_boat [default: true]": true,
|
||||
"nether_reed_chest_boat [default: true]": true,
|
||||
"stalagnate_boat [default: true]": true,
|
||||
"stalagnate_chest_boat [default: true]": true,
|
||||
"willow_boat [default: true]": true,
|
||||
"willow_chest_boat [default: true]": true,
|
||||
"wart_boat [default: true]": true,
|
||||
"wart_chest_boat [default: true]": true,
|
||||
"warped_boat [default: true]": true,
|
||||
"warped_chest_boat [default: true]": true,
|
||||
"crimson_boat [default: true]": true,
|
||||
"crimson_chest_boat [default: true]": true,
|
||||
"rubeus_boat [default: true]": true,
|
||||
"rubeus_chest_boat [default: true]": true,
|
||||
"mushroom_fir_boat [default: true]": true,
|
||||
"mushroom_fir_chest_boat [default: true]": true,
|
||||
"nether_mushroom_boat [default: true]": true,
|
||||
"nether_mushroom_chest_boat [default: true]": true,
|
||||
"anchor_tree_boat [default: true]": true,
|
||||
"anchor_tree_chest_boat [default: true]": true,
|
||||
"nether_sakura_boat [default: true]": true,
|
||||
"nether_sakura_chest_boat [default: true]": true,
|
||||
"cincinnasite_hammer [default: true]": true,
|
||||
"cincinnasite_hammer_diamond [default: true]": true,
|
||||
"nether_ruby_hammer [default: true]": true,
|
||||
"cincinnasite_excavator [default: true]": true,
|
||||
"cincinnasite_excavator_diamond [default: true]": true,
|
||||
"nether_ruby_excavator [default: true]": true,
|
||||
"glowstone_pile [default: true]": true,
|
||||
"lapis_pile [default: true]": true,
|
||||
"agave_leaf [default: true]": true,
|
||||
"agave_medicine [default: true]": true,
|
||||
"herbal_medicine [default: true]": true,
|
||||
"spawn_egg_firefly [default: true]": true,
|
||||
"spawn_egg_hydrogen_jellyfish [default: true]": true,
|
||||
"spawn_egg_naga [default: true]": true,
|
||||
"spawn_egg_flying_pig [default: true]": true,
|
||||
"spawn_egg_jungle_skeleton [default: true]": true,
|
||||
"spawn_egg_skull [default: true]": true
|
||||
},
|
||||
"tools": {
|
||||
"cincinnasite_boots [default: true]": true,
|
||||
"cincinnasite_shears [default: true]": true,
|
||||
"cincinnasite_sword [default: true]": true,
|
||||
"cincinnasite_pickaxe [default: true]": true,
|
||||
"cincinnasite_shovel [default: true]": true,
|
||||
"cincinnasite_axe [default: true]": true,
|
||||
"cincinnasite_chestplate [default: true]": true,
|
||||
"cincinnasite_helmet [default: true]": true,
|
||||
"cincinnasite_hoe [default: true]": true,
|
||||
"cincinnasite_leggings [default: true]": true,
|
||||
"nether_ruby_boots [default: true]": true,
|
||||
"nether_ruby_sword [default: true]": true,
|
||||
"nether_ruby_pickaxe [default: true]": true,
|
||||
"nether_ruby_shovel [default: true]": true,
|
||||
"nether_ruby_axe [default: true]": true,
|
||||
"nether_ruby_chestplate [default: true]": true,
|
||||
"nether_ruby_helmet [default: true]": true,
|
||||
"nether_ruby_hoe [default: true]": true,
|
||||
"nether_ruby_leggings [default: true]": true,
|
||||
"cincinnasite_sword_diamond [default: true]": true,
|
||||
"cincinnasite_pickaxe_diamond [default: true]": true,
|
||||
"cincinnasite_shovel_diamond [default: true]": true,
|
||||
"cincinnasite_axe_diamond [default: true]": true,
|
||||
"cincinnasite_hoe_diamond [default: true]": true,
|
||||
"flaming_ruby_boots [default: true]": true,
|
||||
"flaming_ruby_sword [default: true]": true,
|
||||
"flaming_ruby_pickaxe [default: true]": true,
|
||||
"flaming_ruby_shovel [default: true]": true,
|
||||
"flaming_ruby_axe [default: true]": true,
|
||||
"flaming_ruby_chestplate [default: true]": true,
|
||||
"flaming_ruby_helmet [default: true]": true,
|
||||
"flaming_ruby_hoe [default: true]": true,
|
||||
"flaming_ruby_leggings [default: true]": true
|
||||
}
|
||||
}
|
15
config/betternether/main.json
Normal file
15
config/betternether/main.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"egg_plant": {
|
||||
"mob_damage [default: true]": true,
|
||||
"player_damage [default: true]": true
|
||||
},
|
||||
"respawn_statue": {
|
||||
"respawn_item [default: minecraft:glowstone]": "minecraft:glowstone",
|
||||
"item_count [default: 4]": 4
|
||||
},
|
||||
"improvement": {
|
||||
"smaller_armor_offset [default: true]": true,
|
||||
"lavafall_particles [default: true]": true,
|
||||
"fog_density[vanilla: 1.0] [default: 0.75]": 0.75
|
||||
}
|
||||
}
|
16
config/betternether/mobs.json
Normal file
16
config/betternether/mobs.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"mobs": {
|
||||
"spawn_egg_firefly [default: true]": true,
|
||||
"spawn_egg_hydrogen_jellyfish [default: true]": true,
|
||||
"spawn_egg_naga [default: true]": true,
|
||||
"spawn_egg_flying_pig [default: true]": true,
|
||||
"spawn_egg_jungle_skeleton [default: true]": true,
|
||||
"spawn_egg_skull [default: true]": true
|
||||
},
|
||||
"firefly [default: true]": true,
|
||||
"hydrogen_jellyfish [default: true]": true,
|
||||
"naga [default: true]": true,
|
||||
"flying_pig [default: true]": true,
|
||||
"jungle_skeleton [default: true]": true,
|
||||
"skull [default: true]": true
|
||||
}
|
6
config/cardinal-components-api.properties
Normal file
6
config/cardinal-components-api.properties
Normal file
|
@ -0,0 +1,6 @@
|
|||
# If set to false, warnings will not get logged when a component fails to be resolved (typically due to mods being removed)
|
||||
# Default value: true
|
||||
log-deserialization-warnings = true
|
||||
|
||||
# Internal value, do not edit or your changes may be arbitrarily reset
|
||||
config-version = 1
|
11
config/combatroll/client.json5
Normal file
11
config/combatroll/client.json5
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"playCooldownSound": true,
|
||||
"playCooldownFlash": true,
|
||||
"playRollSound": true,
|
||||
"hudArrowColor": 5540067,
|
||||
"hudBackgroundOpacity": 75,
|
||||
"showWhenFull": true,
|
||||
"showHUDInCreative": false,
|
||||
"showKeybinding": true,
|
||||
"keybindingLabelPosition": "LEFT"
|
||||
}
|
23
config/combatroll/enchantments.json
Normal file
23
config/combatroll/enchantments.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"longfooted": {
|
||||
"enabled": true,
|
||||
"max_level": 5,
|
||||
"min_cost": 12,
|
||||
"step_cost": 12,
|
||||
"bonus_per_level": 1.0
|
||||
},
|
||||
"acrobat": {
|
||||
"enabled": true,
|
||||
"max_level": 10,
|
||||
"min_cost": 15,
|
||||
"step_cost": 14,
|
||||
"bonus_per_level": 0.1
|
||||
},
|
||||
"multi_roll": {
|
||||
"enabled": true,
|
||||
"max_level": 4,
|
||||
"min_cost": 15,
|
||||
"step_cost": 17,
|
||||
"bonus_per_level": 1.0
|
||||
}
|
||||
}
|
9
config/combatroll/hud_config.json
Normal file
9
config/combatroll/hud_config.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"rollWidget": {
|
||||
"origin": "BOTTOM",
|
||||
"offset": {
|
||||
"field_1343": 108.0,
|
||||
"field_1342": -12.0
|
||||
}
|
||||
}
|
||||
}
|
22
config/combatroll/server.json5
Normal file
22
config/combatroll/server.json5
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
// The number of game ticks players become invulnerable upon rolling
|
||||
"invulnerable_ticks_upon_roll": 0,
|
||||
// The duration of the roll ability, expressed as a number of ticks, during which the player cannot use item/attack/jump etc...
|
||||
"roll_duration": 8,
|
||||
// Allows Vanilla Minecraft auto jump feature to work while rolling
|
||||
"allow_auto_jump_while_rolling": true,
|
||||
// Allows jumping while rolling. WARNING! Setting this to `true` breaks roll distance attribute and enchantment
|
||||
"allow_jump_while_rolling": false,
|
||||
// Allows combat roll while the player has its weapon on cooldown
|
||||
"allow_rolling_while_weapon_cooldown": false,
|
||||
// Allows combat roll while the player is in the air. WARNING! Setting this to `true` breaks roll distance attribute and enchantment
|
||||
"allow_rolling_while_airborn": false,
|
||||
// The amount of exhaust (hunger) to be added to the player on every roll
|
||||
"exhaust_on_roll": 0.10000000149011612,
|
||||
// The amount of food level above which players can do a roll
|
||||
"food_level_required": 6.0,
|
||||
// The cooldown duration of the combat roll ability expressed in seconds
|
||||
"roll_cooldown": 4.0,
|
||||
// Default roll distance attribute is `3`. Settings this to `1` will make it `4`. Warning! Attribute based scaling does not effect this.
|
||||
"additional_roll_distance": 0.0
|
||||
}
|
16
config/elytra_trims.json
Normal file
16
config/elytra_trims.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"render": {
|
||||
"color": "ALL",
|
||||
"patterns": "ALL",
|
||||
"trims": "ALL",
|
||||
"cape": "ALL",
|
||||
"glow": "ALL",
|
||||
"global": "ALL"
|
||||
},
|
||||
"texture": {
|
||||
"useBannerTextures": false,
|
||||
"cropTrims": true,
|
||||
"useDarkerTrim": false,
|
||||
"showBannerIcon": false
|
||||
}
|
||||
}
|
452
config/emi.css
Normal file
452
config/emi.css
Normal file
|
@ -0,0 +1,452 @@
|
|||
/** EMI Config */
|
||||
|
||||
#general {
|
||||
/**
|
||||
* Whether EMI is enabled and visible.
|
||||
*/
|
||||
enabled: true;
|
||||
|
||||
/**
|
||||
* Whether cheating in items is enabled.
|
||||
*/
|
||||
cheat-mode: false;
|
||||
|
||||
/**
|
||||
* How much EMI should use tooltips and popups to show controls and information.
|
||||
*/
|
||||
help-level: normal;
|
||||
|
||||
/**
|
||||
* Whether normal search queries should include the tooltip.
|
||||
*/
|
||||
search-tooltip-by-default: true;
|
||||
|
||||
/**
|
||||
* Whether normal search queries should include the mod name.
|
||||
*/
|
||||
search-mod-name-by-default: false;
|
||||
|
||||
/**
|
||||
* Whether normal search queries should include the stack's tags.
|
||||
*/
|
||||
search-tags-by-default: false;
|
||||
}
|
||||
|
||||
#ui {
|
||||
/**
|
||||
* Which action should be performed when clicking the recipe book.
|
||||
*/
|
||||
recipe-book-action: toggle-craftables;
|
||||
|
||||
/**
|
||||
* Where to display status effects in the inventory.
|
||||
*/
|
||||
effect-location: top;
|
||||
|
||||
/**
|
||||
* Whether to display a gray overlay when hovering over a stack.
|
||||
*/
|
||||
show-hover-overlay: true;
|
||||
|
||||
/**
|
||||
* Whether to add mod name to tooltips
|
||||
*/
|
||||
append-mod-id: true;
|
||||
|
||||
/**
|
||||
* Whether to add mod name to item tooltips, in case another mod provides behavior
|
||||
*/
|
||||
append-item-mod-id: true;
|
||||
|
||||
/**
|
||||
* Prevents recipes being quick crafted from shifting around under the cursor.
|
||||
*/
|
||||
miscraft-prevention: true;
|
||||
|
||||
/**
|
||||
* The unit to display fluids as.
|
||||
*/
|
||||
fluid-unit: liters;
|
||||
|
||||
/**
|
||||
* Whether to use the batched render system. Batching is faster, but may have
|
||||
* incompatibilities with shaders or other mods.
|
||||
*/
|
||||
use-batched-renderer: true;
|
||||
|
||||
/**
|
||||
* Whether to have the search bar in the center of the screen, instead of to the
|
||||
* side.
|
||||
*/
|
||||
center-search-bar: true;
|
||||
|
||||
/**
|
||||
* Which sidebar type to switch to when searching.
|
||||
*/
|
||||
search-sidebar-focus: index;
|
||||
|
||||
/**
|
||||
* Which sidebar type to focus when the search is empty.
|
||||
*/
|
||||
empty-search-sidebar-focus: none;
|
||||
|
||||
/**
|
||||
* The amount of vertical margin to give in the recipe screen.
|
||||
*/
|
||||
vertical-margin: 20;
|
||||
|
||||
/**
|
||||
* The minimum width of the recipe screen in pixels. Controls how many tabs there
|
||||
* can be, and where the page switching buttons go. The default is 176, the width
|
||||
* of most screens.
|
||||
*/
|
||||
minimum-recipe-screen-width: 176;
|
||||
|
||||
/**
|
||||
* Where to show workstations in the recipe screen
|
||||
*/
|
||||
workstation-location: bottom;
|
||||
|
||||
/**
|
||||
* Display cost per batch when hovering a recipe output
|
||||
*/
|
||||
show-cost-per-batch: true;
|
||||
|
||||
/**
|
||||
* Whether recipes should have a button to set as default.
|
||||
*/
|
||||
recipe-default-button: true;
|
||||
|
||||
/**
|
||||
* Whether recipes should have a button to show the recipe tree.
|
||||
*/
|
||||
recipe-tree-button: true;
|
||||
|
||||
/**
|
||||
* Whether recipes should have a button to fill the ingredients in a handler.
|
||||
*/
|
||||
recipe-fill-button: true;
|
||||
|
||||
/**
|
||||
* Whether recipes should have a button to take a screenshot of the recipe.
|
||||
*/
|
||||
recipe-screenshot-button: false;
|
||||
|
||||
/**
|
||||
* The GUI scale at which recipe screenshots are saved. Use 0 to use the current
|
||||
* GUI scale.
|
||||
*/
|
||||
recipe-screenshot-scale: 0;
|
||||
|
||||
/**
|
||||
* The pages in the left sidebar
|
||||
*/
|
||||
left-sidebar-pages: favorites;
|
||||
|
||||
/**
|
||||
* The subpanels in the left sidebar
|
||||
*/
|
||||
left-sidebar-subpanels: none;
|
||||
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the left sidebar to
|
||||
*/
|
||||
left-sidebar-size: 12, 100;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the left sidebar and obstructions, in pixels
|
||||
*/
|
||||
left-sidebar-margins: 2, 2, 2, 2;
|
||||
|
||||
/**
|
||||
* Where to position the left sidebar
|
||||
*/
|
||||
left-sidebar-align: left, top;
|
||||
|
||||
/**
|
||||
* Whether to render the header buttons and page count for the left sidebar
|
||||
*/
|
||||
left-sidebar-header: visible;
|
||||
|
||||
/**
|
||||
* Which theme to use for the left sidebar
|
||||
*/
|
||||
left-sidebar-theme: transparent;
|
||||
|
||||
/**
|
||||
* The pages in the right sidebar
|
||||
*/
|
||||
right-sidebar-pages: index, craftables;
|
||||
|
||||
/**
|
||||
* The subpanels in the right sidebar
|
||||
*/
|
||||
right-sidebar-subpanels: none;
|
||||
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the right sidebar to
|
||||
*/
|
||||
right-sidebar-size: 12, 100;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the right sidebar and obstructions, in pixels
|
||||
*/
|
||||
right-sidebar-margins: 2, 2, 2, 2;
|
||||
|
||||
/**
|
||||
* Where to position the right sidebar
|
||||
*/
|
||||
right-sidebar-align: right, top;
|
||||
|
||||
/**
|
||||
* Whether to render the header buttons and page count for the right sidebar
|
||||
*/
|
||||
right-sidebar-header: visible;
|
||||
|
||||
/**
|
||||
* Which theme to use for the right sidebar
|
||||
*/
|
||||
right-sidebar-theme: transparent;
|
||||
|
||||
/**
|
||||
* The pages in the top sidebar
|
||||
*/
|
||||
top-sidebar-pages: none;
|
||||
|
||||
/**
|
||||
* The subpanels in the top sidebar
|
||||
*/
|
||||
top-sidebar-subpanels: none;
|
||||
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the top sidebar to
|
||||
*/
|
||||
top-sidebar-size: 9, 9;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the top sidebar and obstructions, in pixels
|
||||
*/
|
||||
top-sidebar-margins: 2, 2, 2, 2;
|
||||
|
||||
/**
|
||||
* Where to position the top sidebar
|
||||
*/
|
||||
top-sidebar-align: center, center;
|
||||
|
||||
/**
|
||||
* Whether to render the header buttons and page count for the top sidebar
|
||||
*/
|
||||
top-sidebar-header: visible;
|
||||
|
||||
/**
|
||||
* Which theme to use for the top sidebar
|
||||
*/
|
||||
top-sidebar-theme: transparent;
|
||||
|
||||
/**
|
||||
* The pages in the bottom sidebar
|
||||
*/
|
||||
bottom-sidebar-pages: none;
|
||||
|
||||
/**
|
||||
* The subpanels in the bottom sidebar
|
||||
*/
|
||||
bottom-sidebar-subpanels: none;
|
||||
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the bottom sidebar to
|
||||
*/
|
||||
bottom-sidebar-size: 9, 9;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the bottom sidebar and obstructions, in
|
||||
* pixels
|
||||
*/
|
||||
bottom-sidebar-margins: 2, 2, 2, 2;
|
||||
|
||||
/**
|
||||
* Where to position the bottom sidebar
|
||||
*/
|
||||
bottom-sidebar-align: center, center;
|
||||
|
||||
/**
|
||||
* Whether to render the header buttons and page count for the bottom sidebar
|
||||
*/
|
||||
bottom-sidebar-header: visible;
|
||||
|
||||
/**
|
||||
* Which theme to use for the bottom sidebar
|
||||
*/
|
||||
bottom-sidebar-theme: transparent;
|
||||
}
|
||||
|
||||
#binds {
|
||||
/**
|
||||
* Toggle the visibility of EMI.
|
||||
*/
|
||||
toggle-visibility: "ctrl key.keyboard.o";
|
||||
|
||||
/**
|
||||
* Focuse the search bar.
|
||||
*/
|
||||
focus-search: "ctrl key.keyboard.f";
|
||||
|
||||
/**
|
||||
* Clears the search bar.
|
||||
*/
|
||||
clear-search: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* Display the recipes for creating a stack.
|
||||
*/
|
||||
view-recipes: "key.keyboard.r";
|
||||
view-recipes: "key.mouse.left";
|
||||
|
||||
/**
|
||||
* Display the recipes that can be created using a stack.
|
||||
*/
|
||||
view-uses: "key.keyboard.u";
|
||||
view-uses: "key.mouse.right";
|
||||
|
||||
/**
|
||||
* Favorite the item to display on the side of the screen opposite of recipies for
|
||||
* quick access.
|
||||
*/
|
||||
favorite: "key.keyboard.a";
|
||||
|
||||
/**
|
||||
* Set the default recipe for a given stack in the output of a recipe to that
|
||||
* recipe.
|
||||
*/
|
||||
default-stack: "ctrl key.mouse.left";
|
||||
|
||||
/**
|
||||
* Display the recipe tree for a given stack.
|
||||
*/
|
||||
view-stack-tree: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* Display the recipe tree.
|
||||
*/
|
||||
view-tree: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* Return to the previous page in EMI.
|
||||
*/
|
||||
back: "key.keyboard.backspace";
|
||||
|
||||
/**
|
||||
* Return to the next page in EMI after going back.
|
||||
*/
|
||||
forward: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* When on a stack with an associated recipe:
|
||||
* Move ingredients for a single result.
|
||||
*/
|
||||
craft-one: "key.mouse.left";
|
||||
|
||||
/**
|
||||
* When on a stack with an associated recipe:
|
||||
* Move ingredients for as many results as possible.
|
||||
*/
|
||||
craft-all: "shift key.mouse.left";
|
||||
|
||||
/**
|
||||
* When on a stack with an associated recipe:
|
||||
* Move ingredients for a single result and put in inventory if possible.
|
||||
*/
|
||||
craft-one-to-inventory: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* When on a stack with an associated recipe:
|
||||
* Move ingredients for as many results as possible and put in inventory if
|
||||
* possible.
|
||||
*/
|
||||
craft-all-to-inventory: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* When on a stack with an associated recipe:
|
||||
* Move ingredients for a single result and put in cursor if possible.
|
||||
*/
|
||||
craft-one-to-cursor: "ctrl key.mouse.left";
|
||||
|
||||
/**
|
||||
* Display the recipe that will be used to craft on a stack with no recipe context.
|
||||
*/
|
||||
show-craft: "key.keyboard.left.shift";
|
||||
|
||||
/**
|
||||
* Cheat in one of an item into the inventory.
|
||||
*/
|
||||
cheat-one-to-inventory: "ctrl key.mouse.right";
|
||||
|
||||
/**
|
||||
* Cheat in a stack of an item into the inventory.
|
||||
*/
|
||||
cheat-stack-to-inventory: "ctrl key.mouse.left";
|
||||
|
||||
/**
|
||||
* Cheat in one of an item into the cursor.
|
||||
*/
|
||||
cheat-one-to-cursor: "ctrl key.mouse.middle";
|
||||
|
||||
/**
|
||||
* Cheat in a stack of an item into the cursor.
|
||||
*/
|
||||
cheat-stack-to-cursor: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* Delete the stack in the cursor when hovering the index
|
||||
*/
|
||||
delete-cursor-stack: "key.mouse.left";
|
||||
|
||||
/**
|
||||
* In edit mode, hide the hovered stack
|
||||
*/
|
||||
hide-stack: "ctrl key.mouse.left";
|
||||
|
||||
/**
|
||||
* In edit mode, hide stacks with the hovered stack's id
|
||||
*/
|
||||
hide-stack-by-id: "ctrl shift key.mouse.left";
|
||||
}
|
||||
|
||||
#dev {
|
||||
/**
|
||||
* Whether development functions should be enabled. Not recommended for general
|
||||
* play.
|
||||
*/
|
||||
dev-mode: false;
|
||||
|
||||
/**
|
||||
* Whether editing the index is enabled
|
||||
*/
|
||||
edit-mode: false;
|
||||
|
||||
/**
|
||||
* Whether to log untranslated tags as warnings.
|
||||
*/
|
||||
log-untranslated-tags: false;
|
||||
|
||||
/**
|
||||
* Whether to log ingredients that don't have a representative tag as warnings.
|
||||
*/
|
||||
log-non-tag-ingredients: false;
|
||||
|
||||
/**
|
||||
* Whether hovering the output of a recipe should show the recipe's EMI ID.
|
||||
*/
|
||||
show-recipe-ids: false;
|
||||
|
||||
/**
|
||||
* Whether stacks in the index should display a highlight if they have a recipe
|
||||
* default.
|
||||
*/
|
||||
highlight-defaulted: false;
|
||||
|
||||
/**
|
||||
* Whether to display exclusion areas
|
||||
*/
|
||||
highlight-exclusion-areas: false;
|
||||
}
|
4
config/emitrades.json5
Normal file
4
config/emitrades.json5
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
// Declares whether the villager entity model is shown in the recipe UI.
|
||||
enable3DVillagerModelInRecipes: true
|
||||
}
|
199
config/enchantinginfuser-server.toml
Normal file
199
config/enchantinginfuser-server.toml
Normal file
|
@ -0,0 +1,199 @@
|
|||
|
||||
[advanced_infuser]
|
||||
#Can the enchanting infuser repair items using levels in addition to enchanting.
|
||||
#Allowed Values: EVERYTHING, TOOLS_AND_ARMOR, NOTHING
|
||||
allow_repairing = "TOOLS_AND_ARMOR"
|
||||
#Allow enchantments on an already enchanted item to be increased / removed.
|
||||
#Allowed Values: UNENCHANTED, ALL, FULL_DURABILITY
|
||||
allow_modifying_enchantments = "ALL"
|
||||
#How many bookshelves you need around the infuser to be able to apply maximum level enchantments.
|
||||
#Filling in corners is important to reach higher values.
|
||||
#Setting very high values may require modded bookshelves that provide more than one enchanting power per block (such as Apotheosis' bookshelves).
|
||||
#This value will be fixed at 50 when Apotheosis is installed.
|
||||
#Range: > 0
|
||||
maximum_bookshelves = 15
|
||||
#Working an item in an infuser increases the prior work penalty stat used by anvils for that item, meaning future anvil repairs will become more expensive, possibly even too expensive.
|
||||
increase_anvil_repair_cost = false
|
||||
#Allow books to be enchanted in an infuser.
|
||||
allow_books = true
|
||||
|
||||
[advanced_infuser.types]
|
||||
#Allow curses (e.g. curse of vanishing) to be applied using the enchanting infuser.
|
||||
#This option takes precedence over option for treasure enchantments (as curses are also treasure enchantments internally).
|
||||
allow_curses_enchantments = false
|
||||
#Allow treasure enchantments (e.g. mending) to be applied using the enchanting infuser.
|
||||
allow_treasure_enchantments = false
|
||||
#Allow untradeable enchantments (e.g. soul speed) to be applied using the enchanting infuser.
|
||||
#This option takes precedence over other options for treasure and curse enchantments.
|
||||
allow_untradeable_enchantments = false
|
||||
#Allow enchantments that can normally not be obtained from an enchanting table, but can be put on the item in an anvil (e.g. sharpness on an axe).
|
||||
allow_anvil_enchantments = true
|
||||
#Allow undiscoverable enchantments (e.g. soul speed) to be applied using the enchanting infuser.
|
||||
#This option takes precedence over other options for treasure, curse and tradeable enchantments.
|
||||
allow_undiscoverable_enchantments = false
|
||||
|
||||
[advanced_infuser.repair]
|
||||
#Cost multiplier in levels for each repair step, result will be rounded up.
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
repair_step_multiplier = 2.0
|
||||
#How many percentage points of an items total durability a single repair will restore.
|
||||
#Range: 0.1 ~ 1.0
|
||||
repair_percentage_step = 0.25
|
||||
|
||||
#The main option in this section is "maximum_cost" as it determines how many levels you'll have to pay for fully enchanting an item with all possible enchantments it can have.
|
||||
#Cost multipliers mainly control how this maximum cost will be spread out between enchantments of different rarities.
|
||||
[advanced_infuser.costs]
|
||||
#Base cost multiplier for each level for very rare enchantments.
|
||||
#Range: > 1
|
||||
very_rare_cost_multiplier = 5
|
||||
#Double prices for enchantments normally unobtainable from enchanting tables if they are enabled (e.g. mending, soul speed) when they are enabled.
|
||||
double_uniques = true
|
||||
#Base cost multiplier for each level for rare enchantments.
|
||||
#Range: > 1
|
||||
rare_cost_multiplier = 4
|
||||
#Cost level to scale prices by. This is not a strict value, meaning it can be exceeded (e.g. when applying treasure enchantments).
|
||||
#Range: > 1
|
||||
maximum_cost = 20
|
||||
#When scaling costs, only account for vanilla enchantments. Otherwise enchanting costs will become ludicrously cheap with many modded enchantments present.
|
||||
scale_costs_by_vanilla_only = true
|
||||
#Base cost multiplier for each level for uncommon enchantments.
|
||||
#Range: > 1
|
||||
uncommon_cost_multiplier = 3
|
||||
#Base cost multiplier for each level for common enchantments.
|
||||
#Range: > 1
|
||||
common_cost_multiplier = 2
|
||||
|
||||
#This section allows for controlling at what percentage of the total enchanting power certain kinds of enchantments become available.
|
||||
#With default settings e.g. the first level of a rare enchantment will be available at 40% enchanting power (controlled by "rare_multiplier", translates to 40% * 15 = 6 bookshelves), and the maximum level for that enchant will be available at 40% + 40% = 80% enchanting power (controlled by "rare_multiplier" and "rarity_range_multiplier", translates to 80% * 15 = 12 bookshelves).
|
||||
[advanced_infuser.power]
|
||||
#Multiplier for maximum enchanting power for when rare enchantments become available.
|
||||
#Range: -1.0 ~ 1.0
|
||||
rare_multiplier = 0.4
|
||||
#Multiplier for maximum enchanting power for when untradeable enchantments become available.
|
||||
#They also need to be enabled in the "types" config.
|
||||
#Range: 0.0 ~ 1.0
|
||||
untradeable_multiplier = 0.9
|
||||
#Multiplier for maximum enchanting power for how much power is required to max out an enchantment.
|
||||
#Range: 0.0 ~ 1.0
|
||||
rarity_range = 0.4
|
||||
#Multiplier for maximum enchanting power for when undiscoverable enchantments become available.
|
||||
#They also need to be enabled in the "types" config.
|
||||
#Range: 0.0 ~ 1.0
|
||||
undiscoverable_multiplier = 0.9
|
||||
#Multiplier for maximum enchanting power for when treasure enchantments become available.
|
||||
#They also need to be enabled in the "types" config.
|
||||
#Range: 0.0 ~ 1.0
|
||||
treasure_multiplier = 0.95
|
||||
#Multiplier for maximum enchanting power for when curse enchantments become available.
|
||||
#They also need to be enabled in the "types" config.
|
||||
#Range: 0.0 ~ 1.0
|
||||
curse_multiplier = 1.0
|
||||
#Multiplier for maximum enchanting power for when common enchantments become available.
|
||||
#Range: -1.0 ~ 1.0
|
||||
common_multiplier = -0.2
|
||||
#Multiplier for maximum enchanting power for when very rare enchantments become available.
|
||||
#Range: -1.0 ~ 1.0
|
||||
very_rare_multiplier = 0.6
|
||||
#Multiplier for maximum enchanting power for when uncommon enchantments become available.
|
||||
#Range: -1.0 ~ 1.0
|
||||
uncommon_multiplier = 0.2
|
||||
|
||||
[normal_infuser]
|
||||
#Can the enchanting infuser repair items using levels in addition to enchanting.
|
||||
#Allowed Values: EVERYTHING, TOOLS_AND_ARMOR, NOTHING
|
||||
allow_repairing = "NOTHING"
|
||||
#Allow enchantments on an already enchanted item to be increased / removed.
|
||||
#Allowed Values: UNENCHANTED, ALL, FULL_DURABILITY
|
||||
allow_modifying_enchantments = "UNENCHANTED"
|
||||
#How many bookshelves you need around the infuser to be able to apply maximum level enchantments.
|
||||
#Filling in corners is important to reach higher values.
|
||||
#Setting very high values may require modded bookshelves that provide more than one enchanting power per block (such as Apotheosis' bookshelves).
|
||||
#This value will be fixed at 50 when Apotheosis is installed.
|
||||
#Range: > 0
|
||||
maximum_bookshelves = 15
|
||||
#Working an item in an infuser increases the prior work penalty stat used by anvils for that item, meaning future anvil repairs will become more expensive, possibly even too expensive.
|
||||
increase_anvil_repair_cost = false
|
||||
#Allow books to be enchanted in an infuser.
|
||||
allow_books = false
|
||||
|
||||
[normal_infuser.types]
|
||||
#Allow curses (e.g. curse of vanishing) to be applied using the enchanting infuser.
|
||||
#This option takes precedence over option for treasure enchantments (as curses are also treasure enchantments internally).
|
||||
allow_curses_enchantments = false
|
||||
#Allow treasure enchantments (e.g. mending) to be applied using the enchanting infuser.
|
||||
allow_treasure_enchantments = false
|
||||
#Allow untradeable enchantments (e.g. soul speed) to be applied using the enchanting infuser.
|
||||
#This option takes precedence over other options for treasure and curse enchantments.
|
||||
allow_untradeable_enchantments = false
|
||||
#Allow enchantments that can normally not be obtained from an enchanting table, but can be put on the item in an anvil (e.g. sharpness on an axe).
|
||||
allow_anvil_enchantments = false
|
||||
#Allow undiscoverable enchantments (e.g. soul speed) to be applied using the enchanting infuser.
|
||||
#This option takes precedence over other options for treasure, curse and tradeable enchantments.
|
||||
allow_undiscoverable_enchantments = false
|
||||
|
||||
[normal_infuser.repair]
|
||||
#Cost multiplier in levels for each repair step, result will be rounded up.
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
repair_step_multiplier = 2.0
|
||||
#How many percentage points of an items total durability a single repair will restore.
|
||||
#Range: 0.1 ~ 1.0
|
||||
repair_percentage_step = 0.25
|
||||
|
||||
#The main option in this section is "maximum_cost" as it determines how many levels you'll have to pay for fully enchanting an item with all possible enchantments it can have.
|
||||
#Cost multipliers mainly control how this maximum cost will be spread out between enchantments of different rarities.
|
||||
[normal_infuser.costs]
|
||||
#Base cost multiplier for each level for very rare enchantments.
|
||||
#Range: > 1
|
||||
very_rare_cost_multiplier = 5
|
||||
#Double prices for enchantments normally unobtainable from enchanting tables if they are enabled (e.g. mending, soul speed) when they are enabled.
|
||||
double_uniques = true
|
||||
#Base cost multiplier for each level for rare enchantments.
|
||||
#Range: > 1
|
||||
rare_cost_multiplier = 4
|
||||
#Cost level to scale prices by. This is not a strict value, meaning it can be exceeded (e.g. when applying treasure enchantments).
|
||||
#Range: > 1
|
||||
maximum_cost = 30
|
||||
#When scaling costs, only account for vanilla enchantments. Otherwise enchanting costs will become ludicrously cheap with many modded enchantments present.
|
||||
scale_costs_by_vanilla_only = true
|
||||
#Base cost multiplier for each level for uncommon enchantments.
|
||||
#Range: > 1
|
||||
uncommon_cost_multiplier = 3
|
||||
#Base cost multiplier for each level for common enchantments.
|
||||
#Range: > 1
|
||||
common_cost_multiplier = 2
|
||||
|
||||
#This section allows for controlling at what percentage of the total enchanting power certain kinds of enchantments become available.
|
||||
#With default settings e.g. the first level of a rare enchantment will be available at 40% enchanting power (controlled by "rare_multiplier", translates to 40% * 15 = 6 bookshelves), and the maximum level for that enchant will be available at 40% + 40% = 80% enchanting power (controlled by "rare_multiplier" and "rarity_range_multiplier", translates to 80% * 15 = 12 bookshelves).
|
||||
[normal_infuser.power]
|
||||
#Multiplier for maximum enchanting power for when rare enchantments become available.
|
||||
#Range: -1.0 ~ 1.0
|
||||
rare_multiplier = 0.4
|
||||
#Multiplier for maximum enchanting power for when untradeable enchantments become available.
|
||||
#They also need to be enabled in the "types" config.
|
||||
#Range: 0.0 ~ 1.0
|
||||
untradeable_multiplier = 0.9
|
||||
#Multiplier for maximum enchanting power for how much power is required to max out an enchantment.
|
||||
#Range: 0.0 ~ 1.0
|
||||
rarity_range = 0.4
|
||||
#Multiplier for maximum enchanting power for when undiscoverable enchantments become available.
|
||||
#They also need to be enabled in the "types" config.
|
||||
#Range: 0.0 ~ 1.0
|
||||
undiscoverable_multiplier = 0.9
|
||||
#Multiplier for maximum enchanting power for when treasure enchantments become available.
|
||||
#They also need to be enabled in the "types" config.
|
||||
#Range: 0.0 ~ 1.0
|
||||
treasure_multiplier = 0.95
|
||||
#Multiplier for maximum enchanting power for when curse enchantments become available.
|
||||
#They also need to be enabled in the "types" config.
|
||||
#Range: 0.0 ~ 1.0
|
||||
curse_multiplier = 1.0
|
||||
#Multiplier for maximum enchanting power for when common enchantments become available.
|
||||
#Range: -1.0 ~ 1.0
|
||||
common_multiplier = -0.2
|
||||
#Multiplier for maximum enchanting power for when very rare enchantments become available.
|
||||
#Range: -1.0 ~ 1.0
|
||||
very_rare_multiplier = 0.6
|
||||
#Multiplier for maximum enchanting power for when uncommon enchantments become available.
|
||||
#Range: -1.0 ~ 1.0
|
||||
uncommon_multiplier = 0.2
|
||||
|
6
config/expandedstorage.json
Normal file
6
config/expandedstorage.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"restrictive_scrolling": false,
|
||||
"container_type": "expandedstorage:auto",
|
||||
"prefer_bigger_screens": true,
|
||||
"config_version": 0
|
||||
}
|
9
config/fabric/indigo-renderer.properties
Normal file
9
config/fabric/indigo-renderer.properties
Normal file
|
@ -0,0 +1,9 @@
|
|||
#Indigo properties file
|
||||
#Sun Nov 19 19:56:50 CET 2023
|
||||
fix-mean-light-calculation=auto
|
||||
debug-compare-lighting=auto
|
||||
fix-exterior-vertex-lighting=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
always-tesselate-blocks=auto
|
||||
fix-smooth-lighting-offset=auto
|
||||
fix-luminous-block-ambient-occlusion=auto
|
14
config/forgeconfigapiport.toml
Normal file
14
config/forgeconfigapiport.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
#When single config values need to be corrected (think like the config value is a number 1-10, but the user enters an incompatible input like '5.0', in that case only this single value needs fixing not the whole file),
|
||||
#Forge restores the built-in default value for that option, but ignores a value that is set in a possibly present default config in 'defaultconfigs'.
|
||||
#This option fixes this behavior and checks for a value in a default config from 'defaultconfigs' before falling back to the built-in default.
|
||||
correctConfigValuesFromDefaultConfig = true
|
||||
#Path to load default configs from, intended for setting global server configs for newly created worlds, but also works when recreating client and common configs.
|
||||
defaultConfigsPath = "defaultconfigs"
|
||||
#Config loading from a file config appears to occasionally fail and throw a com.electronwill.nightconfig.core.io.ParsingException: Not enough data available.
|
||||
#This workaround catches the exception, and recreates a fresh file to try config loading for again. If loading fails for the new file the original exception is thrown.
|
||||
#To make sure any required changes through configs stay intact through such recreations, placed your changed configs in the 'defaultconfigs' directory.
|
||||
recreateConfigsWhenParsingFails = true
|
||||
#Prevent server config files from being saved inside the current world directory. Instead, save them to the global config directory in .minecraft/config/.
|
||||
#This option effectively disables per world server configs, but helps a lot with avoiding user confusion.
|
||||
forceGlobalServerConfigs = true
|
||||
|
82
config/fwaystones/config.json5
Normal file
82
config/fwaystones/config.json5
Normal file
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"worldgen": {
|
||||
"generate_in_villages": true,
|
||||
"unbreakable_generated_waystones": false,
|
||||
"min_per_village": 1,
|
||||
"max_per_village": 1,
|
||||
"village_waystone_weight": 2
|
||||
},
|
||||
"teleportation_cost": {
|
||||
"cost_type": "LEVEL",
|
||||
"cost_item": "minecraft:ender_pearl",
|
||||
"base_cost": 1,
|
||||
"cost_per_block_distance": 0.0,
|
||||
"cost_multiplier_between_dimensions": 1.0
|
||||
},
|
||||
"discover_with_item": "none",
|
||||
"take_amount_from_discover_item": 0,
|
||||
"consume_infinite_knowledge_scroll_on_use": false,
|
||||
"consume_local_void_on_use": true,
|
||||
"free_local_void_teleport": true,
|
||||
"store_waystone_data_on_sneak_break": true,
|
||||
"discover_waystone_on_map_use": false,
|
||||
"can_owners_redeem_payments": false,
|
||||
"waystone_block_hardness": 4.0,
|
||||
"waystone_block_required_mining_level": 1,
|
||||
"permission_level_for_breaking_waystones": "ANYONE",
|
||||
"global_mode_toggle_permission_levels": "OWNER",
|
||||
"teleportation_cooldown": {
|
||||
"cooldown_ticks_when_hurt": 0,
|
||||
"cooldown_ticks_from_abyss_watcher": 0,
|
||||
"cooldown_ticks_from_pocket_wormhole": 0,
|
||||
"cooldown_ticks_from_local_void": 0,
|
||||
"cooldown_ticks_from_void_totem": 0,
|
||||
"cooldown_ticks_from_waystone": 0
|
||||
},
|
||||
"disable_teleportation_from_dimensions": [],
|
||||
"disable_teleportation_to_dimensions": [],
|
||||
"ignore_dimension_blacklists_if_same_dimension": true,
|
||||
"add_waystone_structure_piece": {
|
||||
"ctov:village/beach/house": "desert_village_waystone",
|
||||
"ctov:village/underground/house": "stone_brick_village_waystone",
|
||||
"kaisyn:village/grove_villager_outpost/decor": "village_waystone",
|
||||
"ctov:village/desert_oasis/house": "desert_village_waystone",
|
||||
"minecraft:village/taiga/houses": "village_waystone",
|
||||
"kaisyn:village/exclusives/classic/houses": "village_waystone",
|
||||
"kaisyn:village/exclusives/mediterranean/houses/regular": "village_waystone",
|
||||
"kaisyn:village/exclusives/tudor/houses": "village_waystone",
|
||||
"kaisyn:village/exclusives/wandering_trader_camp/side": "village_waystone",
|
||||
"ctov:village/halloween/house": "village_waystone",
|
||||
"ctov:village/mountain/house": "village_waystone",
|
||||
"ctov:village/savanna/house": "village_waystone",
|
||||
"ctov:village/mountain_alpine/house": "village_waystone",
|
||||
"ctov:village/plains_fortified/house": "village_waystone",
|
||||
"kaisyn:village/exclusives/swedish/houses": "village_waystone",
|
||||
"minecraft:village/plains/houses": "village_waystone",
|
||||
"kaisyn:village/birch_forest_romanian/houses": "village_waystone",
|
||||
"ctov:village/desert/house": "desert_village_waystone",
|
||||
"kaisyn:village/jungle_tribal/houses": "village_waystone",
|
||||
"minecraft:village/snowy/houses": "village_waystone",
|
||||
"kaisyn:village/flower_forest_japanese/houses": "village_waystone",
|
||||
"kaisyn:village/exclusives/nilotic/houses": "village_waystone",
|
||||
"kaisyn:village/exclusives/iberian/houses": "village_waystone",
|
||||
"kaisyn:village/exclusives/rustic/houses": "village_waystone",
|
||||
"minecraft:village/desert/houses": "desert_village_waystone",
|
||||
"ctov:village/christmas/house": "village_waystone",
|
||||
"kaisyn:village/beach_lighthouse/side": "village_waystone",
|
||||
"ctov:village/mushroom/house": "village_waystone",
|
||||
"ctov:village/swamp/house": "village_waystone",
|
||||
"ctov:village/taiga_fortified/house": "village_waystone",
|
||||
"ctov:village/mesa_fortified/house": "red_desert_village_waystone",
|
||||
"ctov:village/swamp_fortified/house": "village_waystone",
|
||||
"ctov:village/jungle/house": "mossy_stone_brick_village_waystone",
|
||||
"minecraft:village/savanna/houses": "village_waystone",
|
||||
"ctov:village/mesa/house": "red_desert_village_waystone",
|
||||
"kaisyn:village/badlands_pueblo/houses": "village_waystone",
|
||||
"ctov:village/jungle_tree/house": "mossy_stone_brick_village_waystone",
|
||||
"ctov:village/snowy_igloo/house": "village_waystone",
|
||||
"ctov:village/taiga/house": "village_waystone",
|
||||
"ctov:village/plains/house": "village_waystone",
|
||||
"ctov:village/savanna_na/house": "village_waystone"
|
||||
}
|
||||
}
|
11
config/gravestones.json
Normal file
11
config/gravestones.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"mainSettings": {
|
||||
"enableGraves": true,
|
||||
"enableGraveLooting": false,
|
||||
"sendGraveCoordinates": false,
|
||||
"minimumOpLevelToLoot": 4,
|
||||
"retrievalType": "ON_BREAK",
|
||||
"dropType": "PUT_IN_INVENTORY",
|
||||
"xpPercentage": 0.75
|
||||
}
|
||||
}
|
4
config/indium-renderer.properties
Normal file
4
config/indium-renderer.properties
Normal file
|
@ -0,0 +1,4 @@
|
|||
#Indium properties file
|
||||
#Sun Nov 19 19:56:49 CET 2023
|
||||
ambient-occlusion-mode=auto
|
||||
always-tesselate-blocks=auto
|
88
config/inmis.json
Normal file
88
config/inmis.json
Normal file
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"backpacks": [
|
||||
{
|
||||
"name": "baby",
|
||||
"rowWidth": 3,
|
||||
"numberOfRows": 1,
|
||||
"isFireImmune": false,
|
||||
"dyeable": false,
|
||||
"openSound": "minecraft:item.armor.equip_leather"
|
||||
},
|
||||
{
|
||||
"name": "frayed",
|
||||
"rowWidth": 9,
|
||||
"numberOfRows": 1,
|
||||
"isFireImmune": false,
|
||||
"dyeable": true,
|
||||
"openSound": "minecraft:item.armor.equip_leather"
|
||||
},
|
||||
{
|
||||
"name": "plated",
|
||||
"rowWidth": 9,
|
||||
"numberOfRows": 2,
|
||||
"isFireImmune": false,
|
||||
"dyeable": false,
|
||||
"openSound": "minecraft:item.armor.equip_iron"
|
||||
},
|
||||
{
|
||||
"name": "gilded",
|
||||
"rowWidth": 9,
|
||||
"numberOfRows": 3,
|
||||
"isFireImmune": false,
|
||||
"dyeable": false,
|
||||
"openSound": "minecraft:item.armor.equip_gold"
|
||||
},
|
||||
{
|
||||
"name": "bejeweled",
|
||||
"rowWidth": 9,
|
||||
"numberOfRows": 5,
|
||||
"isFireImmune": false,
|
||||
"dyeable": false,
|
||||
"openSound": "minecraft:item.armor.equip_diamond"
|
||||
},
|
||||
{
|
||||
"name": "blazing",
|
||||
"rowWidth": 9,
|
||||
"numberOfRows": 6,
|
||||
"isFireImmune": true,
|
||||
"dyeable": false,
|
||||
"openSound": "minecraft:item.armor.equip_leather"
|
||||
},
|
||||
{
|
||||
"name": "withered",
|
||||
"rowWidth": 11,
|
||||
"numberOfRows": 6,
|
||||
"isFireImmune": false,
|
||||
"dyeable": false,
|
||||
"openSound": "minecraft:item.armor.equip_leather"
|
||||
},
|
||||
{
|
||||
"name": "endless",
|
||||
"rowWidth": 15,
|
||||
"numberOfRows": 6,
|
||||
"isFireImmune": false,
|
||||
"dyeable": false,
|
||||
"openSound": "minecraft:item.armor.equip_leather"
|
||||
}
|
||||
],
|
||||
"unstackablesOnly": false,
|
||||
//Whether Shulker Boxes should be blacklisted from being placed inside Inmis Backpacks.
|
||||
"disableShulkers": true,
|
||||
//Whether Backpacks should play a sound when opened.
|
||||
"playSound": true,
|
||||
//If true, players will not be able to open Backpacks by right-clicking. This will require the player to open backpacks as a Trinket or Armor slot item with the bound key.
|
||||
"requireArmorTrinketToOpen": false,
|
||||
"allowBackpacksInChestplate": true,
|
||||
//If this value is set to false, players will not be able to equip or open backpacks in a Trinkets slot.
|
||||
"enableTrinketCompatibility": true,
|
||||
//If true, players will not be able to take backpacks out of armor/trinket slots if the backpack is not empty.
|
||||
"requireEmptyForUnequip": false,
|
||||
//If true, backpacks in armor/trinket slots will empty out into the world (scatter contents) when the player dies.
|
||||
"spillArmorBackpacksOnDeath": false,
|
||||
//If true, backpacks in main inventory slots will empty out into the world (scatter contents) when the player dies.
|
||||
"spillMainBackpacksOnDeath": false,
|
||||
//Set this value to false to disable Backpack rendering when using Trinkets.
|
||||
"trinketRendering": true,
|
||||
//Color of the text rendered in the INMIS GUI.
|
||||
"guiTitleColor": "0x404040"
|
||||
}
|
22
config/inventorymanagement.toml
Normal file
22
config/inventorymanagement.toml
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Config version is auto-generated
|
||||
# DO NOT CHANGE
|
||||
configVersion = 1
|
||||
|
||||
[inventorymanagement]
|
||||
# Simple toggle for the mod! Set to false to disable.
|
||||
modEnabled = true
|
||||
# Whether or not to show sort buttons in the UI.
|
||||
showSort = true
|
||||
# Whether or not to show transfer buttons in the UI.
|
||||
showTransfer = true
|
||||
# Whether or not to show autostack buttons in the UI.
|
||||
showStack = true
|
||||
# Whether the buttons should use light theme (vanilla),
|
||||
# dark theme (VanillaTweaks dark UI), or automatically choose
|
||||
# based on whether you have VanillaTweaks dark UI enabled.
|
||||
guiTheme = "auto"
|
||||
# Customize a default for button position.
|
||||
defaultPosition = "(-4,-1)"
|
||||
# Customize button position on a per-screen basis.
|
||||
screenPositions = {}
|
||||
|
8
config/iris.properties
Normal file
8
config/iris.properties
Normal file
|
@ -0,0 +1,8 @@
|
|||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Sun Nov 19 19:57:21 CET 2023
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=false
|
||||
enableDebugOptions=false
|
||||
maxShadowRenderDistance=32
|
||||
shaderPack=
|
||||
enableShaders=true
|
26
config/itemborders-common-1.toml.bak
Normal file
26
config/itemborders-common-1.toml.bak
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
# If you would like to specify manual borders, add a new manual_borders section at the bottom of the file.
|
||||
# The format for each color of border is 'color = ["modid:item1", "modid:item2"]"]'. Replace the color with either a color name (like red or blue), or a RGB / ARGB hex color code like 0xFFFFFF or 0xFF00FFFF.
|
||||
# Here is a sample you can copy / paste and edit as needed:
|
||||
#[client.options.manual_borders]
|
||||
# red = ["minecraft:torch", "minecraft:stick"]
|
||||
[client]
|
||||
|
||||
[client.options]
|
||||
# If the hotbar should display item borders.
|
||||
hotbar = true
|
||||
# If item borders should show for common items.
|
||||
show_for_common = false
|
||||
# If the borders should have square corners.
|
||||
square_corners = true
|
||||
# If the borders should fully envelop item slots (otherwise they will only show on the bottom portion of the slot).
|
||||
full_border = false
|
||||
# If the borders draw over items instead of under.
|
||||
over_items = false
|
||||
# If the borders should have a more prominent glow.
|
||||
extra_glow = false
|
||||
# If automatic borders (based on item rarity) should be enabled.
|
||||
auto_borders = true
|
||||
# If enabled and Legendary Tooltips is installed, borders will sync with tooltip border colors.
|
||||
legendary_tooltips_sync = false
|
||||
|
26
config/itemborders-common.toml
Normal file
26
config/itemborders-common.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
# If you would like to specify manual borders, add a new manual_borders section at the bottom of the file.
|
||||
# The format for each color of border is 'color = ["modid:item1", "modid:item2"]"]'. Replace the color with either a color name (like red or blue), or a RGB / ARGB hex color code like 0xFFFFFF or 0xFF00FFFF.
|
||||
# Here is a sample you can copy / paste and edit as needed:
|
||||
#[client.options.manual_borders]
|
||||
# red = ["minecraft:torch", "minecraft:stick"]
|
||||
[client]
|
||||
|
||||
[client.options]
|
||||
# If the hotbar should display item borders.
|
||||
hotbar = true
|
||||
# If item borders should show for common items.
|
||||
show_for_common = false
|
||||
# If the borders should have square corners.
|
||||
square_corners = true
|
||||
# If the borders should fully envelop item slots (otherwise they will only show on the bottom portion of the slot).
|
||||
full_border = false
|
||||
# If the borders draw over items instead of under.
|
||||
over_items = false
|
||||
# If the borders should have a more prominent glow.
|
||||
extra_glow = false
|
||||
# If automatic borders (based on item rarity) should be enabled.
|
||||
auto_borders = true
|
||||
# If enabled and Legendary Tooltips is installed, borders will sync with tooltip border colors.
|
||||
legendary_tooltips_sync = false
|
||||
|
9
config/lambdabettergrass.toml
Normal file
9
config/lambdabettergrass.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# LambdaBetterGrass configuration.
|
||||
|
||||
# The better grass mode. Values: "off", "fastest", "fast" and "fancy".
|
||||
mode = "fancy"
|
||||
# The better layer option.
|
||||
better_layer = true
|
||||
|
||||
# Debug mode. Debug mode allows to output the generated texture in the debug folder of your minecraft instance.
|
||||
debug = false
|
43
config/lambdynlights.toml
Normal file
43
config/lambdynlights.toml
Normal file
|
@ -0,0 +1,43 @@
|
|||
# LambDynamicLights configuration.
|
||||
# The dynamic lights mode
|
||||
mode = "fancy"
|
||||
|
||||
# Light sources settings.
|
||||
[light_sources]
|
||||
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
|
||||
water_sensitive_check = true
|
||||
# Enable block entities light source.
|
||||
block_entities = true
|
||||
# Enable entities light source.
|
||||
entities = true
|
||||
# Enable first-person player light source.
|
||||
self = true
|
||||
# TNT lighting mode. May be off, simple or fancy.
|
||||
tnt = "off"
|
||||
# Creeper lighting mode. May be off, simple or fancy.
|
||||
creeper = "simple"
|
||||
|
||||
[light_sources.settings]
|
||||
|
||||
[light_sources.settings.entities]
|
||||
|
||||
[light_sources.settings.entities.minecraft]
|
||||
chicken = true
|
||||
wolf = true
|
||||
donkey = true
|
||||
cow = true
|
||||
fox = true
|
||||
pig = true
|
||||
polar_bear = true
|
||||
skeleton = true
|
||||
bat = true
|
||||
rabbit = true
|
||||
zombie = true
|
||||
glow_squid = true
|
||||
glow_item_frame = false
|
||||
squid = true
|
||||
spider = true
|
||||
sheep = true
|
||||
creeper = true
|
||||
player = true
|
||||
|
8
config/lithium.properties
Normal file
8
config/lithium.properties
Normal file
|
@ -0,0 +1,8 @@
|
|||
# This is the configuration file for Lithium.
|
||||
# This file exists for debugging purposes and should not be configured otherwise.
|
||||
# Before configuring anything, take a backup of the worlds that will be opened.
|
||||
#
|
||||
# You can find information on editing this file and all the available options here:
|
||||
# https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File
|
||||
#
|
||||
# By default, this file will be empty except for this notice.
|
30
config/modmenu.json
Normal file
30
config/modmenu.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"sorting": "ascending",
|
||||
"count_libraries": true,
|
||||
"compact_list": false,
|
||||
"count_children": true,
|
||||
"mods_button_style": "classic",
|
||||
"game_menu_button_style": "replace_bugs",
|
||||
"count_hidden_mods": true,
|
||||
"mod_count_location": "title_screen",
|
||||
"hide_mod_links": false,
|
||||
"show_libraries": false,
|
||||
"hide_mod_license": false,
|
||||
"hide_badges": false,
|
||||
"hide_mod_credits": false,
|
||||
"easter_eggs": true,
|
||||
"modify_title_screen": true,
|
||||
"modify_game_menu": true,
|
||||
"hide_config_buttons": false,
|
||||
"random_java_colors": false,
|
||||
"translate_names": true,
|
||||
"translate_descriptions": true,
|
||||
"config_mode": false,
|
||||
"disable_drag_and_drop": false,
|
||||
"hidden_mods": [],
|
||||
"hidden_configs": [],
|
||||
"disable_update_checker": [],
|
||||
"update_checker": true,
|
||||
"button_update_badge": true,
|
||||
"quick_configure": true
|
||||
}
|
37
config/mythicmetals-config.json5
Normal file
37
config/mythicmetals-config.json5
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"adamantite": true,
|
||||
"aquarium": true,
|
||||
"banglum": true,
|
||||
"netherBanglum": true,
|
||||
"carmot": true,
|
||||
"calciteKyber": true,
|
||||
"manganese": true,
|
||||
"kyber": true,
|
||||
"morkite": true,
|
||||
"midasGold": true,
|
||||
"mythril": true,
|
||||
"orichalcum": true,
|
||||
"osmium": true,
|
||||
"palladium": true,
|
||||
"platinum": true,
|
||||
"prometheum": true,
|
||||
"quadrillum": true,
|
||||
"runite": true,
|
||||
"deepslateRunite": true,
|
||||
"silver": true,
|
||||
"starrite": true,
|
||||
"endStarrite": true,
|
||||
"stormyx": true,
|
||||
"unobtainium": true,
|
||||
"tin": true,
|
||||
"enableDusts": false,
|
||||
"enableNuggets": true,
|
||||
"enableAnvils": true,
|
||||
"configVersion": 11,
|
||||
"unobtainiumTemplateChance": 0.25,
|
||||
"mythrilDrillTemplateChance": 0.6499999761581421,
|
||||
"carmotStaffTemplateChance": 1.0,
|
||||
"disableFunny": false,
|
||||
"banglumNukeCoreRadius": 32,
|
||||
"shieldPosition": "TOP_LEFT"
|
||||
}
|
50
config/notenoughanimations.json
Normal file
50
config/notenoughanimations.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"configVersion": 9,
|
||||
"animationSmoothingSpeed": 20.0,
|
||||
"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": true,
|
||||
"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": "CONFIG",
|
||||
"holdUpItemOffset": 0.0,
|
||||
"itemSwapAnimation": true,
|
||||
"tweakElytraAnimation": true,
|
||||
"petAnimation": true,
|
||||
"fallingAnimation": false,
|
||||
"freezingAnimation": true,
|
||||
"huggingAnimation": false,
|
||||
"narutoRunning": false,
|
||||
"enableInWorldBookRendering": false,
|
||||
"disableLegSmoothing": false,
|
||||
"bowAnimation": "VANILLA"
|
||||
}
|
5
config/quilt-loader.txt
Normal file
5
config/quilt-loader.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
#Quilt-loader configuration: https://github.com/QuiltMC/quilt-loader/wiki/Configuration-options
|
||||
#Sun Nov 19 19:52:12 CET 2023
|
||||
restrict_game_versions=true
|
||||
always_show_mod_state_window=false
|
||||
load_sub_folders=true
|
42
config/quilt/qsl/registry.toml
Normal file
42
config/quilt/qsl/registry.toml
Normal file
|
@ -0,0 +1,42 @@
|
|||
|
||||
[registry_sync]
|
||||
# Mod protocol is a feature allowing you to prevent clients with mismatched settings to join.
|
||||
# Client with mismatched values won't be able to connect to servers having this enabled.
|
||||
# It should be used only for non-vanilla compatible modpacks!
|
||||
# Protocol version. Needs to be the same on client and server. If it has value of -1, it won't be required by servers.
|
||||
# default: -1
|
||||
mod_protocol_version = -1
|
||||
# Protocol id. It should be different for every modpack, to prevent joining with mismatched mods.
|
||||
# default: my_quilt_modpack
|
||||
mod_protocol_id = "my_quilt_modpack"
|
||||
# A mod protocol name. Used for easier identification. Doesn't effect functionality
|
||||
# default: My Quilt Modpack
|
||||
mod_protocol_name = "My Quilt Modpack"
|
||||
# Message displayed for players joining with clients incompatible with Registry Sync. Supports strings and Minecraft's JSON text format.
|
||||
# default: {"translate":"qsl.registry_sync.unsupported_client","fallback":"Unsupported (vanilla?) client!\nThis server requires modded client to join!\n"}
|
||||
missing_registry_sync_message = "{\"translate\":\"qsl.registry_sync.unsupported_client\",\"fallback\":\"Unsupported (vanilla?) client!\\nThis server requires modded client to join!\\n\"}"
|
||||
# Top part of the message displayed for players joining with incompatible clients. Supports strings and Minecraft's JSON text format.
|
||||
# default: {"translate":"qsl.registry_sync.failed_sync","fallback":"Failed to synchronize client with the server!\nThis can happen when client's and server's mods don't match.\n"}
|
||||
mismatched_entries_top_message = "{\"translate\":\"qsl.registry_sync.failed_sync\",\"fallback\":\"Failed to synchronize client with the server!\\nThis can happen when client's and server's mods don't match.\\n\"}"
|
||||
# Bottom part of the message displayed for players joining with incompatible clients. Supports strings and Minecraft's JSON text format.
|
||||
# default:
|
||||
mismatched_entries_bottom_message = ""
|
||||
# Shows some details about why client couldn't connect.
|
||||
# default: true
|
||||
mismatched_entries_show_details = true
|
||||
# Allows players with Fabric API to connect, as long as they have all required mods.
|
||||
# default: true
|
||||
support_fabric_api_protocol = true
|
||||
# Forces unknown clients to use the Fabric Registry Sync protocol fallback. Disables preventing Vanilla clients from joining.
|
||||
# default: false
|
||||
force_fabric_api_protocol_fallback = false
|
||||
# Disables the Mod Protocol sync on server list/initial query.
|
||||
# default: false
|
||||
disable_mod_protocol_ping = false
|
||||
# Disables the Registry Sync requirement. USE AT YOUR OWN RISK!
|
||||
# default: false
|
||||
disable_registry_sync = false
|
||||
# Disables validation of (block/fluid) states. USE AT YOUR OWN RISK!
|
||||
# default: false
|
||||
disable_state_validation = false
|
||||
|
12
config/resourceful-config-web.json
Normal file
12
config/resourceful-config-web.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"enabled": false,
|
||||
"port": 7903,
|
||||
"validator": {
|
||||
"uuids": [],
|
||||
"if": {
|
||||
"password": "35b81aba-0ca5-4be4-a04f-d153b240667d",
|
||||
"type": "password"
|
||||
},
|
||||
"type": "if"
|
||||
}
|
||||
}
|
4048
config/simplehats.json
Normal file
4048
config/simplehats.json
Normal file
File diff suppressed because it is too large
Load diff
2
config/simplehats/client.toml
Normal file
2
config/simplehats/client.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
forceFirstPersonNoRender = false
|
||||
hatYOffset = 0.0
|
15
config/simplehats/common.toml
Normal file
15
config/simplehats/common.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
keepHatOnDeath = true
|
||||
seasonalBagChance = 20
|
||||
enableMobLoot = true
|
||||
enableChestLoot = true
|
||||
allowHatInHelmetSlot = false
|
||||
chestNoneWeight = 150
|
||||
chestCommonWeight = 20
|
||||
chestUncommonWeight = 15
|
||||
chestRareWeight = 10
|
||||
chestEpicWeight = 5
|
||||
entityNoneWeight = 200
|
||||
entityCommonWeight = 20
|
||||
entityUncommonWeight = 15
|
||||
entityRareWeight = 10
|
||||
entityEpicWeight = 5
|
4
config/simplyswords_extra/backupconfig.json
Executable file
4
config/simplyswords_extra/backupconfig.json
Executable file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"regen_simplyswords_config_file": false,
|
||||
"config_version": 1.51
|
||||
}
|
37
config/simplyswords_extra/loot_config.json5
Executable file
37
config/simplyswords_extra/loot_config.json5
Executable file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
// --------------------------------------------- LOOT CONFIGURATION -----------------------------------------------------------------
|
||||
// This config allows for the tweaking of loot injection for UNIQUE weapons.
|
||||
// Standard iron > diamond gear, and Runic Tablets, are controlled by the loot modifiers in the general_config, not here.
|
||||
// ----------------------------------------------------------------------------------------------------------------------------------
|
||||
// --------------------------------------------- How does it work? ------------------------------------------------------------------
|
||||
// If 'add_weapons_to_loot_tables' is enabled in the simplyswords_main config, Simply Swords will attempt to inject its loot into
|
||||
// any loot table that contains 'chests' in its filepath. This includes loot tables from other mods.
|
||||
// Any values provided in this config will override the aforementioned process, acting as both a whitelist, and a blacklist.
|
||||
|
||||
// Each line must be made up of a string containing the namespace, path, and filename, in addition to a float value.
|
||||
// The float value provided will determine the chance of the loot appearing in the loot table. Where 0.0 is %0, and 1.0 is %100.
|
||||
// If the float value provided is 0.0 the items will be blacklisted from this loot table and skipped entirely by the loot injection.
|
||||
|
||||
// Items can also be injected into entity loot tables, as seen in the Wither example below.
|
||||
// ----------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
"minecraft:entities/wither": 0.05,
|
||||
"minecraft:entities/ender_dragon": 0.5,
|
||||
"minecraft:chests/ruined_portal": 0.0,
|
||||
"minecraft:chests/village/village_armorer": 0.0,
|
||||
"minecraft:chests/village/village_butcher": 0.0,
|
||||
"minecraft:chests/village/village_cartographer": 0.0,
|
||||
"minecraft:chests/village/village_desert_house": 0.0,
|
||||
"minecraft:chests/village/village_fisher": 0.0,
|
||||
"minecraft:chests/village/village_fletcher": 0.0,
|
||||
"minecraft:chests/village/village_mason": 0.0,
|
||||
"minecraft:chests/village/village_plains_house": 0.0,
|
||||
"minecraft:chests/village/village_savanna_house": 0.0,
|
||||
"minecraft:chests/village/village_shepard": 0.0,
|
||||
"minecraft:chests/village/village_snowy_house": 0.0,
|
||||
"minecraft:chests/village/village_taiga_house": 0.0,
|
||||
"minecraft:chests/village/village_tannery": 0.0,
|
||||
"minecraft:chests/village/village_temple": 0.0,
|
||||
"minecraft:chests/village/village_toolsmith": 0.0,
|
||||
"minecraft:chests/village/village_weaponsmith": 0.0
|
||||
}
|
25
config/simplyswords_main/gem_effects.json5
Normal file
25
config/simplyswords_main/gem_effects.json5
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"enableEcho": true,
|
||||
"enableBerserk": true,
|
||||
"enableRadiance": true,
|
||||
"enableOnslaught": true,
|
||||
"enableNullification": true,
|
||||
"enablePrecise": true,
|
||||
"preciseChance": 30,
|
||||
"enableMighty": true,
|
||||
"mightyChance": 30,
|
||||
"enableStealthy": true,
|
||||
"stealthyChance": 30,
|
||||
"enableRenewed": true,
|
||||
"renewedChance": 30,
|
||||
"enableAccelerant": true,
|
||||
"enableLeaping": true,
|
||||
"leapingChance": 65,
|
||||
"enableSpellshield": true,
|
||||
"spellshieldChance": 15,
|
||||
"enableSpellforged": true,
|
||||
"enableSoulshock": true,
|
||||
"enableSpellStandard": true,
|
||||
"enableWarStandard": true,
|
||||
"enableDeception": true
|
||||
}
|
9
config/simplyswords_main/general.json5
Normal file
9
config/simplyswords_main/general.json5
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"enableWeaponImpactSounds": true,
|
||||
"weaponImpactSoundsVolume": 0.30000001192092896,
|
||||
"enableWeaponFootfalls": true,
|
||||
"enablePassiveParticles": true,
|
||||
"enableUniqueGemSockets": true,
|
||||
"compatGobberEndWeaponsUnbreakable": true,
|
||||
"compatEnableSpellPowerScaling": true
|
||||
}
|
34
config/simplyswords_main/loot.json5
Normal file
34
config/simplyswords_main/loot.json5
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"enableLootDrops": true,
|
||||
"enableLootInVillages": false,
|
||||
"enableTheWatcher": true,
|
||||
"standardLootTableWeight": 0.029999999329447746,
|
||||
"rareLootTableWeight": 0.019999999552965164,
|
||||
"runicLootTableWeight": 0.019999999552965164,
|
||||
"uniqueLootTableWeight": 0.009999999776482582,
|
||||
"enableWatchingWarglaive": true,
|
||||
"enableLongswordOfThePlague": true,
|
||||
"enableSwordOnAStick": true,
|
||||
"enableBramblethorn": true,
|
||||
"enableStormsEdge": true,
|
||||
"enableStormbringer": true,
|
||||
"enableMjolnir": true,
|
||||
"enableEmberblade": true,
|
||||
"enableHearthflame": true,
|
||||
"enableTwistedBlade": true,
|
||||
"enableSoulrender": true,
|
||||
"enableSoulpyre": true,
|
||||
"enableSoulkeeper": true,
|
||||
"enableSoulstealer": true,
|
||||
"enableFrostfall": true,
|
||||
"enableMoltenEdge": true,
|
||||
"enableLivyatan": true,
|
||||
"enableIcewhisper": true,
|
||||
"enableArcanethyst": true,
|
||||
"enableThunderbrand": true,
|
||||
"enableBrimstone": true,
|
||||
"enableSlumberingLichblade": true,
|
||||
"enableShadowsting": true,
|
||||
"enableDormantRelic": true,
|
||||
"enableWhisperwind": true
|
||||
}
|
63
config/simplyswords_main/runic_effects.json5
Normal file
63
config/simplyswords_main/runic_effects.json5
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"enableActiveDefence": true,
|
||||
"enableFloat": true,
|
||||
"enableGreaterFloat": true,
|
||||
"enableFreeze": true,
|
||||
"enableShielding": true,
|
||||
"enableGreaterShielding": true,
|
||||
"enableSlow": true,
|
||||
"enableGreaterSlow": true,
|
||||
"enableStoneskin": true,
|
||||
"enableGreaterStoneskin": true,
|
||||
"enableSwiftness": true,
|
||||
"enableGreaterSwiftness": true,
|
||||
"enableTrailblaze": true,
|
||||
"enableGreaterTrailblaze": true,
|
||||
"enableWeaken": true,
|
||||
"enableGreaterWeaken": true,
|
||||
"enableZephyr": true,
|
||||
"enableGreaterZephyr": true,
|
||||
"enableFrostWard": true,
|
||||
"enableWildfire": true,
|
||||
"enableUnstable": true,
|
||||
"enableMomentum": true,
|
||||
"enableGreaterMomentum": true,
|
||||
"enableImbued": true,
|
||||
"enableGreaterImbued": true,
|
||||
"enablePincushion": true,
|
||||
"enableGreaterPincushion": true,
|
||||
"enableWard": true,
|
||||
"enableImmolate": true,
|
||||
"swiftnessChance": 15.0,
|
||||
"swiftnessDuration": 300.0,
|
||||
"slowChance": 50.0,
|
||||
"slowDuration": 50.0,
|
||||
"poisonChance": 15.0,
|
||||
"poisonDuration": 150.0,
|
||||
"freezeChance": 15.0,
|
||||
"freezeDuration": 120.0,
|
||||
"wildfireChance": 10.0,
|
||||
"wildfireDuration": 180.0,
|
||||
"wildfireRadius": 10.0,
|
||||
"floatChance": 15.0,
|
||||
"floatDuration": 50.0,
|
||||
"zephyrChance": 15.0,
|
||||
"zephyrDuration": 180.0,
|
||||
"shieldingChance": 15.0,
|
||||
"shieldingDuration": 120.0,
|
||||
"stoneskinChance": 15.0,
|
||||
"stoneskinDuration": 60.0,
|
||||
"trailblazeChance": 15.0,
|
||||
"trailblazeDuration": 120.0,
|
||||
"weakenChance": 15.0,
|
||||
"weakenDuration": 120.0,
|
||||
"unstableFrequency": 140.0,
|
||||
"unstableDuration": 140.0,
|
||||
"activeDefenceFrequency": 20.0,
|
||||
"activeDefenceRadius": 5.0,
|
||||
"frostWardFrequency": 20.0,
|
||||
"frostWardRadius": 5.0,
|
||||
"frostWardDuration": 60.0,
|
||||
"momentumCooldown": 140.0,
|
||||
"imbuedChance": 15.0
|
||||
}
|
3
config/simplyswords_main/status_effects.json5
Normal file
3
config/simplyswords_main/status_effects.json5
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"echoDamage": 2
|
||||
}
|
113
config/simplyswords_main/unique_effects.json5
Normal file
113
config/simplyswords_main/unique_effects.json5
Normal file
|
@ -0,0 +1,113 @@
|
|||
{
|
||||
"abilityAbsorptionCap": 20.0,
|
||||
"watcherChance": 5.0,
|
||||
"watcherRestoreAmount": 0.5,
|
||||
"watcherRadius": 8.0,
|
||||
"omenChance": 5.0,
|
||||
"omenAbsorptionCap": 20.0,
|
||||
"omenInstantKillThreshold": 0.25,
|
||||
"stealChance": 25.0,
|
||||
"stealDuration": 400.0,
|
||||
"stealInvisDuration": 120.0,
|
||||
"stealBlindDuration": 200.0,
|
||||
"stealRadius": 30.0,
|
||||
"stealSpellScaling": 2.5999999046325684,
|
||||
"soulMeldChance": 75.0,
|
||||
"soulMeldDuration": 250.0,
|
||||
"soulMeldRadius": 5.0,
|
||||
"soulrendChance": 85.0,
|
||||
"soulrendDuration": 500.0,
|
||||
"soulrendDamageMulti": 3.0,
|
||||
"soulrendHealMulti": 0.5,
|
||||
"soulrendRadius": 10.0,
|
||||
"soulrendMaxStacks": 8.0,
|
||||
"soulrendDamageSpellScaling": 0.4000000059604645,
|
||||
"ferocityChance": 75.0,
|
||||
"ferocityDuration": 100.0,
|
||||
"ferocityMaxStacks": 15.0,
|
||||
"ferocityStrengthTier": 2.0,
|
||||
"emberIreChance": 30.0,
|
||||
"emberIreDuration": 150.0,
|
||||
"volcanicFuryChance": 25.0,
|
||||
"volcanicFuryRadius": 3.0,
|
||||
"volcanicFuryCooldown": 300.0,
|
||||
"volcanicFuryDamage": 3.0,
|
||||
"volcanicFurySpellScaling": 1.399999976158142,
|
||||
"stormChance": 15.0,
|
||||
"stormRadius": 10.0,
|
||||
"plagueChance": 55.0,
|
||||
"brimstoneChance": 15.0,
|
||||
"brambleChance": 45.0,
|
||||
"brambleRadius": 10.0,
|
||||
"soultetherRange": 32.0,
|
||||
"soultetherRadius": 8.0,
|
||||
"soultetherDuration": 120.0,
|
||||
"soultetherIgniteDuration": 120.0,
|
||||
"soultetherResistanceDuration": 60.0,
|
||||
"frostFuryCooldown": 380.0,
|
||||
"frostFuryRadius": 3.0,
|
||||
"frostFuryDamage": 18.0,
|
||||
"frostFuryChance": 15.0,
|
||||
"frostFuryDuration": 80.0,
|
||||
"frostFurySpellScaling": 1.399999976158142,
|
||||
"moltenRoarCooldown": 320.0,
|
||||
"moltenRoarRadius": 5.0,
|
||||
"moltenRoarKnockbackStrength": 5.0,
|
||||
"moltenRoarChance": 15.0,
|
||||
"moltenRoarDuration": 100.0,
|
||||
"frostShatterRadius": 3.0,
|
||||
"frostShatterDamage": 18.0,
|
||||
"frostShatterChance": 15.0,
|
||||
"frostShatterDuration": 80.0,
|
||||
"frostShatterSpellScaling": 1.7000000476837158,
|
||||
"permafrostRadius": 4.0,
|
||||
"permafrostDamage": 1.0,
|
||||
"permafrostCooldown": 600.0,
|
||||
"permafrostDuration": 200.0,
|
||||
"permafrostSpellScaling": 0.8999999761581421,
|
||||
"arcaneAssaultRadius": 6.0,
|
||||
"arcaneAssaultDamage": 1.0,
|
||||
"arcaneAssaultCooldown": 220.0,
|
||||
"arcaneAssaultChance": 25.0,
|
||||
"arcaneAssaultDuration": 120.0,
|
||||
"arcaneAssaultSpellScaling": 1.399999976158142,
|
||||
"thunderBlitzRadius": 2.0,
|
||||
"thunderBlitzDamage": 3.0,
|
||||
"thunderBlitzCooldown": 250.0,
|
||||
"thunderBlitzChance": 15.0,
|
||||
"thunderBlitzSpellScaling": 1.7000000476837158,
|
||||
"stormJoltCooldown": 100.0,
|
||||
"stormJoltChance": 15.0,
|
||||
"soulAnguishRadius": 3.0,
|
||||
"soulAnguishAbsorptionCap": 8.0,
|
||||
"soulAnguishDamage": 4.0,
|
||||
"soulAnguishCooldown": 700.0,
|
||||
"soulAnguishDuration": 200.0,
|
||||
"soulAnguishHeal": 0.5,
|
||||
"soulAnguishRange": 22.0,
|
||||
"soulAnguishSpellScaling": 1.600000023841858,
|
||||
"shockDeflectBlockDuration": 35.0,
|
||||
"shockDeflectDamage": 12.0,
|
||||
"shockDeflectCooldown": 90.0,
|
||||
"shockDeflectParryDuration": 10.0,
|
||||
"shockDeflectSpellScaling": 2.299999952316284,
|
||||
"shadowmistCooldown": 200.0,
|
||||
"shadowmistChance": 25.0,
|
||||
"shadowmistDamageMulti": 0.800000011920929,
|
||||
"shadowmistBlindDuration": 60.0,
|
||||
"shadowmistRadius": 4.0,
|
||||
"abyssalStandardCooldown": 700.0,
|
||||
"abyssalStandardChance": 15.0,
|
||||
"abyssalStandardDamage": 3.0,
|
||||
"abyssalStandardSpellScaling": 1.2000000476837158,
|
||||
"righteousStandardCooldown": 700.0,
|
||||
"righteousStandardChance": 15.0,
|
||||
"righteousStandardDamage": 3.0,
|
||||
"righteousStandardSpellScaling": 1.100000023841858,
|
||||
"righteousStandardSpellScalingHeal": 1.2999999523162842,
|
||||
"fatalFlickerCooldown": 175.0,
|
||||
"fatalFlickerChance": 15.0,
|
||||
"fatalFlickerRadius": 3.0,
|
||||
"fatalFlickerMaxStacks": 99.0,
|
||||
"fatalFlickerDashVelocity": 3.0
|
||||
}
|
129
config/simplyswords_main/weapon_attributes.json5
Normal file
129
config/simplyswords_main/weapon_attributes.json5
Normal file
|
@ -0,0 +1,129 @@
|
|||
{
|
||||
"longsword_positiveDamageModifier": 0.0,
|
||||
"twinblade_positiveDamageModifier": 0.0,
|
||||
"rapier_positiveDamageModifier": 0.0,
|
||||
"katana_positiveDamageModifier": 0.0,
|
||||
"sai_positiveDamageModifier": 0.0,
|
||||
"spear_positiveDamageModifier": 0.0,
|
||||
"glaive_positiveDamageModifier": 0.0,
|
||||
"warglaive_positiveDamageModifier": 0.0,
|
||||
"cutlass_positiveDamageModifier": 0.0,
|
||||
"claymore_positiveDamageModifier": 2.0,
|
||||
"greataxe_positiveDamageModifier": 3.0,
|
||||
"greathammer_positiveDamageModifier": 4.0,
|
||||
"chakram_positiveDamageModifier": 0.0,
|
||||
"scythe_positiveDamageModifier": 1.0,
|
||||
"halberd_positiveDamageModifier": 3.0,
|
||||
"longsword_negativeDamageModifier": 0.0,
|
||||
"twinblade_negativeDamageModifier": 0.0,
|
||||
"rapier_negativeDamageModifier": 1.0,
|
||||
"katana_negativeDamageModifier": 0.0,
|
||||
"sai_negativeDamageModifier": 3.0,
|
||||
"spear_negativeDamageModifier": 0.0,
|
||||
"glaive_negativeDamageModifier": 0.0,
|
||||
"warglaive_negativeDamageModifier": 0.0,
|
||||
"cutlass_negativeDamageModifier": 0.0,
|
||||
"claymore_negativeDamageModifier": 0.0,
|
||||
"greataxe_negativeDamageModifier": 0.0,
|
||||
"greathammer_negativeDamageModifier": 0.0,
|
||||
"chakram_negativeDamageModifier": 1.0,
|
||||
"scythe_negativeDamageModifier": 0.0,
|
||||
"halberd_negativeDamageModifier": 0.0,
|
||||
"iron_damageModifier": 3.0,
|
||||
"gold_damageModifier": 3.0,
|
||||
"diamond_damageModifier": 3.0,
|
||||
"netherite_damageModifier": 3.0,
|
||||
"runic_damageModifier": 3.0,
|
||||
"adamantite_damageModifier": 3.0,
|
||||
"aquarium_damageModifier": 3.0,
|
||||
"banglum_damageModifier": 3.0,
|
||||
"carmot_damageModifier": 3.0,
|
||||
"kyber_damageModifier": 3.0,
|
||||
"mythril_damageModifier": 3.0,
|
||||
"orichalcum_damageModifier": 3.0,
|
||||
"durasteel_damageModifier": 3.0,
|
||||
"osmium_damageModifier": 3.0,
|
||||
"prometheum_damageModifier": 3.0,
|
||||
"quadrillum_damageModifier": 3.0,
|
||||
"runite_damageModifier": 3.0,
|
||||
"starPlatinum_damageModifier": 3.0,
|
||||
"bronze_damageModifier": 3.0,
|
||||
"copper_damageModifier": 3.0,
|
||||
"steel_damageModifier": 3.0,
|
||||
"palladium_damageModifier": 3.0,
|
||||
"stormyx_damageModifier": 3.0,
|
||||
"celestium_damageModifier": 3.0,
|
||||
"metallurgium_damageModifier": 3.0,
|
||||
"gobber_damageModifier": 1.0,
|
||||
"gobberNether_damageModifier": 3.0,
|
||||
"gobberEnd_damageModifier": 6.0,
|
||||
"longsword_attackSpeed": -2.4000000953674316,
|
||||
"twinblade_attackSpeed": -2.0,
|
||||
"rapier_attackSpeed": -1.7999999523162842,
|
||||
"katana_attackSpeed": -2.0,
|
||||
"sai_attackSpeed": -1.5,
|
||||
"spear_attackSpeed": -2.700000047683716,
|
||||
"glaive_attackSpeed": -2.5999999046325684,
|
||||
"warglaive_attackSpeed": -2.200000047683716,
|
||||
"cutlass_attackSpeed": -2.0,
|
||||
"claymore_attackSpeed": -2.799999952316284,
|
||||
"greataxe_attackSpeed": -3.0999999046325684,
|
||||
"greathammer_attackSpeed": -3.200000047683716,
|
||||
"chakram_attackSpeed": -3.0,
|
||||
"scythe_attackSpeed": -2.700000047683716,
|
||||
"halberd_attackSpeed": -2.799999952316284,
|
||||
"brimstone_damageModifier": 6.0,
|
||||
"thewatcher_damageModifier": 6.0,
|
||||
"stormsedge_damageModifier": 3.0,
|
||||
"stormbringer_damageModifier": 3.0,
|
||||
"swordonastick_damageModifier": 5.0,
|
||||
"bramblethorn_damageModifier": 6.0,
|
||||
"watchingwarglaive_damageModifier": 3.0,
|
||||
"longswordofplague_damageModifier": 3.0,
|
||||
"emberblade_damageModifier": 3.0,
|
||||
"hearthflame_damageModifier": 8.0,
|
||||
"soulkeeper_damageModifier": 8.0,
|
||||
"twistedblade_damageModifier": 4.0,
|
||||
"soulstealer_damageModifier": 0.0,
|
||||
"soulrender_damageModifier": 4.0,
|
||||
"mjolnir_damageModifier": 3.0,
|
||||
"soulpyre_damageModifier": 7.0,
|
||||
"frostfall_damageModifier": 5.0,
|
||||
"moltenedge_damageModifier": 4.0,
|
||||
"livyatan_damageModifier": 4.0,
|
||||
"icewhisper_damageModifier": 7.0,
|
||||
"arcanethyst_damageModifier": 7.0,
|
||||
"thunderbrand_damageModifier": 7.0,
|
||||
"lichblade_damageModifier": 7.0,
|
||||
"shadowsting_damageModifier": -2.0,
|
||||
"sunfire_damageModifier": 3.0,
|
||||
"harbinger_damageModifier": 3.0,
|
||||
"whisperwind_damageModifier": 3.0,
|
||||
"brimstone_attackSpeed": -2.799999952316284,
|
||||
"thewatcher_attackSpeed": -2.799999952316284,
|
||||
"stormsedge_attackSpeed": -2.0,
|
||||
"stormbringer_attackSpeed": -2.4000000953674316,
|
||||
"swordonastick_attackSpeed": -2.5999999046325684,
|
||||
"bramblethorn_attackSpeed": -1.7999999523162842,
|
||||
"watchingwarglaive_attackSpeed": -2.200000047683716,
|
||||
"longswordofplague_attackSpeed": -2.4000000953674316,
|
||||
"emberblade_attackSpeed": -2.4000000953674316,
|
||||
"hearthflame_attackSpeed": -3.200000047683716,
|
||||
"soulkeeper_attackSpeed": -2.9000000953674316,
|
||||
"twistedblade_attackSpeed": -2.5999999046325684,
|
||||
"soulstealer_attackSpeed": -1.5,
|
||||
"soulrender_attackSpeed": -2.4000000953674316,
|
||||
"mjolnir_attackSpeed": -3.0,
|
||||
"soulpyre_attackSpeed": -3.0,
|
||||
"frostfall_attackSpeed": -2.5,
|
||||
"moltenedge_attackSpeed": -2.0999999046325684,
|
||||
"livyatan_attackSpeed": -2.0999999046325684,
|
||||
"icewhisper_attackSpeed": -2.700000047683716,
|
||||
"arcanethyst_attackSpeed": -2.700000047683716,
|
||||
"thunderbrand_attackSpeed": -2.700000047683716,
|
||||
"lichblade_attackSpeed": -3.0999999046325684,
|
||||
"shadowsting_attackSpeed": -1.7000000476837158,
|
||||
"sunfire_attackSpeed": -2.4000000953674316,
|
||||
"harbinger_attackSpeed": -2.4000000953674316,
|
||||
"whisperwind_attackSpeed": -2.0
|
||||
}
|
69
config/sodium-extra-options.json
Normal file
69
config/sodium-extra-options.json
Normal file
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"animation_settings": {
|
||||
"animation": true,
|
||||
"water": true,
|
||||
"lava": true,
|
||||
"fire": true,
|
||||
"portal": true,
|
||||
"block_animations": true,
|
||||
"sculk_sensor": true
|
||||
},
|
||||
"particle_settings": {
|
||||
"particles": true,
|
||||
"rain_splash": true,
|
||||
"block_break": true,
|
||||
"block_breaking": true,
|
||||
"other": {}
|
||||
},
|
||||
"detail_settings": {
|
||||
"sky": true,
|
||||
"sun_moon": true,
|
||||
"stars": true,
|
||||
"rain_snow": true,
|
||||
"biome_colors": true,
|
||||
"sky_colors": true
|
||||
},
|
||||
"render_settings": {
|
||||
"fog_distance": 0,
|
||||
"fog_start": 100,
|
||||
"multi_dimension_fog_control": false,
|
||||
"dimensionFogDistance": {},
|
||||
"light_updates": true,
|
||||
"item_frame": true,
|
||||
"armor_stand": true,
|
||||
"painting": true,
|
||||
"piston": true,
|
||||
"beacon_beam": true,
|
||||
"enchanting_table_book": true,
|
||||
"item_frame_name_tag": true,
|
||||
"player_name_tag": true
|
||||
},
|
||||
"extra_settings": {
|
||||
"overlay_corner": "TOP_LEFT",
|
||||
"text_contrast": "NONE",
|
||||
"show_fps": false,
|
||||
"show_f_p_s_extended": true,
|
||||
"show_coords": false,
|
||||
"reduce_resolution_on_mac": false,
|
||||
"use_adaptive_sync": false,
|
||||
"cloud_height": 192,
|
||||
"toasts": true,
|
||||
"advancement_toast": true,
|
||||
"recipe_toast": true,
|
||||
"system_toast": true,
|
||||
"tutorial_toast": true,
|
||||
"instant_sneak": false,
|
||||
"prevent_shaders": false,
|
||||
"steady_debug_hud": true,
|
||||
"steady_debug_hud_refresh_interval": 1
|
||||
},
|
||||
"notification_settings": {
|
||||
"hide_r_s_o_recommendation": false
|
||||
},
|
||||
"super_secret_settings": {
|
||||
"fetch_sodium_extra_crowdin_translations": false,
|
||||
"sodium_extra_crowdin_project_identifier": "sodium-extra",
|
||||
"fetch_sodium_crowdin_translations": false,
|
||||
"sodium_crowdin_project_identifier": "sodium-fabric"
|
||||
}
|
||||
}
|
7
config/sodium-extra.properties
Normal file
7
config/sodium-extra.properties
Normal file
|
@ -0,0 +1,7 @@
|
|||
# This is the configuration file for Sodium Extra.
|
||||
# This file exists for debugging purposes and should not be configured otherwise.
|
||||
#
|
||||
# You can find information on editing this file and all the available options here:
|
||||
# https://github.com/FlashyReese/sodium-extra-fabric/wiki/Configuration-File
|
||||
#
|
||||
# By default, this file will be empty except for this notice.
|
6
config/sodium-mixins.properties
Normal file
6
config/sodium-mixins.properties
Normal file
|
@ -0,0 +1,6 @@
|
|||
# This is the configuration file for Sodium.
|
||||
#
|
||||
# You can find information on editing this file and all the available options here:
|
||||
# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File
|
||||
#
|
||||
# By default, this file will be empty except for this notice.
|
24
config/sodium-options.json
Normal file
24
config/sodium-options.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"quality": {
|
||||
"weather_quality": "DEFAULT",
|
||||
"leaves_quality": "DEFAULT",
|
||||
"enable_vignette": true
|
||||
},
|
||||
"advanced": {
|
||||
"enable_memory_tracing": false,
|
||||
"use_advanced_staging_buffers": true,
|
||||
"cpu_render_ahead_limit": 3
|
||||
},
|
||||
"performance": {
|
||||
"chunk_builder_threads": 0,
|
||||
"always_defer_chunk_updates_v2": true,
|
||||
"animate_only_visible_textures": true,
|
||||
"use_entity_culling": true,
|
||||
"use_fog_occlusion": true,
|
||||
"use_block_face_culling": true,
|
||||
"use_no_error_g_l_context": true
|
||||
},
|
||||
"notifications": {
|
||||
"hide_donation_button": true
|
||||
}
|
||||
}
|
4
config/spark/config.json
Normal file
4
config/spark/config.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
|
||||
"backgroundProfiler": true
|
||||
}
|
10
config/spark/tmp/about.txt
Normal file
10
config/spark/tmp/about.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
# What is this directory?
|
||||
|
||||
* In order to perform certain functions, spark sometimes needs to write temporary data to the disk.
|
||||
* Previously, a temporary directory provided by the operating system was used for this purpose.
|
||||
* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead!
|
||||
|
||||
spark will automatically cleanup the contents of this directory.
|
||||
(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp)
|
||||
|
||||
tl;dr: spark uses this folder to store some temporary data.
|
109
config/textile_backup.json5
Normal file
109
config/textile_backup.json5
Normal file
|
@ -0,0 +1,109 @@
|
|||
{
|
||||
/*
|
||||
Should every world have its own backup folder?
|
||||
*/
|
||||
"perWorldBackup": true,
|
||||
/*
|
||||
Time between automatic backups in seconds
|
||||
When set to 0 backups will not be performed automatically
|
||||
*/
|
||||
"backupInterval": 3600,
|
||||
/*
|
||||
Delay in seconds between typing-in /backup restore and it actually starting
|
||||
*/
|
||||
"restoreDelay": 30,
|
||||
/*
|
||||
Should backups be done even if there are no players?
|
||||
*/
|
||||
"doBackupsOnEmptyServer": false,
|
||||
/*
|
||||
Should backup be made on server shutdown?
|
||||
*/
|
||||
"shutdownBackup": true,
|
||||
/*
|
||||
Should world be backed up before restoring a backup?
|
||||
*/
|
||||
"backupOldWorlds": true,
|
||||
/*
|
||||
A path to the backup folder
|
||||
*/
|
||||
"path": "backup/",
|
||||
/*
|
||||
This setting allows you to exclude files form being backed-up.
|
||||
Be very careful when setting it, as it is easy corrupt your world!
|
||||
*/
|
||||
"fileBlacklist": [],
|
||||
/*
|
||||
Should backups be deleted after being restored?
|
||||
*/
|
||||
"deleteOldBackupAfterRestore": true,
|
||||
/*
|
||||
Maximum number of backups to keep. If set to 0 then no backup will be deleted based their amount
|
||||
*/
|
||||
"backupsToKeep": 8,
|
||||
/*
|
||||
Maximum age of backups to keep in seconds.
|
||||
If set to 0 then backups will not be deleted based their age
|
||||
*/
|
||||
"maxAge": 0,
|
||||
/*
|
||||
Maximum size of backup folder in kibi bytes (1024).
|
||||
If set to 0 then backups will not be deleted
|
||||
*/
|
||||
"maxSize": 10485760,
|
||||
/*
|
||||
Compression level
|
||||
0 - 9
|
||||
Only affects zip compression.
|
||||
*/
|
||||
"compression": 7,
|
||||
/*
|
||||
Limit how many cores can be used for compression.
|
||||
0 means that all available cores will be used
|
||||
*/
|
||||
"compressionCoreCountLimit": 0,
|
||||
/*
|
||||
Available formats are:
|
||||
ZIP - normal zip archive using standard deflate compression
|
||||
GZIP - tar.gz using gzip compression
|
||||
TAR - .tar with no compression
|
||||
*/
|
||||
"format": "GZIP",
|
||||
/*
|
||||
Minimal permission level required to run commands
|
||||
*/
|
||||
"permissionLevel": 4,
|
||||
/*
|
||||
Player on singleplayer is always allowed to run command. Warning! On lan party everyone will be allowed to run it.
|
||||
*/
|
||||
"alwaysSingleplayerAllowed": true,
|
||||
/*
|
||||
Players allowed to run backup commands without sufficient permission level
|
||||
*/
|
||||
"playerWhitelist": [],
|
||||
/*
|
||||
Players banned from running backup commands besides their sufficient permission level
|
||||
*/
|
||||
"playerBlacklist": [],
|
||||
/*
|
||||
Announce to ALL players when backup starts
|
||||
*/
|
||||
"broadcastBackupStart": true,
|
||||
/*
|
||||
Announce to ALL players when backup finishes
|
||||
*/
|
||||
"broadcastBackupDone": true,
|
||||
/*
|
||||
Format of date&time used to name backup files.
|
||||
Remember not to use '#' symbol or any other character that is not allowed by your operating system such as:
|
||||
':', '\', etc...
|
||||
For more info: https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html
|
||||
*/
|
||||
"dateTimeFormat": "yyyy.MM.dd_HH-mm-ss",
|
||||
/*
|
||||
The Strict mode (default) aborts backup creation in case of any problem and deletes created files
|
||||
Permissible mode keeps partial/damaged backup but won't allow to restore it
|
||||
Very Permissible mode will skip the verification process. THIS MOST CERTAINLY WILL LEAD TO DATA LOSS OR CORRUPTION
|
||||
*/
|
||||
"integrityVerificationMode": "STRICT"
|
||||
}
|
12
config/toms_storage.json
Normal file
12
config/toms_storage.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"onlyTrims": false,
|
||||
"invRange": 16,
|
||||
"wirelessRange": 16,
|
||||
"invConnectorMaxCables": 2048,
|
||||
"multiblockInv": [],
|
||||
"advWirelessRange": 64,
|
||||
"wirelessTermBeaconLvl": 1,
|
||||
"wirelessTermBeaconLvlDim": 4,
|
||||
"invLinkBeaconLvl": 1,
|
||||
"invLinkBeaconLvlDim": 2
|
||||
}
|
14
config/voicechat/translations.properties
Normal file
14
config/voicechat/translations.properties
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Simple Voice Chat translations
|
||||
# This file contains all server-side translations for the Simple Voice Chat mod
|
||||
|
||||
# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled
|
||||
# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version
|
||||
force_voicechat_kick_message=You need %s %s to play on this server
|
||||
# The message a player gets when joining a server with an incompatible voice chat version
|
||||
# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name
|
||||
voicechat_not_compatible_message=Your voice chat version is not compatible with the servers version.\\nPlease install version %s of %s.
|
||||
# The message a player gets when trying to execute a command that requires voice chat
|
||||
# The first parameter is the mod/plugin name
|
||||
voicechat_needed_for_command_message=You need to have %s installed on your client to use this command
|
||||
# The message a player gets when trying to execute a command that can only be executed as a player
|
||||
player_command_message=This command can only be executed as a player
|
1
config/voicechat/username-cache.json
Normal file
1
config/voicechat/username-cache.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"a8fbc083-7878-4efa-a188-8eead5bb8093":"Sangelo_"}
|
85
config/voicechat/voicechat-client.properties
Normal file
85
config/voicechat/voicechat-client.properties
Normal file
|
@ -0,0 +1,85 @@
|
|||
# Simple Voice Chat client config v1.20.1-2.4.28
|
||||
|
||||
# The voice chat volume
|
||||
voice_chat_volume=1.0
|
||||
# The threshold for voice activation in dB
|
||||
voice_activation_threshold=-50.0
|
||||
# The voice chat microphone amplification
|
||||
microphone_amplification=1.0
|
||||
# Microphone activation type
|
||||
# Possible values are 'PTT' and 'VOICE'
|
||||
microphone_activation_type=PTT
|
||||
# The size of the audio output buffer in packets
|
||||
# Higher values mean a higher latency, but less crackles
|
||||
# Increase this value if you have an unstable internet connection
|
||||
output_buffer_size=5
|
||||
# The maximum amount of audio packets that are held back if a packet arrives out of order or gets dropped
|
||||
# This prevents discarding audio packets that are slightly out of order
|
||||
# Set this to 0 to disable
|
||||
audio_packet_threshold=3
|
||||
# The time it takes for the microphone to deactivate when using voice activation
|
||||
# A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, ...
|
||||
voice_deactivation_delay=25
|
||||
# The microphone used by the voice chat
|
||||
# Empty for default device
|
||||
microphone=
|
||||
# The speaker used by the voice chat
|
||||
# Empty for default device
|
||||
speaker=
|
||||
# If the microphone is muted (only when using voice activation)
|
||||
muted=false
|
||||
# If the voice chat is disabled (sound and microphone off)
|
||||
disabled=false
|
||||
# If the voice chat icons should be hidden
|
||||
hide_icons=false
|
||||
# If the group HUD should be visible
|
||||
show_group_hud=true
|
||||
# If the own icon should be shown when in a group
|
||||
show_own_group_icon=true
|
||||
# The scale of the group HUD
|
||||
group_hud_icon_scale=2.0
|
||||
# The orientation of the player icons in the group HUD
|
||||
# Possible values are 'VERTICAL' and 'HORIZONTAL'
|
||||
group_player_icon_orientation=VERTICAL
|
||||
# The X position of the player icons in the group HUD
|
||||
# Negative values mean anchoring to the right
|
||||
group_player_icon_pos_x=4
|
||||
# The Y position of the player icons in the group HUD
|
||||
# Negative values mean anchoring to the bottom
|
||||
group_player_icon_pos_y=4
|
||||
# The X position of the HUD icons
|
||||
# Negative values mean anchoring to the right
|
||||
hud_icon_pos_x=16
|
||||
# The Y position of the HUD icons
|
||||
# Negative values mean anchoring to the bottom
|
||||
hud_icon_pos_y=-16
|
||||
# The scale of the HUD icons
|
||||
hud_icon_scale=1.0
|
||||
# The location where recordings should be saved
|
||||
# Leave empty for default location
|
||||
recording_destination=
|
||||
# The quality of the recorded audio
|
||||
# 0 = highest quality, 9 = lowest quality
|
||||
recording_quality=2
|
||||
# If noise cancellation should be enabled
|
||||
denoiser=false
|
||||
# If voice chat should work in singleplayer/LAN worlds
|
||||
run_local_server=true
|
||||
# Whether to use the Java implementation of microphone capturing instead of OpenAL
|
||||
java_microphone_implementation=false
|
||||
# If the mod should check for microphone permissions (MacOS only)
|
||||
macos_check_microphone_permission=true
|
||||
# If fake players should have the disconnected icon above their head
|
||||
show_fake_players_disconnected=false
|
||||
# If the volume adjustment GUI should also show offline players
|
||||
offline_player_volume_adjustment=false
|
||||
# The 3D audio type
|
||||
# Possible values are 'NORMAL', 'REDUCED' and 'OFF'
|
||||
audio_type=NORMAL
|
||||
# If the mod should load native libraries
|
||||
# If set to false, the Java Opus implementation will be used, the denoiser won't be available and you won't be able to record audio.
|
||||
use_natives=true
|
||||
# This lets you hear players near you, even though you are further away with your freecam
|
||||
freecam_support=true
|
||||
# If enabled, you will be automatically muted when joining a world
|
||||
mute_on_join=false
|
43
config/voicechat/voicechat-server.properties
Normal file
43
config/voicechat/voicechat-server.properties
Normal file
|
@ -0,0 +1,43 @@
|
|||
# Simple Voice Chat server config v1.20.1-2.4.28
|
||||
|
||||
# The port of the voice chat server
|
||||
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
|
||||
port=24454
|
||||
# The IP address to bind the voice chat server on
|
||||
# Leave empty to use 'server-ip' of server.properties
|
||||
# To bind to the wildcard address, use '*'
|
||||
bind_address=
|
||||
# The distance to where the voice can be heard
|
||||
max_voice_distance=48.0
|
||||
# The multiplier of the voice distance when crouching
|
||||
crouch_distance_multiplier=1.0
|
||||
# The multiplier of the voice distance when whispering
|
||||
whisper_distance_multiplier=0.5
|
||||
# The opus codec
|
||||
# Possible values are 'VOIP', 'AUDIO' and 'RESTRICTED_LOWDELAY'
|
||||
codec=VOIP
|
||||
# The maximum size in bytes that voice packets are allowed to have
|
||||
mtu_size=1024
|
||||
# The frequency at which keep alive packets are sent
|
||||
# Setting this to a higher value may result in timeouts
|
||||
keep_alive=1000
|
||||
# If group chats are allowed
|
||||
enable_groups=true
|
||||
# The host name that clients should use to connect to the voice chat
|
||||
# This may also include a port, e.g. 'example.com:24454'
|
||||
# Don't change this value if you don't know what you are doing
|
||||
voice_host=
|
||||
# If players are allowed to record the voice chat
|
||||
allow_recording=true
|
||||
# If spectators are allowed to talk to other players
|
||||
spectator_interaction=false
|
||||
# If spectators can talk to players they are spectating
|
||||
spectator_player_possession=false
|
||||
# If players without the mod should get kicked from the server
|
||||
force_voice_chat=false
|
||||
# The amount of milliseconds, the server should wait to check if the player has the mod installed
|
||||
# Only active when force_voice_chat is set to true
|
||||
login_timeout=10000
|
||||
# The range where the voice chat should broadcast audio to
|
||||
# A value <0 means 'max_voice_distance'
|
||||
broadcast_range=-1.0
|
2
config/voicechat/voicechat-volumes.properties
Normal file
2
config/voicechat/voicechat-volumes.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Simple Voice Chat volume config
|
||||
|
4
config/xaerominimap-common.txt
Normal file
4
config/xaerominimap-common.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
allowCaveModeOnServer:true
|
||||
allowNetherCaveModeOnServer:true
|
||||
allowRadarOnServer:true
|
||||
registerStatusEffects:true
|
134
config/xaerominimap.txt
Normal file
134
config/xaerominimap.txt
Normal file
|
@ -0,0 +1,134 @@
|
|||
#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
|
||||
displayTrackedPlayers:true
|
||||
dimensionScaledMaxWaypointDistance:true
|
||||
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
|
||||
interface:dummy:0:36:true:false:false:false
|
||||
interface:dummy:0:10000:true:false:false:false
|
||||
interface:dummy:0:0:false:false:true:false
|
||||
interface:dummy:0:36:true:false:false:false
|
||||
interface:gui.xaero_minimap:0:0:false:false:false:false
|
||||
#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints
|
191
config/xaerominimap_entities.json
Normal file
191
config/xaerominimap_entities.json
Normal file
|
@ -0,0 +1,191 @@
|
|||
{
|
||||
"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,
|
||||
"names": 0.0,
|
||||
"heightLimit": 20.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,
|
||||
"heightLimit": 2050.0,
|
||||
"color": 15.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
|
||||
},
|
||||
"subCategories": [
|
||||
{
|
||||
"hardInclude": "tamed",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": true,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_hostile_tamed",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"renderOrder": 5.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
|
||||
},
|
||||
"subCategories": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"hardInclude": "items",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": true,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_items",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"renderOrder": 1.0,
|
||||
"color": 12.0
|
||||
},
|
||||
"subCategories": []
|
||||
},
|
||||
{
|
||||
"hardInclude": "anything",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": true,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_other_entities",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"color": 5.0
|
||||
},
|
||||
"subCategories": []
|
||||
}
|
||||
]
|
||||
}
|
0
config/xaeropatreon.txt
Normal file
0
config/xaeropatreon.txt
Normal file
3
config/xaeroworldmap-common.txt
Normal file
3
config/xaeroworldmap-common.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
allowCaveModeOnServer:true
|
||||
allowNetherCaveModeOnServer:true
|
||||
registerStatusEffects:true
|
55
config/xaeroworldmap.txt
Normal file
55
config/xaeroworldmap.txt
Normal file
|
@ -0,0 +1,55 @@
|
|||
ignoreUpdate:0
|
||||
updateNotification:true
|
||||
allowInternetAccess:true
|
||||
differentiateByServerAddress:true
|
||||
caveMapsAllowed:true
|
||||
debug:false
|
||||
lighting:true
|
||||
colours:0
|
||||
loadChunks:true
|
||||
updateChunks:true
|
||||
terrainSlopes:2
|
||||
terrainDepth:true
|
||||
footsteps:true
|
||||
flowers:true
|
||||
coordinates:true
|
||||
hoveredBiome:true
|
||||
biomeColorsVanillaMode:false
|
||||
waypoints:true
|
||||
renderArrow:true
|
||||
displayZoom:true
|
||||
worldmapWaypointsScale:1.0
|
||||
openMapAnimation:true
|
||||
reloadVersion:0
|
||||
reloadEverything:false
|
||||
zoomButtons:true
|
||||
waypointBackgrounds:true
|
||||
detectAmbiguousY:true
|
||||
showDisabledWaypoints:false
|
||||
closeWaypointsWhenHopping:true
|
||||
adjustHeightForCarpetLikeBlocks:true
|
||||
onlyCurrentMapWaypoints:false
|
||||
minZoomForLocalWaypoints:0.0
|
||||
arrowColour:-2
|
||||
minimapRadar:true
|
||||
renderWaypoints:true
|
||||
partialYTeleportation:true
|
||||
displayStainedGlass:true
|
||||
caveModeDepth:30
|
||||
caveModeStart:2147483647
|
||||
autoCaveMode:-1
|
||||
legibleCaveMaps:false
|
||||
displayCaveModeStart:true
|
||||
caveModeToggleTimer:1000
|
||||
defaultCaveModeType:1
|
||||
biomeBlending:true
|
||||
trackedPlayers:true
|
||||
multipleImagesExport:false
|
||||
nightExport:false
|
||||
highlightsExport:false
|
||||
exportScaleDownSquare:20
|
||||
mapWritingDistance:-1
|
||||
displayClaims:true
|
||||
claimsFillOpacity:46
|
||||
claimsBorderOpacity:80
|
||||
globalVersion:1
|
674
index.toml
Normal file
674
index.toml
Normal file
|
@ -0,0 +1,674 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "config/EmiLootConfig_v1.json"
|
||||
hash = "549a01a4183ce775ff7e3972a31372ce272a2c7d82a563d73053c258c5749eff"
|
||||
|
||||
[[files]]
|
||||
file = "config/MouseTweaks.cfg"
|
||||
hash = "4069ce1a439d8c37453c1b1e9f2037e0942674c7e48723a39b37eab245792ad4"
|
||||
|
||||
[[files]]
|
||||
file = "config/ad_astra.jsonc"
|
||||
hash = "e441b49953fb3132eaa1ef8cc781ad8ddf0ce2834da073f885bd83fe65b65c46"
|
||||
|
||||
[[files]]
|
||||
file = "config/adventurez.json5"
|
||||
hash = "150438f1c9f49ab6a27ff9afe00fa76de43c6b7624ff0337f59ca3ac97a559ad"
|
||||
|
||||
[[files]]
|
||||
file = "config/armorhud.properties"
|
||||
hash = "2c1eececdf51a8e1204c0dbd0f873180e12288f48cdefaf25f6cd42d55e2370a"
|
||||
|
||||
[[files]]
|
||||
file = "config/bclib/biomes.json"
|
||||
hash = "e31ef59faee81b0cff9506c0b4137f6473f68ca469d2319203bc3ca50eed6d13"
|
||||
|
||||
[[files]]
|
||||
file = "config/bclib/cache.json"
|
||||
hash = "66a151dbf2123ba09e0ec7c3aade37066dc98c153b692b20df7844c5a44c60b3"
|
||||
|
||||
[[files]]
|
||||
file = "config/bclib/client.json"
|
||||
hash = "5053a37b81d3eb5cf541ac379feb40cd6ec9f2ae7d64a78ef4f1ef3babe730fc"
|
||||
|
||||
[[files]]
|
||||
file = "config/bclib/generator.json"
|
||||
hash = "218542dbc05094a216da6161849a631c4fd770cf5364395d521e15e00240e0bf"
|
||||
|
||||
[[files]]
|
||||
file = "config/bclib/main.json"
|
||||
hash = "6c374c2361f59dbbace6322200613773ec01d5fb6e8fb70ac5d89463e3631f05"
|
||||
|
||||
[[files]]
|
||||
file = "config/bclib/server.json"
|
||||
hash = "a747a0bb0548ef3b677671e5e60ac931bb2a45c212bfdb9a8b180cddb068ee87"
|
||||
|
||||
[[files]]
|
||||
file = "config/bettercombat/client.json5"
|
||||
hash = "e8064b014f9e01c27b63877f98410dd166f79b562aabb0d8fc365aeef2616902"
|
||||
|
||||
[[files]]
|
||||
file = "config/bettercombat/fallback_compatibility.json"
|
||||
hash = "66d47479bcb546c957e261bd6f8c8a2d92f812a01b63ddcd023e54e37e43dd4f"
|
||||
|
||||
[[files]]
|
||||
file = "config/bettercombat/server.json5"
|
||||
hash = "8a3ca0cbeb543de63d478c7aaf065c0244a8b5d4face1c0a0124d1d3a1790c12"
|
||||
|
||||
[[files]]
|
||||
file = "config/betterend/blocks.json"
|
||||
hash = "eec67453561a2f4656c218c3eaa91691318a7b45a887cae065dcc70e045cff5b"
|
||||
|
||||
[[files]]
|
||||
file = "config/betterend/client.json"
|
||||
hash = "b0c5fe0ddb608e1511f9fb145768bbf5308ffd3a58f54c1fb3734635384b9e01"
|
||||
|
||||
[[files]]
|
||||
file = "config/betterend/enchantments.json"
|
||||
hash = "fe93e79aff2fc28279544d8578bc01206964d94cd404c9845ebe871128196803"
|
||||
|
||||
[[files]]
|
||||
file = "config/betterend/entities.json"
|
||||
hash = "c88c23c520341d800c6403788d500a2c8db1eebf1cb3920f9809b31f00e6558b"
|
||||
|
||||
[[files]]
|
||||
file = "config/betterend/generator.json"
|
||||
hash = "564c1d7ef5b6adaeec9e7024147316c6448fcc4e97dab5391870440d0237c718"
|
||||
|
||||
[[files]]
|
||||
file = "config/betterend/items.json"
|
||||
hash = "8733ec00f680c809714f3c785e1f6282452b8546a87be3604c237ce27fdd9c30"
|
||||
|
||||
[[files]]
|
||||
file = "config/betterend/portals.json"
|
||||
hash = "c0900ca41e9721a30bf49f00762f9fb80367908cd668d5c32ab2816e61ff51d7"
|
||||
|
||||
[[files]]
|
||||
file = "config/betternether/biomes.json"
|
||||
hash = "191cf9d72fbb4dd7d166a7a74f7a54ab6df31faca288c63e1097fd392cc5b386"
|
||||
|
||||
[[files]]
|
||||
file = "config/betternether/blocks.json"
|
||||
hash = "d5753557e4c0c3a46e0db647cde26306bf469833d8617ecd9142b165988050ea"
|
||||
|
||||
[[files]]
|
||||
file = "config/betternether/generator.json"
|
||||
hash = "787e6999e46c43c90f3ff5f13fb3d061e78949304d7c490ce6053056b2f2e1e0"
|
||||
|
||||
[[files]]
|
||||
file = "config/betternether/items.json"
|
||||
hash = "1bbfa3311ee42ac2a94c72ee60ed7c0793351969de25590a2bddf75a21e2ed7d"
|
||||
|
||||
[[files]]
|
||||
file = "config/betternether/main.json"
|
||||
hash = "6d4f1aa22a4c974936e5e6924d644f1755fd995a87092e99e113bdd494371f02"
|
||||
|
||||
[[files]]
|
||||
file = "config/betternether/mobs.json"
|
||||
hash = "6ce59f333ede885d055ee3fb3164f38cb609843ce279d00b4bba0d2a73347a5a"
|
||||
|
||||
[[files]]
|
||||
file = "config/cardinal-components-api.properties"
|
||||
hash = "f7e7f346e0724cf9cfb77f44dec2e7d202ea2507729ec7b95ee6a8f089c82982"
|
||||
|
||||
[[files]]
|
||||
file = "config/combatroll/client.json5"
|
||||
hash = "e9714f119c3862a898e53eab1a4ba6220a2194a5bdf0aea86623042d6cbf57e3"
|
||||
|
||||
[[files]]
|
||||
file = "config/combatroll/enchantments.json"
|
||||
hash = "b807ca9ebe5ca5e45c8367b08cb97a08aa73181b66da4ab7c9f92e02200ca01e"
|
||||
|
||||
[[files]]
|
||||
file = "config/combatroll/hud_config.json"
|
||||
hash = "174f9be686eeb112482c3b5f2cc58d1f6060357cf75f1abd730c5f80f3ae9e84"
|
||||
|
||||
[[files]]
|
||||
file = "config/combatroll/server.json5"
|
||||
hash = "6c3ec2b2926b78c73dddf0cfedaf483efb7c3fe8a093f557e560ab280a0683f4"
|
||||
|
||||
[[files]]
|
||||
file = "config/elytra_trims.json"
|
||||
hash = "4f57f061faf91c4f9609d2828c3f78ad25e3e83ff751724232fffd29c1b68619"
|
||||
|
||||
[[files]]
|
||||
file = "config/emi.css"
|
||||
hash = "53f5478049bc2dd2f3f206fcd20e1decb961de91b0a19df359421aafdf39a500"
|
||||
|
||||
[[files]]
|
||||
file = "config/emitrades.json5"
|
||||
hash = "1ed0ed3da45ed6bc11cdb624218f76f8e52b63818703b25e717bbbec615e6e92"
|
||||
|
||||
[[files]]
|
||||
file = "config/enchantinginfuser-server.toml"
|
||||
hash = "3ca26abfd5a31825fa0c299cbea3affa7bee622e53c1a4c51326d49abc4d384a"
|
||||
|
||||
[[files]]
|
||||
file = "config/expandedstorage.json"
|
||||
hash = "8587f97a85e14ffab6233b7d6efed398935b82dbe32e71a79ff7d45dd130d6e7"
|
||||
|
||||
[[files]]
|
||||
file = "config/fabric/indigo-renderer.properties"
|
||||
hash = "c7fed12b6281b674a57c48c58dcdfcf64c9068a107d991577c540afa9f60c4a0"
|
||||
|
||||
[[files]]
|
||||
file = "config/forgeconfigapiport.toml"
|
||||
hash = "da82326e21db344255a22d1dd09b104a039719c94ab3a9e64e1c71ca378ea7a1"
|
||||
|
||||
[[files]]
|
||||
file = "config/fwaystones/config.json5"
|
||||
hash = "706c2bcb48e63d7ffe81aa1d88cd7043462abb57e4c9fbf0d87fb1ca8d60c5c1"
|
||||
|
||||
[[files]]
|
||||
file = "config/gravestones.json"
|
||||
hash = "5d54a39cf8caa1576127e054b2fae188376c440e889fec101cb469dd48be40b5"
|
||||
|
||||
[[files]]
|
||||
file = "config/indium-renderer.properties"
|
||||
hash = "375a051a9f40e24c0ef43e8e6587202bf2acb9b413483a6856291f239b5e6c13"
|
||||
|
||||
[[files]]
|
||||
file = "config/inmis.json"
|
||||
hash = "b79272bec2404e0e2779ca0686fd8fbf67c7511a44339fea60b41916b7f7df88"
|
||||
|
||||
[[files]]
|
||||
file = "config/inventorymanagement.toml"
|
||||
hash = "b62983eeff42e623f4a16012ad42ab230281297e3ff7a0e942cb70de539063f0"
|
||||
|
||||
[[files]]
|
||||
file = "config/iris.properties"
|
||||
hash = "aea9dc3c76ebb9e4c0478b23fabd3a1fd936cc8b747f961ad87d626becc8ec23"
|
||||
|
||||
[[files]]
|
||||
file = "config/itemborders-common-1.toml.bak"
|
||||
hash = "4af95e755bbb5b3d853b139d999f8706048e3850eed789d85dc8aa0b90192a04"
|
||||
|
||||
[[files]]
|
||||
file = "config/itemborders-common.toml"
|
||||
hash = "4af95e755bbb5b3d853b139d999f8706048e3850eed789d85dc8aa0b90192a04"
|
||||
|
||||
[[files]]
|
||||
file = "config/lambdabettergrass.toml"
|
||||
hash = "71f8657fa67d9b11264366d2e8726098d6d86887e63f14e2cbce82532a2f84be"
|
||||
|
||||
[[files]]
|
||||
file = "config/lambdynlights.toml"
|
||||
hash = "d4492b287672fb6467501491039e463d08bdabcc5fbc03beb3baccf708022503"
|
||||
|
||||
[[files]]
|
||||
file = "config/lithium.properties"
|
||||
hash = "76765e8e5ff8e927d80beb0739aababcf36e7babfd94262f2afece256cc5cd2e"
|
||||
|
||||
[[files]]
|
||||
file = "config/modmenu.json"
|
||||
hash = "748cb550ed31f0d7f2a8faf26cd0c659826ae10cfabc4a89eee7d32eed98f157"
|
||||
|
||||
[[files]]
|
||||
file = "config/mythicmetals-config.json5"
|
||||
hash = "ce66c1e3582f4010d2d8c5125bd46702036db9cb10467951008cc6718ae92fc0"
|
||||
|
||||
[[files]]
|
||||
file = "config/notenoughanimations.json"
|
||||
hash = "1ce156edd13da83bb8674fe0e9b91cbbdc3a4028baf7bea2bbaec2194412bfdd"
|
||||
|
||||
[[files]]
|
||||
file = "config/quilt-loader.txt"
|
||||
hash = "b9aaeeb4867cd46e324b7eebba18e49f93b5b5c1e05a121698f10a2fade05d02"
|
||||
|
||||
[[files]]
|
||||
file = "config/quilt/qsl/registry.toml"
|
||||
hash = "77911d9f201ecb0eecb3ba0394855983386094e45e3794ad74f6d74985a6d2ec"
|
||||
|
||||
[[files]]
|
||||
file = "config/resourceful-config-web.json"
|
||||
hash = "57b49248d452559c30aad43fa9410673e4cc93b7ab96a15acac3a41168228c24"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplehats.json"
|
||||
hash = "ac3257c9c077165803cc1aaaf71560a89aa805a6a2b47a6e1039120d37fe28c4"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplehats/client.toml"
|
||||
hash = "394fbb3127d89c7df83532390a639f3b1913c7473a74eb5ae47d9e8557d3df3d"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplehats/common.toml"
|
||||
hash = "60fe4644dae4d1f2a720f4ed407bdac5496173a6acb5e74c482fdcefad8c0390"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplyswords_extra/backupconfig.json"
|
||||
hash = "b4f42517677758e0849c7c15a26ee4d6dacf10262de2aca36687647ddfe78ca8"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplyswords_extra/loot_config.json5"
|
||||
hash = "7d3b5b582c6b33ed37f038f536bb005fd89a6d0c78349b75bc9547d0ba06829f"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplyswords_main/gem_effects.json5"
|
||||
hash = "3e953737dcb4ed50db8605db74df14983300f79f38b6f954ec0a0686ba2d82ea"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplyswords_main/general.json5"
|
||||
hash = "e0c4e649ecd0932e5e66534cd6eb34beb3c3954ca6f985646879cd7775c24718"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplyswords_main/loot.json5"
|
||||
hash = "0c5adb19bca29b69db8ef651df6994f9e4c370f6cd6ffc03a53867ea0cddbba0"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplyswords_main/runic_effects.json5"
|
||||
hash = "07e0a8995b5e2d948a20910b9e3fed8d88733f677d384a5ea78589a9d9981f82"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplyswords_main/status_effects.json5"
|
||||
hash = "4fa38ac43a2d8f996f7800c9d61235c3800bfd3cae7f6ba2d76093665bec8fb2"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplyswords_main/unique_effects.json5"
|
||||
hash = "f68f196bcb9672c0730a8e17d23e27aa455160914654e25c0b88fa2855b0d4b4"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplyswords_main/weapon_attributes.json5"
|
||||
hash = "9220a83442ee1f88e7ec1656ae4cbc9eef51449a170ba40e29fc4775753dde78"
|
||||
|
||||
[[files]]
|
||||
file = "config/sodium-extra-options.json"
|
||||
hash = "e5cdda2889f152d6cc74df3e2b2014d54300e0f59a69dc7436c8a01147fa6ffb"
|
||||
|
||||
[[files]]
|
||||
file = "config/sodium-extra.properties"
|
||||
hash = "a2f1b47c1eaa119ab34727f1d43c2506cb3d7f17ba8fb4efb49e20c8e0b58e70"
|
||||
|
||||
[[files]]
|
||||
file = "config/sodium-mixins.properties"
|
||||
hash = "051558518a6f3350fadb1546346d937e7f78f69834a075bf91b59921f151cc26"
|
||||
|
||||
[[files]]
|
||||
file = "config/sodium-options.json"
|
||||
hash = "971377be330405b5950f878070f62150cf71463ecccfd0419bda98513cd3b19d"
|
||||
|
||||
[[files]]
|
||||
file = "config/spark/config.json"
|
||||
hash = "992ba9f3a4a7ce3de112eb95575328956fdc3ce6781c455ebce7b23db7e7da42"
|
||||
|
||||
[[files]]
|
||||
file = "config/spark/tmp/about.txt"
|
||||
hash = "8057ccf4540ea269b0fc332225859f44d8f3a55d891fa2e7a3447b6202658d2a"
|
||||
|
||||
[[files]]
|
||||
file = "config/textile_backup.json5"
|
||||
hash = "884daa2a582a871cad7389242002759d3c4b76247213242f35a0fef98f96118f"
|
||||
|
||||
[[files]]
|
||||
file = "config/toms_storage.json"
|
||||
hash = "ebd3d7ddf4e75b9b293bb6e389110a25a17ff1f1de4d3ea931d73368f6347039"
|
||||
|
||||
[[files]]
|
||||
file = "config/voicechat/translations.properties"
|
||||
hash = "6a521191220fe44d145da9a855fed277d9a19f4c09165425e64a2c7a03758ebb"
|
||||
|
||||
[[files]]
|
||||
file = "config/voicechat/username-cache.json"
|
||||
hash = "f7d9538f274497b603b5c4fadcfbf2bba7c831281f30e5b19e5c19e8c6a35d24"
|
||||
|
||||
[[files]]
|
||||
file = "config/voicechat/voicechat-client.properties"
|
||||
hash = "122d7e81dafef80208371f65699fa93512da4a170c73db9244f0f6c9e3b8f897"
|
||||
|
||||
[[files]]
|
||||
file = "config/voicechat/voicechat-server.properties"
|
||||
hash = "bc192e8bf346858a096989d25964fdbb2e6e1c77b5f8bf906eca03fbdf9c997d"
|
||||
|
||||
[[files]]
|
||||
file = "config/voicechat/voicechat-volumes.properties"
|
||||
hash = "33afebdb8ef07a3d774086931dec8d899f4da7aeba5b448fd4eee540ba5e02a2"
|
||||
|
||||
[[files]]
|
||||
file = "config/xaerominimap-common.txt"
|
||||
hash = "12d59cbd75c19a2bfb7f837f161f762e6136e834b07d3c3c5bba806a66e34bc2"
|
||||
|
||||
[[files]]
|
||||
file = "config/xaerominimap.txt"
|
||||
hash = "0522bc12255e74df5e58842b324cb95c0773b1fe02f3dc171c9018fb97d55041"
|
||||
|
||||
[[files]]
|
||||
file = "config/xaerominimap_entities.json"
|
||||
hash = "94fc0e69a1754ef80c54e1f3c9193526c620b0ac646f94a4a0f560bcc58826a8"
|
||||
|
||||
[[files]]
|
||||
file = "config/xaeropatreon.txt"
|
||||
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
|
||||
[[files]]
|
||||
file = "config/xaeroworldmap-common.txt"
|
||||
hash = "d1f01c1b88e9f0273da1a90cd0c5d0ff62c2313b7ef4c901993aa8cafa84e5d6"
|
||||
|
||||
[[files]]
|
||||
file = "config/xaeroworldmap.txt"
|
||||
hash = "6cae8c6c64eeebf4dd15076b8f172a440bf1ece460aef63d3abe206e2d45fe8f"
|
||||
|
||||
[[files]]
|
||||
file = "mods/ad-astra.pw.toml"
|
||||
hash = "ff786550ebc945232c072bd3011919ab9fef52baf819705309d67c961332b604"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/adventurez.pw.toml"
|
||||
hash = "5114753cb4d08fb69cc23ff9bf58c70c3d2411f01c0b828dc24c25fa0cb8994b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/alloy-forgery.pw.toml"
|
||||
hash = "149062fec33cc9b361650d6aacbbb668381007e14ec6b1ef98fb7e4fe9c51685"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bclib.pw.toml"
|
||||
hash = "82b70b3ca30f3eedea12049a414cf30baae722c79128b17789a93b6906dc3ca5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/better-combat.pw.toml"
|
||||
hash = "9e44e050783e06ab8135679dd4339e1bd96955423c35711bf09c485edeba77cd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betterend.pw.toml"
|
||||
hash = "09faca3cde7ffda49fcd3d4fc4f4a3d4f8774463170dfee83d6472f64bc84016"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betternether.pw.toml"
|
||||
hash = "bb1ce36de0df1b27894c1270d6d8bdb6f34b77eb26ed6cac19ef4bd80ae41cd8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/botarium.pw.toml"
|
||||
hash = "39c1c613510610ba17f1c40af55cbcf33cde14466f2f6ef9ab102fe67bf6cec5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/clumps.pw.toml"
|
||||
hash = "524505b468ca28db75538936dbaea65fc42d13d07e821ed8c054fe7146044535"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/detail-armor-bar.pw.toml"
|
||||
hash = "89d22d515a1b5b1349b21eaa191a00bf529acca7673ba6af27dfda0380abea2b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/eating-animation.pw.toml"
|
||||
hash = "073795fff0829c88707bdd7774faa544034d6a6ea375f1366b5220047450cfc3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/elytra-slot.pw.toml"
|
||||
hash = "b73dc299ac242f3dc0e5cafe29701e3f1632adbe33a41561c17701da28cbf30c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/elytra-trims.pw.toml"
|
||||
hash = "e441ee075765c101b65218a0d8c4d2c6af8cd349f8a38ddbaa2044160bbb2d7c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi-enchanting.pw.toml"
|
||||
hash = "f88b04c5b537da9f1d032e3c9dff56648d9c19b7658af065f11d618f5c1c3fdd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi-loot.pw.toml"
|
||||
hash = "8766521465c1cc6b57199a24008be030eabfd417c0ba7eb6c91f26c2f6ffa70a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi.pw.toml"
|
||||
hash = "9884c9af4ba83cbdf8bc6b102a257068566641a17d2c6dde63dcf41d0dd0603e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emiffect.pw.toml"
|
||||
hash = "6395441f751bc9aca4cd024df876b9f7abbfc53d8911f5264c5c36eabbb21c82"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emitrades.pw.toml"
|
||||
hash = "4c59088a2cb975f60347da57d72bb1069b65452c6a7b92af8facec6e1bed9409"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/enchanting-infuser.pw.toml"
|
||||
hash = "f95972bcfd722e16976b535ffd4555281256158a2c0a084587ca464d8e83db00"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/euphoria-patches.pw.toml"
|
||||
hash = "6d378d07694337dbf5d20de80ff1ce1cd1f652812089f6735c40c1f5617c041b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/expanded-storage.pw.toml"
|
||||
hash = "557361b486bf7c1f7f8e170218c09b38fd21d09236221e244fab11fe74303b80"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/extra-enchantments-and-curses.pw.toml"
|
||||
hash = "29320d9de73f76fda0c0e5a68d80606c2c23e0d1653fedc7aa18a52ec6cedb7d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/extra-mod-integrations.pw.toml"
|
||||
hash = "4b5af07a3311d776868ed6f0c22180ab50f224caca07e6fd7b33c6d8bb2ff80d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/forge-config-api-port.pw.toml"
|
||||
hash = "129bb8b135edc60038f021b693f5b88a0067b722f326e0d6067112243774289b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fwaystones.pw.toml"
|
||||
hash = "3f09bb38efde1a93e272c206e11bbf9aed4b70dfea20a346f53c4e7da5080a82"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/gravestones.pw.toml"
|
||||
hash = "ace9dbdca93d66c486a4474081fc91219640e506b62679bce01318c34af51e13"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iceberg.pw.toml"
|
||||
hash = "a4d47f10df4769734a850e6a2cd7342802f92f5e269b27464c86cfd0b5a2182f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/indium.pw.toml"
|
||||
hash = "0c5e71addef34c8dcd1c81dfc2ad851a3e274b9d8d3a7d388e1113d4139bf8d8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inmis.pw.toml"
|
||||
hash = "feefe07278b869d769f1f679c89f9e37056558802cf16d0f96f79759ac372ba8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inmisaddon.pw.toml"
|
||||
hash = "16e7fe544a266d9f2ff4a8ae05f1b6c9db183145d429df578bc330c7dee973d3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inventory-management.pw.toml"
|
||||
hash = "e181bb57004fede8c736e9183d8645e7db17d965669590575b3cbbc1050075ef"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iris.pw.toml"
|
||||
hash = "87ea5bf588ed195eaee3bcbd2432b5671692a203b25b688ffcbfeea6d2cea775"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/item-borders.pw.toml"
|
||||
hash = "886ec9532b2ab57d9e0921283b2fbfa4e13460f955172c166ad28b171871dd81"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lambdabettergrass.pw.toml"
|
||||
hash = "0e0ad3001c99ec281023ad8fefb7ace9931cb8cbda6d4ed18abf2b47c02320da"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lambdynamiclights.pw.toml"
|
||||
hash = "a626674fc1092afe5ccc6cbf4856c09119e42395494f1c3862eed2ab17da0221"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "4cd171d3f5f3e1d2948cb1b0062e742a5e85110c9e9a668f9aed5b0cebcb9c97"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mouse-tweaks.pw.toml"
|
||||
hash = "669008dbd2508a67f8c409096cf2357de450f26a69494289e5852045ade7d358"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mythicmetals.pw.toml"
|
||||
hash = "c5bc71474074d35ec411cc95734b9ded5c27bf26564a166bec9750e2aa40b3c6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/not-enough-animations.pw.toml"
|
||||
hash = "15bbdb7f98ae7148b79b69408488dd03016ac89fe647b5396417a8ba4f968df0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/owo-lib.pw.toml"
|
||||
hash = "28b3e0806647eb166e942cf6552993bb6d666949c53f0d51927bdfb063cb6cc4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/playeranimator.pw.toml"
|
||||
hash = "a3d67082a95f70155d68aec25d7ffba8a7c7bc48b342529e52005ddfc76f11ae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/prism-lib.pw.toml"
|
||||
hash = "e51bce9d59f8db31f2730a742b84917a3729388f2fc44e0aa51fa39f9dfb43d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/puzzles-lib.pw.toml"
|
||||
hash = "8ecb202cbaf851233c9b3ff1541f8c70af8334779d59e8046450d6bcd62edc67"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/qsl.pw.toml"
|
||||
hash = "db2669fd5202942c0d0514c797c198506470e149542ac9d65e33e04f1a01db23"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reeses-sodium-options.pw.toml"
|
||||
hash = "44b0a2294e1693230308e53b529d671a0303e94b623ba2c2650cdf5760a5a335"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reimagined-trims.pw.toml"
|
||||
hash = "416ed064c8533803905d539632c321749e6850453454200874e0b4487cd983aa"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/resourceful-config.pw.toml"
|
||||
hash = "57d01e72025cda62fd692056f651cec99fdf34ca8874119dfd3e9d9d16f78195"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/resourceful-lib.pw.toml"
|
||||
hash = "637453f471b9b9a07c0d455eacbaa63509bd8066ca14f15e2225328bb18ca201"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/shulkerboxtooltip.pw.toml"
|
||||
hash = "edba7765364ba526fcc7da563e9858d997dd9915401e08040c32de7f79d1bb91"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-armor-hud.pw.toml"
|
||||
hash = "37a6f09be622f0165e18c8ae6182e14038f69d74dd8a148d5adcea0545bac9da"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-hats.pw.toml"
|
||||
hash = "785a9317dde69152877bd175024e7207508b56da6e003094e115f925fe1fbcda"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "ca636f50faa18c478ea2a61be17383997bf70fe215a3e7b742b3d92dba87ece4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simply-swords.pw.toml"
|
||||
hash = "481554a4e059cda1be174d3942f0c0f0d7158fc8fc985ee332ccc4e2c74894b7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium-extra.pw.toml"
|
||||
hash = "4e691c86059e755a026b8cae8cf0c66396dc39bf47b6c71980589101803ecd36"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.pw.toml"
|
||||
hash = "9a927c3e0830ba32e1b8a2e543597781724462595b8cce58f676962b442bb52b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "96e3771cd09bb4a808d1c1fcb5a050efdc2ffb4efe7b584407ed54c46c0388d9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/textile_backup.pw.toml"
|
||||
hash = "de89d4ffd14c02db24f737055f1f11b784bcb98e7e826efa4bc2329a962b4ba5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/toms-storage.pw.toml"
|
||||
hash = "16533ac83d5cd1cb2708e080ad7996b22a595a7184a034516d46ad871776cd9b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/trinkets.pw.toml"
|
||||
hash = "b2e02d1210f025b905299bfc88f895058640158343322641aca2c4875622c992"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vtdownloader.pw.toml"
|
||||
hash = "5944130f698e8cac37ddb6599351d96d4018208eb26c551a682a2d13b647320f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap.pw.toml"
|
||||
hash = "97da858e6f958a87d076852f8e68a94095c1169f38f4089718ad56ea3eb11a2d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "a94b26104a8ff5dafab4b0824eca6f44ed71aa0ed53b150a2659b1d7361a2b31"
|
||||
metafile = true
|
13
mods/ad-astra.pw.toml
Normal file
13
mods/ad-astra.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ad Astra"
|
||||
filename = "ad_astra-fabric-1.20.1-1.15.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/DruFc2hK/ad_astra-fabric-1.20.1-1.15.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4f3904c169a6ce648675e3ce57962fb8e30a87c6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "3ufwT9JF"
|
||||
version = "DruFc2hK"
|
13
mods/adventurez.pw.toml
Normal file
13
mods/adventurez.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AdventureZ"
|
||||
filename = "adventurez-1.4.19.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/defK2XM3/versions/zrb4qqdJ/adventurez-1.4.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "aeac6adc51b901a67131e21f6bf81d4319bdb915"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "defK2XM3"
|
||||
version = "zrb4qqdJ"
|
13
mods/alloy-forgery.pw.toml
Normal file
13
mods/alloy-forgery.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Alloy Forgery"
|
||||
filename = "alloy-forgery-2.0.22+1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jhl28YkY/versions/CDuKyCCF/alloy-forgery-2.0.22%2B1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7f13357a70a8a04c0c2747e80b7fc9dbaf5801c1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jhl28YkY"
|
||||
version = "CDuKyCCF"
|
13
mods/architectury-api.pw.toml
Normal file
13
mods/architectury-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Architectury API"
|
||||
filename = "architectury-9.1.12-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/Sbew3kXe/architectury-9.1.12-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "add0fffa445ee2959b0898484732704a15156553"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lhGA9TYQ"
|
||||
version = "Sbew3kXe"
|
13
mods/bclib.pw.toml
Normal file
13
mods/bclib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BCLib"
|
||||
filename = "bclib-3.0.13.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BgNRHReB/versions/bccqbyya/bclib-3.0.13.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4850fbc25fa1f2217916155ed354579af1c15205"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BgNRHReB"
|
||||
version = "bccqbyya"
|
13
mods/better-combat.pw.toml
Normal file
13
mods/better-combat.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Better Combat"
|
||||
filename = "bettercombat-fabric-1.8.3+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/1mMMpsqV/bettercombat-fabric-1.8.3%2B1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ba4fd38eb9b0b9922c4a3be31d4ae3f6c3cc0493"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5sy6g3kz"
|
||||
version = "1mMMpsqV"
|
13
mods/betterend.pw.toml
Normal file
13
mods/betterend.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BetterEnd"
|
||||
filename = "better-end-4.0.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/otd2erfL/better-end-4.0.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1e7da7e351af26a912934d05b0aa77e5f6c4d139"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gc8OEnCC"
|
||||
version = "otd2erfL"
|
13
mods/betternether.pw.toml
Normal file
13
mods/betternether.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BetterNether"
|
||||
filename = "better-nether-9.0.9.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MpzVLzy5/versions/9kJblF2V/better-nether-9.0.9.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ee7275b0d3f627520c9d17dd3c942ec82ca093a7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MpzVLzy5"
|
||||
version = "9kJblF2V"
|
13
mods/botarium.pw.toml
Normal file
13
mods/botarium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Botarium"
|
||||
filename = "botarium-fabric-1.20.1-2.2.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/9yTYvTAh/botarium-fabric-1.20.1-2.2.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "feea0555a82bfb71e3edf9dfea7054423bdb7f3e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "2u6LRnMa"
|
||||
version = "9yTYvTAh"
|
13
mods/cloth-config.pw.toml
Normal file
13
mods/cloth-config.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cloth Config API"
|
||||
filename = "cloth-config-11.1.106-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/s7VTKfLA/cloth-config-11.1.106-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a05e176326365f2b8e377a35be52a5671491bcfd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "s7VTKfLA"
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue