Compare commits

...

10 commits
dev ... main

194 changed files with 1310 additions and 9000 deletions

View file

@ -1,11 +0,0 @@
{
"debugMode": false,
"parseChestLoot": true,
"parseBlockLoot": true,
"parseMobLoot": true,
"parseGameplayLoot": true,
"chestLootCompact": true,
"chestLootAlwaysStackSame": false,
"mobLootIncludeDirectDrops": true,
"parseArchaeologyLoot": true
}

View file

@ -1,8 +0,0 @@
RMBTweak=1
LMBTweakWithItem=1
LMBTweakWithoutItem=1
WheelTweak=1
WheelSearchOrder=1
WheelScrollDirection=0
ScrollItemScaling=0
Debug=0

View file

@ -1,223 +0,0 @@
{
// 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
}
}

View file

@ -1,43 +0,0 @@
{
"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
}

View file

@ -1,4 +0,0 @@
#Simple Survival Tweaks config file
#Sun Nov 19 19:52:35 CET 2023
better_mount_hud=false
double_hotbar=false

View file

@ -1,13 +0,0 @@
{
"force_include": {
"NETHER": [],
"END_LAND": [],
"END_VOID": [],
"END_CENTER": [],
"END_BARRENS": []
},
"force_exclude": {
"NETHER": [],
"END": []
}
}

View file

@ -1,6 +0,0 @@
{
"version": {
"last [default: never]": "never",
"cached [default: ]": ""
}
}

View file

@ -1,29 +0,0 @@
{
"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
}
}

View file

@ -1,8 +0,0 @@
{
"options": {
"biomeSource": {
"fixEndBiomeSource [default: true]": true,
"fixNetherBiomeSource [default: true]": true
}
}
}

View file

@ -1,9 +0,0 @@
{
"patches": {
"applyPatches [default: true]": true,
"repairBiomesOnLoad [default: false]": false
},
"infos": {
"verbose [default: true]": true
}
}

View file

@ -1,13 +0,0 @@
{
"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
}
}

View file

@ -1,16 +0,0 @@
{
"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": ""
}

View file

@ -1,116 +0,0 @@
{
"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"
}
]
}

View file

@ -1,93 +0,0 @@
{
/* 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
}

View file

@ -1,478 +0,0 @@
{
"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
}
}
}

View file

@ -1,5 +0,0 @@
{
"customSky [default: true]": true,
"blendBiomeMusic [default: true]": true,
"sulfurWaterColor [default: true]": true
}

View file

@ -1,3 +0,0 @@
{
"end_veil [default: true]": true
}

View file

@ -1,8 +0,0 @@
{
"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
}

View file

@ -1,58 +0,0 @@
{
"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
}
}
}

View file

@ -1,143 +0,0 @@
{
"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
}
}

View file

@ -1,11 +0,0 @@
{
"portals": [
{
"dimension": "minecraft:overworld",
"item": "betterend:eternal_crystal",
"colorRed": 255,
"colorGreen": 255,
"colorBlue": 255
}
]
}

View file

@ -1,139 +0,0 @@
{
"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
}
}
}
}
}
}
}

View file

@ -1,257 +0,0 @@
{
"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
}

View file

@ -1,47 +0,0 @@
{
"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
}
}
}
}

View file

@ -1,90 +0,0 @@
{
"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
}
}

View file

@ -1,15 +0,0 @@
{
"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
}
}

View file

@ -1,16 +0,0 @@
{
"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
}

View file

@ -1,6 +0,0 @@
# 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

View file

@ -1,11 +0,0 @@
{
"playCooldownSound": true,
"playCooldownFlash": true,
"playRollSound": true,
"hudArrowColor": 5540067,
"hudBackgroundOpacity": 75,
"showWhenFull": true,
"showHUDInCreative": false,
"showKeybinding": true,
"keybindingLabelPosition": "LEFT"
}

View file

@ -1,23 +0,0 @@
{
"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
}
}

View file

@ -1,9 +0,0 @@
{
"rollWidget": {
"origin": "BOTTOM",
"offset": {
"field_1343": 108.0,
"field_1342": -12.0
}
}
}

View file

@ -1,22 +0,0 @@
{
// 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
}

View file

@ -1,16 +0,0 @@
{
"render": {
"color": "ALL",
"patterns": "ALL",
"trims": "ALL",
"cape": "ALL",
"glow": "ALL",
"global": "ALL"
},
"texture": {
"useBannerTextures": false,
"cropTrims": true,
"useDarkerTrim": false,
"showBannerIcon": false
}
}

View file

@ -1,452 +0,0 @@
/** 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;
}

View file

@ -1,4 +0,0 @@
{
// Declares whether the villager entity model is shown in the recipe UI.
enable3DVillagerModelInRecipes: true
}

View file

@ -1,199 +0,0 @@
[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

View file

@ -1,6 +0,0 @@
{
"restrictive_scrolling": false,
"container_type": "expandedstorage:auto",
"prefer_bigger_screens": true,
"config_version": 0
}

View file

@ -1,9 +0,0 @@
#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

View file

@ -1,14 +0,0 @@
#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

View file

@ -1,82 +0,0 @@
{
"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"
}
}

View file

@ -1,11 +0,0 @@
{
"mainSettings": {
"enableGraves": true,
"enableGraveLooting": false,
"sendGraveCoordinates": false,
"minimumOpLevelToLoot": 4,
"retrievalType": "ON_BREAK",
"dropType": "PUT_IN_INVENTORY",
"xpPercentage": 0.75
}
}

View file

@ -1,4 +0,0 @@
#Indium properties file
#Sun Nov 19 19:56:49 CET 2023
ambient-occlusion-mode=auto
always-tesselate-blocks=auto

View file

@ -1,88 +0,0 @@
{
"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"
}

View file

@ -1,22 +0,0 @@
# 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 = {}

View file

@ -1,8 +0,0 @@
#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

View file

@ -1,26 +0,0 @@
# 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

View file

@ -1,26 +0,0 @@
# 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

View file

@ -1,9 +0,0 @@
# 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

View file

@ -1,43 +0,0 @@
# 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

View file

@ -1,8 +0,0 @@
# 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.

View file

@ -1,30 +0,0 @@
{
"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
}

View file

@ -1,37 +0,0 @@
{
"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"
}

View file

@ -1,50 +0,0 @@
{
"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"
}

View file

@ -1,5 +0,0 @@
#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

View file

@ -1,42 +0,0 @@
[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

View file

@ -1,12 +0,0 @@
{
"enabled": false,
"port": 7903,
"validator": {
"uuids": [],
"if": {
"password": "35b81aba-0ca5-4be4-a04f-d153b240667d",
"type": "password"
},
"type": "if"
}
}

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
forceFirstPersonNoRender = false
hatYOffset = 0.0

View file

@ -1,15 +0,0 @@
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

View file

@ -1,4 +0,0 @@
{
"regen_simplyswords_config_file": false,
"config_version": 1.51
}

View file

@ -1,37 +0,0 @@
{
// --------------------------------------------- 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
}

View file

@ -1,25 +0,0 @@
{
"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
}

View file

@ -1,9 +0,0 @@
{
"enableWeaponImpactSounds": true,
"weaponImpactSoundsVolume": 0.30000001192092896,
"enableWeaponFootfalls": true,
"enablePassiveParticles": true,
"enableUniqueGemSockets": true,
"compatGobberEndWeaponsUnbreakable": true,
"compatEnableSpellPowerScaling": true
}

View file

@ -1,34 +0,0 @@
{
"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
}

View file

@ -1,63 +0,0 @@
{
"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
}

View file

@ -1,3 +0,0 @@
{
"echoDamage": 2
}

View file

@ -1,113 +0,0 @@
{
"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
}

View file

@ -1,129 +0,0 @@
{
"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
}

View file

@ -1,69 +0,0 @@
{
"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"
}
}

View file

@ -1,7 +0,0 @@
# 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.

View file

@ -1,6 +0,0 @@
# 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.

View file

@ -1,24 +0,0 @@
{
"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
}
}

View file

@ -1,4 +0,0 @@
{
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
"backgroundProfiler": true
}

View file

@ -1,10 +0,0 @@
# 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.

View file

@ -1,12 +0,0 @@
{
"onlyTrims": false,
"invRange": 16,
"wirelessRange": 16,
"invConnectorMaxCables": 2048,
"multiblockInv": [],
"advWirelessRange": 64,
"wirelessTermBeaconLvl": 1,
"wirelessTermBeaconLvlDim": 4,
"invLinkBeaconLvl": 1,
"invLinkBeaconLvlDim": 2
}

View file

@ -1,14 +0,0 @@
# 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

View file

@ -1 +0,0 @@
{"a8fbc083-7878-4efa-a188-8eead5bb8093":"Sangelo_"}

View file

@ -1,85 +0,0 @@
# 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

View file

@ -1,43 +0,0 @@
# 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

View file

@ -1,2 +0,0 @@
# Simple Voice Chat volume config

View file

@ -1,4 +0,0 @@
allowCaveModeOnServer:true
allowNetherCaveModeOnServer:true
allowRadarOnServer:true
registerStatusEffects:true

View file

@ -1,134 +0,0 @@
#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

View file

@ -1,191 +0,0 @@
{
"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": []
}
]
}

View file

@ -1,3 +0,0 @@
allowCaveModeOnServer:true
allowNetherCaveModeOnServer:true
registerStatusEffects:true

View file

@ -1,55 +0,0 @@
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

View file

@ -1,366 +1,32 @@
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"
hash = "98e029ce16da8cd056ac4bd5e68d3496ea45ae013649d6fadf0eeac1b0b6c4fb"
[[files]]
file = "config/toms_storage.json"
hash = "ebd3d7ddf4e75b9b293bb6e389110a25a17ff1f1de4d3ea931d73368f6347039"
file = "mods/3dskinlayers.pw.toml"
hash = "a7c95abc830068cdbd3adf8ec2ee8135b2eb2685f88fa90adda305f2d01205bc"
metafile = true
[[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"
file = "mods/accurate-block-placement-reborn.pw.toml"
hash = "694cedd4c3e308ad5441cc2bc5a2179b87579d033f19a04a7017fb842f4dd263"
metafile = true
[[files]]
file = "mods/ad-astra.pw.toml"
hash = "ff786550ebc945232c072bd3011919ab9fef52baf819705309d67c961332b604"
hash = "606274a1a5e95501bb8e589920a781f745d7bb976ef0906f8c04217963e241b9"
metafile = true
[[files]]
file = "mods/adventurez.pw.toml"
hash = "5114753cb4d08fb69cc23ff9bf58c70c3d2411f01c0b828dc24c25fa0cb8994b"
file = "mods/amplified-nether.pw.toml"
hash = "dc464531657482fdf16b54aef3bd251d6cac5583ffbc18216757de4c55edb55d"
metafile = true
[[files]]
file = "mods/alloy-forgery.pw.toml"
hash = "149062fec33cc9b361650d6aacbbb668381007e14ec6b1ef98fb7e4fe9c51685"
file = "mods/appleskin.pw.toml"
hash = "e3dfb2478e6bb096667d4ec89b0ddfef627747939373bdefee02f358d6e3dee1"
metafile = true
[[files]]
@ -368,9 +34,14 @@ file = "mods/architectury-api.pw.toml"
hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad"
metafile = true
[[files]]
file = "mods/balm.pw.toml"
hash = "7213c1f85dede9a36f77d4a0064a1c6aae79bcb4e281ae5d6d8698793ddda046"
metafile = true
[[files]]
file = "mods/bclib.pw.toml"
hash = "82b70b3ca30f3eedea12049a414cf30baae722c79128b17789a93b6906dc3ca5"
hash = "4c301cfb278d6625020229fd7f0b778bf622f542d865fcd1f727e095d064b5b0"
metafile = true
[[files]]
@ -378,14 +49,34 @@ file = "mods/better-combat.pw.toml"
hash = "9e44e050783e06ab8135679dd4339e1bd96955423c35711bf09c485edeba77cd"
metafile = true
[[files]]
file = "mods/better-stats.pw.toml"
hash = "5636f58a791fd425639a8fc45b920d12959838f6e461bc55795eabe266bab53b"
metafile = true
[[files]]
file = "mods/betterend.pw.toml"
hash = "09faca3cde7ffda49fcd3d4fc4f4a3d4f8774463170dfee83d6472f64bc84016"
metafile = true
[[files]]
file = "mods/betterf3.pw.toml"
hash = "5e3ee3550327d6b3545abc363325056c9fc09fb4d48a841e32da2da54c7f74c9"
metafile = true
[[files]]
file = "mods/betternether.pw.toml"
hash = "bb1ce36de0df1b27894c1270d6d8bdb6f34b77eb26ed6cac19ef4bd80ae41cd8"
hash = "517d2bcdb24b81608e79fe6ceeed432310ef6aa409422fa2048371d60e194753"
metafile = true
[[files]]
file = "mods/bl4cks-sit.pw.toml"
hash = "91d5dd2f8f16d8765e275d4f814a9b6cd155b0d9b3b0d89d93b54ffbda4a0440"
metafile = true
[[files]]
file = "mods/blockus.pw.toml"
hash = "3ff2fd216a864b9f32f7d55769fc558b324488db64353940f85b33bba6dbfddd"
metafile = true
[[files]]
@ -393,14 +84,49 @@ file = "mods/botarium.pw.toml"
hash = "39c1c613510610ba17f1c40af55cbcf33cde14466f2f6ef9ab102fe67bf6cec5"
metafile = true
[[files]]
file = "mods/bundle-jumble.pw.toml"
hash = "e4a33d11e609ee039d40d664b44a12b5d982699e53d2f7daac50b3ab1a4afb45"
metafile = true
[[files]]
file = "mods/bushier-flowers.pw.toml"
hash = "28fb59dd8303b624eae37b491010478ee8f850edc3116111ebf715a3a3673e3b"
metafile = true
[[files]]
file = "mods/cit-resewn.pw.toml"
hash = "44e2cc695c040b7bbca462165099fa3c56a98aa8f01104bb067dc850b65f6d02"
metafile = true
[[files]]
file = "mods/cloth-config.pw.toml"
hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691"
metafile = true
[[files]]
file = "mods/clumps.pw.toml"
hash = "524505b468ca28db75538936dbaea65fc42d13d07e821ed8c054fe7146044535"
file = "mods/clutter.pw.toml"
hash = "573858ec892b0882ae1984cca2d11021607afee0f1880251c621a4392022397e"
metafile = true
[[files]]
file = "mods/collective.pw.toml"
hash = "9c5b2ccf44210ccfd17b8f39e1fe5d7cb27e0acc78abecc855917ac5a3b7c2b5"
metafile = true
[[files]]
file = "mods/connectible_chains.pw.toml"
hash = "24ceeef91ed4244c63cf0dd4d34fea6b64f13de330ab86ca4929808ee4d2c01f"
metafile = true
[[files]]
file = "mods/continuity.pw.toml"
hash = "bb7b31de1f5c7941aff59030d59168a5971e8c47884bcd8905637836ff97ce46"
metafile = true
[[files]]
file = "mods/croptopia.pw.toml"
hash = "8361392d5f517beb700ee5367c05c81448dba6d2becae59e37dd2720157d38c9"
metafile = true
[[files]]
@ -408,6 +134,31 @@ file = "mods/detail-armor-bar.pw.toml"
hash = "89d22d515a1b5b1349b21eaa191a00bf529acca7673ba6af27dfda0380abea2b"
metafile = true
[[files]]
file = "mods/diagonal-fences.pw.toml"
hash = "5480078782d4d559c2c0f1f567f5e838997dbbd810f1523c8ba13652be2b7222"
metafile = true
[[files]]
file = "mods/double-doors.pw.toml"
hash = "c56ae338249990a510c4479047c812cf320e5b3cf92833876fb43d846dc602ad"
metafile = true
[[files]]
file = "mods/dynamic-fps.pw.toml"
hash = "6e6ee1bf66d6977728d3bf5404338c87a0a4ad5260833efcd912aaaca776cf8f"
metafile = true
[[files]]
file = "mods/easy-anvils.pw.toml"
hash = "693f6ab0cb4dd3bc2f31cfe9f21ce082288b123f7700e5b618a324e2d0f5ec41"
metafile = true
[[files]]
file = "mods/easy-shulker-boxes.pw.toml"
hash = "3fab0faf851513090ce8ee932cdbb6f1ec7c2b68510457d41b21f176a43e750a"
metafile = true
[[files]]
file = "mods/eating-animation.pw.toml"
hash = "073795fff0829c88707bdd7774faa544034d6a6ea375f1366b5220047450cfc3"
@ -418,11 +169,6 @@ 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"
@ -435,17 +181,17 @@ metafile = true
[[files]]
file = "mods/emi.pw.toml"
hash = "9884c9af4ba83cbdf8bc6b102a257068566641a17d2c6dde63dcf41d0dd0603e"
hash = "d8121db2c58601cb8a1c332ef15e5c2a3652eea09e18971ab3c36f618f17bb2d"
metafile = true
[[files]]
file = "mods/emiffect.pw.toml"
hash = "6395441f751bc9aca4cd024df876b9f7abbfc53d8911f5264c5c36eabbb21c82"
hash = "2ad35d1b513308d702e9fe45f3c711d63dd1abb8fcbbb40d9a1d7c37d4d5d367"
metafile = true
[[files]]
file = "mods/emitrades.pw.toml"
hash = "4c59088a2cb975f60347da57d72bb1069b65452c6a7b92af8facec6e1bed9409"
hash = "a55d562fcd6be9796e8cc162b83b5745efd83254fae44bf5a4d85d0fe6c97fcb"
metafile = true
[[files]]
@ -454,18 +200,8 @@ 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"
file = "mods/entitytexturefeatures.pw.toml"
hash = "71c96577e14c025bb923dbe0b65caca45f776d50d0b2eec68aaa48b18a43ff2f"
metafile = true
[[files]]
@ -473,24 +209,64 @@ file = "mods/extra-mod-integrations.pw.toml"
hash = "4b5af07a3311d776868ed6f0c22180ab50f224caca07e6fd7b33c6d8bb2ff80d"
metafile = true
[[files]]
file = "mods/fallingleaves.pw.toml"
hash = "0c4c20d601b15dbc85c275732d9efe9369597503c7d6caa9a7fee217f67073e7"
metafile = true
[[files]]
file = "mods/fallingtree.pw.toml"
hash = "9198158df2e73f860f7352adabc41d2341659ade1ddd07f340c45d0fb9a6cfa5"
metafile = true
[[files]]
file = "mods/farmers-delight-fabric.pw.toml"
hash = "76a2166b6bc2678069a93ced5969d56ee8189d6a30a86f57da75bd89af0e7f4c"
metafile = true
[[files]]
file = "mods/fastload.pw.toml"
hash = "0e72ac12907f4fb5a499a459cc2c64f9225a0c77ee59e76c9360ff0d3479aea2"
metafile = true
[[files]]
file = "mods/forge-config-api-port.pw.toml"
hash = "129bb8b135edc60038f021b693f5b88a0067b722f326e0d6067112243774289b"
metafile = true
[[files]]
file = "mods/freecam.pw.toml"
hash = "81cb55170d352d0e7786b5a3f7c6f2ceeecd1f52c4559ee423598b4d62e10af6"
metafile = true
[[files]]
file = "mods/fwaystones.pw.toml"
hash = "3f09bb38efde1a93e272c206e11bbf9aed4b70dfea20a346f53c4e7da5080a82"
metafile = true
[[files]]
file = "mods/gravestones.pw.toml"
hash = "ace9dbdca93d66c486a4474081fc91219640e506b62679bce01318c34af51e13"
file = "mods/geckolib.pw.toml"
hash = "08636c58b5d8591cb713231a9f9831369436b8ad2504c5610c3b66370b5891fc"
metafile = true
[[files]]
file = "mods/iceberg.pw.toml"
hash = "a4d47f10df4769734a850e6a2cd7342802f92f5e269b27464c86cfd0b5a2182f"
file = "mods/handcrafted.pw.toml"
hash = "2e3547b6513fabf4cc51efc2488115ea8297ec0e4845d57abad8d9e1a798b924"
metafile = true
[[files]]
file = "mods/held-item-info.pw.toml"
hash = "c24e05bc69b5e571da13b6f854c89ea093deab2b74b1bd3e8f17113a2f01c07e"
metafile = true
[[files]]
file = "mods/icarus.pw.toml"
hash = "975f3b2c4637255d6bc1dfb49ae19307e93541055e1cab5b4d08504892953a81"
metafile = true
[[files]]
file = "mods/immediatelyfast.pw.toml"
hash = "1ef40993b8abff2b77e3f5f59874e6de0348e4c39f6b8e5561fa672a8b1c5c0b"
metafile = true
[[files]]
@ -519,13 +295,18 @@ hash = "87ea5bf588ed195eaee3bcbd2432b5671692a203b25b688ffcbfeea6d2cea775"
metafile = true
[[files]]
file = "mods/item-borders.pw.toml"
hash = "886ec9532b2ab57d9e0921283b2fbfa4e13460f955172c166ad28b171871dd81"
file = "mods/ironchests.pw.toml"
hash = "3d7a6e5c73f9292286f772025984f3e039ed6eb31b3326c4b77edf221e6ee3fe"
metafile = true
[[files]]
file = "mods/lambdabettergrass.pw.toml"
hash = "0e0ad3001c99ec281023ad8fefb7ace9931cb8cbda6d4ed18abf2b47c02320da"
file = "mods/kiwi.pw.toml"
hash = "2fca316094aaba7621f614ebe9f26e50992797b8c63c6528e8b3fad35e885d7b"
metafile = true
[[files]]
file = "mods/krypton.pw.toml"
hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882"
metafile = true
[[files]]
@ -534,8 +315,38 @@ hash = "a626674fc1092afe5ccc6cbf4856c09119e42395494f1c3862eed2ab17da0221"
metafile = true
[[files]]
file = "mods/lithium.pw.toml"
hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da"
file = "mods/language-reload.pw.toml"
hash = "43986085a6a74e456999737d6f3b68f35bacc0d71aa9ee780e8dc143afd181b1"
metafile = true
[[files]]
file = "mods/lazydfu.pw.toml"
hash = "b4ca05b39b85c27cd97ccb65d5fb832f5e9fd7ee5710542a3e69dfa30a97ea7d"
metafile = true
[[files]]
file = "mods/litematica.pw.toml"
hash = "87a313a3e048b2dffb8d501e4cb4afd275f263d8b0fbcdeb6f55d7d0efbdef8f"
metafile = true
[[files]]
file = "mods/malilib.pw.toml"
hash = "1acd996072e196d8bf814766bcbd074c726d8ed95d0be773ce2ce04ca2d60e95"
metafile = true
[[files]]
file = "mods/mealapi.pw.toml"
hash = "adb920b48728998e86f1994a1b6fe3d9a522e0a586d22f3fc24f6d25faef874b"
metafile = true
[[files]]
file = "mods/memoryleakfix.pw.toml"
hash = "8e42842f48b3227733bafced612212eee2298f567ca599ac6a55b9878ae661da"
metafile = true
[[files]]
file = "mods/midnightlib.pw.toml"
hash = "53350f5a3d10fa6eb193faa468844eef8e8fa55c2744d1e82834c506cde26b6b"
metafile = true
[[files]]
@ -544,13 +355,23 @@ hash = "4cd171d3f5f3e1d2948cb1b0062e742a5e85110c9e9a668f9aed5b0cebcb9c97"
metafile = true
[[files]]
file = "mods/mouse-tweaks.pw.toml"
hash = "669008dbd2508a67f8c409096cf2357de450f26a69494289e5852045ade7d358"
file = "mods/moonlight.pw.toml"
hash = "db0666dfafeb0790232e8306a468b5725f372114d4bcd9f2743994e62458a3e7"
metafile = true
[[files]]
file = "mods/mythicmetals.pw.toml"
hash = "3902d0e4b99082a481bdee3dc452f53300c66dcb5b98e710db6f162fa34ba7cd"
file = "mods/moreculling.pw.toml"
hash = "be1f88824f7ceb008ce38ae763a93921db0c27db68577fdb16c29c6a085ec1f3"
metafile = true
[[files]]
file = "mods/mouse-wheelie.pw.toml"
hash = "f5eb9d19a205a42dbb9d8ad4ee95e2cf0364814dd8416a9147b21f261dd93c97"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5"
metafile = true
[[files]]
@ -558,24 +379,44 @@ file = "mods/not-enough-animations.pw.toml"
hash = "15bbdb7f98ae7148b79b69408488dd03016ac89fe647b5396417a8ba4f968df0"
metafile = true
[[files]]
file = "mods/nullscape.pw.toml"
hash = "9e09f07e73ff32e66e284584c72aeda18b81c4c3706e1be38352dbf072126102"
metafile = true
[[files]]
file = "mods/owo-lib.pw.toml"
hash = "28b3e0806647eb166e942cf6552993bb6d666949c53f0d51927bdfb063cb6cc4"
metafile = true
[[files]]
file = "mods/patchouli.pw.toml"
hash = "7868b15d73e524b8009505fa2112becb5a31e5c4cbdd7c46df4dc5ed9286c467"
metafile = true
[[files]]
file = "mods/pick-up-notifier.pw.toml"
hash = "bcf7b1f7226b3db7c78ba826464d17b71ed2e051898fd582b270e02cd8737320"
metafile = true
[[files]]
file = "mods/playeranimator.pw.toml"
hash = "a3d67082a95f70155d68aec25d7ffba8a7c7bc48b342529e52005ddfc76f11ae"
metafile = true
[[files]]
file = "mods/prism-lib.pw.toml"
hash = "e51bce9d59f8db31f2730a742b84917a3729388f2fc44e0aa51fa39f9dfb43d5"
file = "mods/presence-footsteps.pw.toml"
hash = "7a6c27fcdf9d6e4c25ad433a676357353b8d6125433e7a883de4ddb889767f88"
metafile = true
[[files]]
file = "mods/puzzles-lib.pw.toml"
hash = "8ecb202cbaf851233c9b3ff1541f8c70af8334779d59e8046450d6bcd62edc67"
hash = "babcc560d562a67f83098bd9f334ee942272c222f2e1746d2329826631ccf760"
metafile = true
[[files]]
file = "mods/qkl.pw.toml"
hash = "47217cc1489533f668d622f2078351a61873be573311a9a94be7293328a849a7"
metafile = true
[[files]]
@ -588,11 +429,6 @@ 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"
@ -600,17 +436,12 @@ metafile = true
[[files]]
file = "mods/resourceful-lib.pw.toml"
hash = "637453f471b9b9a07c0d455eacbaa63509bd8066ca14f15e2225328bb18ca201"
hash = "08bb1c50aa16dda08694932949e5d8ac2ceed7269ac9306a5690a48101b2560f"
metafile = true
[[files]]
file = "mods/shulkerboxtooltip.pw.toml"
hash = "edba7765364ba526fcc7da563e9858d997dd9915401e08040c32de7f79d1bb91"
metafile = true
[[files]]
file = "mods/simple-armor-hud.pw.toml"
hash = "37a6f09be622f0165e18c8ae6182e14038f69d74dd8a148d5adcea0545bac9da"
file = "mods/sandwichable.pw.toml"
hash = "f940a85f7fce47ee3228e10dfde0c7a818d5464337bb8ba0b7074b421975e359"
metafile = true
[[files]]
@ -620,7 +451,7 @@ metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "ca636f50faa18c478ea2a61be17383997bf70fe215a3e7b742b3d92dba87ece4"
hash = "5493b29ebfa85448ca5063eeecf1811a01e5f5fc2f7d2dec51d339ba06a72a7c"
metafile = true
[[files]]
@ -628,6 +459,11 @@ file = "mods/simply-swords.pw.toml"
hash = "481554a4e059cda1be174d3942f0c0f0d7158fc8fc985ee332ccc4e2c74894b7"
metafile = true
[[files]]
file = "mods/snow-real-magic.pw.toml"
hash = "b31a3a95e807de52923a7d3f0ae7af7a935bb84e11f84c4ff4eddde8aaa67103"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "4e691c86059e755a026b8cae8cf0c66396dc39bf47b6c71980589101803ecd36"
@ -639,8 +475,48 @@ hash = "9a927c3e0830ba32e1b8a2e543597781724462595b8cce58f676962b442bb52b"
metafile = true
[[files]]
file = "mods/spark.pw.toml"
hash = "96e3771cd09bb4a808d1c1fcb5a050efdc2ffb4efe7b584407ed54c46c0388d9"
file = "mods/sound-physics-remastered.pw.toml"
hash = "3decc297ef37c1ecb820b095d076dfa04e5c2d16a29e165f27c911a80d2e4afd"
metafile = true
[[files]]
file = "mods/spyglass-astronomy.pw.toml"
hash = "9595bde62003caf601737ec3838a14beb67c2ef1212f8a74251c36d851698800"
metafile = true
[[files]]
file = "mods/status-effect-bars.pw.toml"
hash = "4fb915d2bc266c1ed7a0dce77e3da295305c5dbec7a7ae1d142b3abf621be309"
metafile = true
[[files]]
file = "mods/supermartijn642s-config-lib.pw.toml"
hash = "075b0a946ee6bc32d2eadde90257bdf53d09493978b3b7add5af49716691799e"
metafile = true
[[files]]
file = "mods/supermartijn642s-core-lib.pw.toml"
hash = "1c016f800988efb78998ad081203e9789f720d9ae81826fd8c191eecdcc15ad3"
metafile = true
[[files]]
file = "mods/supplementaries.pw.toml"
hash = "aaae48129edb1d2db19450fbc18097748befb273e20c443f53668cc4188a72e7"
metafile = true
[[files]]
file = "mods/tectonic.pw.toml"
hash = "d4999aa4a0af3e06221075e4cbf62a8ffdc50537353d494ac40dd73f12bc173c"
metafile = true
[[files]]
file = "mods/terralith.pw.toml"
hash = "c7b5cc4b23192c970f0aa018e1e5e801a56c3ec2149e87eb30e4d57fa624e2ba"
metafile = true
[[files]]
file = "mods/text-utilities.pw.toml"
hash = "d348e5b14642c36393ff3ce72e03ef79f709b1af045112211294673c52a47d1a"
metafile = true
[[files]]
@ -659,16 +535,56 @@ hash = "b2e02d1210f025b905299bfc88f895058640158343322641aca2c4875622c992"
metafile = true
[[files]]
file = "mods/vtdownloader.pw.toml"
hash = "5944130f698e8cac37ddb6599351d96d4018208eb26c551a682a2d13b647320f"
file = "mods/villagersplus.pw.toml"
hash = "53b56f21d3df1e98653a76b36658e74ebf9d39aa8d5f47a7bfba5c882e0e251f"
metafile = true
[[files]]
file = "mods/weaponmaster.pw.toml"
hash = "1c7e7e52a4125be4fa1bfe155a7b9fdaf8fa4c1a1f3ad1203171817f36cd41df"
metafile = true
[[files]]
file = "mods/xaeros-minimap.pw.toml"
hash = "97da858e6f958a87d076852f8e68a94095c1169f38f4089718ad56ea3eb11a2d"
hash = "051834b92b9cdf5f93e61c20e167c9f456a59b1c683667b867f675c28a25f67c"
metafile = true
[[files]]
file = "mods/xaeros-world-map.pw.toml"
hash = "a94b26104a8ff5dafab4b0824eca6f44ed71aa0ed53b150a2659b1d7361a2b31"
hash = "1feec673626f914308c517f2ed29317cb1ca3124d7854667449cf8bbed3e126d"
metafile = true
[[files]]
file = "mods/yacl.pw.toml"
hash = "9f8a007f79fc9d88ea537a9c3c2db347cc88a3adb84d39d17f12a5921e0291bf"
metafile = true
[[files]]
file = "mods/yungs-api-fabric.pw.toml"
hash = "cba441f39b87df3e479f870998ecadaa833e847ec91932384def56f02b32362a"
metafile = true
[[files]]
file = "mods/yungs-better-nether-fortresses-fabric.pw.toml"
hash = "ebd74394feb9dd154a0ee710bddffdb5e80e18279e001d3c21ee21728364aa31"
metafile = true
[[files]]
file = "mods/yungs-better-witch-huts-fabric.pw.toml"
hash = "48cd5e6fc8bc8951f0e33e21d49d4c59dcbae57134e6c7425371ae566aaf6de7"
metafile = true
[[files]]
file = "mods/yungs-bridges-fabric.pw.toml"
hash = "4147ca397d51f92d2aa93d07d4fc24bd09774724088072baf73f5f39aec074f1"
metafile = true
[[files]]
file = "mods/yungs-extras-fabric.pw.toml"
hash = "c61d03ecba29f1d678c110b37010eabeb207006c7d00966b379b92edbd69f773"
metafile = true
[[files]]
file = "mods/zoomify.pw.toml"
hash = "ec7f94fcb88b139515557631074b5e90e64ea53761eb5753c2492007e24f59c4"
metafile = true

13
mods/3dskinlayers.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "3D Skin Layers"
filename = "3dskinlayers-fabric-1.5.4-mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/M8d2bZuk/3dskinlayers-fabric-1.5.4-mc1.20.1.jar"
hash-format = "sha1"
hash = "175b3e1978bc210d8981959df651f363eb2852fe"
[update]
[update.modrinth]
mod-id = "zV5r3pPn"
version = "M8d2bZuk"

View file

@ -0,0 +1,13 @@
name = "Accurate Block Placement Reborn"
filename = "accurate-block-placement-1.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/kzwxhsjp/versions/Jthlq5FP/accurate-block-placement-1.2.jar"
hash-format = "sha1"
hash = "7a0489cbc60d1089e2a39e2331ae605573baf839"
[update]
[update.modrinth]
mod-id = "kzwxhsjp"
version = "Jthlq5FP"

View file

@ -1,13 +1,13 @@
name = "Ad Astra"
filename = "ad_astra-fabric-1.20.1-1.15.4.jar"
filename = "ad_astra-fabric-1.20.1-1.15.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/DruFc2hK/ad_astra-fabric-1.20.1-1.15.4.jar"
url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/QzjRLT8e/ad_astra-fabric-1.20.1-1.15.5.jar"
hash-format = "sha1"
hash = "4f3904c169a6ce648675e3ce57962fb8e30a87c6"
hash = "c4274dafa7e1afe72f9e501a2e5d5971f252a9e2"
[update]
[update.modrinth]
mod-id = "3ufwT9JF"
version = "DruFc2hK"
version = "QzjRLT8e"

View file

@ -1,13 +0,0 @@
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"

View file

@ -1,13 +0,0 @@
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"

View file

@ -0,0 +1,13 @@
name = "Amplified Nether"
filename = "Amplified_Nether_1.20.2_v1.2.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "9fd63d094c16a7d1a7a15f631b4de6a1a2c06110"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4767382
project-id = 552176

13
mods/appleskin.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "AppleSkin"
filename = "appleskin-fabric-mc1.20.1-2.5.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar"
hash-format = "sha1"
hash = "d0f11243f79c071416bbcee781ae93eb57a0283c"
[update]
[update.modrinth]
mod-id = "EsAfCjCV"
version = "xcauwnEB"

13
mods/balm.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Balm"
filename = "balm-fabric-1.20.1-7.1.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/BJ0Uk3Di/balm-fabric-1.20.1-7.1.4.jar"
hash-format = "sha1"
hash = "e57026da2ddbf86f5d15678454938661708c33de"
[update]
[update.modrinth]
mod-id = "MBAkmtvl"
version = "BJ0Uk3Di"

View file

@ -3,11 +3,11 @@ 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"
mode = "metadata:curseforge"
[update]
[update.modrinth]
mod-id = "BgNRHReB"
version = "bccqbyya"
[update.curseforge]
file-id = 4677965
project-id = 495191

13
mods/better-stats.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Better Statistics Screen"
filename = "betterstats-3.5.2+fabric-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/n6PXGAoM/versions/eZ6vxjVH/betterstats-3.5.2%2Bfabric-1.20.1.jar"
hash-format = "sha1"
hash = "89c4507134939c656d55e1430bd903e309528190"
[update]
[update.modrinth]
mod-id = "n6PXGAoM"
version = "eZ6vxjVH"

13
mods/betterf3.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "BetterF3"
filename = "BetterF3-7.0.2-Fabric-1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar"
hash-format = "sha1"
hash = "ed0383ed8c68e1d1cbfc61267afee028d8a4d7fe"
[update]
[update.modrinth]
mod-id = "8shC1gFX"
version = "7WkFnw9F"

View file

@ -3,11 +3,11 @@ 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"
mode = "metadata:curseforge"
[update]
[update.modrinth]
mod-id = "MpzVLzy5"
version = "9kJblF2V"
[update.curseforge]
file-id = 4658909
project-id = 311377

13
mods/bl4cks-sit.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Sit"
filename = "sit-1.20-24.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VKXzIykF/versions/gBDMhF2c/sit-1.20-24.jar"
hash-format = "sha1"
hash = "0740abbaa0860195b8a2ddb8ca86c712cef2eabe"
[update]
[update.modrinth]
mod-id = "VKXzIykF"
version = "gBDMhF2c"

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