diff --git a/Server/sync-mods-from-client.ps1 b/Server/sync-mods-from-client.ps1 index 2a93498..b5881c4 100644 --- a/Server/sync-mods-from-client.ps1 +++ b/Server/sync-mods-from-client.ps1 @@ -39,6 +39,7 @@ $ClientOnlyJarLikePatterns = @( 'sodiumoptionsapi-*' 'time_on_display-*' 'ToastControl-*' + 'AmbientSounds-*' ) function Test-ClientOnlyJarName([string] $fileName) { diff --git a/config/aquaculture-common.toml b/config/aquaculture-common.toml new file mode 100644 index 0000000..f527501 --- /dev/null +++ b/config/aquaculture-common.toml @@ -0,0 +1,19 @@ +[basic_options] + "Enable weight for fish? Useful for fishing competitions" = false + # Default: 29 + # Range: 0 ~ 255 + "Amount of Message In A Bottle messages - Used to add additional custom messages" = 29 + "Enable debug mode? (Enables additional logging)" = false + "Show Fillet recipes in JEI?" = true + # Default: 13 + # Range: 0 ~ 63 + "How many blocks below sea level Aquaculture fish can spawn" = 13 + +[neptunium_options] + "Enable recipes for Neptunium items?" = true + "Enable recipes for Neptunium armor?" = true + #Should Neptune's bounty be added as fishing loot? Very rare. + "Add Neptune's Bounty as loot?" = true + # Default: 1 + # Range: 1 ~ 100 + "Neptunium loot table weight - For reference; Fish loot table weight: 85, Junk loot table weight: 10" = 1 diff --git a/config/attributefix/cataclysm/additional_critical_damage.json b/config/attributefix/cataclysm/additional_critical_damage.json new file mode 100644 index 0000000..5a3622c --- /dev/null +++ b/config/attributefix/cataclysm/additional_critical_damage.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": -512.0, + "value": -512.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 512.0, + "value": 512.0 + } +} \ No newline at end of file diff --git a/config/attributefix/cataclysm/charge_time.json b/config/attributefix/cataclysm/charge_time.json new file mode 100644 index 0000000..bec0988 --- /dev/null +++ b/config/attributefix/cataclysm/charge_time.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": -100.0, + "value": -100.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 512.0, + "value": 512.0 + } +} \ No newline at end of file diff --git a/config/attributefix/cataclysm/eat_speed.json b/config/attributefix/cataclysm/eat_speed.json new file mode 100644 index 0000000..5a0aa6e --- /dev/null +++ b/config/attributefix/cataclysm/eat_speed.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": -100.0, + "value": -100.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 100.0, + "value": 100.0 + } +} \ No newline at end of file diff --git a/config/attributefix/cataclysm/nature_heal.json b/config/attributefix/cataclysm/nature_heal.json new file mode 100644 index 0000000..806c2c5 --- /dev/null +++ b/config/attributefix/cataclysm/nature_heal.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": -256.0, + "value": -256.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.armor.json b/config/attributefix/minecraft/generic.armor.json new file mode 100644 index 0000000..a519ab4 --- /dev/null +++ b/config/attributefix/minecraft/generic.armor.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": true, + "value": true + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1000000.0, + "value": 1000000.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.armor_toughness.json b/config/attributefix/minecraft/generic.armor_toughness.json new file mode 100644 index 0000000..a519ab4 --- /dev/null +++ b/config/attributefix/minecraft/generic.armor_toughness.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": true, + "value": true + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1000000.0, + "value": 1000000.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.attack_damage.json b/config/attributefix/minecraft/generic.attack_damage.json new file mode 100644 index 0000000..a519ab4 --- /dev/null +++ b/config/attributefix/minecraft/generic.attack_damage.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": true, + "value": true + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1000000.0, + "value": 1000000.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.attack_knockback.json b/config/attributefix/minecraft/generic.attack_knockback.json new file mode 100644 index 0000000..a519ab4 --- /dev/null +++ b/config/attributefix/minecraft/generic.attack_knockback.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": true, + "value": true + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1000000.0, + "value": 1000000.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.attack_speed.json b/config/attributefix/minecraft/generic.attack_speed.json new file mode 100644 index 0000000..db7d8b2 --- /dev/null +++ b/config/attributefix/minecraft/generic.attack_speed.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.burning_time.json b/config/attributefix/minecraft/generic.burning_time.json new file mode 100644 index 0000000..db7d8b2 --- /dev/null +++ b/config/attributefix/minecraft/generic.burning_time.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.explosion_knockback_resistance.json b/config/attributefix/minecraft/generic.explosion_knockback_resistance.json new file mode 100644 index 0000000..e6159a0 --- /dev/null +++ b/config/attributefix/minecraft/generic.explosion_knockback_resistance.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1.0, + "value": 1.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.fall_damage_multiplier.json b/config/attributefix/minecraft/generic.fall_damage_multiplier.json new file mode 100644 index 0000000..105543d --- /dev/null +++ b/config/attributefix/minecraft/generic.fall_damage_multiplier.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 100.0, + "value": 100.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.flying_speed.json b/config/attributefix/minecraft/generic.flying_speed.json new file mode 100644 index 0000000..db7d8b2 --- /dev/null +++ b/config/attributefix/minecraft/generic.flying_speed.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.follow_range.json b/config/attributefix/minecraft/generic.follow_range.json new file mode 100644 index 0000000..250a173 --- /dev/null +++ b/config/attributefix/minecraft/generic.follow_range.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 2048.0, + "value": 2048.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.gravity.json b/config/attributefix/minecraft/generic.gravity.json new file mode 100644 index 0000000..2de04b0 --- /dev/null +++ b/config/attributefix/minecraft/generic.gravity.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": -1.0, + "value": -1.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1.0, + "value": 1.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.jump_strength.json b/config/attributefix/minecraft/generic.jump_strength.json new file mode 100644 index 0000000..91b5776 --- /dev/null +++ b/config/attributefix/minecraft/generic.jump_strength.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 32.0, + "value": 32.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.knockback_resistance.json b/config/attributefix/minecraft/generic.knockback_resistance.json new file mode 100644 index 0000000..e6159a0 --- /dev/null +++ b/config/attributefix/minecraft/generic.knockback_resistance.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1.0, + "value": 1.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.luck.json b/config/attributefix/minecraft/generic.luck.json new file mode 100644 index 0000000..0a1fb16 --- /dev/null +++ b/config/attributefix/minecraft/generic.luck.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": -1024.0, + "value": -1024.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.max_absorption.json b/config/attributefix/minecraft/generic.max_absorption.json new file mode 100644 index 0000000..250a173 --- /dev/null +++ b/config/attributefix/minecraft/generic.max_absorption.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 2048.0, + "value": 2048.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.max_health.json b/config/attributefix/minecraft/generic.max_health.json new file mode 100644 index 0000000..e404a8a --- /dev/null +++ b/config/attributefix/minecraft/generic.max_health.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": true, + "value": true + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 1.0, + "value": 1.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1000000.0, + "value": 1000000.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.movement_efficiency.json b/config/attributefix/minecraft/generic.movement_efficiency.json new file mode 100644 index 0000000..e6159a0 --- /dev/null +++ b/config/attributefix/minecraft/generic.movement_efficiency.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1.0, + "value": 1.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.movement_speed.json b/config/attributefix/minecraft/generic.movement_speed.json new file mode 100644 index 0000000..db7d8b2 --- /dev/null +++ b/config/attributefix/minecraft/generic.movement_speed.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.oxygen_bonus.json b/config/attributefix/minecraft/generic.oxygen_bonus.json new file mode 100644 index 0000000..db7d8b2 --- /dev/null +++ b/config/attributefix/minecraft/generic.oxygen_bonus.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.safe_fall_distance.json b/config/attributefix/minecraft/generic.safe_fall_distance.json new file mode 100644 index 0000000..0a1fb16 --- /dev/null +++ b/config/attributefix/minecraft/generic.safe_fall_distance.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": -1024.0, + "value": -1024.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.scale.json b/config/attributefix/minecraft/generic.scale.json new file mode 100644 index 0000000..018f8de --- /dev/null +++ b/config/attributefix/minecraft/generic.scale.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0625, + "value": 0.0625 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 16.0, + "value": 16.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.step_height.json b/config/attributefix/minecraft/generic.step_height.json new file mode 100644 index 0000000..13e3c1f --- /dev/null +++ b/config/attributefix/minecraft/generic.step_height.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 10.0, + "value": 10.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/generic.water_movement_efficiency.json b/config/attributefix/minecraft/generic.water_movement_efficiency.json new file mode 100644 index 0000000..e6159a0 --- /dev/null +++ b/config/attributefix/minecraft/generic.water_movement_efficiency.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1.0, + "value": 1.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/player.block_break_speed.json b/config/attributefix/minecraft/player.block_break_speed.json new file mode 100644 index 0000000..db7d8b2 --- /dev/null +++ b/config/attributefix/minecraft/player.block_break_speed.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/player.block_interaction_range.json b/config/attributefix/minecraft/player.block_interaction_range.json new file mode 100644 index 0000000..b64ca86 --- /dev/null +++ b/config/attributefix/minecraft/player.block_interaction_range.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 64.0, + "value": 64.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/player.entity_interaction_range.json b/config/attributefix/minecraft/player.entity_interaction_range.json new file mode 100644 index 0000000..b64ca86 --- /dev/null +++ b/config/attributefix/minecraft/player.entity_interaction_range.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 64.0, + "value": 64.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/player.mining_efficiency.json b/config/attributefix/minecraft/player.mining_efficiency.json new file mode 100644 index 0000000..db7d8b2 --- /dev/null +++ b/config/attributefix/minecraft/player.mining_efficiency.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/player.sneaking_speed.json b/config/attributefix/minecraft/player.sneaking_speed.json new file mode 100644 index 0000000..e6159a0 --- /dev/null +++ b/config/attributefix/minecraft/player.sneaking_speed.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1.0, + "value": 1.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/player.submerged_mining_speed.json b/config/attributefix/minecraft/player.submerged_mining_speed.json new file mode 100644 index 0000000..fb892ff --- /dev/null +++ b/config/attributefix/minecraft/player.submerged_mining_speed.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 20.0, + "value": 20.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/player.sweeping_damage_ratio.json b/config/attributefix/minecraft/player.sweeping_damage_ratio.json new file mode 100644 index 0000000..e6159a0 --- /dev/null +++ b/config/attributefix/minecraft/player.sweeping_damage_ratio.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1.0, + "value": 1.0 + } +} \ No newline at end of file diff --git a/config/attributefix/minecraft/zombie.spawn_reinforcements.json b/config/attributefix/minecraft/zombie.spawn_reinforcements.json new file mode 100644 index 0000000..e6159a0 --- /dev/null +++ b/config/attributefix/minecraft/zombie.spawn_reinforcements.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1.0, + "value": 1.0 + } +} \ No newline at end of file diff --git a/config/attributefix/neoforge/nametag_distance.json b/config/attributefix/neoforge/nametag_distance.json new file mode 100644 index 0000000..b64ca86 --- /dev/null +++ b/config/attributefix/neoforge/nametag_distance.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 64.0, + "value": 64.0 + } +} \ No newline at end of file diff --git a/config/attributefix/neoforge/swim_speed.json b/config/attributefix/neoforge/swim_speed.json new file mode 100644 index 0000000..db7d8b2 --- /dev/null +++ b/config/attributefix/neoforge/swim_speed.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 1024.0, + "value": 1024.0 + } +} \ No newline at end of file diff --git a/config/attributefix/parcool/max_stamina.json b/config/attributefix/parcool/max_stamina.json new file mode 100644 index 0000000..424c94f --- /dev/null +++ b/config/attributefix/parcool/max_stamina.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 10.0, + "value": 10.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 10000.0, + "value": 10000.0 + } +} \ No newline at end of file diff --git a/config/attributefix/parcool/stamina_recovery.json b/config/attributefix/parcool/stamina_recovery.json new file mode 100644 index 0000000..d79913f --- /dev/null +++ b/config/attributefix/parcool/stamina_recovery.json @@ -0,0 +1,17 @@ +{ + "modify_range": { + "//": "Determines if the range for the attribute should be modified or not.", + "//default": false, + "value": false + }, + "min": { + "//": "The lowest possible value for the attribute.", + "//default": 0.0, + "value": 0.0 + }, + "max": { + "//": "The highest possible value for the attribute.", + "//default": 10000.0, + "value": 10000.0 + } +} \ No newline at end of file diff --git a/config/better-advanced-tooltips-client.toml b/config/better-advanced-tooltips-client.toml new file mode 100644 index 0000000..5102448 --- /dev/null +++ b/config/better-advanced-tooltips-client.toml @@ -0,0 +1,5 @@ +remove_creative_tab_tooltip = true +remove_component_count_tooltip = true +fuel_tooltip = true +tag_tooltip = true +component_tooltip = true diff --git a/config/bettercombat/client.json5 b/config/bettercombat/client.json5 new file mode 100644 index 0000000..72833a0 --- /dev/null +++ b/config/bettercombat/client.json5 @@ -0,0 +1,22 @@ +{ + "isHoldToAttackEnabled": true, + "isMiningWithWeaponsEnabled": true, + "isSwingThruGrassEnabled": true, + "isSwingThruGrassSmart": true, + "isAttackInsteadOfMineWhenEnemiesCloseEnabled": true, + "isHighlightCrosshairEnabled": true, + "hudHighlightColor": 16711680, + "isShowingWeaponTrails": true, + "isShowingArmsInFirstPerson": false, + "isShowingOtherHandFirstPerson": true, + "isSweepingParticleEnabled": false, + "isTooltipAttackRangeEnabled": true, + "isTooltipAttackRangeReformat": true, + "weaponSwingSoundVolume": 100, + "isDebugOBBEnabled": true, + "swingThruGrassBlacklist": "farmersdelight", + "mineWithWeaponBlacklist": "", + "mineWithWeaponWhitelist": "", + "firstPersonAnimations": "AUTO", + "legAnimationThreshold": 0.0 +} \ No newline at end of file diff --git a/config/bettercombat/fallback_compatibility.json b/config/bettercombat/fallback_compatibility.json new file mode 100644 index 0000000..75440c6 --- /dev/null +++ b/config/bettercombat/fallback_compatibility.json @@ -0,0 +1,116 @@ +{ + "schema_version": 1, + "blacklist_item_id_regex": "pickaxe", + "fallback_compatibility": [ + { + "item_id_regex": "claymore|great_sword|greatsword", + "weapon_attributes": "bettercombat:claymore" + }, + { + "item_id_regex": "great_hammer|greathammer|war_hammer|warhammer|maul", + "weapon_attributes": "bettercombat:hammer" + }, + { + "item_id_regex": "double_axe|doubleaxe|war_axe|waraxe|great_axe|greataxe", + "weapon_attributes": "bettercombat:double_axe" + }, + { + "item_id_regex": "scythe", + "weapon_attributes": "bettercombat:scythe" + }, + { + "item_id_regex": "halberd", + "weapon_attributes": "bettercombat:halberd" + }, + { + "item_id_regex": "glaive", + "weapon_attributes": "bettercombat:glaive" + }, + { + "item_id_regex": "spear", + "weapon_attributes": "bettercombat:spear" + }, + { + "item_id_regex": "lance", + "weapon_attributes": "bettercombat:lance" + }, + { + "item_id_regex": "anchor", + "weapon_attributes": "bettercombat:anchor" + }, + { + "item_id_regex": "battlestaff|battle_staff", + "weapon_attributes": "bettercombat:battlestaff" + }, + { + "item_id_regex": "claw", + "weapon_attributes": "bettercombat:claw" + }, + { + "item_id_regex": "fist|gauntlet", + "weapon_attributes": "bettercombat:fist" + }, + { + "item_id_regex": "trident|javelin|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" + } + ] +} \ No newline at end of file diff --git a/config/bettercombat/server.json5 b/config/bettercombat/server.json5 new file mode 100644 index 0000000..b828e9f --- /dev/null +++ b/config/bettercombat/server.json5 @@ -0,0 +1,103 @@ +{ + /* 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, + "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 threshold will do smaller knockback, proportionally. + "knockback_reduced_for_fast_attacks": true, + // Attack cooldown in ticks, below which knockback will be reduced + "knockback_reduction_threshold": 12.5, + // Knockback reduction curve. Options: LINEAR, SQUARE, HALF_SQUARE + "knockback_reduction_curve": "HALF_SQUARE", + // 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, + // Determines if the server should validate the target range. (If the target is within the range of the weapon) + "server_target_range_validation": false, + // 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" + }, + "player_relation_tags": { + "minecraft:undead": "HOSTILE" + }, + // Relation to self, and self owned pets (tamed entities), changing this to `FRIENDLY` will make it impossible to hit pets with weapons + "player_relation_to_self_and_pets": "NEUTRAL", + // Relation to teammates (entities in the same team), changing this to `FRIENDLY` will automatically disable friendly fire for all teams + "player_relation_to_teammates": "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, + // Compress the weapon attributes registry for transmission + "weapon_registry_compression": true +} \ No newline at end of file diff --git a/config/bettercombat/weapon_trails.json b/config/bettercombat/weapon_trails.json new file mode 100644 index 0000000..78a746d --- /dev/null +++ b/config/bettercombat/weapon_trails.json @@ -0,0 +1,297 @@ +{ + "trail_appearance": { + "default_appearance": { + "primary": { + "color_rgba": 4294967193, + "glows": false + }, + "secondary": { + "color_rgba": 2576980326, + "glows": false + } + }, + "conditional": { + "is_enchanted": { + "primary": { + "color_rgba": 1725562777, + "glows": true + }, + "secondary": { + "color_rgba": 2582052684, + "glows": true + } + } + } + }, + "animation_based": { + "bettercombat:one_handed_slash_horizontal_right": [ + { + "particle_type": "slash90", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 0.0 + } + ], + "bettercombat:one_handed_slash_horizontal_left": [ + { + "particle_type": "slash90", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 180.0 + } + ], + "bettercombat:one_handed_uppercut_right": [ + { + "particle_type": "slash90", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 75.0 + } + ], + "bettercombat:one_handed_swipe_horizontal_right": [ + { + "particle_type": "slash90", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": -0.1 + } + ], + "bettercombat:one_handed_slam": [ + { + "particle_type": "slash90", + "x_addition": 0.05, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 45.0, + "pitch_addition": 0.0, + "roll_set": -85.0 + } + ], + "bettercombat:one_handed_stab": [ + { + "particle_type": "stab", + "x_addition": 0.0, + "y_addition": -0.13, + "z_addition": 0.2, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 0.0 + } + ], + "bettercombat:one_handed_stab_mounted": [ + { + "particle_type": "stab", + "x_addition": 0.0, + "y_addition": 0.15, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 0.0 + } + ], + "bettercombat:one_handed_punch": [ + { + "particle_type": "stab", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.15, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 0.0 + } + ], + "bettercombat:dual_handed_slash_cross": [ + { + "particle_type": "slash180", + "x_addition": 0.2, + "y_addition": -0.15, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": -120.0 + }, + { + "particle_type": "slash180", + "x_addition": -0.2, + "y_addition": -0.15, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": -60.0 + } + ], + "bettercombat:dual_handed_slash_uncross": [ + { + "particle_type": "slash180", + "x_addition": 0.2, + "y_addition": -0.15, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 240.0 + }, + { + "particle_type": "slash180", + "x_addition": -0.2, + "y_addition": -0.15, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 300.0 + } + ], + "bettercombat:dual_handed_stab": [ + { + "particle_type": "stab", + "x_addition": 0.4, + "y_addition": -0.3, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 0.0 + }, + { + "particle_type": "stab", + "x_addition": -0.4, + "y_addition": -0.3, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 0.0 + } + ], + "bettercombat:two_handed_stab_left": [ + { + "particle_type": "stab", + "x_addition": 0.0, + "y_addition": -0.15, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 0.0 + } + ], + "bettercombat:two_handed_stab_right": [ + { + "particle_type": "stab", + "x_addition": 0.0, + "y_addition": -0.15, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 0.0 + } + ], + "bettercombat:two_handed_slash_horizontal_right": [ + { + "particle_type": "slash180", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": -5.0 + } + ], + "bettercombat:two_handed_slash_horizontal_left": [ + { + "particle_type": "slash180", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 180.0 + } + ], + "bettercombat:one_handed_slash_switch_blade_right": [ + { + "particle_type": "slash180", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 0.0 + } + ], + "bettercombat:one_handed_slash_switch_blade_left": [ + { + "particle_type": "slash180", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 180.0 + } + ], + "bettercombat:two_handed_spin": [ + { + "particle_type": "slash360", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 0.0, + "pitch_addition": 0.0, + "roll_set": 180.0 + } + ], + "bettercombat:two_handed_slash_vertical_right": [ + { + "particle_type": "slash90", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 45.0, + "pitch_addition": 0.0, + "roll_set": -80.0 + } + ], + "bettercombat:two_handed_slash_vertical_left": [ + { + "particle_type": "slash90", + "x_addition": 0.0, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 45.0, + "pitch_addition": 0.0, + "roll_set": -100.0 + } + ], + "bettercombat:two_handed_slam": [ + { + "particle_type": "slash180", + "x_addition": 0.1, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 45.0, + "pitch_addition": 0.0, + "roll_set": -86.0 + } + ], + "bettercombat:two_handed_slam_heavy": [ + { + "particle_type": "slash180", + "x_addition": 0.1, + "y_addition": -0.1, + "z_addition": 0.0, + "local_yaw": 45.0, + "pitch_addition": 0.0, + "roll_set": -86.0 + } + ] + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biome_toggles.json b/config/biomesoplenty/biome_toggles.json new file mode 100644 index 0000000..7bdafb5 --- /dev/null +++ b/config/biomesoplenty/biome_toggles.json @@ -0,0 +1,71 @@ +{ + "aspen_glade_enabled": true, + "auroral_garden_enabled": true, + "bayou_enabled": true, + "bog_enabled": true, + "cold_desert_enabled": true, + "coniferous_forest_enabled": true, + "crag_enabled": true, + "crystalline_chasm_enabled": true, + "dead_forest_enabled": true, + "dryland_enabled": true, + "dune_beach_enabled": true, + "end_corruption_enabled": true, + "end_reef_enabled": true, + "end_wilds_enabled": true, + "erupting_inferno_enabled": true, + "field_enabled": true, + "fir_clearing_enabled": true, + "floodplain_enabled": true, + "forested_field_enabled": true, + "fungal_jungle_enabled": true, + "glowing_grotto_enabled": true, + "grassland_enabled": true, + "gravel_beach_enabled": true, + "highland_enabled": true, + "hot_springs_enabled": true, + "jacaranda_glade_enabled": true, + "jade_cliffs_enabled": true, + "lavender_field_enabled": true, + "lush_desert_enabled": true, + "lush_savanna_enabled": true, + "maple_woods_enabled": true, + "marsh_enabled": true, + "mediterranean_forest_enabled": true, + "moor_enabled": true, + "muskeg_enabled": true, + "mystic_grove_enabled": true, + "old_growth_dead_forest_enabled": true, + "old_growth_woodland_enabled": true, + "ominous_woods_enabled": true, + "orchard_enabled": true, + "origin_valley_enabled": true, + "overgrown_greens_enabled": true, + "pasture_enabled": true, + "prairie_enabled": true, + "pumpkin_patch_enabled": true, + "rainforest_enabled": true, + "redwood_forest_enabled": true, + "rocky_rainforest_enabled": true, + "rocky_shrubland_enabled": true, + "scrubland_enabled": true, + "seasonal_forest_enabled": true, + "shrubland_enabled": true, + "snowblossom_grove_enabled": true, + "snowy_coniferous_forest_enabled": true, + "snowy_fir_clearing_enabled": true, + "snowy_maple_woods_enabled": true, + "spider_nest_enabled": true, + "tropics_enabled": true, + "tundra_enabled": true, + "undergrowth_enabled": true, + "visceral_heap_enabled": true, + "volcanic_plains_enabled": true, + "volcano_enabled": true, + "wasteland_enabled": true, + "wasteland_steppe_enabled": true, + "wetland_enabled": true, + "wintry_origin_valley_enabled": true, + "withered_abyss_enabled": true, + "woodland_enabled": true +} \ No newline at end of file diff --git a/config/biomesoplenty/gameplay.toml b/config/biomesoplenty/gameplay.toml new file mode 100644 index 0000000..d3e6693 --- /dev/null +++ b/config/biomesoplenty/gameplay.toml @@ -0,0 +1,3 @@ +[general] + #Add various BOP resources to the Wandering Trader trade pool. + wandering_trader_trades = true diff --git a/config/biomesoplenty/generation.toml b/config/biomesoplenty/generation.toml new file mode 100644 index 0000000..ebefc90 --- /dev/null +++ b/config/biomesoplenty/generation.toml @@ -0,0 +1,13 @@ +[nether] + #The weighting of bop biome regions in the nether. + bop_nether_region_weight = 13 + #The weighting of rare bop biome regions in the nether. + bop_nether_rare_region_weight = 2 + +[overworld] + #The weighting of primary bop biome regions in the overworld. + bop_primary_overworld_region_weight = 10 + #The weighting of rare bop biome regions in the overworld. + bop_overworld_rare_region_weight = 2 + #The weighting of secondary bop biome regions in the overworld. + bop_secondary_overworld_region_weight = 8 diff --git a/config/carryon-client.toml b/config/carryon-client.toml new file mode 100644 index 0000000..4af3bb8 --- /dev/null +++ b/config/carryon-client.toml @@ -0,0 +1,6 @@ +#If the front of the Tile Entities should face the player or should face outward +facePlayer = false +#Arms should render on sides when carrying. Set to false if you experience issues with mods that replace the player model (like MoBends, etc) +renderArms = true +#Model Overrides based on NBT or Meta. Advanced users only! Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Model-Override-Config +modelOverrides = ["minecraft:redstone_wire->(item)minecraft:redstone", "minecraft:bamboo_sapling->(block)minecraft:bamboo", "minecraft:candle_cake->(block)minecraft:cake"] diff --git a/config/carryon-common.toml b/config/carryon-common.toml new file mode 100644 index 0000000..e289320 --- /dev/null +++ b/config/carryon-common.toml @@ -0,0 +1,85 @@ +[settings] + #General Settings + #Maximum distance from where Blocks and Entities can be picked up + # Default: 2.5 + # Range: 0.0 ~ 1.7976931348623157E308 + maxDistance = 2.5 + #Max width of entities that can be picked up in survival mode + # Default: 1.5 + # Range: 0.0 ~ 10.0 + maxEntityWidth = 1.5 + #Max height of entities that can be picked up in survival mode + # Default: 2.5 + # Range: 0.0 ~ 10.0 + maxEntityHeight = 2.5 + #Slowness multiplier for blocks + # Default: 1.0 + # Range: 0.0 ~ 1.7976931348623157E308 + blockSlownessMultiplier = 1.0 + #Slowness multiplier for entities + # Default: 1.0 + # Range: 0.0 ~ 1.7976931348623157E308 + entitySlownessMultiplier = 1.0 + #Maximum stack limit for entities + # Default: 10 + # Range: > 1 + maxEntityStackLimit = 10 + #More complex Tile Entities slow down the player more + heavyTiles = true + #Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected. + pickupAllBlocks = false + #Whether Blocks and Entities slow the creative player down when carried + slownessInCreative = true + #Whether hostile mobs should be able to picked up in survival mode + pickupHostileMobs = false + #Larger Entities slow down the player more + heavyEntities = true + #Allow babies to be carried even when adult mob is blacklisted (or not whitelisted) + allowBabies = false + #Use Whitelist instead of Blacklist for Blocks + useWhitelistBlocks = false + #Use Whitelist instead of Blacklist for Entities + useWhitelistEntities = false + #Use Whitelist instead of Blacklist for Stacking + useWhitelistStacking = false + #Whether the player can hit blocks and entities while carrying or not + hitWhileCarrying = false + #Whether the player drops the carried object when hit or not + dropCarriedWhenHit = false + #Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance + useScripts = false + #Allows entities to be stacked on top of each other + stackableEntities = true + #Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones + entitySizeMattersStacking = true + #Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs. + placementStateExceptions = ["minecraft:chest[type]", "minecraft:stone_button[face]", "minecraft:vine[north,east,south,west,up]", "minecraft:creeper_head[rotation]", "minecraft:glow_lichen[north,east,south,west,up,down]", "minecraft:oak_sign[rotation]", "minecraft:oak_trapdoor[half]"] + #Whether Players can be picked up. Creative players can't be picked up in Survival Mode + pickupPlayers = true + #Whether players in Survival Mode can pick up unbreakable blocks. Creative players always can. + pickupUnbreakableBlocks = false + +[whitelist] + #Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config + #Entities that CAN be picked up (useWhitelistEntities must be true) + allowedEntities = [] + #Blocks that CAN be picked up (useWhitelistBlocks must be true) + allowedBlocks = [] + #Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true) + allowedStacking = [] + +[blacklist] + #Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config + #Blocks that cannot be picked up + forbiddenTiles = ["#forge:immovable", "#forge:relocation_not_supported", "#neoforge:immovable", "#neoforge:relocation_not_supported", "minecraft:end_portal", "minecraft:piston_head", "#c:relocation_not_supported", "minecraft:end_gateway", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:peony", "minecraft:rose_bush", "minecraft:lilac", "minecraft:sunflower", "minecraft:*_bed", "minecraft:*_door", "minecraft:big_dripleaf_stem", "minecraft:waterlily", "minecraft:cake", "minecraft:nether_portal", "minecraft:tall_seagrass", "animania:block_trough", "animania:block_invisiblock", "colossalchests:*", "ic2:*", "bigreactors:*", "forestry:*", "tconstruct:*", "rustic:*", "botania:*", "astralsorcery:*", "quark:colored_bed_*", "immersiveengineering:*", "embers:block_furnace", "embers:ember_bore", "embers:ember_activator", "embers:mixer", "embers:heat_coil", "embers:large_tank", "embers:crystal_cell", "embers:alchemy_pedestal", "embers:boiler", "embers:combustor", "embers:catalzyer", "embers:field_chart", "embers:inferno_forge", "storagedrawers:framingtable", "skyresources:*", "lootbags:*", "exsartagine:*", "aquamunda:tank", "opencomputers:*", "malisisdoors:*", "industrialforegoing:*", "minecolonies:*", "thaumcraft:pillar*", "thaumcraft:infernal_furnace", "thaumcraft:placeholder*", "thaumcraft:infusion_matrix", "thaumcraft:golem_builder", "thaumcraft:thaumatorium*", "magneticraft:oil_heater", "magneticraft:solar_panel", "magneticraft:steam_engine", "magneticraft:shelving_unit", "magneticraft:grinder", "magneticraft:sieve", "magneticraft:solar_tower", "magneticraft:solar_mirror", "magneticraft:container", "magneticraft:pumpjack", "magneticraft:solar_panel", "magneticraft:refinery", "magneticraft:oil_heater", "magneticraft:hydraulic_press", "magneticraft:multiblock_gap", "refinedstorage:*", "mcmultipart:*", "enderstorage:*", "betterstorage:*", "practicallogistics2:*", "wearablebackpacks:*", "rftools:screen", "rftools:creative_screen", "create:*", "magic_doorknob:*", "iceandfire:*", "ftbquests:*", "waystones:*", "contact:*", "framedblocks:*", "securitycraft:*", "forgemultipartcbe:*", "integrateddynamics:cable", "mekanismgenerators:wind_generator", "cookingforblockheads:cabinet", "cookingforblockheads:corner", "cookingforblockheads:counter", "cookingforblockheads:oven", "cookingforblockheads:toaster", "cookingforblockheads:milk_jar", "cookingforblockheads:cow_jar", "cookingforblockheads:fruit_basket", "cookingforblockheads:cooking_table", "cookingforblockheads:fridge", "cookingforblockheads:sink", "chipped:*", "irons_spellbooks:*", "create*:*", "simple_pipes:*", "libmultipart:*", "quark:tiny_potato", "ait:*", "vampirism:*", "extrastorage:*", "relics:researching_table", "sophisticatedstorage:*chest", "powah:*", "advancementtrophies:trophy", "mekanismgenerators:heat_generator", "mna:filler_block", "create_enchantment_industry:*", "graveyard:*", "immersivepetroleum:*", "tardis:interior_door", "cuffed:*", "littletiles:*", "butchersdelight:*", "irons_spellbooks:*", "extended_drawers:*", "functionalstorage:*", "sophisticatedstorage:*", "farmersdelight:*", "modern_industrialization:*_cable", "modern_industrialization:item_pipe", "modern_industrialization:*_item_pipe", "modern_industrialization:fluid_pipe", "modern_industrialization:*_fluid_pipe", "snowrealmagic:*"] + #Entities that cannot be picked up + forbiddenEntities = ["#c:capturing_not_supported", "#c:teleporting_not_supported", "minecraft:end_crystal", "minecraft:ender_dragon", "minecraft:ghast", "minecraft:fireball", "minecraft:small_fireball", "minecraft:whither_skull", "minecraft:shulker", "minecraft:leash_knot", "minecraft:armor_stand", "minecraft:whither_skull_dangerous", "minecraft:dragon_fireball", "minecraft:item_frame", "minecraft:painting", "minecraft:shulker_bullet", "minecraft:evoker_fangs", "minecraft:glow_item_frame", "minecraft:tnt", "minecraft:trident", "minecraft:arrow", "minecraft:spectral_arrow", "minecraft:interaction", "minecraft:marker", "minecraft:block_display", "minecraft:item_display", "minecraft:text_display", "animania:hamster", "animania:ferret*", "animania:hedgehog*", "animania:cart", "animania:wagon", "mynko:*", "pixelmon:*", "mocreatures:*", "quark:totem", "vehicle:*", "securitycraft:*", "taterzens:npc", "easy_npc:*", "bodiesbodies:dead_body", "littletiles:*"] + #Entities that cannot have other entities stacked on top of them + forbiddenStacking = ["minecraft:horse"] + +[customPickupConditions] + #Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config + #Custom Pickup Conditions for Blocks + customPickupConditionsBlocks = [] + #Custom Pickup Conditions for Entities + customPickupConditionsEntities = [] diff --git a/config/cataclysm-client.toml b/config/cataclysm-client.toml new file mode 100644 index 0000000..226562a --- /dev/null +++ b/config/cataclysm-client.toml @@ -0,0 +1,17 @@ +[client] + #Off the Custom Rendering + shadersCompat = false + #ScreenShake(on/off) + "ScreenShake(on/off)" = true + #Forced viewpoint change when hit by a grab attack + "setThirdPerson(on/off)" = true + #Forced viewpoint change when hit by a grab attack + "setFirstPerson(on/off)" = true + #custombossbar(on/off) + "custombossbar(on/off)" = true + #custombossbar(on/off) + "BossMusic(on/off)" = true + #BossMusicVolume + # Default: 1 + # Range: 1 ~ 100 + BossMusicVolume = 1 diff --git a/config/cataclysm-common.toml b/config/cataclysm-common.toml new file mode 100644 index 0000000..4edb746 --- /dev/null +++ b/config/cataclysm-common.toml @@ -0,0 +1,1251 @@ + [tools_and_abilities.ignitium_armor.armor_config] + #Armor_Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + armor_multiplier = 1.0 + #Toughness + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + toughness = 4.0 + #Knockback Resistance + # Default: 0.15 + # Range: 0.0 ~ 1000000.0 + knockback_resistance = 0.15 + + [tools_and_abilities.cursium_armor.armor_config] + #Armor_Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + armor_multiplier = 1.0 + #Toughness + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + toughness = 4.0 + #Knockback Resistance + # Default: 0.05 + # Range: 0.0 ~ 1000000.0 + knockback_resistance = 0.05 + + [tools_and_abilities.bone_reptile_armor.armor_config] + #Armor_Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + armor_multiplier = 1.0 + #Toughness + # Default: 2.5 + # Range: 0.0 ~ 1000000.0 + toughness = 2.5 + #Knockback Resistance + # Default: 0.15 + # Range: 0.0 ~ 1000000.0 + knockback_resistance = 0.15 + + [tools_and_abilities.bloom_stone_armor.armor_config] + #Armor_Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + armor_multiplier = 1.0 + #Toughness + # Default: 2.0 + # Range: 0.0 ~ 1000000.0 + toughness = 2.0 + #Knockback Resistance + # Default: 0.1 + # Range: 0.0 ~ 1000000.0 + knockback_resistance = 0.1 + + [tools_and_abilities.incinerator] + #Incinerator Cooldown + # Default: 400 + # Range: 0 ~ 1000 + incinerator_cooldown = 400 + + [tools_and_abilities.incinerator.tool_config] + #Tool attack damage + # Default: 14.0 + # Range: 0.0 ~ 1000000.0 + attack_damage = 14.0 + #Tool attack speed + # Default: 1.4 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.4 + + [tools_and_abilities.bulwark_of_the_flame] + #Bulwark Of The Flame Cooldown + # Default: 80 + # Range: 0 ~ 1000 + bulwark_of_the_flame_cooldown = 80 + + [tools_and_abilities.gauntlet_of_guard.tool_config] + #Tool attack damage + # Default: 11.0 + # Range: 0.0 ~ 1000000.0 + attack_damage = 11.0 + #Tool attack speed + # Default: 1.6 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.6 + + [tools_and_abilities.gauntlet_of_bulwark] + #Gauntlet Of Bulwark Cooldown + # Default: 80 + # Range: 0 ~ 1000 + gauntlet_of_bulwark_cooldown = 80 + + [tools_and_abilities.gauntlet_of_bulwark.tool_config] + #Tool attack damage + # Default: 11.0 + # Range: 0.0 ~ 1000000.0 + attack_damage = 11.0 + #Tool attack speed + # Default: 1.6 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.6 + + [tools_and_abilities.gauntlet_of_maelstrom] + #Maelstrom Cooldown + # Default: 180 + # Range: 0 ~ 1000 + maelstrom_cooldown = 180 + + [tools_and_abilities.gauntlet_of_maelstrom.tool_config] + #Tool attack damage + # Default: 11.0 + # Range: 0.0 ~ 1000000.0 + attack_damage = 11.0 + #Tool attack speed + # Default: 1.6 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.6 + + [tools_and_abilities.infernal_forge] + #Infernal Forge Cooldown + # Default: 80 + # Range: 0 ~ 1000 + infernal_forge_cooldown = 80 + + [tools_and_abilities.infernal_forge.tool_config] + #Tool attack damage + # Default: 13.0 + # Range: 0.0 ~ 1000000.0 + attack_damage = 13.0 + #Tool attack speed + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.0 + + [tools_and_abilities.void_forge] + #Void Forge Cooldown + # Default: 100 + # Range: 0 ~ 1000 + void_forge_cooldown = 100 + #Void Forge Rune Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + void_forge_rune_damage = 7.0 + + [tools_and_abilities.void_forge.tool_config] + #Tool attack damage + # Default: 13.0 + # Range: 0.0 ~ 1000000.0 + attack_damage = 13.0 + #Tool attack speed + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.0 + + [tools_and_abilities.brontes] + #Brontes Storm Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + brontes_storm_damage = 10.0 + #Brontes Storm Area Damage + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + brontes_storm_area_damage = 1.0 + + [tools_and_abilities.brontes.tool_config] + #Tool attack damage + # Default: 13.0 + # Range: 0.0 ~ 1000000.0 + attack_damage = 13.0 + #Tool attack speed + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.0 + + [tools_and_abilities.wither_assault_shoulder_weapon] + #Missile Cooldown + # Default: 40 + # Range: 0 ~ 1000 + missile_cooldown = 40 + #Missile Damage + # Default: 16.0 + # Range: 0.0 ~ 100000.0 + missile_damage = 16.0 + #Howitzer Cooldown + # Default: 100 + # Range: 0 ~ 1000 + howitzer_cooldown = 100 + + [tools_and_abilities.void_assault_shoulder_weapon] + #Howitzer Cooldown + # Default: 160 + # Range: 0 ~ 1000 + howitzer_cooldown = 160 + #VASW Rune Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + vasw_rune_damage = 7.0 + + [tools_and_abilities.void_core] + #Cooldown + # Default: 160 + # Range: 0 ~ 1000 + void_core_cooldown = 160 + #Void Core Rune Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + void_core_rune_damage = 7.0 + + [tools_and_abilities.sandstorm] + #Cooldown + # Default: 300 + # Range: 0 ~ 1000 + sandstorm_cooldown = 300 + + [tools_and_abilities.soul_render] + #Soul Render Cooldown + # Default: 100 + # Range: 0 ~ 1000 + soul_render_cooldown = 100 + #Phantom Halberd Damage + # Default: 12.0 + # Range: 0.0 ~ 1000000.0 + phantom_halberd_damage = 12.0 + + [tools_and_abilities.soul_render.tool_config] + #Tool attack damage + # Default: 15.0 + # Range: 0.0 ~ 1000000.0 + attack_damage = 15.0 + #Tool attack speed + # Default: 1.05 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.05 + + [tools_and_abilities.immolator] + #Immolator Cooldown + # Default: 250 + # Range: 0 ~ 1000 + immolator_cooldown = 250 + + [tools_and_abilities.immolator.tool_config] + #Tool attack damage + # Default: 8.5 + # Range: 0.0 ~ 1000000.0 + attack_damage = 8.5 + #Tool attack speed + # Default: 1.6 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.6 + + [tools_and_abilities.tidal_claws.tool_config] + #Tool attack damage + # Default: 8.0 + # Range: 0.0 ~ 1000000.0 + attack_damage = 8.0 + #Tool attack speed + # Default: 1.6 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.6 + + [tools_and_abilities.ceraunus] + #Ceraunus Wave Damage + # Default: 6.0 + # Range: 0.0 ~ 1000000.0 + ceraunus_wave_damage = 6.0 + #Ceraunus Cooldown + # Default: 150 + # Range: 0 ~ 1000000 + ceraunus_cooldown = 150 + + [tools_and_abilities.ceraunus.tool_config] + #Tool attack damage + # Default: 16.0 + # Range: 0.0 ~ 1000000.0 + attack_damage = 16.0 + #Tool attack speed + # Default: 0.7 + # Range: 0.0 ~ 1000000.0 + attack_speed = 0.7 + + [tools_and_abilities.astrape] + #Astrape Damage + # Default: 11.0 + # Range: 0.0 ~ 1000000.0 + astrape_damage = 11.0 + #Astrape Area Damage + # Default: 2.0 + # Range: 0.0 ~ 1000000.0 + astrape_area_damage = 2.0 + #Astrape Cooldown + # Default: 60 + # Range: 0 ~ 1000000 + astrape_cooldown = 60 + + [tools_and_abilities.astrape.tool_config] + #Tool attack damage + # Default: 10.5 + # Range: 0.0 ~ 1000000.0 + attack_damage = 10.5 + #Tool attack speed + # Default: 1.4 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.4 + + [tools_and_abilities.meat_shredder.tool_config] + #Tool attack damage + # Default: 8.5 + # Range: 0.0 ~ 1000000.0 + attack_damage = 8.5 + #Tool attack speed + # Default: 1.4 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.4 + + [tools_and_abilities.annihilator.tool_config] + #Tool attack damage + # Default: 8.5 + # Range: 0.0 ~ 1000000.0 + attack_damage = 8.5 + #Tool attack speed + # Default: 1.6 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.6 + + [tools_and_abilities.cursed_bow] + #Cursed Bow Damage + # Default: 8.0 + # Range: 0.0 ~ 1000000.0 + cursed_bow_damage = 8.0 + + [tools_and_abilities.wrath_of_the_desert] + #Wrath Of The Desert Damage + # Default: 7.5 + # Range: 0.0 ~ 1000000.0 + wrath_of_the_desert_damage = 7.5 + + [tools_and_abilities.laser_gatling] + #Laser Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + laser_damage = 7.0 + + [tools_and_abilities.ancient_spear] + #SandStorm + # Default: 6.0 + # Range: 0.0 ~ 1000000.0 + sand_storm_damage = 6.0 + + [tools_and_abilities.ancient_spear.tool_config] + #Tool attack damage + # Default: 9.5 + # Range: 0.0 ~ 1000000.0 + attack_damage = 9.5 + #Tool attack speed + # Default: 1.4 + # Range: 0.0 ~ 1000000.0 + attack_speed = 1.4 + + [mobs.etc] + #Return Home + # Default: 20 + # Range: 0 ~ 200 + return_home = 20 + + [mobs.ender_guardian] + #Gravity Punch Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + gravity_punch_hp_damage = 0.05 + #Teleport Attack Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + teleport_attack_hp_damage = 0.05 + #Knockback Hp Damage + # Default: 0.06 + # Range: 0.0 ~ 1.0 + knockback_hp_damage = 0.06 + #Uppercut Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + uppercut_hp_damage = 0.1 + #Rocket Punch Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + rocket_punch_hp_damage = 0.1 + #Area Attack Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + area_attack_hp_damage = 0.08 + #Block Breaking X + # Default: 15 + # Range: 0 ~ 20 + block_break_x = 15 + #Block Breaking Y + # Default: 2 + # Range: 0 ~ 10 + block_break_y = 2 + #Block Breaking Z + # Default: 15 + # Range: 0 ~ 20 + block_break_z = 15 + #Void Rune Damage + # Default: 9.0 + # Range: 0.0 ~ 1000000.0 + void_rune_damage = 9.0 + #Enable separate music per boss phase + separate_phase_music = true + + [mobs.ender_guardian.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.ender_guardian.cap_config] + #Damage Cap + # Default: 22.0 + # Range: 0.0 ~ 1000000.0 + damage_cap = 22.0 + #Dps Cap + # Default: 13.0 + # Range: 1.0 ~ 1000000.0 + dps_cap = 13.0 + #DPS Limit Time + # Default: 20 + # Range: 1 ~ 100 + dps_limit_time = 20 + #Range Cap + # Default: 12.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 12.0 + + [mobs.ender_guardian.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [mobs.ender_guardian.respawner_config] + #Respawner + respawner = true + + [mobs.ender_guardian.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = true + + [mobs.ender_golem] + #Void Rune Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + void_rune_damage = 7.0 + + [mobs.ender_golem.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.ender_golem.cap_config] + #Damage Cap + # Default: 999999.0 + # Range: 0.0 ~ 1000000.0 + damage_cap = 999999.0 + #Dps Cap + # Default: 999999.0 + # Range: 1.0 ~ 1000000.0 + dps_cap = 999999.0 + #DPS Limit Time + # Default: 20 + # Range: 1 ~ 100 + dps_limit_time = 20 + #Range Cap + # Default: 8.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 8.0 + + [mobs.ender_golem.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [mobs.ender_golem.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = false + + [mobs.netherite_monstrosity] + #Lava bomb Magazine + # Default: 3 + # Range: 0 ~ 20 + lava_bomb_magazine = 3 + #Lava bomb Amount + # Default: 3 + # Range: 1 ~ 1000 + lava_bomb_amount = 3 + #Lava bomb Duration + # Default: 350 + # Range: 1 ~ 10000 + lava_bomb_duration = 350 + #Lava bomb Random Duration + # Default: 150 + # Range: 1 ~ 10000 + lava_bomb_random_duration = 150 + #Body collide like shulker + body_collided = true + #Smash Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + smash_hp_damage = 0.08 + #Flame Jet Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + flame_jet_damage = 7.0 + #Flare Bomb Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + flare_bomb_damage = 10.0 + + [mobs.netherite_monstrosity.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.netherite_monstrosity.cap_config] + #Damage Cap + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + damage_cap = 25.0 + #Dps Cap + # Default: 20.0 + # Range: 1.0 ~ 1000000.0 + dps_cap = 20.0 + #DPS Limit Time + # Default: 20 + # Range: 1 ~ 100 + dps_limit_time = 20 + #Range Cap + # Default: 18.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 18.0 + + [mobs.netherite_monstrosity.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [mobs.netherite_monstrosity.respawner_config] + #Respawner + respawner = true + + [mobs.netherite_monstrosity.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = true + + [mobs.netherite_ministrosity.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.ignis] + #Ignis's Life steal Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + healing_multiplier = 1.0 + #Enable separate music per boss phase + separate_phase_music = true + + [mobs.ignis.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.ignis.cap_config] + #Damage Cap + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + damage_cap = 20.0 + #Dps Cap + # Default: 14.0 + # Range: 1.0 ~ 1000000.0 + dps_cap = 14.0 + #DPS Limit Time + # Default: 20 + # Range: 1 ~ 100 + dps_limit_time = 20 + #Range Cap + # Default: 15.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 15.0 + + [mobs.ignis.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [mobs.ignis.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = true + + [mobs.ignited_revenant] + #Ashen Breath Damage + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + ashen_breath_damage = 4.0 + #Blazing Bone Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + blazing_bone_damage = 5.0 + + [mobs.ignited_revenant.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.harbinger] + #Harbinger Auto Heal + # Default: 2.0 + # Range: 0.0 ~ 1000000.0 + harbinger_auto_heal = 2.0 + #Harbinger Life Steal + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + harbinger_life_steal = 5.0 + #Wither Missile Damage + # Default: 8.0 + # Range: 0.0 ~ 1000000.0 + wither_missile_damage = 8.0 + #Laser Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + laser_damage = 5.0 + #Death Laser Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + death_laser_damage = 5.0 + #Death Laser HP Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + death_laser_hp_damage = 0.05 + #Charge Attack Hp Damage + # Default: 0.06 + # Range: 0.0 ~ 1.0 + charge_hp_damage = 0.06 + + [mobs.harbinger.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.harbinger.cap_config] + #Damage Cap + # Default: 22.0 + # Range: 0.0 ~ 1000000.0 + damage_cap = 22.0 + #Dps Cap + # Default: 14.0 + # Range: 1.0 ~ 1000000.0 + dps_cap = 14.0 + #DPS Limit Time + # Default: 20 + # Range: 1 ~ 100 + dps_limit_time = 20 + #Range Cap + # Default: 35.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 35.0 + + [mobs.harbinger.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [mobs.harbinger.respawner_config] + #Respawner + respawner = true + + [mobs.harbinger.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = true + + [mobs.prowler] + #Range Cap + # Default: 15.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 15.0 + #Wither Homing Missile + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + homing_missile = 5.0 + #Death Laser Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + death_laser_damage = 5.0 + #Death Laser HP Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + death_laser_hp_damage = 0.05 + + [mobs.prowler.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.amethyst_crab] + #Earth Quake Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + earth_quake_damage = 5.0 + #Amethyst Cluster Damage + # Default: 12.0 + # Range: 0.0 ~ 1000000.0 + amethyst_cluster_damage = 12.0 + + [mobs.amethyst_crab.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.leviathan] + #Bite Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + bite_hp_damage = 0.1 + #Rush Hp Damge + # Default: 0.05 + # Range: 0.0 ~ 1.0 + rush_hp_damage = 0.05 + #Tail Swing Hp Damage + # Default: 0.06 + # Range: 0.0 ~ 1.0 + tail_swing_hp_damage = 0.06 + #Tentacle Hp Damage + # Default: 0.06 + # Range: 0.0 ~ 1.0 + tentacle_hp_damage = 0.06 + #Dimensional Rift Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + dimensional_rift_damage = 10.0 + #Abyss Blast Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + abyss_blast_damage = 10.0 + #Abyss Blast HP Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + abyss_blast_hp_damage = 0.1 + #Abyss Orb Damage + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + abyss_orb_damage = 4.0 + #Leviathan Immune Out of Water. + immune_out_of_water = true + #Enable separate music per boss phase + separate_phase_music = true + + [mobs.leviathan.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = true + + [mobs.leviathan.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.leviathan.cap_config] + #Damage Cap + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + damage_cap = 20.0 + #Dps Cap + # Default: 15.0 + # Range: 1.0 ~ 1000000.0 + dps_cap = 15.0 + #DPS Limit Time + # Default: 20 + # Range: 1 ~ 100 + dps_limit_time = 20 + #Range Cap + # Default: 38.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 38.0 + + [mobs.leviathan.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [mobs.baby_leviathan.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.ancient_remnant] + #Charge Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + charge_hp_damage = 0.1 + #Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + hp_damage = 0.05 + #Stomp Hp Damage + # Default: 0.03 + # Range: 0.0 ~ 1.0 + stomp_hp_damage = 0.03 + #EarthQuake Damage + # Default: 11.0 + # Range: 0.0 ~ 1000000.0 + earthquake_damage = 11.0 + #Ancient Desert Stele Damage + # Default: 11.0 + # Range: 0.0 ~ 1000000.0 + ancient_desert_stele_damage = 11.0 + + [mobs.ancient_remnant.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.ancient_remnant.cap_config] + #Damage Cap + # Default: 21.0 + # Range: 0.0 ~ 1000000.0 + damage_cap = 21.0 + #Dps Cap + # Default: 14.0 + # Range: 1.0 ~ 1000000.0 + dps_cap = 14.0 + #DPS Limit Time + # Default: 20 + # Range: 1 ~ 100 + dps_limit_time = 20 + #Range Cap + # Default: 14.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 14.0 + + [mobs.ancient_remnant.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [mobs.ancient_remnant.respawner_config] + #Respawner + respawner = true + + [mobs.ancient_remnant.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = true + + [mobs.modern_remnant.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.koboleton] + #CauseKoboletontoDropItemInHandPercent + # Default: 5.0 + # Range: 0.0 ~ 100.0 + drop_hand = 5.0 + + [mobs.kobolediator.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.kobolediator.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = false + + [mobs.wadjet] + #Sandstorm Damage + # Default: 6.0 + # Range: 0.0 ~ 1000000.0 + sandstorm_damage = 6.0 + #Ancient Desert Stele Damage + # Default: 11.0 + # Range: 0.0 ~ 1000000.0 + ancient_desert_stele_damage = 11.0 + + [mobs.wadjet.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.maledictus] + #Phantom Halberd Damage + # Default: 11.0 + # Range: 0.0 ~ 1000000.0 + phantom_halberd_damage = 11.0 + #Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + hp_damage = 0.05 + #Shock Wave Hp Damage + # Default: 0.03 + # Range: 0.0 ~ 1.0 + shock_wave_hp_damage = 0.03 + #AOE Hp Damage + # Default: 0.15 + # Range: 0.0 ~ 1.0 + aoe_hp_damage = 0.15 + #Flying Smash Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + flying_smash_hp_damage = 0.1 + #Smash Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + smash_hp_damage = 0.08 + #Phantom Arrow Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + phantom_arrow_damage = 5.0 + + [mobs.maledictus.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.maledictus.cap_config] + #Damage Cap + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + damage_cap = 20.0 + #Dps Cap + # Default: 13.0 + # Range: 1.0 ~ 1000000.0 + dps_cap = 13.0 + #DPS Limit Time + # Default: 20 + # Range: 1 ~ 100 + dps_limit_time = 20 + #Range Cap + # Default: 14.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 14.0 + + [mobs.maledictus.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [mobs.maledictus.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = true + + [mobs.aptrgangr] + #Axe Blade Damage + # Default: 8.0 + # Range: 0.0 ~ 1000000.0 + axe_blade_damage = 8.0 + + [mobs.aptrgangr.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.aptrgangr.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [mobs.scylla] + #Spear Damage + # Default: 14.0 + # Range: 0.0 ~ 1000000.0 + spear_damage = 14.0 + #Lightning Storm Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + lightning_storm_damage = 10.0 + #Lightning Area Damage + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + lightning_area_damage = 4.0 + #Snake Damage + # Default: 16.0 + # Range: 0.0 ~ 1000000.0 + snake_damage = 16.0 + #Anchor Damage + # Default: 16.0 + # Range: 0.0 ~ 1000000.0 + anchor_damage = 16.0 + #Weather Change + weather_change = true + #Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + hp_damage = 0.05 + #Spin Hp Damage + # Default: 0.07 + # Range: 0.0 ~ 1.0 + spin_hp_damage = 0.07 + #Lightning Storm Hp Damage + # Default: 0.04 + # Range: 0.0 ~ 1.0 + lightning_storm_hp_damage = 0.04 + + [mobs.scylla.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.scylla.cap_config] + #Damage Cap + # Default: 21.0 + # Range: 0.0 ~ 1000000.0 + damage_cap = 21.0 + #Dps Cap + # Default: 13.0 + # Range: 1.0 ~ 1000000.0 + dps_cap = 13.0 + #DPS Limit Time + # Default: 20 + # Range: 1 ~ 100 + dps_limit_time = 20 + #Range Cap + # Default: 12.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 12.0 + + [mobs.scylla.respawner_config] + #Respawner + respawner = true + + [mobs.scylla.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [mobs.scylla.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = true + + [mobs.clawdian.combat_config] + #Scale mob health by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + health_multiplier = 1.0 + #Scale mob attack damage by this value + # Default: 1.0 + # Range: 0.1 ~ 1000000.0 + attack_multiplier = 1.0 + + [mobs.clawdian.cap_config] + #Damage Cap + # Default: 21.0 + # Range: 0.0 ~ 1000000.0 + damage_cap = 21.0 + #Dps Cap + # Default: 12.0 + # Range: 1.0 ~ 1000000.0 + dps_cap = 12.0 + #DPS Limit Time + # Default: 20 + # Range: 1 ~ 100 + dps_limit_time = 20 + #Range Cap + # Default: 12.0 + # Range: 1.0 ~ 1000000.0 + range_cap = 12.0 + + [mobs.clawdian.ignore_mobgriefing_config] + #Ignore MobGriefing + ignore_mobgriefing = false + + [mobs.clawdian.nature_heal_config] + #Nature Heal + # Default: 25.0 + # Range: 0.0 ~ 1000000.0 + nature_heal = 25.0 + + [blocks.cursed_tombstone] + #Cursed Tombstone Cooldown + # Default: 1 + # Range: 0 ~ 30 + cursed_tombstone_cooldown = 1 + +[spawning] + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 2 + # Range: 0 ~ 1000 + deepling_spawn_weight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 30 + # Range: > 0 + deepling_spawn_rolls = 30 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + deepling_brute_spawn_weight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 50 + # Range: > 0 + deepling_brute_spawn_rolls = 50 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 2 + # Range: 0 ~ 1000 + deepling_angler_spawn_weight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 30 + # Range: > 0 + deepling_angler_spawn_rolls = 30 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + deepling_priest_spawn_weight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 70 + # Range: > 0 + deepling_priest_spawn_rolls = 70 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + deepling_warlock_spawn_weight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 70 + # Range: > 0 + deepling_warlock_spawn_rolls = 70 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + coral_golem_spawn_weight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 70 + # Range: > 0 + coral_golem_spawn_rolls = 70 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + amethyst_crab_spawn_weight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 20 + # Range: > 0 + amethyst_crab_spawn_rolls = 20 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 15 + # Range: 0 ~ 1000 + koboleton_spawn_weight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 1 + # Range: > 0 + koboleton_spawn_rolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 7 + # Range: 0 ~ 1000 + ignited_berserker_spawn_weight = 7 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 2 + # Range: > 0 + ignited_berserker_spawn_rolls = 2 diff --git a/config/create-client.toml b/config/create-client.toml new file mode 100644 index 0000000..a3b7f59 --- /dev/null +++ b/config/create-client.toml @@ -0,0 +1,147 @@ +#. +#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder! +[client] + #. + #Show item descriptions on Shift and controls on Ctrl. + enableTooltips = true + #. + #Display a tooltip when looking at overstressed components. + enableOverstressedTooltip = true + #. + #Log a stack-trace when rendering issues happen within a moving contraption. + explainRenderErrors = false + #. + #Higher density means more spawned particles. + # Default: 0.5 + # Range: 0.0 ~ 1.0 + fanParticleDensity = 0.5 + #. + #[in Blocks] + #Maximum Distance to the player at which items in Blocks' filter slots will be displayed + # Default: 10.0 + # Range: 1.0 ~ 3.4028234663852886E38 + filterItemRenderDistance = 10.0 + #. + #Choose the menu row that the Create config button appears on in the main menu + #Set to 0 to disable the button altogether + # Default: 2 + # Range: 0 ~ 4 + mainMenuConfigButtonRow = 2 + #. + #Offset the Create config button in the main menu by this many pixels on the X axis + #The sign (-/+) of this value determines what side of the row the button appears on (left/right) + # Default: -4 + # Range: > -2147483648 + mainMenuConfigButtonOffsetX = -4 + #. + #Choose the menu row that the Create config button appears on in the in-game menu + #Set to 0 to disable the button altogether + # Default: 3 + # Range: 0 ~ 5 + ingameMenuConfigButtonRow = 3 + #. + #Offset the Create config button in the in-game menu by this many pixels on the X axis + #The sign (-/+) of this value determines what side of the row the button appears on (left/right) + # Default: -4 + # Range: > -2147483648 + ingameMenuConfigButtonOffsetX = -4 + #. + #Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled + ignoreFabulousWarning = false + #. + #Disable to prevent being rotated while seated on a Moving Contraption + rotateWhenSeated = true + + #. + #Configure your vision range when submerged in Create's custom fluids + [client.fluidFogSettings] + #. + #The vision range through honey will be multiplied by this factor + # Default: 1.0 + # Range: 0.125 ~ 256.0 + honey = 1.0 + #. + #The vision range though chocolate will be multiplied by this factor + # Default: 1.0 + # Range: 0.125 ~ 256.0 + chocolate = 1.0 + + #. + #Settings for the Goggle Overlay + [client.goggleOverlay] + #. + #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay + # Default: 20 + # Range: > -2147483648 + overlayOffsetX = 20 + #. + #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay + # Default: 0 + # Range: > -2147483648 + overlayOffsetY = 0 + #. + #Enable this to use your custom colors for the Goggle- and Hover- Overlay + customColorsOverlay = false + #. + #The custom background color to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + # Default: -267386864 + # Range: > -2147483648 + customBackgroundOverlay = -267386864 + #. + #The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + # Default: 1347420415 + # Range: > -2147483648 + customBorderTopOverlay = 1347420415 + #. + #The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + # Default: 1344798847 + # Range: > -2147483648 + customBorderBotOverlay = 1344798847 + + #. + #Sound settings + [client.sound] + #. + #Make cogs rumble and machines clatter. + enableAmbientSounds = true + #. + #Maximum volume modifier of Ambient noise + # Default: 0.10000000149011612 + # Range: 0.0 ~ 1.0 + ambientVolumeCap = 0.10000000149011612 + + #. + #Mod Integration and Recipe Viewer + [client.recipeViewerIntegration] + #. + #How Recipe Viewer search should interact with Stock Keepers + #Allowed Values: SYNC_BOTH, SYNC_FROM_JEI, SYNC_FROM_STOCK_KEEPER, NONE + syncRecipeViewerSearch = "SYNC_BOTH" + + #. + #Railway related settings + [client.trains] + #. + #How far away the Camera should zoom when seated on a train + # Default: 3.0 + # Range: 0.0 ~ 3.4028234663852886E38 + mountedZoomMultiplier = 3.0 + #. + #Display nodes and edges of a Railway Network while f3 debug mode is active + showTrackGraphOnF3 = false + #. + #Additionally display materials of a Rail Network while f3 debug mode is active + showExtendedTrackGraphOnF3 = false + #. + #Display Track Networks and Trains on supported map mods + showTrainMapOverlay = true + #. + #Track Network Color on maps + #Allowed Values: RED, GREY, WHITE + trainMapColorTheme = "RED" diff --git a/config/create-common.toml b/config/create-common.toml new file mode 100644 index 0000000..85a2de6 --- /dev/null +++ b/config/create-common.toml @@ -0,0 +1,7 @@ +#. +#Modify Create's impact on your terrain +[worldgen] + #. + #. + #Prevents all worldgen added by Create from taking effect + disableWorldGen = false diff --git a/config/create_dragons_plus-client.toml b/config/create_dragons_plus-client.toml new file mode 100644 index 0000000..ea6ca01 --- /dev/null +++ b/config/create_dragons_plus-client.toml @@ -0,0 +1,10 @@ +#. +#The vision range through Dye Fluids will be multiplied by this factor +# Default: 1.0 +# Range: 1.0 ~ 256.0 +dyeVisionMultiplier = 1.0 +#. +#The vision range through Dragon's Breath Fluid will be multiplied by this factor +# Default: 1.0 +# Range: 1.0 ~ 256.0 +dragonBreathVisionMultiplier = 1.0 diff --git a/config/create_dragons_plus-common.toml b/config/create_dragons_plus-common.toml new file mode 100644 index 0000000..9dd102f --- /dev/null +++ b/config/create_dragons_plus-common.toml @@ -0,0 +1,49 @@ +#. +#Enable/Disable features of Create: Dragons Plus +#Mods depending on certain features may forcibly enable/disable them, in that case, the corresponding config will be ignored +#[@cui:RequiresReload:both] +[features] + + #. + #. + #Fluid Feature Elements + [features.fluid] + #. + #If Dye Fluids should be enabled + "fluid/dye" = true + #. + #If Dragon's Breath Fluid should be enabled + "fluid/dragon_breath" = true + #. + #If colored concrete should be generated when Dye Fluid meets Lava + "fluid/dye/lava_interaction_generate_colored_concrete" = true + + #. + #Block Feature Elements + [features.block] + #. + #If Fluid Hatch should be enabled + "block/fluid_hatch" = true + + #. + #Item Feature Elements + [features.item] + #. + #If Blaze Upgrade Smithing Template should be enabled + "item/blaze_upgrade_smithing_template" = false + + #. + #Recipe Feature Elements + [features.recipe] + #. + #If Automated Brewing Recipes for Dragon's Breath Fluid should be generated + "recipe/automatic_brewing/dragon_breath" = true + #. + #If Sand Paper Polishing Recipes for Polished Blocks should be generated + "recipe/sand_paper_polishing/polished_blocks" = true + #. + #If Sand Paper Polishing Recipes for Oxidized Blocks should be generated + "recipe/sand_paper_polishing/oxidized_blocks" = true + #. + #If Sand Paper Polishing Recipes for Waxed Blocks should be generated + "recipe/sand_paper_polishing/waxed_blocks" = true diff --git a/config/create_enchantment_industry-client.toml b/config/create_enchantment_industry-client.toml new file mode 100644 index 0000000..51941b9 --- /dev/null +++ b/config/create_enchantment_industry-client.toml @@ -0,0 +1,5 @@ +#. +#The vision range through Liquid Experience will be multiplied by this factor +# Default: 1.0 +# Range: 1.0 ~ 256.0 +experienceVisionMultiplier = 1.0 diff --git a/config/curios-client.toml b/config/curios-client.toml new file mode 100644 index 0000000..4a25e5f --- /dev/null +++ b/config/curios-client.toml @@ -0,0 +1,25 @@ +#Client only settings, mostly things related to rendering +[client] + #Set to true to enable rendering curios + renderCurios = true + #Set to true to enable the Curios GUI button + enableButton = true + #The X-Offset for the Curios GUI button + # Default: 0 + # Range: -100 ~ 100 + buttonXOffset = 0 + #The Y-Offset for the Curios GUI button + # Default: 0 + # Range: -100 ~ 100 + buttonYOffset = 0 + #The X-Offset for the Creative Curios GUI button + # Default: 0 + # Range: -100 ~ 100 + creativeButtonXOffset = 0 + #The Y-Offset for the Creative Curios GUI button + # Default: 0 + # Range: -100 ~ 100 + creativeButtonYOffset = 0 + #The corner for the Curios GUI button + #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT + buttonCorner = "TOP_LEFT" diff --git a/config/curios-common.toml b/config/curios-common.toml new file mode 100644 index 0000000..c087916 --- /dev/null +++ b/config/curios-common.toml @@ -0,0 +1,4 @@ +#List of slots to create or modify. +#See documentation for syntax: https://docs.illusivesoulworks.com/curios/configuration#slot-configuration +# +slots = [] diff --git a/config/farmersdelight-client.toml b/config/farmersdelight-client.toml new file mode 100644 index 0000000..78b5079 --- /dev/null +++ b/config/farmersdelight-client.toml @@ -0,0 +1,6 @@ +#If enabled, a gilded overlay will be shown over the food meter when the player has the Nourishment effect. +enableNourishmentHungerOverlay = true +#If enabled, a scrolling overlay will be shown over the health meter when the player has the Comfort effect. +enableComfortHealthOverlay = true +#If enabled, food items will display tooltips showing which effects they grant when eaten, if any. Applies to foods from both Minecraft and this mod. +enableFoodEffectTooltip = true diff --git a/config/farmersdelight-common.toml b/config/farmersdelight-common.toml new file mode 100644 index 0000000..b1540f2 --- /dev/null +++ b/config/farmersdelight-common.toml @@ -0,0 +1,60 @@ +[settings] + #If enabled, Novice and Apprentice Farmer villagers will have a chance to buy crops from this mod. + enableFarmerFDTrades = true + #If enabled, the Wandering Trader will have a chance to sell seeds and plantables from this mod. + enableWanderingTraderFDTrades = true + #If enabled, players will be able to reel back rope, bottom to top, when sneak-using with an empty hand on them. + enableRopeReeling = true + #A list of dye colors that, when used as the background color of a Canvas Sign, should default to white text when placed. + #Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"] + canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"] + +[farming] + #The chance (in decimal percentage) of Rich Soil providing a bone meal boost to a crop planted on it. Set to 0.0 to disable. + # Default: 0.2 + # Range: 0.0 ~ 1.0 + richSoilBoostChance = 0.2 + #If enabled, tomato crops will be able to climb any rope tagged as farmersdelight:ropes. If disabled, this will be restricted to this mod's rope only. + #Beware: this will convert these blocks into the block specified in defaultTomatoVineRope. + enableTomatoVineClimbingTaggedRopes = true + #Which rope should Tomato Vines leave behind when broken? + defaultTomatoVineRope = "farmersdelight:rope" + +[crafting] + #If enabled, the Cooking Pot will provide a Recipe Book on its interface, similar to the one on Crafting Tables and Furnaces. + enableCookingPotRecipeBook = true + #If enabled, storage crates (3x3) for vanilla crops (similar to Quark and Thermal Cultivation) will become craftable. + enableVanillaCropCrates = true + #How much (in decimal percentage) should each level of Fortune increase the odds of obtaining rare results on the Cutting Board? Set to 0.0 to disable. + # Default: 0.1 + # Range: 0.0 ~ 1.0 + cuttingBoardFortuneBonus = 0.1 + +[overrides] + #If enabled, soups and stews from Minecraft will grant Nourishment when eaten, similar to meals from this mod. + enableVanillaSoupExtraEffects = true + #If enabled, Rabbit Stew will be given improved food stats, to match its crafting cost. + enableRabbitStewBuff = true + #If enabled, Pumpkin Pie will require the user to sneak to place it down as a block. + enablePumpkinPieSneakToPlace = false + #If enabled, the Dispenser will be able to operate a Cutting Board in front of itself, using stored items as cutting tools. + enableCuttingBoardDispenserBehavior = true + + [overrides.stack_size] + #If enabled, any BowlFoodItem in the following list will become stackable to 16, much like Farmer's Delight's meals. + enableStackableSoupItems = true + #List of targeted food items. They must extend the BowlFoodItem class in code to be affected. Defaults to vanilla soups and stews. + soupItemList = ["minecraft:mushroom_stew", "minecraft:beetroot_soup", "minecraft:rabbit_stew"] + +[world] + #If enabled, new loot pools will be added to chest loot across the game, containing items from this mod (ropes, crops, tools etc). + generateFDChestLoot = true + #If enabled, Compost Heaps (structures containing Organic Compost piles) will sometimes generate across Villages. + generateVillageCompostHeaps = true + #If enabled, crops from Farmer's Delight will sometimes replace standard crops in village farm plots. + generateFDCropsOnVillageFarms = true + +[debug] + #Tomato crops hanging on rope will force-place a Rope block when broken. Due to technical limitations, this affects things such as commands, making them fail to 'setblock' at first. + #Disable this if this block is preventing you from editing a region in creative or with commands. For normal gameplay, I recommend leaving this enabled. + enableTomatoRopePermanence = true diff --git a/config/flywheel-client.toml b/config/flywheel-client.toml new file mode 100644 index 0000000..a39c8a4 --- /dev/null +++ b/config/flywheel-client.toml @@ -0,0 +1,14 @@ +#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. +backend = "DEFAULT" +#Enable or disable instance update limiting with distance. +limitUpdates = true +#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. +# Default: -1 +# Range: -1 ~ 12 +workerThreads = -1 + +#Config options for Flywheel's built-in backends. +[flw_backends] + #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. + #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED + lightSmoothness = "SMOOTH" diff --git a/config/jade/hide-blocks.json b/config/jade/hide-blocks.json new file mode 100644 index 0000000..5dfb657 --- /dev/null +++ b/config/jade/hide-blocks.json @@ -0,0 +1,6 @@ +{ + "__comment": "This is an ignore list for the target of Jade. You can add registry ids to the \"values\" list.", + "values": [ + "barrier" + ] +} \ No newline at end of file diff --git a/config/jade/hide-entities.json b/config/jade/hide-entities.json new file mode 100644 index 0000000..4f4c329 --- /dev/null +++ b/config/jade/hide-entities.json @@ -0,0 +1,10 @@ +{ + "__comment": "This is an ignore list for the target of Jade. You can add registry ids to the \"values\" list.", + "values": [ + "area_effect_cloud", + "firework_rocket", + "interaction", + "text_display", + "lightning_bolt" + ] +} \ No newline at end of file diff --git a/config/jade/jade.json b/config/jade/jade.json new file mode 100644 index 0000000..4531348 --- /dev/null +++ b/config/jade/jade.json @@ -0,0 +1,47 @@ +{ + "general": { + "itemModNameTooltip": true, + "bossBarOverlapMode": "PUSH_DOWN", + "builtinCamouflage": true, + "hideFromTabList": true, + "hideFromGUIs": true, + "accessibilityModMemory": false, + "enableAccessibilityPlugin": false, + "fluidMode": "ANY", + "perspectiveMode": "CAMERA", + "extendedReach": 0.0, + "debug": false, + "displayBosses": true, + "displayMode": "TOGGLE", + "enableTextToSpeech": false, + "ttsMode": "PRESS", + "previewOverlay": true, + "displayTooltip": true, + "displayBlocks": true, + "displayEntities": true + }, + "overlay": { + "alpha": 0.7, + "iconMode": "TOP", + "animation": true, + "disappearingDelay": 0.0, + "overlaySquare": false, + "flipMainHand": false, + "autoScaleThreshold": 0.4, + "overlayScale": 1.0, + "overlayAnchorX": 0.5, + "overlayAnchorY": 0.0, + "activeTheme": "jade:dark", + "overlayPosX": 0.5, + "overlayPosY": 1.0 + }, + "formatting": { + "itemModNameStyle": { + "italic": true, + "color": "blue" + } + }, + "history": { + "themesHash": -328442023 + } +} \ No newline at end of file diff --git a/config/jade/plugins.json b/config/jade/plugins.json new file mode 100644 index 0000000..4bd17e6 --- /dev/null +++ b/config/jade/plugins.json @@ -0,0 +1,88 @@ +{ + "minecraft": { + "item_storage.show_name_amount": 5, + "furnace": true, + "harvest_tool.show_unbreakable": false, + "animal_owner": true, + "harvest_tool.effective_tool": true, + "energy_storage.style": "PROGRESS_BAR", + "item_storage.normal_amount": 9, + "item_storage": true, + "harvest_tool": true, + "armor_stand": true, + "fluid_storage.detailed": false, + "next_entity_drop": true, + "energy_storage": true, + "entity_armor.max_for_render": 20, + "breaking_progress": true, + "tnt_stability": true, + "item_storage.items_per_line": 9, + "item_frame": true, + "crop_progress": true, + "command_block": true, + "mob_growth": true, + "waxed": true, + "harvest_tool.new_line": false, + "entity_health.max_for_render": 40, + "entity_health.show_fractions": false, + "mob_spawner": true, + "redstone": true, + "fluid_storage": true, + "jukebox": true, + "brewing_stand": true, + "energy_storage.detailed": false, + "note_block": true, + "fluid_storage.style": "PROGRESS_BAR", + "beehive": true, + "item_storage.detailed_amount": 54, + "player_head": true, + "lectern": true, + "entity_armor": true, + "harvest_tool.creative": false, + "horse_stats": true, + "item_tooltip": true, + "entity_health": true, + "enchantment_power": true, + "zombie_villager": true, + "villager_profession": true, + "mob_breeding": true, + "entity_health.icons_per_line": 10, + "total_enchantment_power": true, + "potion_effects": true, + "painting": true, + "chiseled_bookshelf": true + }, + "jade_access": { + "held_item": true, + "sign": true, + "block": true, + "entity": true, + "entity_variant": true + }, + "supplementaries": { + "hat_stand": true + }, + "jade": { + "coordinates.rel": false, + "registry_name.special": false, + "block_states": false, + "distance": false, + "block_face": false, + "coordinates": false, + "registry_name": "OFF", + "block_properties": false, + "mod_name": true + }, + "waystones": { + "waystone": true + }, + "balm": { + "jade": true + }, + "storagedrawers": { + "display.stacklimit": true, + "main": true, + "display.content": true, + "display.status": true + } +} \ No newline at end of file diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json new file mode 100644 index 0000000..db95a93 --- /dev/null +++ b/config/jade/sort-order.json @@ -0,0 +1,68 @@ +{ + "balm:jade": null, + "jade:block_face": null, + "jade:block_properties": null, + "jade:block_states": null, + "jade:distance": null, + "jade:mod_name": null, + "jade:object_name": null, + "jade:registry_name": null, + "jade_access:block": null, + "jade_access:block_amount": null, + "jade_access:block_body": null, + "jade_access:entity": null, + "jade_access:entity_body": null, + "jade_access:entity_variant": null, + "jade_access:held_item": null, + "jade_access:sign": null, + "minecraft:animal_owner": null, + "minecraft:armor_stand": null, + "minecraft:beehive": null, + "minecraft:block_display": null, + "minecraft:brewing_stand": null, + "minecraft:campfire": null, + "minecraft:chiseled_bookshelf": null, + "minecraft:command_block": null, + "minecraft:crop_progress": null, + "minecraft:enchantment_power": null, + "minecraft:energy_storage": null, + "minecraft:energy_storage.default": null, + "minecraft:entity_armor": null, + "minecraft:entity_health": null, + "minecraft:falling_block": null, + "minecraft:fluid_storage": null, + "minecraft:fluid_storage.default": null, + "minecraft:furnace": null, + "minecraft:harvest_tool": null, + "minecraft:hopper_lock": null, + "minecraft:horse_stats": null, + "minecraft:item_ber": null, + "minecraft:item_display": null, + "minecraft:item_frame": null, + "minecraft:item_storage": null, + "minecraft:item_storage.default": null, + "minecraft:item_tooltip": null, + "minecraft:jukebox": null, + "minecraft:lectern": null, + "minecraft:mob_breeding": null, + "minecraft:mob_growth": null, + "minecraft:mob_spawner": null, + "minecraft:mob_spawner.cooldown": null, + "minecraft:next_entity_drop": null, + "minecraft:note_block": null, + "minecraft:painting": null, + "minecraft:player_head": null, + "minecraft:potion_effects": null, + "minecraft:progress": null, + "minecraft:redstone": null, + "minecraft:tnt_stability": null, + "minecraft:total_enchantment_power": null, + "minecraft:villager_profession": null, + "minecraft:waxed": null, + "minecraft:zombie_villager": null, + "storagedrawers:main": null, + "supplementaries:hat_stand": null, + "supplementaries:present": null, + "supplementaries:safe": null, + "waystones:waystone": null +} \ No newline at end of file diff --git a/config/lootintegrations.json b/config/lootintegrations.json new file mode 100644 index 0000000..4b4982d --- /dev/null +++ b/config/lootintegrations.json @@ -0,0 +1,22 @@ +{ + "showcontainerloottable": { + "desc:": "Set to true to print containers loottable to chat on first open: default:false", + "showcontainerloottable": false + }, + "skipMapItems": { + "desc:": "Skips map items during additional item generation, to avoid structure search lag (maps in the original chest still exist): default:true", + "skipMapItems": true + }, + "skipExistingItems": { + "desc:": "Skips adding items already present in the loot, to avoid stacking additional items. Note that this increases the chance for modded loot aswell. default:false", + "skipExistingItems": false + }, + "moddedItemWeight": { + "desc:": "Add additional weight to modded items (e.g. 10 = 10 times more likely), making them more likely to be chosen default:3, minimum:0", + "moddedItemWeight": 3 + }, + "debugOutput": { + "desc:": "Shows the added loot in the log if enabled: default:false", + "debugOutput": false + } +} \ No newline at end of file diff --git a/config/lootr-client.toml b/config/lootr-client.toml new file mode 100644 index 0000000..a3b5823 --- /dev/null +++ b/config/lootr-client.toml @@ -0,0 +1,11 @@ +[textures] + #configuration options for textures + #set to true to use vanilla textures instead of Lootr special textures. Note: this will prevent previously opened chests from rendering differently + vanilla_textures = false + #set to true to use the new Lootr textures + new_textures = true + +[particles] + #configuration options for particles + #set to true to enable 'unopened particles' to spawn from containers that the player has not yet opened + unopened_particles = true diff --git a/config/lootr-common.toml b/config/lootr-common.toml new file mode 100644 index 0000000..9b8004b --- /dev/null +++ b/config/lootr-common.toml @@ -0,0 +1,127 @@ +[conversion] + #configuration options for the conversion of chests + #if true, no chests will be converted + disable = false + #determines when lootr saves data files for containers. 'always' will always save them, which may result in more files than expected; 'when_opened' will only save them the first time they have been opened; 'smart' defaults to 'always' but switches to 'when_opened' for aternos and exaroton + #Allowed Values: ALWAYS, SMART, WHEN_OPENED + save_mode = "SMART" + #determine whether or not loot generated is the same for all players using the provided seed, or randomised per player + randomise_seed = true + #the maximum age for containers; entries above this age will be discarded [default: 60 * 20 * 15, fifteen minutes] [note: the value 6000 will be corrected to 18000. if you wish to use 6000, please use 6001 or 5999.] + # Default: 18000 + # Range: > 0 + max_age = 18000 + #if true, accessing a Lootr container will bypass spawn protection + bypass_spawn_protection = true + #whether or not mineshaft chest minecarts should be converted to standard loot chests + convert_mineshafts = true + #whether or not the Elytra item frame should be converted into a standard loot chest with a guaranteed elytra + convert_elytras_to_chests = false + #whether or not the Elytra item frame should be converted into a Lootr item frame with an elytra inside + convert_elytras_to_item_frames = true + #whether or not item frames with items in them generated by structures should be converted into Lootr item frames + convert_item_frames = true + #whether or not to output a warning to the log when a suitable block entity has no loot table and is skipped during conversion + skip_logging_no_loot_table_at_generation = true + #lootr will automatically log all unresolved tables (i.e., for containers that have a loot table associated with them but, for whatever reason, the lookup for this table returns empty). setting this option to true additionally informs players when they open containers. + report_unresolved_tables = false + #disregard chests and chunks that are outside of the world border; enable this option if you are using a world border and are suffering consistent TPS issues; if you change the world border, you will need to restart your client + check_world_border = false + #checks structure pieces as well as structure starts when determining if a structure contains a position, more accurate but may cause lag (default true) + perform_piecewise_check = true + +[whitelist] + #configuration for specific whitelisting and blacklisting of dimensions, loot tables and modids + #list of dimensions (to the exclusion of all others) that loot chest should be replaced in (default: blank, allowing all dimensions, e.g., ["minecraft:overworld", "minecraft:the_end"]) + dimension_whitelist = [] + #list of dimensions that loot chests should not be replaced in (default: blank, allowing all dimensions, format e.g., ["minecraft:overworld", "minecraft:the_end"]) + dimension_blacklist = [] + #list of dimensions by modid that loot chests should not be replaced in (default: blank, allowing all modids, format e.g., ["minecraft + #othermod"]) + modid_dimension_blacklist = [] + #list of dimensions by modid that loot chest should be replaced in (default: blank, allowing all modids, format e.g., ["minecraft + #othermod"]) + modid_dimension_whitelist = [] + #list of loot tables which shouldn't be converted (in the format of ["modid:loot_table", "othermodid:other_loot_table"]) + loot_table_blacklist = [] + #list of modids whose loot tables shouldn't be converted (in the format of ["modid", "other_modid"]) + loot_modid_blacklist = [] + #list of loot tables whose conversion causes problems (in the same format as `loot_table_blacklist`) + problematic_loot_tables = ["twilightforest:structures/stronghold_boss", "atum:chests/pharaoh"] + +[breaking] + #configuration options for breaking containers + #prevent the destruction of Lootr chests except while sneaking in creative mode + disable_break = false + #allow the destruction of Lootr chests regardless. overrides `disable_break` + enable_break = false + #allows fake players to destroy Lootr chests without having to sneak, overrides the `disable_break` option for fake players + enable_fake_player_break = false + #lootr chests cannot be destroyed by creeper or TNT explosions + blast_resistant = false + #lootr chests cannot be destroyed by any explosion + blast_immune = false + #lootr brushable blocks will not fall if the blocks under them are broken + brushables_self_support = false + #lootr item frames will not break if the blocks they are attached to are broken + item_frames_self_support = false + #lootr chests will drop the contents of the player-specific inventory (generated when not generated) when broken + should_drop_player_loot = false + +[power] + #configuration options for comparators and redstone power + #when true, comparators on Lootr containers will give an output of 1; when false, they will give an output of 0 + power_comparators = true + #when true, custom inventories will act like trapped chests when opened + trapped_custom = false + +[notifications] + #configuration options for notifications + #prevent notifications of decaying or refreshed chests + disable_notifications = false + #maximum time (in ticks) remaining on a chest before a notification for refreshing or decaying is sent to a player (default 30 seconds, -1 for no delay) + # Default: 600 + # Range: > -1 + notification_delay = 600 + #disables styling of breaking, decaying and refreshing messages sent to players + disable_message_styles = false + +[decay] + #configuration options for decaying containers + #how long (in ticks) a decaying loot containers should take to decay (default 5 minutes = 5 * 60 * 20) + # Default: 6000 + # Range: > 0 + decay_value = 6000 + #list of loot tables which will decay (default blank, meaning no chests decay, in the format of (in the format of ["modid:loot_table", "othermodid:other_loot_table"]) + decay_loot_tables = [] + #list of mod IDs whose loot tables will decay (default blank, meaning no chests decay, in the format ["modid", "othermodid"]) + decay_modids = [] + #list of dimensions where loot chests should automatically decay (default: blank, e.g., ["minecraft:the_nether", "minecraft:the_end"]) + decay_dimensions = [] + #when true, decayed containers will be replaced with their equivalent vanilla block instead of being removed + replace_when_decayed = false + #containers that have already been marked as decaying will be decayed during level tick as well as when next trapped + perform_decay_while_ticking = true + #containers that have not yet been marked as decaying will be marked for decay during level tick as well as when next trapped + start_decay_while_ticking = false + #overriding decay_loot_tables, decay_modids and decay_dimensions: all chests will decay after being trapped for the first time + decay_all = false + +[refresh] + #configuration options for refreshing containers + #how long (in ticks) a refreshing loot containers should take to refresh their contents (default 20 minutes = 20 * 60 * 20) + # Default: 24000 + # Range: > 0 + refresh_value = 24000 + #list of loot tables which will refresh (default blank, meaning no chests refresh, in the format of ["modid:loot_table", "othermodid:loot_table"]) + refresh_loot_tables = [] + #list of mod IDs whose loot tables will refresh (default blank, meaning no chests refresh, in the format of ["modid", "othermodid"]) + refresh_modids = [] + #list of dimensions where loot chests should automatically refresh (default: blank, e.g., ["minecraft:overworld", "othermod:otherdimension"]) + refresh_dimensions = [] + #containers that have already been marked as refreshing will be refreshed during level tick as well as when next trapped + perform_refresh_while_ticking = true + #containers that have not yet been marked as refreshing will be marked for refresh during level tick as well as when next trapped + start_refresh_while_ticking = true + #overriding refresh_loot_tables, refresh_modids and refresh_dimensions: all chests will refresh after being trapped for the first time + refresh_all = false diff --git a/config/parcool-client.toml b/config/parcool-client.toml new file mode 100644 index 0000000..e0f3121 --- /dev/null +++ b/config/parcool-client.toml @@ -0,0 +1,323 @@ +["Possibility_of_Actions(Some_do_not_have_to_work)"] + can_BreakfallReady = true + can_CatLeap = true + can_ChargeJump = true + can_ClimbPoles = true + can_ClimbUp = true + can_ClingToCliff = true + can_HideInBlock = true + can_Crawl = true + can_Dive = true + can_Dodge = true + can_FastRun = true + can_FastSwim = true + can_Flipping = true + can_HangDown = true + can_HorizontalWallRun = true + can_JumpFromBar = true + can_QuickTurn = true + can_RideZipline = true + can_Roll = true + can_SkyDive = true + can_Slide = true + can_Tap = true + can_Vault = true + can_VerticalWallRun = true + can_WallJump = true + can_WallSlide = true + can_StartSwimByCrawl = true + +[Stamina_HUD_Configuration] + #Allowed Values: Normal, Light, Hide + stamina_hud_type = "Light" + #horizontal alignment + #Allowed Values: Left, Right + align_h_s_hud = "Right" + #vertical alignment + #Allowed Values: Top, Bottom + align_v_s_hud = "Bottom" + hide_hud_if_stamina_infinite = true + #Stamina HUD shows action charge rate, cool time or etc + show_action_status_bar = true + #Light stamina HUD shows always + show_light_hud_always = false + #horizontal offset of normal HUD + # Default: 3 + # Range: 0 ~ 100 + offset_h_stamina_hud = 3 + #vertical offset of normal HUD + # Default: 3 + # Range: 0 ~ 100 + offset_v_stamina_hud = 3 + #horizontal offset of light HUD + # Default: 0 + # Range: -100 ~ 100 + offset_h_light_hud = 0 + #vertical offset of light HUD + # Default: 0 + # Range: -100 ~ 100 + offset_v_light_hud = 0 + +[Animations] + #Enable custom animations + enable_animation = true + #Enable custom animation of falling + enable_falling_animation = true + #Enable lean animation while FastRun + enable_lean_animation_fast_run = true + #Enable first-person-view animations + enable_fpv_animation = false + #Enable rotation of camera by Dodge + enable_camera_rotation_dodge = false + #Enable rotation of camera by Backward Wall-Jump + enable_camera_rotation_back_wall_jump = true + #Enable rotation of camera by Roll + enable_camera_rotation_roll = true + #Enable rotation of camera by Flipping + enable_camera_rotation_flipping = false + #Enable animation of camera by Vault + enable_camera_animation_vault = false + #Enable animation of camera by Horizontal-WallRun + enable_camera_animation_h-wall-run = true + #Enable animation of camera by Hang-Down + enable_camera_animation_hang-down = true + + [Animations.Animators] + enable_BackwardWallJumpAnimator = true + enable_CatLeapAnimator = true + enable_ChargeJumpAnimator = true + enable_ClimbUpAnimator = true + enable_ClingToCliffAnimator = true + enable_CrawlAnimator = true + enable_DiveAnimationHostAnimator = true + enable_DiveIntoWaterAnimator = true + enable_DodgeAnimator = true + enable_FastRunningAnimator = true + enable_FastSwimAnimator = true + enable_FlippingAnimator = true + enable_HideInBlockAnimator = true + enable_HorizontalWallRunAnimator = true + enable_JumpChargingAnimator = true + enable_JumpFromBarAnimator = true + enable_HangAnimator = true + enable_KongVaultAnimator = true + enable_RideZiplineAnimator = true + enable_RollAnimator = true + enable_SlidingAnimator = true + enable_SpeedVaultAnimator = true + enable_TapAnimator = true + enable_VerticalWallRunAnimator = true + enable_WallJumpAnimator = true + enable_WallSlideAnimator = true + +[Control] + #Control of Fast Run + #Allowed Values: PressKey, Toggle, Auto + fast-run_control = "PressKey" + #Control of Crawl + #Allowed Values: PressKey, Toggle + crawl_control = "PressKey" + #Control of Flipping + #Allowed Values: PressRightAndLeft, TapMovementAndJump, PressFlippingKey + flip_control = "TapMovementAndJump" + #Control of Horizontal Wall Run + #Allowed Values: PressKey, Auto + h-wall-run_control = "PressKey" + #Control of Wall Jump + #Allowed Values: PressKey, ReleaseKey + wall-jump_control = "PressKey" + #Control of Cling To Cliff + #Allowed Values: PressKey, Toggle + cling-to-cliff_control = "PressKey" + #Enable double-tapping ctrl for Dodge + enable_double_tapping_for_dodge = false + #Enable cooldown of wall jump + enable_wall_jump_cooldown = true + #Enable Crawl in air + enable_crawl_in_air = true + #Enable Vault in air + enable_vault_in_air = true + #Enable getting off steps while doing dodge + can_get_off_steps_while_dodge = false + #Enable Roll when creative mode (experimental) + enable_roll_creative = false + #Make Vault need Vault Key Pressed + vault_needs_key_pressed = false + #Make HideInBlock need player sneaking + hideinblock_needs_sneaking = true + #enable players to do actions needing Fast-Running by sprint + substitute_sprint = false + #acceptable walll angle of wall jump : `0` means you exactly opposite to wall, `180` allow you to wall jump for all angle + # Default: 110 + # Range: 0 ~ 180 + acceptable_angle_wall_jump = 110 + #How long duration of dodge is deal as successive dodge + # Default: 30 + # Range: > 0 + successive_dodge_cool_time = 30 + #Cool time of Dodge action + # Default: 11 + # Range: > 11 + dodge_cool_time = 11 + #Max number of times of successive Dodge action + # Default: 3 + # Range: > 1 + successive_dodge_count = 3 + #Window time of just time breakfall + # Default: 5 + # Range: > 0 + justtime_breakfall_tick = 5 + #coyote time tick (how long tick player can behave like on ground after getting off ledge + # Default: 3 + # Range: 0 ~ 20 + coyote_time = 3 + #Lowest fall distance needed to trigger breakfall movements + # Default: 2.0 + # Range: 0.0 ~ 10.0 + lowest_fall_distance_for_breakfall = 2.0 + #How long distance breakfall can remove damage + # Default: 6.0 + # Range: 0.0 ~ 1.7976931348623157E308 + max_breakfall_damage_remove_height = 6.0 + #Damage reduction rate of Breakfall + # Default: 0.6 + # Range: 0.0 ~ 1.0 + max_breakfall_damage_reduction_rate = 0.6 + +[Modifier] + #How long you can do Horizontal Wall Run + # Default: 25 + # Range: 15 ~ 100 + wall-run_continuable_tick = 25 + #How long you can do Slide + # Default: 15 + # Range: 10 ~ 60 + sliding_continuable_tick = 15 + #FastRun speed modifier + # Default: 2.0 + # Range: 0.001 ~ 10.0 + fast-run_modifier = 2.0 + #FastSwim speed modifier + # Default: 2.0 + # Range: 0.001 ~ 10.0 + fast-swim_modifier = 2.0 + #Dodge speed modifier + # Default: 1.0 + # Range: 0.5 ~ 3.0 + dodge-speed_modifier = 1.0 + #SkyDive speed decreasement rate + # Default: 0.98 + # Range: 0.001 ~ 1.0 + sky_dive-speed-decreasement = 0.98 + +[Other_Configuration] + #Vault Animation(Dynamic is to select animation dynamically) + #Allowed Values: SpeedVault, KongVault, Dynamic + vault_animation_mode = "Dynamic" + #Color theme of Setting GUI + #Allowed Values: Red, Green, Blue, Yellow, Black + gui_color_theme = "Blue" + #Enable just timing effect of Breakfall + enable_just_time_effect_breakfall = true + #Enable sounds triggered by Action + enable_sounds = true + #Enable particles triggered by Action + enable_particles = true + #Enable particles triggered by just-time breakfall + enable_particles_jt_breakfall = true + #Enable block like rendering of zipline + enable_3d_render_zipline = true + #Notify if auto resynchronization of Limitation is executed + notify_limitation_auto_resync = false + #Whether ParCool is active + parcool_activation = true + +[Stamina] + #Caution : Max stamina and stamina recovery config is removed because they became attributes. + #Allowed Values: NONE, PARCOOL, HUNGER, PARAGLIDER, EPIC_FIGHT + used_stamina = "PARCOOL" + #Enable slowing down of stamina exhaustion + enable_stamina_exhaustion_penalty = true + + [Stamina.Consumption] + # Default: 0 + # Range: 0 ~ 10000 + stamina_consumption_of_BreakfallReady = 0 + # Default: 200 + # Range: 0 ~ 10000 + stamina_consumption_of_CatLeap = 200 + # Default: 100 + # Range: 0 ~ 10000 + stamina_consumption_of_ChargeJump = 100 + # Default: 0 + # Range: 0 ~ 10000 + stamina_consumption_of_ClimbPoles = 0 + # Default: 150 + # Range: 0 ~ 10000 + stamina_consumption_of_ClimbUp = 150 + # Default: 2 + # Range: 0 ~ 10000 + stamina_consumption_of_ClingToCliff = 2 + # Default: 0 + # Range: 0 ~ 10000 + stamina_consumption_of_HideInBlock = 0 + # Default: 0 + # Range: 0 ~ 10000 + stamina_consumption_of_Crawl = 0 + # Default: 0 + # Range: 0 ~ 10000 + stamina_consumption_of_Dive = 0 + # Default: 80 + # Range: 0 ~ 10000 + stamina_consumption_of_Dodge = 80 + # Default: 2 + # Range: 0 ~ 10000 + stamina_consumption_of_FastRun = 2 + # Default: 3 + # Range: 0 ~ 10000 + stamina_consumption_of_FastSwim = 3 + # Default: 80 + # Range: 0 ~ 10000 + stamina_consumption_of_Flipping = 80 + # Default: 3 + # Range: 0 ~ 10000 + stamina_consumption_of_HangDown = 3 + # Default: 2 + # Range: 0 ~ 10000 + stamina_consumption_of_HorizontalWallRun = 2 + # Default: 100 + # Range: 0 ~ 10000 + stamina_consumption_of_JumpFromBar = 100 + # Default: 0 + # Range: 0 ~ 10000 + stamina_consumption_of_QuickTurn = 0 + # Default: 2 + # Range: 0 ~ 10000 + stamina_consumption_of_RideZipline = 2 + # Default: 100 + # Range: 0 ~ 10000 + stamina_consumption_of_Roll = 100 + # Default: 0 + # Range: 0 ~ 10000 + stamina_consumption_of_SkyDive = 0 + # Default: 0 + # Range: 0 ~ 10000 + stamina_consumption_of_Slide = 0 + # Default: 100 + # Range: 0 ~ 10000 + stamina_consumption_of_Tap = 100 + # Default: 50 + # Range: 0 ~ 10000 + stamina_consumption_of_Vault = 50 + # Default: 150 + # Range: 0 ~ 10000 + stamina_consumption_of_VerticalWallRun = 150 + # Default: 120 + # Range: 0 ~ 10000 + stamina_consumption_of_WallJump = 120 + # Default: 8 + # Range: 0 ~ 10000 + stamina_consumption_of_WallSlide = 8 + # Default: 0 + # Range: 0 ~ 10000 + stamina_consumption_of_StartSwimByCrawl = 0 diff --git a/config/ponder-client.toml b/config/ponder-client.toml new file mode 100644 index 0000000..feb44e5 --- /dev/null +++ b/config/ponder-client.toml @@ -0,0 +1,20 @@ +#. +#Slow down a ponder scene whenever there is text on screen. +comfyReading = false +#. +#Show additional info in the ponder view and reload scene scripts more frequently. +editingMode = false + +#. +#Settings for the Placement Assist +[placementAssist] + #. + #What indicator should be used when showing where the assisted placement ends up relative to your crosshair + #Choose 'NONE' to disable the Indicator altogether + #Allowed Values: TEXTURE, TRIANGLE, NONE + indicatorType = "TEXTURE" + #. + #Change the size of the Indicator by this multiplier + # Default: 1.0 + # Range: 0.0 ~ 3.4028234663852886E38 + indicatorScale = 1.0 diff --git a/config/sereneseasons/fertility.toml b/config/sereneseasons/fertility.toml new file mode 100644 index 0000000..de77ca9 --- /dev/null +++ b/config/sereneseasons/fertility.toml @@ -0,0 +1,12 @@ +[general] + #Whether crops are affected by seasons. + seasonal_crops = true + #How crops behave when out of season. + #0 = Grow slowly + #1 = Can't grow + #2 = Break when trying to grow + out_of_season_crop_behavior = 0 + #Maximum height level for out of season crops to have fertility underground. + underground_fertility_level = 48 + #Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops. + crop_tooltips = true diff --git a/config/sereneseasons/seasons.toml b/config/sereneseasons/seasons.toml new file mode 100644 index 0000000..8053cd7 --- /dev/null +++ b/config/sereneseasons/seasons.toml @@ -0,0 +1,238 @@ +[aesthetic_settings] + #Change the foliage colour based on the current season + change_foliage_color = true + #Change the grass color based on the current season + change_grass_color = true + #Change the birch colour based on the current season + change_birch_color = true + +[dimension_settings] + #Seasons will only apply to dimensons listed here + whitelisted_dimensions = ["minecraft:overworld"] + +[weather_settings] + #Change the frequency of rain/snow/storms based on the season + change_weather_frequency = true + #Generate snow and ice during the Winter season + generate_snow_ice = true + +[time_settings] + #The starting sub season for new worlds. + #0 = Random, 1 - 3 = Early/Mid/Late Spring + #4 - 6 = Early/Mid/Late Summer + #7 - 9 = Early/Mid/Late Autumn + #10 - 12 = Early/Mid/Late Winter + starting_sub_season = 1 + #The duration of a sub season in days. + sub_season_duration = 8 + #If the season should progress on a server with no players online + progress_season_while_offline = true + #The duration of a Minecraft day in ticks. + #This only adjusts the internal length of a day used by the season cycle. + #It is intended to be used in conjunction with another mod which adjusts the actual length of a Minecraft day. + day_duration = 24000 + +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 8.33 + max_rain_time = 96000 + min_rain_time = 12000 + season = "MID_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 12.5 + max_rain_time = 180000 + min_rain_time = 12000 + season = "EARLY_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 6.25 + max_rain_time = 180000 + min_rain_time = 12000 + season = "LATE_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = -0.25 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "EARLY_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 8.33 + max_rain_time = 180000 + min_rain_time = 12000 + season = "MID_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "MID_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "LATE_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 6.25 + max_rain_time = 96000 + min_rain_time = 12000 + season = "EARLY_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = -0.25 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "EARLY_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 12.5 + max_rain_time = 96000 + min_rain_time = 12000 + season = "LATE_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "MID_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "LATE_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 diff --git a/config/sophisticatedbackpacks-common.toml b/config/sophisticatedbackpacks-common.toml new file mode 100644 index 0000000..0760b26 --- /dev/null +++ b/config/sophisticatedbackpacks-common.toml @@ -0,0 +1,4 @@ +#Common Settings +[common] + #Turns on/off loot added to various vanilla chest loot tables + chestLootEnabled = true diff --git a/config/sophisticatedcore-client.toml b/config/sophisticatedcore-client.toml new file mode 100644 index 0000000..7b432c1 --- /dev/null +++ b/config/sophisticatedcore-client.toml @@ -0,0 +1,9 @@ +#Client Settings +[client] + #Positions where sort buttons can display to help with conflicts with controls from other mods + #Allowed Values: TITLE_LINE_RIGHT, BELOW_UPGRADES, BELOW_UPGRADE_TABS, HIDDEN + sortButtonsPosition = "TITLE_LINE_RIGHT" + #Whether click sound should play when custom buttons are clicked in the GUI + playButtonSound = true + #Whether scrolling in inventory should be handled by Mouse Tweaks mod if it is in the pack + mouseTweaksScrollEnabled = true diff --git a/config/sophisticatedcore-common.toml b/config/sophisticatedcore-common.toml new file mode 100644 index 0000000..c2023cc --- /dev/null +++ b/config/sophisticatedcore-common.toml @@ -0,0 +1,4 @@ +#Common Settings +[common] + #Disable / enable any items here (disables their recipes) + enabledItems = [] diff --git a/config/sophisticatedstorage-client.toml b/config/sophisticatedstorage-client.toml new file mode 100644 index 0000000..a9489cc --- /dev/null +++ b/config/sophisticatedstorage-client.toml @@ -0,0 +1,6 @@ +#Client-side Settings +[client] + #Determines whether JEI and creative tab will show tinted storage items for iron and higher tiers. Can help with easily removing many of these items from there. + showHigherTierTintedVariants = true + #Determines whether JEI and creative tab will show only one wood variant of each storage item tier. Makes creative tab and JEI lists smaller. + showSingleWoodVariantOnly = false diff --git a/config/sophisticatedstorage-common.toml b/config/sophisticatedstorage-common.toml new file mode 100644 index 0000000..3e13c83 --- /dev/null +++ b/config/sophisticatedstorage-common.toml @@ -0,0 +1,4 @@ +#Common Settings +[common] + #Determines whether chests / barrels are always dropped as packed with their contents when broken without the need to use packing tape + dropPacked = false diff --git a/config/sound_physics_remastered/allowed_sounds.properties b/config/sound_physics_remastered/allowed_sounds.properties new file mode 100644 index 0000000..0305279 --- /dev/null +++ b/config/sound_physics_remastered/allowed_sounds.properties @@ -0,0 +1,2042 @@ +# Allowed sounds +# Set to 'false' to disable sound physics for that sound + +aquaculture\:bobber_bait=true +aquaculture\:bobber_land_lava=true +aquaculture\:bobber_note_catch=true +aquaculture\:bottle_open=true +aquaculture\:fish_ambient=true +aquaculture\:fish_death=true +aquaculture\:fish_flop=true +aquaculture\:fish_hurt=true +aquaculture\:fish_mount_add_item=true +aquaculture\:fish_mount_broken=true +aquaculture\:fish_mount_placed=true +aquaculture\:fish_mount_removed=true +aquaculture\:jellyfish_collide=true +aquaculture\:jellyfish_flop=true +aquaculture\:tackle_box_close=true +aquaculture\:tackle_box_open=true +aquaculture\:worm_farm_empty=true +bettercombat\:anchor_slam=true +bettercombat\:axe_slash=true +bettercombat\:claymore_slam=true +bettercombat\:claymore_stab=true +bettercombat\:claymore_swing=true +bettercombat\:dagger_slash=true +bettercombat\:double_axe_swing=true +bettercombat\:fist_punch=true +bettercombat\:glaive_slash_quick=true +bettercombat\:glaive_slash_slow=true +bettercombat\:hammer_slam=true +bettercombat\:katana_slash=true +bettercombat\:mace_slam=true +bettercombat\:mace_slash=true +bettercombat\:pickaxe_swing=true +bettercombat\:rapier_slash=true +bettercombat\:rapier_stab=true +bettercombat\:scythe_slash=true +bettercombat\:sickle_slash=true +bettercombat\:spear_stab=true +bettercombat\:staff_slam=true +bettercombat\:staff_slash=true +bettercombat\:staff_spin=true +bettercombat\:staff_stab=true +bettercombat\:sword_slash=true +bettercombat\:wand_swing=true +biomesoplenty\:block.blood.ambient=true +biomesoplenty\:block.flesh_tendon.drip=true +biomesoplenty\:block.pus_bubble.pop=true +biomesoplenty\:block.spider_egg.break=true +biomesoplenty\:music.nether.crystalline_chasm=true +biomesoplenty\:music.nether.erupting_inferno=true +biomesoplenty\:music.nether.undergrowth=true +biomesoplenty\:music.nether.visceral_heap=true +biomesoplenty\:music.nether.withered_abyss=true +biomesoplenty\:music.overworld.origin_valley=true +biomesoplenty\:music_disc.wanderer=true +cataclysm\:abyss_blast=true +cataclysm\:abyss_blast_only_charge=true +cataclysm\:abyss_blast_only_shoot=true +cataclysm\:aptrgangr_death=true +cataclysm\:aptrgangr_hurt=true +cataclysm\:aptrgangr_idle=true +cataclysm\:axe_swing=true +cataclysm\:black_hole_closing=true +cataclysm\:black_hole_loop=true +cataclysm\:black_hole_opening=true +cataclysm\:cindaria_death=true +cataclysm\:cindaria_hurt=true +cataclysm\:clawdian_death=true +cataclysm\:clawdian_hurt=true +cataclysm\:clawdian_idle=true +cataclysm\:coral_golem_death=true +cataclysm\:coral_golem_hurt=true +cataclysm\:coralssus_ambient=true +cataclysm\:coralssus_death=true +cataclysm\:coralssus_hurt=true +cataclysm\:coralssus_roar=true +cataclysm\:crab_bite=true +cataclysm\:crab_death=true +cataclysm\:crab_hurt=true +cataclysm\:death_laser=true +cataclysm\:deepling_death=true +cataclysm\:deepling_hurt=true +cataclysm\:deepling_idle=true +cataclysm\:deepling_light=true +cataclysm\:deepling_swing=true +cataclysm\:door_of_seal_open=true +cataclysm\:draugr_death=true +cataclysm\:draugr_hurt=true +cataclysm\:draugr_idle=true +cataclysm\:emp_activated=true +cataclysm\:enderguardian_music_1=true +cataclysm\:enderguardian_music_2=true +cataclysm\:enderguardian_music_disc=true +cataclysm\:enderguardianattack=true +cataclysm\:enderguardiandeath=true +cataclysm\:enderguardianhurt=true +cataclysm\:endermaptera_ambient=true +cataclysm\:endermaptera_death=true +cataclysm\:endermaptera_hurt=true +cataclysm\:endermaptera_step=true +cataclysm\:explosion=true +cataclysm\:flame_burst=true +cataclysm\:flame_trap=true +cataclysm\:flamethrower=true +cataclysm\:golemattack=true +cataclysm\:golemdeath=true +cataclysm\:golemhurt=true +cataclysm\:guardianfistattack=true +cataclysm\:hammertime=true +cataclysm\:harbinger_charge=true +cataclysm\:harbinger_charge_prepare=true +cataclysm\:harbinger_deathlaser_prepare=true +cataclysm\:harbinger_hurt=true +cataclysm\:harbinger_idle=true +cataclysm\:harbinger_laser=true +cataclysm\:harbinger_mode_change=true +cataclysm\:harbinger_music=true +cataclysm\:harbinger_prepare=true +cataclysm\:harbinger_stun=true +cataclysm\:heavy_smash=true +cataclysm\:hippocamtus_death=true +cataclysm\:hippocamtus_hurt=true +cataclysm\:hippocamtus_idle=true +cataclysm\:ignis_ambient=true +cataclysm\:ignis_armor_break=true +cataclysm\:ignis_death=true +cataclysm\:ignis_earthquake=true +cataclysm\:ignis_hurt=true +cataclysm\:ignis_impact=true +cataclysm\:ignis_music_1=true +cataclysm\:ignis_music_2=true +cataclysm\:ignis_music_3=true +cataclysm\:ignis_music_disc=true +cataclysm\:ignis_poke=true +cataclysm\:ignisshieldbreak=true +cataclysm\:kobolediator_ambient=true +cataclysm\:kobolediator_death=true +cataclysm\:kobolediator_hurt=true +cataclysm\:koboleton_ambient=true +cataclysm\:koboleton_death=true +cataclysm\:koboleton_hurt=true +cataclysm\:koboleton_step=true +cataclysm\:lacerton_ambient=true +cataclysm\:lacerton_death=true +cataclysm\:lacerton_hurt=true +cataclysm\:leviathan_bite=true +cataclysm\:leviathan_defeat=true +cataclysm\:leviathan_hurt=true +cataclysm\:leviathan_idle=true +cataclysm\:leviathan_music=true +cataclysm\:leviathan_music_1=true +cataclysm\:leviathan_music_2=true +cataclysm\:leviathan_roar=true +cataclysm\:leviathan_stun_roar=true +cataclysm\:leviathan_tentacle_strike=true +cataclysm\:maledictus_battle_cry=true +cataclysm\:maledictus_bow_pull=true +cataclysm\:maledictus_death=true +cataclysm\:maledictus_hurt=true +cataclysm\:maledictus_idle=true +cataclysm\:maledictus_jump=true +cataclysm\:maledictus_leap=true +cataclysm\:maledictus_mace_swing=true +cataclysm\:maledictus_music=true +cataclysm\:maledictus_music_disc=true +cataclysm\:maledictus_short_roar=true +cataclysm\:maledictus_spear=true +cataclysm\:ministrosity_fill_bucket=true +cataclysm\:ministrosity_hurt=true +cataclysm\:modern_remnant_bite=true +cataclysm\:modern_remnant_death=true +cataclysm\:modern_remnant_fill_bucket=true +cataclysm\:monstrosity_music=true +cataclysm\:monstrosityawaken=true +cataclysm\:monstrositydeath=true +cataclysm\:monstrositygrowl=true +cataclysm\:monstrosityhurt=true +cataclysm\:monstrosityland=true +cataclysm\:monstrosityshoot=true +cataclysm\:monstrositystep=true +cataclysm\:note_block_imitate_aptrgangr=true +cataclysm\:note_block_imitate_draugr=true +cataclysm\:note_block_imitate_kobolediator=true +cataclysm\:parry=true +cataclysm\:portal_abyss_blast=true +cataclysm\:prowler_death=true +cataclysm\:prowler_hurt=true +cataclysm\:prowler_idle=true +cataclysm\:prowler_saw_attack=true +cataclysm\:prowler_saw_spin_attack=true +cataclysm\:remnant_bite=true +cataclysm\:remnant_breathing=true +cataclysm\:remnant_charge_prepare=true +cataclysm\:remnant_charge_roar=true +cataclysm\:remnant_charge_step=true +cataclysm\:remnant_death=true +cataclysm\:remnant_hurt=true +cataclysm\:remnant_idle=true +cataclysm\:remnant_music=true +cataclysm\:remnant_roar=true +cataclysm\:remnant_shockwave=true +cataclysm\:remnant_stomp=true +cataclysm\:remnant_tail_slam=true +cataclysm\:remnant_tail_slam_1=true +cataclysm\:remnant_tail_slam_2=true +cataclysm\:remnant_tail_slam_3=true +cataclysm\:remnant_tail_swing=true +cataclysm\:revenant_breath=true +cataclysm\:revenant_death=true +cataclysm\:revenant_hurt=true +cataclysm\:revenant_idle=true +cataclysm\:rocket_launch=true +cataclysm\:sandstorm=true +cataclysm\:scylla_death=true +cataclysm\:scylla_hurt=true +cataclysm\:scylla_music=true +cataclysm\:scylla_music_disc=true +cataclysm\:scylla_roar=true +cataclysm\:shredder_end=true +cataclysm\:shredder_loop=true +cataclysm\:shredder_start=true +cataclysm\:strongswingattack=true +cataclysm\:super_lightning_strike=true +cataclysm\:swingattack=true +cataclysm\:sword_stomp=true +cataclysm\:the_cataclysmfarer=true +cataclysm\:tidal_hook_hit=true +cataclysm\:tidal_hook_loop=true +cataclysm\:tidal_tentacle=true +cataclysm\:voidrunerising=true +cataclysm\:wadjet_ambient=true +cataclysm\:wadjet_death=true +cataclysm\:wadjet_hurt=true +cataclysm\:watcher_death=true +cataclysm\:watcher_hurt=true +create\:blaze_munch=true +create\:cardboard_bonk=true +create\:chiff=true +create\:clipboard_check=true +create\:clipboard_erase=true +create\:cogs=true +create\:confirm=true +create\:confirm_2=true +create\:contraption_assemble=true +create\:contraption_assemble_compounded_1=true +create\:contraption_disassemble=true +create\:controller_click=true +create\:controller_put=true +create\:controller_take=true +create\:copper_armor_equip=true +create\:crafter_click=true +create\:crafter_click_compounded_1=true +create\:crafter_craft=true +create\:cranking=true +create\:cranking_compounded_1=true +create\:crushing_1=true +create\:crushing_2=true +create\:crushing_3=true +create\:deny=true +create\:depot_plop=true +create\:depot_slide=true +create\:desk_bell=true +create\:frogport_catch=true +create\:frogport_close=true +create\:frogport_deposit=true +create\:frogport_open=true +create\:funnel_flap=true +create\:funnel_flap_compounded_1=true +create\:fwoomp=true +create\:haunted_bell_convert=true +create\:haunted_bell_use=true +create\:item_hatch=true +create\:item_hatch_compounded_1=true +create\:mechanical_press_activation=true +create\:mechanical_press_activation_belt=true +create\:mechanical_press_activation_belt_compounded_1=true +create\:mechanical_press_activation_compounded_1=true +create\:mixing=true +create\:mixing_compounded_1=true +create\:package_pop=true +create\:package_pop_compounded_1=true +create\:packager=true +create\:peculiar_bell_use=true +create\:potato_hit=true +create\:potato_hit_compounded_1=true +create\:sanding_long=true +create\:sanding_short=true +create\:saw_activate_stone=true +create\:saw_activate_wood=true +create\:schematicannon_finish=true +create\:schematicannon_launch_block=true +create\:scroll_value=true +create\:slime_added=true +create\:spout=true +create\:steam=true +create\:stock_link=true +create\:stock_ticker_request=true +create\:stock_ticker_trade=true +create\:train=true +create\:train2=true +create\:train3=true +create\:whistle=true +create\:whistle_high=true +create\:whistle_low=true +create\:whistle_train=true +create\:whistle_train_low=true +create\:whistle_train_manual=true +create\:whistle_train_manual_end=true +create\:whistle_train_manual_low=true +create\:whistle_train_manual_low_end=true +create\:worldshaper_place=true +create\:wrench_remove=true +create\:wrench_remove_compounded_1=true +create\:wrench_rotate=true +farmersdelight\:block.cabinet.close=true +farmersdelight\:block.cabinet.open=true +farmersdelight\:block.cooking_pot.boil=true +farmersdelight\:block.cooking_pot.boil_soup=true +farmersdelight\:block.cutting_board.carve_tool=true +farmersdelight\:block.cutting_board.knife_cut=true +farmersdelight\:block.cutting_board.place_item=true +farmersdelight\:block.cutting_board.remove_item=true +farmersdelight\:block.food.slice=true +farmersdelight\:block.food.take_portion=true +farmersdelight\:block.rope_fence_gate.close=true +farmersdelight\:block.rope_fence_gate.open=true +farmersdelight\:block.skillet.add_food=true +farmersdelight\:block.skillet.sizzle=true +farmersdelight\:block.stove.crackle=true +farmersdelight\:block.tomatoes.pick_tomatoes=true +farmersdelight\:entity.rotten_tomato.hit=true +farmersdelight\:entity.rotten_tomato.throw=true +farmersdelight\:item.skillet.attack.strong=true +farmersdelight\:item.skillet.attack.weak=true +minecraft\:ambient.basalt_deltas.additions=true +minecraft\:ambient.basalt_deltas.loop=true +minecraft\:ambient.basalt_deltas.mood=true +minecraft\:ambient.cave=true +minecraft\:ambient.crimson_forest.additions=true +minecraft\:ambient.crimson_forest.loop=true +minecraft\:ambient.crimson_forest.mood=true +minecraft\:ambient.nether_wastes.additions=true +minecraft\:ambient.nether_wastes.loop=true +minecraft\:ambient.nether_wastes.mood=true +minecraft\:ambient.soul_sand_valley.additions=true +minecraft\:ambient.soul_sand_valley.loop=true +minecraft\:ambient.soul_sand_valley.mood=true +minecraft\:ambient.underwater.enter=true +minecraft\:ambient.underwater.exit=true +minecraft\:ambient.underwater.loop=true +minecraft\:ambient.underwater.loop.additions=true +minecraft\:ambient.underwater.loop.additions.rare=true +minecraft\:ambient.underwater.loop.additions.ultra_rare=true +minecraft\:ambient.warped_forest.additions=true +minecraft\:ambient.warped_forest.loop=true +minecraft\:ambient.warped_forest.mood=true +minecraft\:block.amethyst_block.break=true +minecraft\:block.amethyst_block.chime=true +minecraft\:block.amethyst_block.fall=true +minecraft\:block.amethyst_block.hit=true +minecraft\:block.amethyst_block.place=true +minecraft\:block.amethyst_block.resonate=true +minecraft\:block.amethyst_block.step=true +minecraft\:block.amethyst_cluster.break=true +minecraft\:block.amethyst_cluster.fall=true +minecraft\:block.amethyst_cluster.hit=true +minecraft\:block.amethyst_cluster.place=true +minecraft\:block.amethyst_cluster.step=true +minecraft\:block.ancient_debris.break=true +minecraft\:block.ancient_debris.fall=true +minecraft\:block.ancient_debris.hit=true +minecraft\:block.ancient_debris.place=true +minecraft\:block.ancient_debris.step=true +minecraft\:block.anvil.break=true +minecraft\:block.anvil.destroy=true +minecraft\:block.anvil.fall=true +minecraft\:block.anvil.hit=true +minecraft\:block.anvil.land=true +minecraft\:block.anvil.place=true +minecraft\:block.anvil.step=true +minecraft\:block.anvil.use=true +minecraft\:block.azalea.break=true +minecraft\:block.azalea.fall=true +minecraft\:block.azalea.hit=true +minecraft\:block.azalea.place=true +minecraft\:block.azalea.step=true +minecraft\:block.azalea_leaves.break=true +minecraft\:block.azalea_leaves.fall=true +minecraft\:block.azalea_leaves.hit=true +minecraft\:block.azalea_leaves.place=true +minecraft\:block.azalea_leaves.step=true +minecraft\:block.bamboo.break=true +minecraft\:block.bamboo.fall=true +minecraft\:block.bamboo.hit=true +minecraft\:block.bamboo.place=true +minecraft\:block.bamboo.step=true +minecraft\:block.bamboo_sapling.break=true +minecraft\:block.bamboo_sapling.hit=true +minecraft\:block.bamboo_sapling.place=true +minecraft\:block.bamboo_wood.break=true +minecraft\:block.bamboo_wood.fall=true +minecraft\:block.bamboo_wood.hit=true +minecraft\:block.bamboo_wood.place=true +minecraft\:block.bamboo_wood.step=true +minecraft\:block.bamboo_wood_button.click_off=true +minecraft\:block.bamboo_wood_button.click_on=true +minecraft\:block.bamboo_wood_door.close=true +minecraft\:block.bamboo_wood_door.open=true +minecraft\:block.bamboo_wood_fence_gate.close=true +minecraft\:block.bamboo_wood_fence_gate.open=true +minecraft\:block.bamboo_wood_hanging_sign.break=true +minecraft\:block.bamboo_wood_hanging_sign.fall=true +minecraft\:block.bamboo_wood_hanging_sign.hit=true +minecraft\:block.bamboo_wood_hanging_sign.place=true +minecraft\:block.bamboo_wood_hanging_sign.step=true +minecraft\:block.bamboo_wood_pressure_plate.click_off=true +minecraft\:block.bamboo_wood_pressure_plate.click_on=true +minecraft\:block.bamboo_wood_trapdoor.close=true +minecraft\:block.bamboo_wood_trapdoor.open=true +minecraft\:block.barrel.close=true +minecraft\:block.barrel.open=true +minecraft\:block.basalt.break=true +minecraft\:block.basalt.fall=true +minecraft\:block.basalt.hit=true +minecraft\:block.basalt.place=true +minecraft\:block.basalt.step=true +minecraft\:block.beacon.activate=true +minecraft\:block.beacon.ambient=true +minecraft\:block.beacon.deactivate=true +minecraft\:block.beacon.power_select=true +minecraft\:block.beehive.drip=true +minecraft\:block.beehive.enter=true +minecraft\:block.beehive.exit=true +minecraft\:block.beehive.shear=true +minecraft\:block.beehive.work=true +minecraft\:block.bell.resonate=true +minecraft\:block.bell.use=true +minecraft\:block.big_dripleaf.break=true +minecraft\:block.big_dripleaf.fall=true +minecraft\:block.big_dripleaf.hit=true +minecraft\:block.big_dripleaf.place=true +minecraft\:block.big_dripleaf.step=true +minecraft\:block.big_dripleaf.tilt_down=true +minecraft\:block.big_dripleaf.tilt_up=true +minecraft\:block.blastfurnace.fire_crackle=true +minecraft\:block.bone_block.break=true +minecraft\:block.bone_block.fall=true +minecraft\:block.bone_block.hit=true +minecraft\:block.bone_block.place=true +minecraft\:block.bone_block.step=true +minecraft\:block.brewing_stand.brew=true +minecraft\:block.bubble_column.bubble_pop=true +minecraft\:block.bubble_column.upwards_ambient=true +minecraft\:block.bubble_column.upwards_inside=true +minecraft\:block.bubble_column.whirlpool_ambient=true +minecraft\:block.bubble_column.whirlpool_inside=true +minecraft\:block.cake.add_candle=true +minecraft\:block.calcite.break=true +minecraft\:block.calcite.fall=true +minecraft\:block.calcite.hit=true +minecraft\:block.calcite.place=true +minecraft\:block.calcite.step=true +minecraft\:block.campfire.crackle=true +minecraft\:block.candle.ambient=true +minecraft\:block.candle.break=true +minecraft\:block.candle.extinguish=true +minecraft\:block.candle.fall=true +minecraft\:block.candle.hit=true +minecraft\:block.candle.place=true +minecraft\:block.candle.step=true +minecraft\:block.cave_vines.break=true +minecraft\:block.cave_vines.fall=true +minecraft\:block.cave_vines.hit=true +minecraft\:block.cave_vines.pick_berries=true +minecraft\:block.cave_vines.place=true +minecraft\:block.cave_vines.step=true +minecraft\:block.chain.break=true +minecraft\:block.chain.fall=true +minecraft\:block.chain.hit=true +minecraft\:block.chain.place=true +minecraft\:block.chain.step=true +minecraft\:block.cherry_leaves.break=true +minecraft\:block.cherry_leaves.fall=true +minecraft\:block.cherry_leaves.hit=true +minecraft\:block.cherry_leaves.place=true +minecraft\:block.cherry_leaves.step=true +minecraft\:block.cherry_sapling.break=true +minecraft\:block.cherry_sapling.fall=true +minecraft\:block.cherry_sapling.hit=true +minecraft\:block.cherry_sapling.place=true +minecraft\:block.cherry_sapling.step=true +minecraft\:block.cherry_wood.break=true +minecraft\:block.cherry_wood.fall=true +minecraft\:block.cherry_wood.hit=true +minecraft\:block.cherry_wood.place=true +minecraft\:block.cherry_wood.step=true +minecraft\:block.cherry_wood_button.click_off=true +minecraft\:block.cherry_wood_button.click_on=true +minecraft\:block.cherry_wood_door.close=true +minecraft\:block.cherry_wood_door.open=true +minecraft\:block.cherry_wood_fence_gate.close=true +minecraft\:block.cherry_wood_fence_gate.open=true +minecraft\:block.cherry_wood_hanging_sign.break=true +minecraft\:block.cherry_wood_hanging_sign.fall=true +minecraft\:block.cherry_wood_hanging_sign.hit=true +minecraft\:block.cherry_wood_hanging_sign.place=true +minecraft\:block.cherry_wood_hanging_sign.step=true +minecraft\:block.cherry_wood_pressure_plate.click_off=true +minecraft\:block.cherry_wood_pressure_plate.click_on=true +minecraft\:block.cherry_wood_trapdoor.close=true +minecraft\:block.cherry_wood_trapdoor.open=true +minecraft\:block.chest.close=true +minecraft\:block.chest.locked=true +minecraft\:block.chest.open=true +minecraft\:block.chiseled_bookshelf.break=true +minecraft\:block.chiseled_bookshelf.fall=true +minecraft\:block.chiseled_bookshelf.hit=true +minecraft\:block.chiseled_bookshelf.insert=true +minecraft\:block.chiseled_bookshelf.insert.enchanted=true +minecraft\:block.chiseled_bookshelf.pickup=true +minecraft\:block.chiseled_bookshelf.pickup.enchanted=true +minecraft\:block.chiseled_bookshelf.place=true +minecraft\:block.chiseled_bookshelf.step=true +minecraft\:block.chorus_flower.death=true +minecraft\:block.chorus_flower.grow=true +minecraft\:block.cobweb.break=true +minecraft\:block.cobweb.fall=true +minecraft\:block.cobweb.hit=true +minecraft\:block.cobweb.place=true +minecraft\:block.cobweb.step=true +minecraft\:block.comparator.click=true +minecraft\:block.composter.empty=true +minecraft\:block.composter.fill=true +minecraft\:block.composter.fill_success=true +minecraft\:block.composter.ready=true +minecraft\:block.conduit.activate=true +minecraft\:block.conduit.ambient=true +minecraft\:block.conduit.ambient.short=true +minecraft\:block.conduit.attack.target=true +minecraft\:block.conduit.deactivate=true +minecraft\:block.copper.break=true +minecraft\:block.copper.fall=true +minecraft\:block.copper.hit=true +minecraft\:block.copper.place=true +minecraft\:block.copper.step=true +minecraft\:block.copper_bulb.break=true +minecraft\:block.copper_bulb.fall=true +minecraft\:block.copper_bulb.hit=true +minecraft\:block.copper_bulb.place=true +minecraft\:block.copper_bulb.step=true +minecraft\:block.copper_bulb.turn_off=true +minecraft\:block.copper_bulb.turn_on=true +minecraft\:block.copper_door.close=true +minecraft\:block.copper_door.open=true +minecraft\:block.copper_grate.break=true +minecraft\:block.copper_grate.fall=true +minecraft\:block.copper_grate.hit=true +minecraft\:block.copper_grate.place=true +minecraft\:block.copper_grate.step=true +minecraft\:block.copper_trapdoor.close=true +minecraft\:block.copper_trapdoor.open=true +minecraft\:block.coral_block.break=true +minecraft\:block.coral_block.fall=true +minecraft\:block.coral_block.hit=true +minecraft\:block.coral_block.place=true +minecraft\:block.coral_block.step=true +minecraft\:block.crafter.craft=true +minecraft\:block.crafter.fail=true +minecraft\:block.crop.break=true +minecraft\:block.decorated_pot.break=true +minecraft\:block.decorated_pot.fall=true +minecraft\:block.decorated_pot.hit=true +minecraft\:block.decorated_pot.insert=true +minecraft\:block.decorated_pot.insert_fail=true +minecraft\:block.decorated_pot.place=true +minecraft\:block.decorated_pot.shatter=true +minecraft\:block.decorated_pot.step=true +minecraft\:block.deepslate.break=true +minecraft\:block.deepslate.fall=true +minecraft\:block.deepslate.hit=true +minecraft\:block.deepslate.place=true +minecraft\:block.deepslate.step=true +minecraft\:block.deepslate_bricks.break=true +minecraft\:block.deepslate_bricks.fall=true +minecraft\:block.deepslate_bricks.hit=true +minecraft\:block.deepslate_bricks.place=true +minecraft\:block.deepslate_bricks.step=true +minecraft\:block.deepslate_tiles.break=true +minecraft\:block.deepslate_tiles.fall=true +minecraft\:block.deepslate_tiles.hit=true +minecraft\:block.deepslate_tiles.place=true +minecraft\:block.deepslate_tiles.step=true +minecraft\:block.dispenser.dispense=true +minecraft\:block.dispenser.fail=true +minecraft\:block.dispenser.launch=true +minecraft\:block.dripstone_block.break=true +minecraft\:block.dripstone_block.fall=true +minecraft\:block.dripstone_block.hit=true +minecraft\:block.dripstone_block.place=true +minecraft\:block.dripstone_block.step=true +minecraft\:block.enchantment_table.use=true +minecraft\:block.end_gateway.spawn=true +minecraft\:block.end_portal.spawn=true +minecraft\:block.end_portal_frame.fill=true +minecraft\:block.ender_chest.close=true +minecraft\:block.ender_chest.open=true +minecraft\:block.fence_gate.close=true +minecraft\:block.fence_gate.open=true +minecraft\:block.fire.ambient=true +minecraft\:block.fire.extinguish=true +minecraft\:block.flowering_azalea.break=true +minecraft\:block.flowering_azalea.fall=true +minecraft\:block.flowering_azalea.hit=true +minecraft\:block.flowering_azalea.place=true +minecraft\:block.flowering_azalea.step=true +minecraft\:block.froglight.break=true +minecraft\:block.froglight.fall=true +minecraft\:block.froglight.hit=true +minecraft\:block.froglight.place=true +minecraft\:block.froglight.step=true +minecraft\:block.frogspawn.break=true +minecraft\:block.frogspawn.fall=true +minecraft\:block.frogspawn.hatch=true +minecraft\:block.frogspawn.hit=true +minecraft\:block.frogspawn.place=true +minecraft\:block.frogspawn.step=true +minecraft\:block.fungus.break=true +minecraft\:block.fungus.fall=true +minecraft\:block.fungus.hit=true +minecraft\:block.fungus.place=true +minecraft\:block.fungus.step=true +minecraft\:block.furnace.fire_crackle=true +minecraft\:block.gilded_blackstone.break=true +minecraft\:block.gilded_blackstone.fall=true +minecraft\:block.gilded_blackstone.hit=true +minecraft\:block.gilded_blackstone.place=true +minecraft\:block.gilded_blackstone.step=true +minecraft\:block.glass.break=true +minecraft\:block.glass.fall=true +minecraft\:block.glass.hit=true +minecraft\:block.glass.place=true +minecraft\:block.glass.step=true +minecraft\:block.grass.break=true +minecraft\:block.grass.fall=true +minecraft\:block.grass.hit=true +minecraft\:block.grass.place=true +minecraft\:block.grass.step=true +minecraft\:block.gravel.break=true +minecraft\:block.gravel.fall=true +minecraft\:block.gravel.hit=true +minecraft\:block.gravel.place=true +minecraft\:block.gravel.step=true +minecraft\:block.grindstone.use=true +minecraft\:block.growing_plant.crop=true +minecraft\:block.hanging_roots.break=true +minecraft\:block.hanging_roots.fall=true +minecraft\:block.hanging_roots.hit=true +minecraft\:block.hanging_roots.place=true +minecraft\:block.hanging_roots.step=true +minecraft\:block.hanging_sign.break=true +minecraft\:block.hanging_sign.fall=true +minecraft\:block.hanging_sign.hit=true +minecraft\:block.hanging_sign.place=true +minecraft\:block.hanging_sign.step=true +minecraft\:block.hanging_sign.waxed_interact_fail=true +minecraft\:block.heavy_core.break=true +minecraft\:block.heavy_core.fall=true +minecraft\:block.heavy_core.hit=true +minecraft\:block.heavy_core.place=true +minecraft\:block.heavy_core.step=true +minecraft\:block.honey_block.break=true +minecraft\:block.honey_block.fall=true +minecraft\:block.honey_block.hit=true +minecraft\:block.honey_block.place=true +minecraft\:block.honey_block.slide=true +minecraft\:block.honey_block.step=true +minecraft\:block.iron_door.close=true +minecraft\:block.iron_door.open=true +minecraft\:block.iron_trapdoor.close=true +minecraft\:block.iron_trapdoor.open=true +minecraft\:block.ladder.break=true +minecraft\:block.ladder.fall=true +minecraft\:block.ladder.hit=true +minecraft\:block.ladder.place=true +minecraft\:block.ladder.step=true +minecraft\:block.lantern.break=true +minecraft\:block.lantern.fall=true +minecraft\:block.lantern.hit=true +minecraft\:block.lantern.place=true +minecraft\:block.lantern.step=true +minecraft\:block.large_amethyst_bud.break=true +minecraft\:block.large_amethyst_bud.place=true +minecraft\:block.lava.ambient=true +minecraft\:block.lava.extinguish=true +minecraft\:block.lava.pop=true +minecraft\:block.lever.click=true +minecraft\:block.lily_pad.place=true +minecraft\:block.lodestone.break=true +minecraft\:block.lodestone.fall=true +minecraft\:block.lodestone.hit=true +minecraft\:block.lodestone.place=true +minecraft\:block.lodestone.step=true +minecraft\:block.mangrove_roots.break=true +minecraft\:block.mangrove_roots.fall=true +minecraft\:block.mangrove_roots.hit=true +minecraft\:block.mangrove_roots.place=true +minecraft\:block.mangrove_roots.step=true +minecraft\:block.medium_amethyst_bud.break=true +minecraft\:block.medium_amethyst_bud.place=true +minecraft\:block.metal.break=true +minecraft\:block.metal.fall=true +minecraft\:block.metal.hit=true +minecraft\:block.metal.place=true +minecraft\:block.metal.step=true +minecraft\:block.metal_pressure_plate.click_off=true +minecraft\:block.metal_pressure_plate.click_on=true +minecraft\:block.moss.break=true +minecraft\:block.moss.fall=true +minecraft\:block.moss.hit=true +minecraft\:block.moss.place=true +minecraft\:block.moss.step=true +minecraft\:block.moss_carpet.break=true +minecraft\:block.moss_carpet.fall=true +minecraft\:block.moss_carpet.hit=true +minecraft\:block.moss_carpet.place=true +minecraft\:block.moss_carpet.step=true +minecraft\:block.mud.break=true +minecraft\:block.mud.fall=true +minecraft\:block.mud.hit=true +minecraft\:block.mud.place=true +minecraft\:block.mud.step=true +minecraft\:block.mud_bricks.break=true +minecraft\:block.mud_bricks.fall=true +minecraft\:block.mud_bricks.hit=true +minecraft\:block.mud_bricks.place=true +minecraft\:block.mud_bricks.step=true +minecraft\:block.muddy_mangrove_roots.break=true +minecraft\:block.muddy_mangrove_roots.fall=true +minecraft\:block.muddy_mangrove_roots.hit=true +minecraft\:block.muddy_mangrove_roots.place=true +minecraft\:block.muddy_mangrove_roots.step=true +minecraft\:block.nether_bricks.break=true +minecraft\:block.nether_bricks.fall=true +minecraft\:block.nether_bricks.hit=true +minecraft\:block.nether_bricks.place=true +minecraft\:block.nether_bricks.step=true +minecraft\:block.nether_gold_ore.break=true +minecraft\:block.nether_gold_ore.fall=true +minecraft\:block.nether_gold_ore.hit=true +minecraft\:block.nether_gold_ore.place=true +minecraft\:block.nether_gold_ore.step=true +minecraft\:block.nether_ore.break=true +minecraft\:block.nether_ore.fall=true +minecraft\:block.nether_ore.hit=true +minecraft\:block.nether_ore.place=true +minecraft\:block.nether_ore.step=true +minecraft\:block.nether_sprouts.break=true +minecraft\:block.nether_sprouts.fall=true +minecraft\:block.nether_sprouts.hit=true +minecraft\:block.nether_sprouts.place=true +minecraft\:block.nether_sprouts.step=true +minecraft\:block.nether_wart.break=true +minecraft\:block.nether_wood.break=true +minecraft\:block.nether_wood.fall=true +minecraft\:block.nether_wood.hit=true +minecraft\:block.nether_wood.place=true +minecraft\:block.nether_wood.step=true +minecraft\:block.nether_wood_button.click_off=true +minecraft\:block.nether_wood_button.click_on=true +minecraft\:block.nether_wood_door.close=true +minecraft\:block.nether_wood_door.open=true +minecraft\:block.nether_wood_fence_gate.close=true +minecraft\:block.nether_wood_fence_gate.open=true +minecraft\:block.nether_wood_hanging_sign.break=true +minecraft\:block.nether_wood_hanging_sign.fall=true +minecraft\:block.nether_wood_hanging_sign.hit=true +minecraft\:block.nether_wood_hanging_sign.place=true +minecraft\:block.nether_wood_hanging_sign.step=true +minecraft\:block.nether_wood_pressure_plate.click_off=true +minecraft\:block.nether_wood_pressure_plate.click_on=true +minecraft\:block.nether_wood_trapdoor.close=true +minecraft\:block.nether_wood_trapdoor.open=true +minecraft\:block.netherite_block.break=true +minecraft\:block.netherite_block.fall=true +minecraft\:block.netherite_block.hit=true +minecraft\:block.netherite_block.place=true +minecraft\:block.netherite_block.step=true +minecraft\:block.netherrack.break=true +minecraft\:block.netherrack.fall=true +minecraft\:block.netherrack.hit=true +minecraft\:block.netherrack.place=true +minecraft\:block.netherrack.step=true +minecraft\:block.note_block.banjo=true +minecraft\:block.note_block.basedrum=true +minecraft\:block.note_block.bass=true +minecraft\:block.note_block.bell=true +minecraft\:block.note_block.bit=true +minecraft\:block.note_block.chime=true +minecraft\:block.note_block.cow_bell=true +minecraft\:block.note_block.didgeridoo=true +minecraft\:block.note_block.flute=true +minecraft\:block.note_block.guitar=true +minecraft\:block.note_block.harp=true +minecraft\:block.note_block.hat=true +minecraft\:block.note_block.imitate.creeper=true +minecraft\:block.note_block.imitate.ender_dragon=true +minecraft\:block.note_block.imitate.piglin=true +minecraft\:block.note_block.imitate.skeleton=true +minecraft\:block.note_block.imitate.wither_skeleton=true +minecraft\:block.note_block.imitate.zombie=true +minecraft\:block.note_block.iron_xylophone=true +minecraft\:block.note_block.pling=true +minecraft\:block.note_block.snare=true +minecraft\:block.note_block.xylophone=true +minecraft\:block.nylium.break=true +minecraft\:block.nylium.fall=true +minecraft\:block.nylium.hit=true +minecraft\:block.nylium.place=true +minecraft\:block.nylium.step=true +minecraft\:block.packed_mud.break=true +minecraft\:block.packed_mud.fall=true +minecraft\:block.packed_mud.hit=true +minecraft\:block.packed_mud.place=true +minecraft\:block.packed_mud.step=true +minecraft\:block.pink_petals.break=true +minecraft\:block.pink_petals.fall=true +minecraft\:block.pink_petals.hit=true +minecraft\:block.pink_petals.place=true +minecraft\:block.pink_petals.step=true +minecraft\:block.piston.contract=true +minecraft\:block.piston.extend=true +minecraft\:block.pointed_dripstone.break=true +minecraft\:block.pointed_dripstone.drip_lava=true +minecraft\:block.pointed_dripstone.drip_lava_into_cauldron=true +minecraft\:block.pointed_dripstone.drip_water=true +minecraft\:block.pointed_dripstone.drip_water_into_cauldron=true +minecraft\:block.pointed_dripstone.fall=true +minecraft\:block.pointed_dripstone.hit=true +minecraft\:block.pointed_dripstone.land=true +minecraft\:block.pointed_dripstone.place=true +minecraft\:block.pointed_dripstone.step=true +minecraft\:block.polished_deepslate.break=true +minecraft\:block.polished_deepslate.fall=true +minecraft\:block.polished_deepslate.hit=true +minecraft\:block.polished_deepslate.place=true +minecraft\:block.polished_deepslate.step=true +minecraft\:block.polished_tuff.break=true +minecraft\:block.polished_tuff.fall=true +minecraft\:block.polished_tuff.hit=true +minecraft\:block.polished_tuff.place=true +minecraft\:block.polished_tuff.step=true +minecraft\:block.portal.ambient=true +minecraft\:block.portal.travel=true +minecraft\:block.portal.trigger=true +minecraft\:block.powder_snow.break=true +minecraft\:block.powder_snow.fall=true +minecraft\:block.powder_snow.hit=true +minecraft\:block.powder_snow.place=true +minecraft\:block.powder_snow.step=true +minecraft\:block.pumpkin.carve=true +minecraft\:block.redstone_torch.burnout=true +minecraft\:block.respawn_anchor.ambient=true +minecraft\:block.respawn_anchor.charge=true +minecraft\:block.respawn_anchor.deplete=true +minecraft\:block.respawn_anchor.set_spawn=true +minecraft\:block.rooted_dirt.break=true +minecraft\:block.rooted_dirt.fall=true +minecraft\:block.rooted_dirt.hit=true +minecraft\:block.rooted_dirt.place=true +minecraft\:block.rooted_dirt.step=true +minecraft\:block.roots.break=true +minecraft\:block.roots.fall=true +minecraft\:block.roots.hit=true +minecraft\:block.roots.place=true +minecraft\:block.roots.step=true +minecraft\:block.sand.break=true +minecraft\:block.sand.fall=true +minecraft\:block.sand.hit=true +minecraft\:block.sand.place=true +minecraft\:block.sand.step=true +minecraft\:block.scaffolding.break=true +minecraft\:block.scaffolding.fall=true +minecraft\:block.scaffolding.hit=true +minecraft\:block.scaffolding.place=true +minecraft\:block.scaffolding.step=true +minecraft\:block.sculk.break=true +minecraft\:block.sculk.charge=true +minecraft\:block.sculk.fall=true +minecraft\:block.sculk.hit=true +minecraft\:block.sculk.place=true +minecraft\:block.sculk.spread=true +minecraft\:block.sculk.step=true +minecraft\:block.sculk_catalyst.bloom=true +minecraft\:block.sculk_catalyst.break=true +minecraft\:block.sculk_catalyst.fall=true +minecraft\:block.sculk_catalyst.hit=true +minecraft\:block.sculk_catalyst.place=true +minecraft\:block.sculk_catalyst.step=true +minecraft\:block.sculk_sensor.break=true +minecraft\:block.sculk_sensor.clicking=true +minecraft\:block.sculk_sensor.clicking_stop=true +minecraft\:block.sculk_sensor.fall=true +minecraft\:block.sculk_sensor.hit=true +minecraft\:block.sculk_sensor.place=true +minecraft\:block.sculk_sensor.step=true +minecraft\:block.sculk_shrieker.break=true +minecraft\:block.sculk_shrieker.fall=true +minecraft\:block.sculk_shrieker.hit=true +minecraft\:block.sculk_shrieker.place=true +minecraft\:block.sculk_shrieker.shriek=true +minecraft\:block.sculk_shrieker.step=true +minecraft\:block.sculk_vein.break=true +minecraft\:block.sculk_vein.fall=true +minecraft\:block.sculk_vein.hit=true +minecraft\:block.sculk_vein.place=true +minecraft\:block.sculk_vein.step=true +minecraft\:block.shroomlight.break=true +minecraft\:block.shroomlight.fall=true +minecraft\:block.shroomlight.hit=true +minecraft\:block.shroomlight.place=true +minecraft\:block.shroomlight.step=true +minecraft\:block.shulker_box.close=true +minecraft\:block.shulker_box.open=true +minecraft\:block.sign.waxed_interact_fail=true +minecraft\:block.slime_block.break=true +minecraft\:block.slime_block.fall=true +minecraft\:block.slime_block.hit=true +minecraft\:block.slime_block.place=true +minecraft\:block.slime_block.step=true +minecraft\:block.small_amethyst_bud.break=true +minecraft\:block.small_amethyst_bud.place=true +minecraft\:block.small_dripleaf.break=true +minecraft\:block.small_dripleaf.fall=true +minecraft\:block.small_dripleaf.hit=true +minecraft\:block.small_dripleaf.place=true +minecraft\:block.small_dripleaf.step=true +minecraft\:block.smithing_table.use=true +minecraft\:block.smoker.smoke=true +minecraft\:block.sniffer_egg.crack=true +minecraft\:block.sniffer_egg.hatch=true +minecraft\:block.sniffer_egg.plop=true +minecraft\:block.snow.break=true +minecraft\:block.snow.fall=true +minecraft\:block.snow.hit=true +minecraft\:block.snow.place=true +minecraft\:block.snow.step=true +minecraft\:block.soul_sand.break=true +minecraft\:block.soul_sand.fall=true +minecraft\:block.soul_sand.hit=true +minecraft\:block.soul_sand.place=true +minecraft\:block.soul_sand.step=true +minecraft\:block.soul_soil.break=true +minecraft\:block.soul_soil.fall=true +minecraft\:block.soul_soil.hit=true +minecraft\:block.soul_soil.place=true +minecraft\:block.soul_soil.step=true +minecraft\:block.sponge.absorb=true +minecraft\:block.sponge.break=true +minecraft\:block.sponge.fall=true +minecraft\:block.sponge.hit=true +minecraft\:block.sponge.place=true +minecraft\:block.sponge.step=true +minecraft\:block.spore_blossom.break=true +minecraft\:block.spore_blossom.fall=true +minecraft\:block.spore_blossom.hit=true +minecraft\:block.spore_blossom.place=true +minecraft\:block.spore_blossom.step=true +minecraft\:block.stem.break=true +minecraft\:block.stem.fall=true +minecraft\:block.stem.hit=true +minecraft\:block.stem.place=true +minecraft\:block.stem.step=true +minecraft\:block.stone.break=true +minecraft\:block.stone.fall=true +minecraft\:block.stone.hit=true +minecraft\:block.stone.place=true +minecraft\:block.stone.step=true +minecraft\:block.stone_button.click_off=true +minecraft\:block.stone_button.click_on=true +minecraft\:block.stone_pressure_plate.click_off=true +minecraft\:block.stone_pressure_plate.click_on=true +minecraft\:block.suspicious_gravel.break=true +minecraft\:block.suspicious_gravel.fall=true +minecraft\:block.suspicious_gravel.hit=true +minecraft\:block.suspicious_gravel.place=true +minecraft\:block.suspicious_gravel.step=true +minecraft\:block.suspicious_sand.break=true +minecraft\:block.suspicious_sand.fall=true +minecraft\:block.suspicious_sand.hit=true +minecraft\:block.suspicious_sand.place=true +minecraft\:block.suspicious_sand.step=true +minecraft\:block.sweet_berry_bush.break=true +minecraft\:block.sweet_berry_bush.pick_berries=true +minecraft\:block.sweet_berry_bush.place=true +minecraft\:block.trial_spawner.about_to_spawn_item=true +minecraft\:block.trial_spawner.ambient=true +minecraft\:block.trial_spawner.ambient_ominous=true +minecraft\:block.trial_spawner.break=true +minecraft\:block.trial_spawner.close_shutter=true +minecraft\:block.trial_spawner.detect_player=true +minecraft\:block.trial_spawner.eject_item=true +minecraft\:block.trial_spawner.fall=true +minecraft\:block.trial_spawner.hit=true +minecraft\:block.trial_spawner.ominous_activate=true +minecraft\:block.trial_spawner.open_shutter=true +minecraft\:block.trial_spawner.place=true +minecraft\:block.trial_spawner.spawn_item=true +minecraft\:block.trial_spawner.spawn_item_begin=true +minecraft\:block.trial_spawner.spawn_mob=true +minecraft\:block.trial_spawner.step=true +minecraft\:block.tripwire.attach=true +minecraft\:block.tripwire.click_off=true +minecraft\:block.tripwire.click_on=true +minecraft\:block.tripwire.detach=true +minecraft\:block.tuff.break=true +minecraft\:block.tuff.fall=true +minecraft\:block.tuff.hit=true +minecraft\:block.tuff.place=true +minecraft\:block.tuff.step=true +minecraft\:block.tuff_bricks.break=true +minecraft\:block.tuff_bricks.fall=true +minecraft\:block.tuff_bricks.hit=true +minecraft\:block.tuff_bricks.place=true +minecraft\:block.tuff_bricks.step=true +minecraft\:block.vault.activate=true +minecraft\:block.vault.ambient=true +minecraft\:block.vault.break=true +minecraft\:block.vault.close_shutter=true +minecraft\:block.vault.deactivate=true +minecraft\:block.vault.eject_item=true +minecraft\:block.vault.fall=true +minecraft\:block.vault.hit=true +minecraft\:block.vault.insert_item=true +minecraft\:block.vault.insert_item_fail=true +minecraft\:block.vault.open_shutter=true +minecraft\:block.vault.place=true +minecraft\:block.vault.reject_rewarded_player=true +minecraft\:block.vault.step=true +minecraft\:block.vine.break=true +minecraft\:block.vine.fall=true +minecraft\:block.vine.hit=true +minecraft\:block.vine.place=true +minecraft\:block.vine.step=true +minecraft\:block.wart_block.break=true +minecraft\:block.wart_block.fall=true +minecraft\:block.wart_block.hit=true +minecraft\:block.wart_block.place=true +minecraft\:block.wart_block.step=true +minecraft\:block.water.ambient=true +minecraft\:block.weeping_vines.break=true +minecraft\:block.weeping_vines.fall=true +minecraft\:block.weeping_vines.hit=true +minecraft\:block.weeping_vines.place=true +minecraft\:block.weeping_vines.step=true +minecraft\:block.wet_grass.break=true +minecraft\:block.wet_grass.fall=true +minecraft\:block.wet_grass.hit=true +minecraft\:block.wet_grass.place=true +minecraft\:block.wet_grass.step=true +minecraft\:block.wet_sponge.break=true +minecraft\:block.wet_sponge.dries=true +minecraft\:block.wet_sponge.fall=true +minecraft\:block.wet_sponge.hit=true +minecraft\:block.wet_sponge.place=true +minecraft\:block.wet_sponge.step=true +minecraft\:block.wood.break=true +minecraft\:block.wood.fall=true +minecraft\:block.wood.hit=true +minecraft\:block.wood.place=true +minecraft\:block.wood.step=true +minecraft\:block.wooden_button.click_off=true +minecraft\:block.wooden_button.click_on=true +minecraft\:block.wooden_door.close=true +minecraft\:block.wooden_door.open=true +minecraft\:block.wooden_pressure_plate.click_off=true +minecraft\:block.wooden_pressure_plate.click_on=true +minecraft\:block.wooden_trapdoor.close=true +minecraft\:block.wooden_trapdoor.open=true +minecraft\:block.wool.break=true +minecraft\:block.wool.fall=true +minecraft\:block.wool.hit=true +minecraft\:block.wool.place=true +minecraft\:block.wool.step=true +minecraft\:enchant.thorns.hit=true +minecraft\:entity.allay.ambient_with_item=true +minecraft\:entity.allay.ambient_without_item=true +minecraft\:entity.allay.death=true +minecraft\:entity.allay.hurt=true +minecraft\:entity.allay.item_given=true +minecraft\:entity.allay.item_taken=true +minecraft\:entity.allay.item_thrown=true +minecraft\:entity.armadillo.ambient=true +minecraft\:entity.armadillo.brush=true +minecraft\:entity.armadillo.death=true +minecraft\:entity.armadillo.eat=true +minecraft\:entity.armadillo.hurt=true +minecraft\:entity.armadillo.hurt_reduced=true +minecraft\:entity.armadillo.land=true +minecraft\:entity.armadillo.peek=true +minecraft\:entity.armadillo.roll=true +minecraft\:entity.armadillo.scute_drop=true +minecraft\:entity.armadillo.step=true +minecraft\:entity.armadillo.unroll_finish=true +minecraft\:entity.armadillo.unroll_start=true +minecraft\:entity.armor_stand.break=true +minecraft\:entity.armor_stand.fall=true +minecraft\:entity.armor_stand.hit=true +minecraft\:entity.armor_stand.place=true +minecraft\:entity.arrow.hit=true +minecraft\:entity.arrow.hit_player=true +minecraft\:entity.arrow.shoot=true +minecraft\:entity.axolotl.attack=true +minecraft\:entity.axolotl.death=true +minecraft\:entity.axolotl.hurt=true +minecraft\:entity.axolotl.idle_air=true +minecraft\:entity.axolotl.idle_water=true +minecraft\:entity.axolotl.splash=true +minecraft\:entity.axolotl.swim=true +minecraft\:entity.bat.ambient=true +minecraft\:entity.bat.death=true +minecraft\:entity.bat.hurt=true +minecraft\:entity.bat.loop=true +minecraft\:entity.bat.takeoff=true +minecraft\:entity.bee.death=true +minecraft\:entity.bee.hurt=true +minecraft\:entity.bee.loop=true +minecraft\:entity.bee.loop_aggressive=true +minecraft\:entity.bee.pollinate=true +minecraft\:entity.bee.sting=true +minecraft\:entity.blaze.ambient=true +minecraft\:entity.blaze.burn=true +minecraft\:entity.blaze.death=true +minecraft\:entity.blaze.hurt=true +minecraft\:entity.blaze.shoot=true +minecraft\:entity.boat.paddle_land=true +minecraft\:entity.boat.paddle_water=true +minecraft\:entity.bogged.ambient=true +minecraft\:entity.bogged.death=true +minecraft\:entity.bogged.hurt=true +minecraft\:entity.bogged.shear=true +minecraft\:entity.bogged.step=true +minecraft\:entity.breeze.charge=true +minecraft\:entity.breeze.death=true +minecraft\:entity.breeze.deflect=true +minecraft\:entity.breeze.hurt=true +minecraft\:entity.breeze.idle_air=true +minecraft\:entity.breeze.idle_ground=true +minecraft\:entity.breeze.inhale=true +minecraft\:entity.breeze.jump=true +minecraft\:entity.breeze.land=true +minecraft\:entity.breeze.shoot=true +minecraft\:entity.breeze.slide=true +minecraft\:entity.breeze.whirl=true +minecraft\:entity.breeze.wind_burst=true +minecraft\:entity.camel.ambient=true +minecraft\:entity.camel.dash=true +minecraft\:entity.camel.dash_ready=true +minecraft\:entity.camel.death=true +minecraft\:entity.camel.eat=true +minecraft\:entity.camel.hurt=true +minecraft\:entity.camel.saddle=true +minecraft\:entity.camel.sit=true +minecraft\:entity.camel.stand=true +minecraft\:entity.camel.step=true +minecraft\:entity.camel.step_sand=true +minecraft\:entity.cat.ambient=true +minecraft\:entity.cat.beg_for_food=true +minecraft\:entity.cat.death=true +minecraft\:entity.cat.eat=true +minecraft\:entity.cat.hiss=true +minecraft\:entity.cat.hurt=true +minecraft\:entity.cat.purr=true +minecraft\:entity.cat.purreow=true +minecraft\:entity.cat.stray_ambient=true +minecraft\:entity.chicken.ambient=true +minecraft\:entity.chicken.death=true +minecraft\:entity.chicken.egg=true +minecraft\:entity.chicken.hurt=true +minecraft\:entity.chicken.step=true +minecraft\:entity.cod.ambient=true +minecraft\:entity.cod.death=true +minecraft\:entity.cod.flop=true +minecraft\:entity.cod.hurt=true +minecraft\:entity.cow.ambient=true +minecraft\:entity.cow.death=true +minecraft\:entity.cow.hurt=true +minecraft\:entity.cow.milk=true +minecraft\:entity.cow.step=true +minecraft\:entity.creeper.death=true +minecraft\:entity.creeper.hurt=true +minecraft\:entity.creeper.primed=true +minecraft\:entity.dolphin.ambient=true +minecraft\:entity.dolphin.ambient_water=true +minecraft\:entity.dolphin.attack=true +minecraft\:entity.dolphin.death=true +minecraft\:entity.dolphin.eat=true +minecraft\:entity.dolphin.hurt=true +minecraft\:entity.dolphin.jump=true +minecraft\:entity.dolphin.play=true +minecraft\:entity.dolphin.splash=true +minecraft\:entity.dolphin.swim=true +minecraft\:entity.donkey.ambient=true +minecraft\:entity.donkey.angry=true +minecraft\:entity.donkey.chest=true +minecraft\:entity.donkey.death=true +minecraft\:entity.donkey.eat=true +minecraft\:entity.donkey.hurt=true +minecraft\:entity.donkey.jump=true +minecraft\:entity.dragon_fireball.explode=true +minecraft\:entity.drowned.ambient=true +minecraft\:entity.drowned.ambient_water=true +minecraft\:entity.drowned.death=true +minecraft\:entity.drowned.death_water=true +minecraft\:entity.drowned.hurt=true +minecraft\:entity.drowned.hurt_water=true +minecraft\:entity.drowned.shoot=true +minecraft\:entity.drowned.step=true +minecraft\:entity.drowned.swim=true +minecraft\:entity.egg.throw=true +minecraft\:entity.elder_guardian.ambient=true +minecraft\:entity.elder_guardian.ambient_land=true +minecraft\:entity.elder_guardian.curse=true +minecraft\:entity.elder_guardian.death=true +minecraft\:entity.elder_guardian.death_land=true +minecraft\:entity.elder_guardian.flop=true +minecraft\:entity.elder_guardian.hurt=true +minecraft\:entity.elder_guardian.hurt_land=true +minecraft\:entity.ender_dragon.ambient=true +minecraft\:entity.ender_dragon.death=true +minecraft\:entity.ender_dragon.flap=true +minecraft\:entity.ender_dragon.growl=true +minecraft\:entity.ender_dragon.hurt=true +minecraft\:entity.ender_dragon.shoot=true +minecraft\:entity.ender_eye.death=true +minecraft\:entity.ender_eye.launch=true +minecraft\:entity.ender_pearl.throw=true +minecraft\:entity.enderman.ambient=true +minecraft\:entity.enderman.death=true +minecraft\:entity.enderman.hurt=true +minecraft\:entity.enderman.scream=true +minecraft\:entity.enderman.stare=true +minecraft\:entity.enderman.teleport=true +minecraft\:entity.endermite.ambient=true +minecraft\:entity.endermite.death=true +minecraft\:entity.endermite.hurt=true +minecraft\:entity.endermite.step=true +minecraft\:entity.evoker.ambient=true +minecraft\:entity.evoker.cast_spell=true +minecraft\:entity.evoker.celebrate=true +minecraft\:entity.evoker.death=true +minecraft\:entity.evoker.hurt=true +minecraft\:entity.evoker.prepare_attack=true +minecraft\:entity.evoker.prepare_summon=true +minecraft\:entity.evoker.prepare_wololo=true +minecraft\:entity.evoker_fangs.attack=true +minecraft\:entity.experience_bottle.throw=true +minecraft\:entity.experience_orb.pickup=true +minecraft\:entity.firework_rocket.blast=true +minecraft\:entity.firework_rocket.blast_far=true +minecraft\:entity.firework_rocket.large_blast=true +minecraft\:entity.firework_rocket.large_blast_far=true +minecraft\:entity.firework_rocket.launch=true +minecraft\:entity.firework_rocket.shoot=true +minecraft\:entity.firework_rocket.twinkle=true +minecraft\:entity.firework_rocket.twinkle_far=true +minecraft\:entity.fish.swim=true +minecraft\:entity.fishing_bobber.retrieve=true +minecraft\:entity.fishing_bobber.splash=true +minecraft\:entity.fishing_bobber.throw=true +minecraft\:entity.fox.aggro=true +minecraft\:entity.fox.ambient=true +minecraft\:entity.fox.bite=true +minecraft\:entity.fox.death=true +minecraft\:entity.fox.eat=true +minecraft\:entity.fox.hurt=true +minecraft\:entity.fox.screech=true +minecraft\:entity.fox.sleep=true +minecraft\:entity.fox.sniff=true +minecraft\:entity.fox.spit=true +minecraft\:entity.fox.teleport=true +minecraft\:entity.frog.ambient=true +minecraft\:entity.frog.death=true +minecraft\:entity.frog.eat=true +minecraft\:entity.frog.hurt=true +minecraft\:entity.frog.lay_spawn=true +minecraft\:entity.frog.long_jump=true +minecraft\:entity.frog.step=true +minecraft\:entity.frog.tongue=true +minecraft\:entity.generic.big_fall=true +minecraft\:entity.generic.burn=true +minecraft\:entity.generic.death=true +minecraft\:entity.generic.drink=true +minecraft\:entity.generic.eat=true +minecraft\:entity.generic.explode=true +minecraft\:entity.generic.extinguish_fire=true +minecraft\:entity.generic.hurt=true +minecraft\:entity.generic.small_fall=true +minecraft\:entity.generic.splash=true +minecraft\:entity.generic.swim=true +minecraft\:entity.ghast.ambient=true +minecraft\:entity.ghast.death=true +minecraft\:entity.ghast.hurt=true +minecraft\:entity.ghast.scream=true +minecraft\:entity.ghast.shoot=true +minecraft\:entity.ghast.warn=true +minecraft\:entity.glow_item_frame.add_item=true +minecraft\:entity.glow_item_frame.break=true +minecraft\:entity.glow_item_frame.place=true +minecraft\:entity.glow_item_frame.remove_item=true +minecraft\:entity.glow_item_frame.rotate_item=true +minecraft\:entity.glow_squid.ambient=true +minecraft\:entity.glow_squid.death=true +minecraft\:entity.glow_squid.hurt=true +minecraft\:entity.glow_squid.squirt=true +minecraft\:entity.goat.ambient=true +minecraft\:entity.goat.death=true +minecraft\:entity.goat.eat=true +minecraft\:entity.goat.horn_break=true +minecraft\:entity.goat.hurt=true +minecraft\:entity.goat.long_jump=true +minecraft\:entity.goat.milk=true +minecraft\:entity.goat.prepare_ram=true +minecraft\:entity.goat.ram_impact=true +minecraft\:entity.goat.screaming.ambient=true +minecraft\:entity.goat.screaming.death=true +minecraft\:entity.goat.screaming.eat=true +minecraft\:entity.goat.screaming.horn_break=true +minecraft\:entity.goat.screaming.hurt=true +minecraft\:entity.goat.screaming.long_jump=true +minecraft\:entity.goat.screaming.milk=true +minecraft\:entity.goat.screaming.prepare_ram=true +minecraft\:entity.goat.screaming.ram_impact=true +minecraft\:entity.goat.step=true +minecraft\:entity.guardian.ambient=true +minecraft\:entity.guardian.ambient_land=true +minecraft\:entity.guardian.attack=true +minecraft\:entity.guardian.death=true +minecraft\:entity.guardian.death_land=true +minecraft\:entity.guardian.flop=true +minecraft\:entity.guardian.hurt=true +minecraft\:entity.guardian.hurt_land=true +minecraft\:entity.hoglin.ambient=true +minecraft\:entity.hoglin.angry=true +minecraft\:entity.hoglin.attack=true +minecraft\:entity.hoglin.converted_to_zombified=true +minecraft\:entity.hoglin.death=true +minecraft\:entity.hoglin.hurt=true +minecraft\:entity.hoglin.retreat=true +minecraft\:entity.hoglin.step=true +minecraft\:entity.horse.ambient=true +minecraft\:entity.horse.angry=true +minecraft\:entity.horse.armor=true +minecraft\:entity.horse.breathe=true +minecraft\:entity.horse.death=true +minecraft\:entity.horse.eat=true +minecraft\:entity.horse.gallop=true +minecraft\:entity.horse.hurt=true +minecraft\:entity.horse.jump=true +minecraft\:entity.horse.land=true +minecraft\:entity.horse.saddle=true +minecraft\:entity.horse.step=true +minecraft\:entity.horse.step_wood=true +minecraft\:entity.hostile.big_fall=true +minecraft\:entity.hostile.death=true +minecraft\:entity.hostile.hurt=true +minecraft\:entity.hostile.small_fall=true +minecraft\:entity.hostile.splash=true +minecraft\:entity.hostile.swim=true +minecraft\:entity.husk.ambient=true +minecraft\:entity.husk.converted_to_zombie=true +minecraft\:entity.husk.death=true +minecraft\:entity.husk.hurt=true +minecraft\:entity.husk.step=true +minecraft\:entity.illusioner.ambient=true +minecraft\:entity.illusioner.cast_spell=true +minecraft\:entity.illusioner.death=true +minecraft\:entity.illusioner.hurt=true +minecraft\:entity.illusioner.mirror_move=true +minecraft\:entity.illusioner.prepare_blindness=true +minecraft\:entity.illusioner.prepare_mirror=true +minecraft\:entity.iron_golem.attack=true +minecraft\:entity.iron_golem.damage=true +minecraft\:entity.iron_golem.death=true +minecraft\:entity.iron_golem.hurt=true +minecraft\:entity.iron_golem.repair=true +minecraft\:entity.iron_golem.step=true +minecraft\:entity.item.break=true +minecraft\:entity.item.pickup=true +minecraft\:entity.item_frame.add_item=true +minecraft\:entity.item_frame.break=true +minecraft\:entity.item_frame.place=true +minecraft\:entity.item_frame.remove_item=true +minecraft\:entity.item_frame.rotate_item=true +minecraft\:entity.leash_knot.break=true +minecraft\:entity.leash_knot.place=true +minecraft\:entity.lightning_bolt.impact=true +minecraft\:entity.lightning_bolt.thunder=false +minecraft\:entity.lingering_potion.throw=true +minecraft\:entity.llama.ambient=true +minecraft\:entity.llama.angry=true +minecraft\:entity.llama.chest=true +minecraft\:entity.llama.death=true +minecraft\:entity.llama.eat=true +minecraft\:entity.llama.hurt=true +minecraft\:entity.llama.spit=true +minecraft\:entity.llama.step=true +minecraft\:entity.llama.swag=true +minecraft\:entity.magma_cube.death=true +minecraft\:entity.magma_cube.death_small=true +minecraft\:entity.magma_cube.hurt=true +minecraft\:entity.magma_cube.hurt_small=true +minecraft\:entity.magma_cube.jump=true +minecraft\:entity.magma_cube.squish=true +minecraft\:entity.magma_cube.squish_small=true +minecraft\:entity.minecart.inside=true +minecraft\:entity.minecart.inside.underwater=true +minecraft\:entity.minecart.riding=true +minecraft\:entity.mooshroom.convert=true +minecraft\:entity.mooshroom.eat=true +minecraft\:entity.mooshroom.milk=true +minecraft\:entity.mooshroom.shear=true +minecraft\:entity.mooshroom.suspicious_milk=true +minecraft\:entity.mule.ambient=true +minecraft\:entity.mule.angry=true +minecraft\:entity.mule.chest=true +minecraft\:entity.mule.death=true +minecraft\:entity.mule.eat=true +minecraft\:entity.mule.hurt=true +minecraft\:entity.mule.jump=true +minecraft\:entity.ocelot.ambient=true +minecraft\:entity.ocelot.death=true +minecraft\:entity.ocelot.hurt=true +minecraft\:entity.painting.break=true +minecraft\:entity.painting.place=true +minecraft\:entity.panda.aggressive_ambient=true +minecraft\:entity.panda.ambient=true +minecraft\:entity.panda.bite=true +minecraft\:entity.panda.cant_breed=true +minecraft\:entity.panda.death=true +minecraft\:entity.panda.eat=true +minecraft\:entity.panda.hurt=true +minecraft\:entity.panda.pre_sneeze=true +minecraft\:entity.panda.sneeze=true +minecraft\:entity.panda.step=true +minecraft\:entity.panda.worried_ambient=true +minecraft\:entity.parrot.ambient=true +minecraft\:entity.parrot.death=true +minecraft\:entity.parrot.eat=true +minecraft\:entity.parrot.fly=true +minecraft\:entity.parrot.hurt=true +minecraft\:entity.parrot.imitate.blaze=true +minecraft\:entity.parrot.imitate.bogged=true +minecraft\:entity.parrot.imitate.breeze=true +minecraft\:entity.parrot.imitate.creeper=true +minecraft\:entity.parrot.imitate.drowned=true +minecraft\:entity.parrot.imitate.elder_guardian=true +minecraft\:entity.parrot.imitate.ender_dragon=true +minecraft\:entity.parrot.imitate.endermite=true +minecraft\:entity.parrot.imitate.evoker=true +minecraft\:entity.parrot.imitate.ghast=true +minecraft\:entity.parrot.imitate.guardian=true +minecraft\:entity.parrot.imitate.hoglin=true +minecraft\:entity.parrot.imitate.husk=true +minecraft\:entity.parrot.imitate.illusioner=true +minecraft\:entity.parrot.imitate.magma_cube=true +minecraft\:entity.parrot.imitate.phantom=true +minecraft\:entity.parrot.imitate.piglin=true +minecraft\:entity.parrot.imitate.piglin_brute=true +minecraft\:entity.parrot.imitate.pillager=true +minecraft\:entity.parrot.imitate.ravager=true +minecraft\:entity.parrot.imitate.shulker=true +minecraft\:entity.parrot.imitate.silverfish=true +minecraft\:entity.parrot.imitate.skeleton=true +minecraft\:entity.parrot.imitate.slime=true +minecraft\:entity.parrot.imitate.spider=true +minecraft\:entity.parrot.imitate.stray=true +minecraft\:entity.parrot.imitate.vex=true +minecraft\:entity.parrot.imitate.vindicator=true +minecraft\:entity.parrot.imitate.warden=true +minecraft\:entity.parrot.imitate.witch=true +minecraft\:entity.parrot.imitate.wither=true +minecraft\:entity.parrot.imitate.wither_skeleton=true +minecraft\:entity.parrot.imitate.zoglin=true +minecraft\:entity.parrot.imitate.zombie=true +minecraft\:entity.parrot.imitate.zombie_villager=true +minecraft\:entity.parrot.step=true +minecraft\:entity.phantom.ambient=true +minecraft\:entity.phantom.bite=true +minecraft\:entity.phantom.death=true +minecraft\:entity.phantom.flap=true +minecraft\:entity.phantom.hurt=true +minecraft\:entity.phantom.swoop=true +minecraft\:entity.pig.ambient=true +minecraft\:entity.pig.death=true +minecraft\:entity.pig.hurt=true +minecraft\:entity.pig.saddle=true +minecraft\:entity.pig.step=true +minecraft\:entity.piglin.admiring_item=true +minecraft\:entity.piglin.ambient=true +minecraft\:entity.piglin.angry=true +minecraft\:entity.piglin.celebrate=true +minecraft\:entity.piglin.converted_to_zombified=true +minecraft\:entity.piglin.death=true +minecraft\:entity.piglin.hurt=true +minecraft\:entity.piglin.jealous=true +minecraft\:entity.piglin.retreat=true +minecraft\:entity.piglin.step=true +minecraft\:entity.piglin_brute.ambient=true +minecraft\:entity.piglin_brute.angry=true +minecraft\:entity.piglin_brute.converted_to_zombified=true +minecraft\:entity.piglin_brute.death=true +minecraft\:entity.piglin_brute.hurt=true +minecraft\:entity.piglin_brute.step=true +minecraft\:entity.pillager.ambient=true +minecraft\:entity.pillager.celebrate=true +minecraft\:entity.pillager.death=true +minecraft\:entity.pillager.hurt=true +minecraft\:entity.player.attack.crit=true +minecraft\:entity.player.attack.knockback=true +minecraft\:entity.player.attack.nodamage=true +minecraft\:entity.player.attack.strong=true +minecraft\:entity.player.attack.sweep=true +minecraft\:entity.player.attack.weak=true +minecraft\:entity.player.big_fall=true +minecraft\:entity.player.breath=true +minecraft\:entity.player.burp=true +minecraft\:entity.player.death=true +minecraft\:entity.player.hurt=true +minecraft\:entity.player.hurt_drown=true +minecraft\:entity.player.hurt_freeze=true +minecraft\:entity.player.hurt_on_fire=true +minecraft\:entity.player.hurt_sweet_berry_bush=true +minecraft\:entity.player.levelup=true +minecraft\:entity.player.small_fall=true +minecraft\:entity.player.splash=true +minecraft\:entity.player.splash.high_speed=true +minecraft\:entity.player.swim=true +minecraft\:entity.player.teleport=true +minecraft\:entity.polar_bear.ambient=true +minecraft\:entity.polar_bear.ambient_baby=true +minecraft\:entity.polar_bear.death=true +minecraft\:entity.polar_bear.hurt=true +minecraft\:entity.polar_bear.step=true +minecraft\:entity.polar_bear.warning=true +minecraft\:entity.puffer_fish.ambient=true +minecraft\:entity.puffer_fish.blow_out=true +minecraft\:entity.puffer_fish.blow_up=true +minecraft\:entity.puffer_fish.death=true +minecraft\:entity.puffer_fish.flop=true +minecraft\:entity.puffer_fish.hurt=true +minecraft\:entity.puffer_fish.sting=true +minecraft\:entity.rabbit.ambient=true +minecraft\:entity.rabbit.attack=true +minecraft\:entity.rabbit.death=true +minecraft\:entity.rabbit.hurt=true +minecraft\:entity.rabbit.jump=true +minecraft\:entity.ravager.ambient=true +minecraft\:entity.ravager.attack=true +minecraft\:entity.ravager.celebrate=true +minecraft\:entity.ravager.death=true +minecraft\:entity.ravager.hurt=true +minecraft\:entity.ravager.roar=true +minecraft\:entity.ravager.step=true +minecraft\:entity.ravager.stunned=true +minecraft\:entity.salmon.ambient=true +minecraft\:entity.salmon.death=true +minecraft\:entity.salmon.flop=true +minecraft\:entity.salmon.hurt=true +minecraft\:entity.sheep.ambient=true +minecraft\:entity.sheep.death=true +minecraft\:entity.sheep.hurt=true +minecraft\:entity.sheep.shear=true +minecraft\:entity.sheep.step=true +minecraft\:entity.shulker.ambient=true +minecraft\:entity.shulker.close=true +minecraft\:entity.shulker.death=true +minecraft\:entity.shulker.hurt=true +minecraft\:entity.shulker.hurt_closed=true +minecraft\:entity.shulker.open=true +minecraft\:entity.shulker.shoot=true +minecraft\:entity.shulker.teleport=true +minecraft\:entity.shulker_bullet.hit=true +minecraft\:entity.shulker_bullet.hurt=true +minecraft\:entity.silverfish.ambient=true +minecraft\:entity.silverfish.death=true +minecraft\:entity.silverfish.hurt=true +minecraft\:entity.silverfish.step=true +minecraft\:entity.skeleton.ambient=true +minecraft\:entity.skeleton.converted_to_stray=true +minecraft\:entity.skeleton.death=true +minecraft\:entity.skeleton.hurt=true +minecraft\:entity.skeleton.shoot=true +minecraft\:entity.skeleton.step=true +minecraft\:entity.skeleton_horse.ambient=true +minecraft\:entity.skeleton_horse.ambient_water=true +minecraft\:entity.skeleton_horse.death=true +minecraft\:entity.skeleton_horse.gallop_water=true +minecraft\:entity.skeleton_horse.hurt=true +minecraft\:entity.skeleton_horse.jump_water=true +minecraft\:entity.skeleton_horse.step_water=true +minecraft\:entity.skeleton_horse.swim=true +minecraft\:entity.slime.attack=true +minecraft\:entity.slime.death=true +minecraft\:entity.slime.death_small=true +minecraft\:entity.slime.hurt=true +minecraft\:entity.slime.hurt_small=true +minecraft\:entity.slime.jump=true +minecraft\:entity.slime.jump_small=true +minecraft\:entity.slime.squish=true +minecraft\:entity.slime.squish_small=true +minecraft\:entity.sniffer.death=true +minecraft\:entity.sniffer.digging=true +minecraft\:entity.sniffer.digging_stop=true +minecraft\:entity.sniffer.drop_seed=true +minecraft\:entity.sniffer.eat=true +minecraft\:entity.sniffer.happy=true +minecraft\:entity.sniffer.hurt=true +minecraft\:entity.sniffer.idle=true +minecraft\:entity.sniffer.scenting=true +minecraft\:entity.sniffer.searching=true +minecraft\:entity.sniffer.sniffing=true +minecraft\:entity.sniffer.step=true +minecraft\:entity.snow_golem.ambient=true +minecraft\:entity.snow_golem.death=true +minecraft\:entity.snow_golem.hurt=true +minecraft\:entity.snow_golem.shear=true +minecraft\:entity.snow_golem.shoot=true +minecraft\:entity.snowball.throw=true +minecraft\:entity.spider.ambient=true +minecraft\:entity.spider.death=true +minecraft\:entity.spider.hurt=true +minecraft\:entity.spider.step=true +minecraft\:entity.splash_potion.break=true +minecraft\:entity.splash_potion.throw=true +minecraft\:entity.squid.ambient=true +minecraft\:entity.squid.death=true +minecraft\:entity.squid.hurt=true +minecraft\:entity.squid.squirt=true +minecraft\:entity.stray.ambient=true +minecraft\:entity.stray.death=true +minecraft\:entity.stray.hurt=true +minecraft\:entity.stray.step=true +minecraft\:entity.strider.ambient=true +minecraft\:entity.strider.death=true +minecraft\:entity.strider.eat=true +minecraft\:entity.strider.happy=true +minecraft\:entity.strider.hurt=true +minecraft\:entity.strider.retreat=true +minecraft\:entity.strider.saddle=true +minecraft\:entity.strider.step=true +minecraft\:entity.strider.step_lava=true +minecraft\:entity.tadpole.death=true +minecraft\:entity.tadpole.flop=true +minecraft\:entity.tadpole.grow_up=true +minecraft\:entity.tadpole.hurt=true +minecraft\:entity.tnt.primed=true +minecraft\:entity.tropical_fish.ambient=true +minecraft\:entity.tropical_fish.death=true +minecraft\:entity.tropical_fish.flop=true +minecraft\:entity.tropical_fish.hurt=true +minecraft\:entity.turtle.ambient_land=true +minecraft\:entity.turtle.death=true +minecraft\:entity.turtle.death_baby=true +minecraft\:entity.turtle.egg_break=true +minecraft\:entity.turtle.egg_crack=true +minecraft\:entity.turtle.egg_hatch=true +minecraft\:entity.turtle.hurt=true +minecraft\:entity.turtle.hurt_baby=true +minecraft\:entity.turtle.lay_egg=true +minecraft\:entity.turtle.shamble=true +minecraft\:entity.turtle.shamble_baby=true +minecraft\:entity.turtle.swim=true +minecraft\:entity.vex.ambient=true +minecraft\:entity.vex.charge=true +minecraft\:entity.vex.death=true +minecraft\:entity.vex.hurt=true +minecraft\:entity.villager.ambient=true +minecraft\:entity.villager.celebrate=true +minecraft\:entity.villager.death=true +minecraft\:entity.villager.hurt=true +minecraft\:entity.villager.no=true +minecraft\:entity.villager.trade=true +minecraft\:entity.villager.work_armorer=true +minecraft\:entity.villager.work_butcher=true +minecraft\:entity.villager.work_cartographer=true +minecraft\:entity.villager.work_cleric=true +minecraft\:entity.villager.work_farmer=true +minecraft\:entity.villager.work_fisherman=true +minecraft\:entity.villager.work_fletcher=true +minecraft\:entity.villager.work_leatherworker=true +minecraft\:entity.villager.work_librarian=true +minecraft\:entity.villager.work_mason=true +minecraft\:entity.villager.work_shepherd=true +minecraft\:entity.villager.work_toolsmith=true +minecraft\:entity.villager.work_weaponsmith=true +minecraft\:entity.villager.yes=true +minecraft\:entity.vindicator.ambient=true +minecraft\:entity.vindicator.celebrate=true +minecraft\:entity.vindicator.death=true +minecraft\:entity.vindicator.hurt=true +minecraft\:entity.wandering_trader.ambient=true +minecraft\:entity.wandering_trader.death=true +minecraft\:entity.wandering_trader.disappeared=true +minecraft\:entity.wandering_trader.drink_milk=true +minecraft\:entity.wandering_trader.drink_potion=true +minecraft\:entity.wandering_trader.hurt=true +minecraft\:entity.wandering_trader.no=true +minecraft\:entity.wandering_trader.reappeared=true +minecraft\:entity.wandering_trader.trade=true +minecraft\:entity.wandering_trader.yes=true +minecraft\:entity.warden.agitated=true +minecraft\:entity.warden.ambient=true +minecraft\:entity.warden.angry=true +minecraft\:entity.warden.attack_impact=true +minecraft\:entity.warden.death=true +minecraft\:entity.warden.dig=true +minecraft\:entity.warden.emerge=true +minecraft\:entity.warden.heartbeat=true +minecraft\:entity.warden.hurt=true +minecraft\:entity.warden.listening=true +minecraft\:entity.warden.listening_angry=true +minecraft\:entity.warden.nearby_close=true +minecraft\:entity.warden.nearby_closer=true +minecraft\:entity.warden.nearby_closest=true +minecraft\:entity.warden.roar=true +minecraft\:entity.warden.sniff=true +minecraft\:entity.warden.sonic_boom=true +minecraft\:entity.warden.sonic_charge=true +minecraft\:entity.warden.step=true +minecraft\:entity.warden.tendril_clicks=true +minecraft\:entity.wind_charge.throw=true +minecraft\:entity.wind_charge.wind_burst=true +minecraft\:entity.witch.ambient=true +minecraft\:entity.witch.celebrate=true +minecraft\:entity.witch.death=true +minecraft\:entity.witch.drink=true +minecraft\:entity.witch.hurt=true +minecraft\:entity.witch.throw=true +minecraft\:entity.wither.ambient=true +minecraft\:entity.wither.break_block=true +minecraft\:entity.wither.death=true +minecraft\:entity.wither.hurt=true +minecraft\:entity.wither.shoot=true +minecraft\:entity.wither.spawn=true +minecraft\:entity.wither_skeleton.ambient=true +minecraft\:entity.wither_skeleton.death=true +minecraft\:entity.wither_skeleton.hurt=true +minecraft\:entity.wither_skeleton.step=true +minecraft\:entity.wolf.ambient=true +minecraft\:entity.wolf.death=true +minecraft\:entity.wolf.growl=true +minecraft\:entity.wolf.howl=true +minecraft\:entity.wolf.hurt=true +minecraft\:entity.wolf.pant=true +minecraft\:entity.wolf.shake=true +minecraft\:entity.wolf.step=true +minecraft\:entity.wolf.whine=true +minecraft\:entity.zoglin.ambient=true +minecraft\:entity.zoglin.angry=true +minecraft\:entity.zoglin.attack=true +minecraft\:entity.zoglin.death=true +minecraft\:entity.zoglin.hurt=true +minecraft\:entity.zoglin.step=true +minecraft\:entity.zombie.ambient=true +minecraft\:entity.zombie.attack_iron_door=true +minecraft\:entity.zombie.attack_wooden_door=true +minecraft\:entity.zombie.break_wooden_door=true +minecraft\:entity.zombie.converted_to_drowned=true +minecraft\:entity.zombie.death=true +minecraft\:entity.zombie.destroy_egg=true +minecraft\:entity.zombie.hurt=true +minecraft\:entity.zombie.infect=true +minecraft\:entity.zombie.step=true +minecraft\:entity.zombie_horse.ambient=true +minecraft\:entity.zombie_horse.death=true +minecraft\:entity.zombie_horse.hurt=true +minecraft\:entity.zombie_villager.ambient=true +minecraft\:entity.zombie_villager.converted=true +minecraft\:entity.zombie_villager.cure=true +minecraft\:entity.zombie_villager.death=true +minecraft\:entity.zombie_villager.hurt=true +minecraft\:entity.zombie_villager.step=true +minecraft\:entity.zombified_piglin.ambient=true +minecraft\:entity.zombified_piglin.angry=true +minecraft\:entity.zombified_piglin.death=true +minecraft\:entity.zombified_piglin.hurt=true +minecraft\:event.mob_effect.bad_omen=true +minecraft\:event.mob_effect.raid_omen=true +minecraft\:event.mob_effect.trial_omen=true +minecraft\:event.raid.horn=true +minecraft\:intentionally_empty=true +minecraft\:item.armor.equip_chain=true +minecraft\:item.armor.equip_diamond=true +minecraft\:item.armor.equip_elytra=true +minecraft\:item.armor.equip_generic=true +minecraft\:item.armor.equip_gold=true +minecraft\:item.armor.equip_iron=true +minecraft\:item.armor.equip_leather=true +minecraft\:item.armor.equip_netherite=true +minecraft\:item.armor.equip_turtle=true +minecraft\:item.armor.equip_wolf=true +minecraft\:item.armor.unequip_wolf=true +minecraft\:item.axe.scrape=true +minecraft\:item.axe.strip=true +minecraft\:item.axe.wax_off=true +minecraft\:item.bone_meal.use=true +minecraft\:item.book.page_turn=true +minecraft\:item.book.put=true +minecraft\:item.bottle.empty=true +minecraft\:item.bottle.fill=true +minecraft\:item.bottle.fill_dragonbreath=true +minecraft\:item.brush.brushing.generic=true +minecraft\:item.brush.brushing.gravel=true +minecraft\:item.brush.brushing.gravel.complete=true +minecraft\:item.brush.brushing.sand=true +minecraft\:item.brush.brushing.sand.complete=true +minecraft\:item.bucket.empty=true +minecraft\:item.bucket.empty_axolotl=true +minecraft\:item.bucket.empty_fish=true +minecraft\:item.bucket.empty_lava=true +minecraft\:item.bucket.empty_milk=true +minecraft\:item.bucket.empty_powder_snow=true +minecraft\:item.bucket.empty_tadpole=true +minecraft\:item.bucket.fill=true +minecraft\:item.bucket.fill_axolotl=true +minecraft\:item.bucket.fill_fish=true +minecraft\:item.bucket.fill_lava=true +minecraft\:item.bucket.fill_milk=true +minecraft\:item.bucket.fill_powder_snow=true +minecraft\:item.bucket.fill_tadpole=true +minecraft\:item.bundle.drop_contents=true +minecraft\:item.bundle.insert=true +minecraft\:item.bundle.remove_one=true +minecraft\:item.chorus_fruit.teleport=true +minecraft\:item.crop.plant=true +minecraft\:item.crossbow.hit=true +minecraft\:item.crossbow.loading_end=true +minecraft\:item.crossbow.loading_middle=true +minecraft\:item.crossbow.loading_start=true +minecraft\:item.crossbow.quick_charge_1=true +minecraft\:item.crossbow.quick_charge_2=true +minecraft\:item.crossbow.quick_charge_3=true +minecraft\:item.crossbow.shoot=true +minecraft\:item.dye.use=true +minecraft\:item.elytra.flying=true +minecraft\:item.firecharge.use=true +minecraft\:item.flintandsteel.use=true +minecraft\:item.glow_ink_sac.use=true +minecraft\:item.goat_horn.play=true +minecraft\:item.goat_horn.sound.0=false +minecraft\:item.goat_horn.sound.1=false +minecraft\:item.goat_horn.sound.2=false +minecraft\:item.goat_horn.sound.3=false +minecraft\:item.goat_horn.sound.4=false +minecraft\:item.goat_horn.sound.5=false +minecraft\:item.goat_horn.sound.6=false +minecraft\:item.goat_horn.sound.7=false +minecraft\:item.hoe.till=true +minecraft\:item.honey_bottle.drink=true +minecraft\:item.honeycomb.wax_on=true +minecraft\:item.ink_sac.use=true +minecraft\:item.lodestone_compass.lock=true +minecraft\:item.mace.smash_air=true +minecraft\:item.mace.smash_ground=true +minecraft\:item.mace.smash_ground_heavy=true +minecraft\:item.nether_wart.plant=true +minecraft\:item.ominous_bottle.dispose=true +minecraft\:item.shield.block=true +minecraft\:item.shield.break=true +minecraft\:item.shovel.flatten=true +minecraft\:item.spyglass.stop_using=true +minecraft\:item.spyglass.use=true +minecraft\:item.totem.use=true +minecraft\:item.trident.hit=true +minecraft\:item.trident.hit_ground=true +minecraft\:item.trident.return=true +minecraft\:item.trident.riptide_1=true +minecraft\:item.trident.riptide_2=true +minecraft\:item.trident.riptide_3=true +minecraft\:item.trident.throw=true +minecraft\:item.trident.thunder=true +minecraft\:item.wolf_armor.break=true +minecraft\:item.wolf_armor.crack=true +minecraft\:item.wolf_armor.damage=true +minecraft\:item.wolf_armor.repair=true +minecraft\:music.creative=true +minecraft\:music.credits=true +minecraft\:music.dragon=true +minecraft\:music.end=true +minecraft\:music.game=true +minecraft\:music.menu=true +minecraft\:music.nether.basalt_deltas=true +minecraft\:music.nether.crimson_forest=true +minecraft\:music.nether.nether_wastes=true +minecraft\:music.nether.soul_sand_valley=true +minecraft\:music.nether.warped_forest=true +minecraft\:music.overworld.badlands=true +minecraft\:music.overworld.bamboo_jungle=true +minecraft\:music.overworld.cherry_grove=true +minecraft\:music.overworld.deep_dark=true +minecraft\:music.overworld.desert=true +minecraft\:music.overworld.dripstone_caves=true +minecraft\:music.overworld.flower_forest=true +minecraft\:music.overworld.forest=true +minecraft\:music.overworld.frozen_peaks=true +minecraft\:music.overworld.grove=true +minecraft\:music.overworld.jagged_peaks=true +minecraft\:music.overworld.jungle=true +minecraft\:music.overworld.lush_caves=true +minecraft\:music.overworld.meadow=true +minecraft\:music.overworld.old_growth_taiga=true +minecraft\:music.overworld.snowy_slopes=true +minecraft\:music.overworld.sparse_jungle=true +minecraft\:music.overworld.stony_peaks=true +minecraft\:music.overworld.swamp=true +minecraft\:music.under_water=true +minecraft\:music_disc.11=true +minecraft\:music_disc.13=true +minecraft\:music_disc.5=true +minecraft\:music_disc.blocks=true +minecraft\:music_disc.cat=true +minecraft\:music_disc.chirp=true +minecraft\:music_disc.creator=true +minecraft\:music_disc.creator_music_box=true +minecraft\:music_disc.far=true +minecraft\:music_disc.mall=true +minecraft\:music_disc.mellohi=true +minecraft\:music_disc.otherside=true +minecraft\:music_disc.pigstep=true +minecraft\:music_disc.precipice=true +minecraft\:music_disc.relic=true +minecraft\:music_disc.stal=true +minecraft\:music_disc.strad=true +minecraft\:music_disc.wait=true +minecraft\:music_disc.ward=true +minecraft\:particle.soul_escape=true +minecraft\:ui.button.click=true +minecraft\:ui.cartography_table.take_result=true +minecraft\:ui.loom.select_pattern=true +minecraft\:ui.loom.take_result=true +minecraft\:ui.stonecutter.select_recipe=true +minecraft\:ui.stonecutter.take_result=true +minecraft\:ui.toast.challenge_complete=true +minecraft\:ui.toast.in=true +minecraft\:ui.toast.out=true +minecraft\:weather.rain=false +minecraft\:weather.rain.above=false +parcool\:action.breakfall.just=true +parcool\:action.breakfall.roll=true +parcool\:action.breakfall.tap=true +parcool\:action.catleap=true +parcool\:action.charge_jump=true +parcool\:action.cling_to_cliff.grab=true +parcool\:action.cling_to_cliff.jump=true +parcool\:action.dodge=true +parcool\:action.h_wall_run=true +parcool\:action.hang_down.grab=true +parcool\:action.hang_down.jump=true +parcool\:action.slide=true +parcool\:action.v_wall_run=true +parcool\:action.vault=true +parcool\:action.wall_jump=true +parcool\:parcool.disable=true +parcool\:parcool.enable=true +parcool\:zipline.remove=true +parcool\:zipline.set=true +supplementaries\:block.awning.bounce=true +supplementaries\:block.bellows.blow=true +supplementaries\:block.bellows.retract=true +supplementaries\:block.blackboard.draw=true +supplementaries\:block.blackboard.draw_complete=true +supplementaries\:block.bubble_block.break=true +supplementaries\:block.bubble_block.place=true +supplementaries\:block.cannon.fire=true +supplementaries\:block.cannon.ignite=true +supplementaries\:block.clock.tick_1=true +supplementaries\:block.clock.tick_2=true +supplementaries\:block.crank=true +supplementaries\:block.faucet.turn=true +supplementaries\:block.globe.spin=true +supplementaries\:block.gunpowder.ignite=true +supplementaries\:block.jar.break=true +supplementaries\:block.jar.cookie=true +supplementaries\:block.jar.place=true +supplementaries\:block.note_block.imitate.enderman=true +supplementaries\:block.note_block.imitate.spider=true +supplementaries\:block.present.break=true +supplementaries\:block.present.fall=true +supplementaries\:block.present.hit=true +supplementaries\:block.present.open=true +supplementaries\:block.present.pack=true +supplementaries\:block.present.place=true +supplementaries\:block.present.step=true +supplementaries\:block.rope.break=true +supplementaries\:block.rope.fall=true +supplementaries\:block.rope.hit=true +supplementaries\:block.rope.place=true +supplementaries\:block.rope.slide=true +supplementaries\:block.rope.step=true +supplementaries\:block.rotate=true +supplementaries\:block.sack.break=true +supplementaries\:block.sack.open=true +supplementaries\:block.sack.place=true +supplementaries\:block.slidy_block.break=true +supplementaries\:block.slidy_block.fall=true +supplementaries\:block.slidy_block.hit=true +supplementaries\:block.slidy_block.place=true +supplementaries\:block.slidy_block.slide=true +supplementaries\:block.slidy_block.step=true +supplementaries\:block.turntable.cat=true +supplementaries\:entity.brick.throw=true +supplementaries\:entity.cannonball.bounce=true +supplementaries\:entity.cannonball.break=true +supplementaries\:entity.parrot.imitate.plunderer=true +supplementaries\:entity.plunderer.ambient=true +supplementaries\:entity.plunderer.cannon_use=true +supplementaries\:entity.plunderer.celebrate=true +supplementaries\:entity.plunderer.death=true +supplementaries\:entity.plunderer.hurt=true +supplementaries\:entity.slimeball.bounce=true +supplementaries\:entity.slimeball.throw=true +supplementaries\:entity.slimed=true +supplementaries\:explosion.bomb=true +supplementaries\:item.aeugh=true +supplementaries\:item.bubble_blower=true +supplementaries\:item.confetti_popper=true +supplementaries\:item.lunch_basket.close=true +supplementaries\:item.lunch_basket.insert=true +supplementaries\:item.lunch_basket.open=true +supplementaries\:item.slingshot.charge_0=true +supplementaries\:item.slingshot.charge_1=true +supplementaries\:item.slingshot.charge_2=true +supplementaries\:item.slingshot.charge_3=true +supplementaries\:item.slingshot.release=true +supplementaries\:item.soap.wash=true +supplementaries\:item.wrench.fail=true +supplementaries\:item.wrench.hit=true +supplementaries\:item.wrench.rotate=true +supplementaries\:music_disc.heave_ho=true +supplementaries\:music_disc.pancake=true diff --git a/config/sound_physics_remastered/occlusion.properties b/config/sound_physics_remastered/occlusion.properties new file mode 100644 index 0000000..1f38d2b --- /dev/null +++ b/config/sound_physics_remastered/occlusion.properties @@ -0,0 +1,219 @@ +# Values for blocks can be defined as follows: +# +# By sound type: +# WOOD=1.0 +# +# By block tag: +# \#minecraft\:logs=1.0 +# +# By block ID: +# minecraft\:oak_log=1.0 + +# Amethyst (Sound Type) +AMETHYST=1.0 +# Amethyst Cluster (Sound Type) +AMETHYST_CLUSTER=1.0 +# Ancient Debris (Sound Type) +ANCIENT_DEBRIS=1.0 +# Anvil (Sound Type) +ANVIL=1.0 +# Azalea (Sound Type) +AZALEA=1.0 +# Azalea Leaves (Sound Type) +AZALEA_LEAVES=1.0 +# Bamboo (Sound Type) +BAMBOO=0.1 +# Bamboo Sapling (Sound Type) +BAMBOO_SAPLING=0.1 +# Bamboo Wood (Sound Type) +BAMBOO_WOOD=1.0 +# Bamboo Wood Hanging Sign (Sound Type) +BAMBOO_WOOD_HANGING_SIGN=1.0 +# Basalt (Sound Type) +BASALT=1.0 +# Big Dripleaf (Sound Type) +BIG_DRIPLEAF=1.0 +# Bone Block (Sound Type) +BONE_BLOCK=1.0 +# Calcite (Sound Type) +CALCITE=1.0 +# Candle (Sound Type) +CANDLE=1.0 +# Cave Vines (Sound Type) +CAVE_VINES=1.0 +# Chain (Sound Type) +CHAIN=0.0 +# Cherry Leaves (Sound Type) +CHERRY_LEAVES=1.0 +# Cherry Sapling (Sound Type) +CHERRY_SAPLING=1.0 +# Cherry Wood (Sound Type) +CHERRY_WOOD=1.0 +# Cherry Wood Hanging Sign (Sound Type) +CHERRY_WOOD_HANGING_SIGN=1.0 +# Chiseled Bookshelf (Sound Type) +CHISELED_BOOKSHELF=1.0 +# Copper (Sound Type) +COPPER=1.0 +# Coral Block (Sound Type) +CORAL_BLOCK=1.0 +# Crop (Sound Type) +CROP=0.0 +# Decorated Pot (Sound Type) +DECORATED_POT=1.0 +# Decorated Pot Cracked (Sound Type) +DECORATED_POT_CRACKED=1.0 +# Deepslate (Sound Type) +DEEPSLATE=1.0 +# Deepslate Bricks (Sound Type) +DEEPSLATE_BRICKS=1.0 +# Deepslate Tiles (Sound Type) +DEEPSLATE_TILES=1.0 +# Dripstone Block (Sound Type) +DRIPSTONE_BLOCK=1.0 +# Flowering Azalea (Sound Type) +FLOWERING_AZALEA=1.0 +# Froglight (Sound Type) +FROGLIGHT=1.0 +# Frogspawn (Sound Type) +FROGSPAWN=1.0 +# Fungus (Sound Type) +FUNGUS=0.0 +# Gilded Blackstone (Sound Type) +GILDED_BLACKSTONE=1.0 +# Glass (Sound Type) +GLASS=0.1 +# Glow Lichen (Sound Type) +GLOW_LICHEN=0.0 +# Grass (Sound Type) +GRASS=1.0 +# Gravel (Sound Type) +GRAVEL=1.0 +# Hanging Roots (Sound Type) +HANGING_ROOTS=1.0 +# Hanging Sign (Sound Type) +HANGING_SIGN=1.0 +# Hard Crop (Sound Type) +HARD_CROP=1.0 +# Honey Block (Sound Type) +HONEY_BLOCK=0.5 +# Ladder (Sound Type) +LADDER=0.0 +# Lantern (Sound Type) +LANTERN=1.0 +# Large Amethyst Bud (Sound Type) +LARGE_AMETHYST_BUD=0.0 +# Lily Pad (Sound Type) +LILY_PAD=0.0 +# Lodestone (Sound Type) +LODESTONE=1.0 +# Mangrove Roots (Sound Type) +MANGROVE_ROOTS=1.0 +# Medium Amethyst Bud (Sound Type) +MEDIUM_AMETHYST_BUD=0.0 +# Metal (Sound Type) +METAL=1.0 +# Moss (Sound Type) +MOSS=0.75 +# Moss Carpet (Sound Type) +MOSS_CARPET=0.1 +# Mud (Sound Type) +MUD=1.0 +# Muddy Mangrove Roots (Sound Type) +MUDDY_MANGROVE_ROOTS=1.0 +# Mud Bricks (Sound Type) +MUD_BRICKS=1.0 +# Netherite Block (Sound Type) +NETHERITE_BLOCK=1.0 +# Netherrack (Sound Type) +NETHERRACK=1.0 +# Nether Bricks (Sound Type) +NETHER_BRICKS=1.0 +# Nether Gold Ore (Sound Type) +NETHER_GOLD_ORE=1.0 +# Nether Ore (Sound Type) +NETHER_ORE=1.0 +# Nether Sprouts (Sound Type) +NETHER_SPROUTS=1.0 +# Nether Wart (Sound Type) +NETHER_WART=1.0 +# Nether Wood (Sound Type) +NETHER_WOOD=1.0 +# Nether Wood Hanging Sign (Sound Type) +NETHER_WOOD_HANGING_SIGN=1.0 +# Nylium (Sound Type) +NYLIUM=1.0 +# Packed Mud (Sound Type) +PACKED_MUD=1.0 +# Pointed Dripstone (Sound Type) +POINTED_DRIPSTONE=0.0 +# Polished Deepslate (Sound Type) +POLISHED_DEEPSLATE=1.0 +# Powder Snow (Sound Type) +POWDER_SNOW=0.1 +# Rooted Dirt (Sound Type) +ROOTED_DIRT=1.0 +# Roots (Sound Type) +ROOTS=0.0 +# Sand (Sound Type) +SAND=1.0 +# Scaffolding (Sound Type) +SCAFFOLDING=0.0 +# Sculk (Sound Type) +SCULK=1.0 +# Sculk Catalyst (Sound Type) +SCULK_CATALYST=1.0 +# Sculk Sensor (Sound Type) +SCULK_SENSOR=1.0 +# Sculk Shrieker (Sound Type) +SCULK_SHRIEKER=1.0 +# Sculk Vein (Sound Type) +SCULK_VEIN=1.0 +# Shroomlight (Sound Type) +SHROOMLIGHT=1.0 +# Slime Block (Sound Type) +SLIME_BLOCK=1.0 +# Small Amethyst Bud (Sound Type) +SMALL_AMETHYST_BUD=0.0 +# Small Dripleaf (Sound Type) +SMALL_DRIPLEAF=0.0 +# Snow (Sound Type) +SNOW=0.1 +# Soul Sand (Sound Type) +SOUL_SAND=1.0 +# Soul Soil (Sound Type) +SOUL_SOIL=1.0 +# Spore Blossom (Sound Type) +SPORE_BLOSSOM=0.0 +# Stem (Sound Type) +STEM=1.0 +# Stone (Sound Type) +STONE=1.0 +# Suspicious Gravel (Sound Type) +SUSPICIOUS_GRAVEL=1.0 +# Suspicious Sand (Sound Type) +SUSPICIOUS_SAND=1.0 +# Sweet Berry Bush (Sound Type) +SWEET_BERRY_BUSH=0.0 +# Tuff (Sound Type) +TUFF=1.0 +# Twisting Vines (Sound Type) +TWISTING_VINES=0.0 +# Vine (Sound Type) +VINE=0.0 +# Wart Block (Sound Type) +WART_BLOCK=1.0 +# Weeping Vines (Sound Type) +WEEPING_VINES=0.0 +# Wet Grass (Sound Type) +WET_GRASS=0.1 +# Wood (Sound Type) +WOOD=1.0 +# Wool (Sound Type) +WOOL=1.5 +# Jukebox (Block) +minecraft\:jukebox=0.0 +# Lava (Block) +minecraft\:lava=0.75 +# Water (Block) +minecraft\:water=0.25 diff --git a/config/sound_physics_remastered/reflectivity.properties b/config/sound_physics_remastered/reflectivity.properties new file mode 100644 index 0000000..06eb8da --- /dev/null +++ b/config/sound_physics_remastered/reflectivity.properties @@ -0,0 +1,213 @@ +# Values for blocks can be defined as follows: +# +# By sound type: +# WOOD=1.0 +# +# By block tag: +# \#minecraft\:logs=1.0 +# +# By block ID: +# minecraft\:oak_log=1.0 + +# Amethyst (Sound Type) +AMETHYST=1.5 +# Amethyst Cluster (Sound Type) +AMETHYST_CLUSTER=0.5 +# Ancient Debris (Sound Type) +ANCIENT_DEBRIS=0.5 +# Anvil (Sound Type) +ANVIL=0.5 +# Azalea (Sound Type) +AZALEA=0.5 +# Azalea Leaves (Sound Type) +AZALEA_LEAVES=0.5 +# Bamboo (Sound Type) +BAMBOO=0.5 +# Bamboo Sapling (Sound Type) +BAMBOO_SAPLING=0.5 +# Bamboo Wood (Sound Type) +BAMBOO_WOOD=0.5 +# Bamboo Wood Hanging Sign (Sound Type) +BAMBOO_WOOD_HANGING_SIGN=0.5 +# Basalt (Sound Type) +BASALT=1.5 +# Big Dripleaf (Sound Type) +BIG_DRIPLEAF=0.5 +# Bone Block (Sound Type) +BONE_BLOCK=1.5 +# Calcite (Sound Type) +CALCITE=1.5 +# Candle (Sound Type) +CANDLE=0.5 +# Cave Vines (Sound Type) +CAVE_VINES=0.5 +# Chain (Sound Type) +CHAIN=0.5 +# Cherry Leaves (Sound Type) +CHERRY_LEAVES=0.5 +# Cherry Sapling (Sound Type) +CHERRY_SAPLING=0.5 +# Cherry Wood (Sound Type) +CHERRY_WOOD=0.5 +# Cherry Wood Hanging Sign (Sound Type) +CHERRY_WOOD_HANGING_SIGN=0.5 +# Chiseled Bookshelf (Sound Type) +CHISELED_BOOKSHELF=0.5 +# Copper (Sound Type) +COPPER=1.25 +# Coral Block (Sound Type) +CORAL_BLOCK=0.2 +# Crop (Sound Type) +CROP=0.5 +# Decorated Pot (Sound Type) +DECORATED_POT=0.5 +# Decorated Pot Cracked (Sound Type) +DECORATED_POT_CRACKED=0.5 +# Deepslate (Sound Type) +DEEPSLATE=1.5 +# Deepslate Bricks (Sound Type) +DEEPSLATE_BRICKS=1.5 +# Deepslate Tiles (Sound Type) +DEEPSLATE_TILES=1.5 +# Dripstone Block (Sound Type) +DRIPSTONE_BLOCK=0.5 +# Flowering Azalea (Sound Type) +FLOWERING_AZALEA=0.5 +# Froglight (Sound Type) +FROGLIGHT=0.5 +# Frogspawn (Sound Type) +FROGSPAWN=0.5 +# Fungus (Sound Type) +FUNGUS=0.5 +# Gilded Blackstone (Sound Type) +GILDED_BLACKSTONE=0.5 +# Glass (Sound Type) +GLASS=0.75 +# Glow Lichen (Sound Type) +GLOW_LICHEN=0.5 +# Grass (Sound Type) +GRASS=0.3 +# Gravel (Sound Type) +GRAVEL=0.3 +# Hanging Roots (Sound Type) +HANGING_ROOTS=0.5 +# Hanging Sign (Sound Type) +HANGING_SIGN=0.5 +# Hard Crop (Sound Type) +HARD_CROP=0.5 +# Honey Block (Sound Type) +HONEY_BLOCK=0.1 +# Ladder (Sound Type) +LADDER=0.5 +# Lantern (Sound Type) +LANTERN=0.5 +# Large Amethyst Bud (Sound Type) +LARGE_AMETHYST_BUD=0.5 +# Lily Pad (Sound Type) +LILY_PAD=0.5 +# Lodestone (Sound Type) +LODESTONE=0.5 +# Mangrove Roots (Sound Type) +MANGROVE_ROOTS=0.5 +# Medium Amethyst Bud (Sound Type) +MEDIUM_AMETHYST_BUD=0.5 +# Metal (Sound Type) +METAL=1.25 +# Moss (Sound Type) +MOSS=0.1 +# Moss Carpet (Sound Type) +MOSS_CARPET=0.5 +# Mud (Sound Type) +MUD=0.5 +# Muddy Mangrove Roots (Sound Type) +MUDDY_MANGROVE_ROOTS=0.5 +# Mud Bricks (Sound Type) +MUD_BRICKS=0.5 +# Netherite Block (Sound Type) +NETHERITE_BLOCK=1.5 +# Netherrack (Sound Type) +NETHERRACK=1.1 +# Nether Bricks (Sound Type) +NETHER_BRICKS=1.5 +# Nether Gold Ore (Sound Type) +NETHER_GOLD_ORE=1.1 +# Nether Ore (Sound Type) +NETHER_ORE=1.1 +# Nether Sprouts (Sound Type) +NETHER_SPROUTS=0.5 +# Nether Wart (Sound Type) +NETHER_WART=0.5 +# Nether Wood (Sound Type) +NETHER_WOOD=0.5 +# Nether Wood Hanging Sign (Sound Type) +NETHER_WOOD_HANGING_SIGN=0.5 +# Nylium (Sound Type) +NYLIUM=0.5 +# Packed Mud (Sound Type) +PACKED_MUD=0.5 +# Pointed Dripstone (Sound Type) +POINTED_DRIPSTONE=0.5 +# Polished Deepslate (Sound Type) +POLISHED_DEEPSLATE=1.5 +# Powder Snow (Sound Type) +POWDER_SNOW=0.5 +# Rooted Dirt (Sound Type) +ROOTED_DIRT=0.5 +# Roots (Sound Type) +ROOTS=0.5 +# Sand (Sound Type) +SAND=0.2 +# Scaffolding (Sound Type) +SCAFFOLDING=0.5 +# Sculk (Sound Type) +SCULK=0.5 +# Sculk Catalyst (Sound Type) +SCULK_CATALYST=0.5 +# Sculk Sensor (Sound Type) +SCULK_SENSOR=0.5 +# Sculk Shrieker (Sound Type) +SCULK_SHRIEKER=0.5 +# Sculk Vein (Sound Type) +SCULK_VEIN=0.5 +# Shroomlight (Sound Type) +SHROOMLIGHT=0.5 +# Slime Block (Sound Type) +SLIME_BLOCK=0.5 +# Small Amethyst Bud (Sound Type) +SMALL_AMETHYST_BUD=0.5 +# Small Dripleaf (Sound Type) +SMALL_DRIPLEAF=0.5 +# Snow (Sound Type) +SNOW=0.15 +# Soul Sand (Sound Type) +SOUL_SAND=0.2 +# Soul Soil (Sound Type) +SOUL_SOIL=0.2 +# Spore Blossom (Sound Type) +SPORE_BLOSSOM=0.5 +# Stem (Sound Type) +STEM=0.4 +# Stone (Sound Type) +STONE=1.5 +# Suspicious Gravel (Sound Type) +SUSPICIOUS_GRAVEL=0.5 +# Suspicious Sand (Sound Type) +SUSPICIOUS_SAND=0.5 +# Sweet Berry Bush (Sound Type) +SWEET_BERRY_BUSH=0.5 +# Tuff (Sound Type) +TUFF=1.5 +# Twisting Vines (Sound Type) +TWISTING_VINES=0.5 +# Vine (Sound Type) +VINE=0.5 +# Wart Block (Sound Type) +WART_BLOCK=0.5 +# Weeping Vines (Sound Type) +WEEPING_VINES=0.5 +# Wet Grass (Sound Type) +WET_GRASS=0.5 +# Wood (Sound Type) +WOOD=0.4 +# Wool (Sound Type) +WOOL=0.1 diff --git a/config/sound_physics_remastered/soundphysics.properties b/config/sound_physics_remastered/soundphysics.properties new file mode 100644 index 0000000..0fcac01 --- /dev/null +++ b/config/sound_physics_remastered/soundphysics.properties @@ -0,0 +1,99 @@ +# Enables/Disables all sound effects +enabled=true +# Affects how quiet a sound gets based on distance +# Lower values mean distant sounds are louder +# This setting requires you to be in singleplayer or having the mod installed on the server +# 1.0 is the physically correct value +attenuation_factor=1.0 +# The ray distance at which reverb starts +# 0.0 disables reverb attenuation +reverb_attenuation_distance=0.0 +# The volume of simulated reverberations +reverb_gain=1.0 +# The brightness of reverberation +# Higher values result in more high frequencies in reverberation +# Lower values give a more muffled sound to the reverb +reverb_brightness=1.0 +# The distance of reverb relative to the sound distance +reverb_distance=1.5 +# The amount of sound that will be absorbed when traveling through blocks +block_absorption=1.0 +# Higher values mean smaller objects won't be considered as occluding +occlusion_variation=0.35 +# The default amount of sound reflectance energy for all blocks +# Lower values result in more conservative reverb simulation with shorter reverb tails +# Higher values result in more generous reverb simulation with higher reverb tails +default_block_reflectivity=0.5 +# The default amount of occlusion for all blocks +# Lower values will result in sounds being less muffled through walls +# Higher values mean sounds will be not audible though thicker walls +default_block_occlusion_factor=1.0 +# Minecraft won't allow sounds to play past a certain distance +# This parameter is a multiplier for how far away a sound source is allowed to be in order for it to actually play +# This setting only takes affect in singleplayer worlds and when installed on the server +sound_distance_allowance=4.0 +# A value controlling the amount that air absorbs high frequencies with distance +# A value of 1.0 is physically correct for air with normal humidity and temperature +# Higher values mean air will absorb more high frequencies with distance +# 0 disables this effect +air_absorption=1.0 +# How much sound is filtered when the player is underwater +# 0.0 means no filter +# 1.0 means fully filtered +underwater_filter=0.25 +# Whether sounds like cave, nether or underwater ambient sounds should have sound physics +evaluate_ambient_sounds=false +# The number of rays to trace to determine reverberation for each sound source +# More rays provides more consistent tracing results but takes more time to calculate +# Decrease this value if you experience lag spikes when sounds play +environment_evaluation_ray_count=32 +# The number of rays bounces to trace to determine reverberation for each sound source +# More bounces provides more echo and sound ducting but takes more time to calculate +# Decrease this value if you experience lag spikes when sounds play +environment_evaluation_ray_bounces=4 +# If sound hits a non-full-square side, block occlusion is multiplied by this +non_full_block_occlusion_factor=0.25 +# The maximum amount of rays to determine occlusion +# Directly correlates to the amount of blocks between walls that are considered +max_occlusion_rays=16 +# The amount at which occlusion is capped +max_occlusion=64.0 +# If enabled, the occlusion calculation only uses one path between the sound source and the listener instead of 9 +strict_occlusion=false +# Whether to try calculating where the sound should come from based on reflections +sound_direction_evaluation=true +# Skip redirecting non-occluded sounds (the ones you can see directly) +redirect_non_occluded_sounds=true +# If music discs or other longer sounds should be frequently reevaluated +update_moving_sounds=false +# The interval in ticks that moving sounds are reevaluated +# Lower values mean more frequent reevaluation but also more lag +# This option only takes effect if update_moving_sounds is enabled +sound_update_interval=5 +# The maximum distance a sound can be processed +max_sound_processing_distance=512.0 +# Disable level clone and cache. This will fall back to original main thread access. +# WARNING! Enabling this will cause instability and issues with other mods. +unsafe_level_access=false +# The radius of chunks to clone for level access +level_clone_range=4 +# The maximum number of ticks to retain the cloned level in the cache +level_clone_max_retain_ticks=20 +# The maximum distance a player can move from the cloned origin before invalidation +level_clone_max_retain_block_distance=16 +# Enables debug logging +debug_logging=false +# Provides more information about occlusion in the logs +occlusion_logging=false +# Provides more information about the environment calculation in the logs +environment_logging=false +# Provides more information about how long computations take +performance_logging=false +# If enabled, the path of the sound will be rendered in game +render_sound_bounces=false +# If enabled, occlusion will be visualized in game +render_occlusion=false +# Enables/Disables sound effects for Simple Voice Chat audio +simple_voice_chat_integration=true +# Enables/Disables hearing your own echo with Simple Voice Chat +simple_voice_chat_hear_self=false diff --git a/config/storagedrawers-client.toml b/config/storagedrawers-client.toml new file mode 100644 index 0000000..c0289d3 --- /dev/null +++ b/config/storagedrawers-client.toml @@ -0,0 +1,28 @@ +[General] + # Invert the behavior of the shift key for extracting items + invertShift = false + # Invert left and right click action on drawers + invertClick = false + +[Integration] + # Enable extended data display in WAILA if present + enableWaila = true + # Enable extended data display in The One Probe if present + enableTheOneProbe = true + +[Render] + # Distance in blocks before item labels stop rendering + labelRenderDistance = 20.0 + # + # Distance in blocks before quantity numbers stop rendering + quantityRenderDistance = 10.0 + # + # Distance in blocks before quantity numbers begin to fade out + quantityFadeDistance = 20.0 + + # Render settings specific to framed drawers. + [Render.FramedDrawers] + # + # Attempts to render 'non-opaque' materials on the translucent render pass. + # This may cause artifacting, particularly if using non-opaque materials on the 'front' face. + renderTranslucentMaterials = true diff --git a/config/storagedrawers-common.v2.toml b/config/storagedrawers-common.v2.toml new file mode 100644 index 0000000..649d2f2 --- /dev/null +++ b/config/storagedrawers-common.v2.toml @@ -0,0 +1,381 @@ +# General mod configuration +[General] + # Enables excessive logging around certain parts of the mod. + # Can be ignored unless asked by the developer to enable. + debugTrace = false + # + # Whether blocks with UI components are allowed to open them. + # Disabling UI will restrict some mod functionality. + enableUI = true + # + # Whether to log actions such as adding rules or deny list entries. + # You may wish to disable this if you've added many such entries. + logStartupActivity = true + # + # Internal use to record what version the config file was first written with. + configVersion = 2 + +# Configuration around drawer storage blocks +[Drawers] + # A base value multiplied against the storage size of all drawer slots. + # Change this to uniformly increase all storage amounts + baseStackStorage = 1 + + # Configuration for individual drawer configurations. + # Units are the number of stacks a slot holds before the base stack storage value is multiplied. + [Drawers.Blocks] + + [Drawers.Blocks.FullStorage1x1] + unitsPerSlot = 32 + + [Drawers.Blocks.FullStorage1x2] + unitsPerSlot = 16 + + [Drawers.Blocks.FullStorage2x2] + unitsPerSlot = 8 + + [Drawers.Blocks.FullCompacting] + unitsPerSlot = 32 + + [Drawers.Blocks.HalfStorage1x1] + unitsPerSlot = 16 + + [Drawers.Blocks.HalfStorage1x2] + unitsPerSlot = 8 + + [Drawers.Blocks.HalfStorage2x2] + unitsPerSlot = 4 + + [Drawers.Blocks.HalfCompacting] + unitsPerSlot = 16 + + # Configuration around the auto compacting feature + [Drawers.Compacting] + # Whether compacting function is supported. Disabling does not remove the block. + enabled = true + # + # Enables additional rules for some Minecraft items, like quartz, brick, and clay. + # See logs for full set of rules that get added. + enableExtraCompactingRules = true + # + # Compacting drawers require 2-way 2x2 or 3x3 recipes to associate items. + # Add additional rules here in the form: , , + compactingRules = ["minecraft:clay, minecraft:clay_ball, 4"] + + # Configuration around detached drawers, which are individual drawer slots pulled from a drawer block. + [Drawers.Detached] + # Allows individual drawer slots to be pulled out from a drawer block. + enable = true + # + # If enabled, carrying filled drawers in your inventory gives slowness debuff. + # Debuff can be mitigated with portability upgrade, if it's enabled. + heavyDrawers = false + # + # Drawers track the capacity upgrades from the block they were taken from. + # When enabled, drawers can only be placed back into a block with the same or lower max capacity. + # Drawers can still only be inserted into a block with enough capacity for the items held. + forceMaxCapacityCheck = false + # + # Allows detached drawers to be stored in containers like bundles and shulker boxes. + # Due to current limitation, this rule will also apply to storing empty drawers in those containers. + canStoreInContainers = false + + # Configuration around dropped drawer blocks that still have items inside them. + [Drawers.Filled] + # If enabled, carrying filled drawers in your inventory gives slowness debuff. + # Debuff can be mitigated with portability upgrade, if it's enabled. + heavyDrawers = false + # + # Allows filled drawers to be stored in other drawer blocks. + canStoreInDrawers = false + # + # Allows filled drawers to be stored in containers like bundles and shulker boxes. + # Due to current limitation, this rule will also apply to storing empty drawers in those containers. + canStoreInContainers = false + + # Configuration around framed drawers, which take their appearance from other blocks used as materials. + [Drawers.Framed] + # Allows crafting framed drawers. Disabling does not remove existing framed drawers. + enable = true + # + # Attempts to only allow solid, full-cube blocks to be used as materials. + # This check may still allow non-solid blocks if the blocks' properties indicate they should be solid but are not. + # Some non-solid blocks are also counted as non-opaque, and may be restricted by that setting as well. + enforceSolidMaterials = true + # + # Attempts to only allow fully opaque blocks to be used as materials. + # This check may still allow non-opaque blocks if the blocks' properties indicate they should be opaque but are not. + enforceOpaqueMaterials = false + # + # Each entry should be a namespace or fully namespaced block, e.g. minecraft:cobblestone + # Any items on the deny list are prevented from being used as any drawer material. + materialDenyList = [] + + # Configuration around storage of items. + [Drawers.Storage] + # + # Each entry should be a namespace or fully namespaced item, e.g. minecraft:cobblestone + # Any items on the deny list are prevented from being stored in drawers + storeDenyList = ["storagedrawers:creative_vending_upgrade"] + # + # What a drawer should do with its items when broken. Acceptable values are: + # KEEP: Drawer retains all items in the dropped item, like shulker boxes. This is the default behavior. + # DROP: Drawer drops items into the world, up to the dropStackLimit value. Stored items over that limit are voided. + # VOID: Drawer voids all items when dropped. + #Allowed Values: KEEP, DROP, VOID + dropMode = "KEEP" + # + # If dropMode is set to DROP, this is the maximum number of stacks that can be spilled into the world + # from the entire block. By default, this is set to the amount a vanilla chest could drop. + dropStackLimit = 32 + +# Configuration around the controller and drawer networks. +[Controller] + # Controller range defines how far away a drawer can be connected on X, Y, or Z planes. + # The largest recommended range is around 75, or the expected chunk load distance. + # If setting this value higher, drawers will be unavailable if their chunks become unloaded. + controllerRange = 50 + +# Configuration around upgrade items that can be inserted into drawer blocks. +[Upgrades] + + # Storage upgrades multiply storage capacity by the given amount. + # When multiple storage upgrades are used together, their multipliers are added before being applied. + [Upgrades.StorageTiers] + + [Upgrades.StorageTiers.Obsidian] + enableUpgrade = true + storageMultiplier = 2 + + [Upgrades.StorageTiers.Copper] + enableUpgrade = true + storageMultiplier = 4 + + [Upgrades.StorageTiers.Iron] + enableUpgrade = true + storageMultiplier = 8 + + [Upgrades.StorageTiers.Gold] + enableUpgrade = true + storageMultiplier = 16 + + [Upgrades.StorageTiers.Emerald] + enableUpgrade = true + storageMultiplier = 64 + + [Upgrades.StorageTiers.Diamond] + enableUpgrade = true + storageMultiplier = 256 + + [Upgrades.StorageTiers.Netherite] + enableUpgrade = true + storageMultiplier = 2048 + + # Allows same-item slots to balance out their amounts when items are added or removed from a slot. + # Works across networks when acting through a controller. + [Upgrades.Balance] + enableUpgrade = true + + # Allows the automatic conversion of same-type items based on configuration. + [Upgrades.Conversion] + enableUpgrade = true + # + # Each type will be combined with each material to create a set of allow list entries. + # This is mainly a convenience for common ore-based materials. + oreTypeAllowList = ["c:storage_blocks", "c:ingots", "c:nuggets"] + # + # Each type will be combined with each material to create a set of allow list entries. + # This is mainly a convenience for common ore-based materials. + oreMaterialAllowList = ["aluminum", "constantan", "steel", "uranium", "invar", "tin", "lead", "silver", "platinum", "nickel", "osmium", "bronze", "electrum"] + # + # Each allow list entry should be a fully namespaced tag, e.g. c:ingots/copper + tagAllowList = [] + # + # Each deny list entry should be a fully namespaced tag, e.g. c:ingots/copper. + # All items not on the allow list are denied implicitly. This can be used to exclude + # specific entries created from the ore allow list set. + tagDenyList = [] + # + # Each entry is a semicolon-separated list of fully-namespaced items. All items within the + # same entry are considered equivalent and convertible/interchangeable. + # Example: ["thermal:nickel_ore;immersiveengineering:ore_nickel"] + itemEquivalenceGroups = [] + + # Allows storing ~2.1 billion (MAX_INT) items in each drawer slot. + [Upgrades.CreativeStorage] + enableUpgrade = true + + # Allows vending infinite amounts of the items in each drawer slot. + [Upgrades.CreativeVending] + enableUpgrade = true + + # Adds fill bars to the face of drawers. + [Upgrades.FillLevel] + enableUpgrade = true + + # Renders drawer labels brighter than surrounding environment would allow. + [Upgrades.Illumination] + enableUpgrade = true + # + # Renders labels at minimum light level between 0 - 15 + # Default: 13 + # Range: 0 ~ 15 + illuminationLevel = 13 + # + # Renders labels without upgrade at minimum light level between 0 - 15 + # Default: 1 + # Range: 0 ~ 15 + minIlluminationLevel = 1 + + # Collects matching items through its top like a vanilla hopper. + [Upgrades.Hopper] + enableUpgrade = true + + # Collects nearby matching items by teleporting them instantly to the drawer + [Upgrades.Magnet] + # + # When multiple magnet upgrades are used, their ranges are added together. + additiveRange = true + # + # Range is blocks out from drawer as: [horizontal, up, down] + # If ranges from multiple upgrades are added, they are not allowed to exceed these values. + maxRange = [24, 8, 0] + + [Upgrades.Magnet.Level1] + enableUpgrade = true + # + # Range is blocks out from drawer as: [horizontal, up, down] + range = [1, 1, 0] + # + # Ticks between active collection when this is the highest upgrade tier. + activeSpeed = 20 + # + # Ticks between collection checks when this is the highest upgrade tier. + # Collection is idle when items have not been collected within the last idleSpeed interval. + idleSpeed = 20 + + [Upgrades.Magnet.Level2] + enableUpgrade = true + # + # Range is blocks out from drawer as: [horizontal, up, down] + range = [4, 2, 0] + # + # Ticks between active collection when this is the highest upgrade tier. + activeSpeed = 10 + # + # Ticks between collection checks when this is the highest upgrade tier. + # Collection is idle when items have not been collected within the last idleSpeed interval. + idleSpeed = 20 + + [Upgrades.Magnet.Level3] + enableUpgrade = true + # + # Range is blocks out from drawer as: [horizontal, up, down] + range = [8, 3, 0] + # + # Ticks between active collection when this is the highest upgrade tier. + activeSpeed = 5 + # + # Ticks between collection checks when this is the highest upgrade tier. + # Collection is idle when items have not been collected within the last idleSpeed interval. + idleSpeed = 20 + + # Restricts capacity of drawer to one stack. + [Upgrades.OneStack] + enableUpgrade = true + + # Allows drawers with contents to be freely carried when heavy drawers is enabled. + [Upgrades.Portability] + enableUpgrade = true + + # Lets drawers emit redstone signals based on their fill level. + [Upgrades.Redstone] + enableUpgrade = true + # + # Min redstone upgrades output the minimum signal of all drawers in block. + enableMinUpgrade = true + # + # Max redstone upgrades output the maximum signal of all drawers in block. + enableMaxUpgrade = true + # + # Whether redstone upgrades should emit an analog redstone signal, + # requiring the use of a comparator to read it. + analogOutput = true + + # Lets drawers connect to a controller wirelessly. + [Upgrades.Remote] + enableUpgrade = true + # + # Group variant connects all drawers connected to the upgraded block. + enableGroupUpgrade = true + # + # Sets the max range of the single-variant remote upgrade. + # The range is capped by the controller range. Set to 0 to match controller range. + maxRange = 0 + # + # Sets the max range of the group-variant remote upgrade. + # The range is capped by the controller range. Set to 0 to match controller range. + maxGroupRange = 0 + + # Causes drawers to accept but void compatible items when they are filled to capacity. + [Upgrades.Void] + enableUpgrade = true + +# Configuration around tools, namely the various 'keys' that can be used on drawers. +[Tools] + + # Drawer keys are used to lock drawers to the items they already hold. + [Tools.DrawerKey] + enable = true + + # Quantify keys are used to show or hide the count of items on the face of drawers. + [Tools.QuantifyKey] + enable = true + # + # Show labels by default on newly placed drawers. + showDefault = false + + # Concealment keys are used to show or hide the item labels on the face of drawers. + # The primary use of this key is for performance by disabling the more expensive dynamic rendering. + [Tools.ConcealmentKey] + enable = true + + # Personal keys allow drawers to be locked to their owners, so only they can place or take items. + [Tools.PersonalKey] + enable = true + + # Priority keys change the priority of drawers when finding a compatible slot to insert items into. + [Tools.PriorityKey] + enable = true + + # Suspend keys stop external interaction, e.g. from hopper or magnet upgrades. + [Tools.PauseKey] + enable = true + +# Configuration around integration with third party mods. +[Integration] + + # Configuration around the FTB Chunks mod. + # Improves support for claimed chunks. + [Integration.FTBChunks] + # Enables FTB Chunks integration if mod is present. + enable = true + + # Configuration around the FTB Teams mod. + # Adds support for a teams personal key. + [Integration.FTBTeams] + # Enables FTB Teams integration if mod is present. + enable = true + # + # Enables recipe to obtain key from another supported personal key in crafting grid. + enableCycleRecipe = true + + # Configuration around the WAILA/HWYLA/Jade family of block inspection mods. + [Integration.WAILA] + # Enables Jade integration if mod is present. + enable = true + # When true, shows quantity as NxS + R (by stack size) rather than count + stackRemainder = true + # + # When true, does not show current quantities unless quantify key was used + respectQuantifyKey = false diff --git a/config/supplementaries-client.toml b/config/supplementaries-client.toml new file mode 100644 index 0000000..92cc0e4 --- /dev/null +++ b/config/supplementaries-client.toml @@ -0,0 +1,258 @@ +#Tweak and change the various block animations. +#Only cosmetic stuff in here so to leave default if not interested. +#Remember to delete this and server configs and let it refresh every once in a while since I might have tweaked it +[blocks] + + [blocks.globe] + #Enable a random globe texture for each world + random_world = true + + [blocks.notice_board] + #Allows notice board displayed text to be centered instead of being left aligned + centered_text = true + + [blocks.bunting] + #Makes buntings use normal block models with no animation for faster performance. When off this is only active when viewed from a distance + fast_buntings = false + + [blocks.clock_block] + #Display 24h time format. False for 12h format + 24h_format = true + + [blocks.pedestal] + #Enable displayed item spin + spin = true + #Spin speed + # Default: 2.0 + # Range: 0.0 ~ 100.0 + speed = 2.0 + #Enable special display types for items like swords, tridents or end crystals + fancy_renderers = true + + [blocks.bubble_block] + #Wobbling intensity. set to 0 to disable + # Default: 0.2 + # Range: 0.0 ~ 1.0 + wobble = 0.2 + #How fast it grows when created. 1 to be instant + # Default: 0.4 + # Range: 0.0 ~ 1.0 + grow_speed = 0.4 + + [blocks.item_shelf] + #Translate down displayed 3d blocks so that they are touching the shelf. + #Note that they will not be centered vertically this way + supported_blocks = true + + [blocks.wind_vane] + #Wind vane animation swings according to this equation: + #pitch(time) = max_angle_1*sin(2pi*time*pow/period_1) + *sin(2pi*time*pow/) + #where: + # - pow = max(1,redstone_power*) + # - time = time in ticks + # - redstone_power = block redstone power + # = how much frequency changes depending on power. 2 means it spins twice as fast each power level (2* for rain, 4* for thunder) + #increase to have more distinct indication when weather changes + # Default: 3.0 + # Range: 1.0 ~ 100.0 + power_scaling = 3.0 + #Amplitude (maximum pitch) of first sine wave + # Default: 30.0 + # Range: 0.0 ~ 360.0 + max_angle_1 = 30.0 + # Default: 10.0 + # Range: 0.0 ~ 360.0 + max_angle_2 = 10.0 + #Base period in ticks at 0 power of first sine wave + # Default: 450.0 + # Range: 0.0 ~ 2000.0 + period_1 = 450.0 + #This should be kept period_1/3 for a symmetric animation + # Default: 150.0 + # Range: 0.0 ~ 2000.0 + period_2 = 150.0 + + [blocks.flag] + #How slow a flag will oscillate. (Period of oscillation) + #Lower value = faster oscillation + # Default: 100 + # Range: 0 ~ 10000 + slowness = 100 + #How wavy the animation will be in pixels. (Wavelength) + # Default: 4.0 + # Range: 0.001 ~ 100.0 + wavyness = 4.0 + #How tall the wave lobes will be. (Wave amplitude) + # Default: 1.0 + # Range: 0.0 ~ 100.0 + intensity = 1.0 + #How much the wave amplitude increases each pixel. (Amplitude increment per pixel) + # Default: 0.3 + # Range: 0.0 ~ 10.0 + intensity_increment = 0.3 + #At which graphic settings flags will have a fancy renderer: 0=fast, 1=fancy, 2=fabulous + #Allowed Values: FAST, FANCY, FABULOUS + fanciness = "FABULOUS" + #Makes flags render as sideways banner. Ignores many of the previously defined configs + render_as_banner = false + + [blocks.captured_mobs] + #THIS IS ONLY FOR VISUALS! To allow more entities in cages you need to edit the respective tags! + #A list of mobs that can be ticked on client side when inside jars. Mainly used for stuff that has particles. Can cause issues and side effects so use with care + tickable_inside_jars = ["iceandfire:pixie", "druidcraft:dreadfish", "druidcraft:lunar_moth", "alexsmobs:hummingbird"] + + [blocks.hat_stand.swing_physics] + min_angle = 0.0 + collision_force = 15.0 + damping = 1.625 + collision_inertia = 1.5 + collision_considers_entity_hitbox = true + frequency = 1.5 + max_angle = 54.999996 + + [blocks.turn_table] + #Display visual particles when a block is rotated + turn_particles = true + + [blocks.speaker_block] + #Mute speaker block incoming narrator messages and displays them in chat instead + mute_narrator = false + + [blocks.rope] + #Amplitude of rope wobbling effect + # Default: 1.2 + # Range: 0.0 ~ 20.0 + wobbling_amplitude = 1.2 + #Period of rope wobbling effect + # Default: 12.0 + # Range: 0.01 ~ 200.0 + wobbling_period = 12.0 + +#Particle parameters +[particles] + + #Rotation particle + [particles.turn_particle] + #An RGBA color + initial_color = "#002A77EA" + #An RGBA color + fade_color = "#0032BEFA" + +#General settings +[general] + #Allowed Values: ALWAYS, CACHED, CACHED_ZIPPED, NEVER + dynamic_assets_generation_mode = "CACHED" + #Disables Optifine warn screen + no_optifine_warn_screen = false + #Disable incompatible mods warning screen + no_incompatible_mods_screen = false + #Enable Quark style config button on main menu. Needs Configured installed to work + config_button = false + #Config button Y offset + # Default: 0 + # Range: -10000 ~ 10000 + config_button_y_offset = 0 + #Show some tooltip hints to guide players through the mod + tooltip_hints = true + #Show tooltips items that have been made placeable + placeable_tooltips = true + #Enables custom Configured config screen + custom_configured_screen = true + #unfunny + "I am very boring and I don't want any Easter Egg" = false + +#Game tweaks +[tweaks] + #Adds an overlay to projectile weapons in gui displaying currently selected ammo + projectile_weapon_overlay = true + #Renders an enchantment glint on placeable enchanted booksNote that turning this on will make book piles use tile renderer instead of baked models making them slower to render + placeable_books_glint = false + #Enables banner pattern tooltip image preview + banner_pattern_tooltip = true + #Enables paintings tooltip image preview + paintings_tooltip = true + #Enables sherds tooltip image preview + sherds_tooltip = true + #Size of the tooltip image used for Sherds, Blackboards, Banner patterns and Paintings + # Default: 80 + # Range: 1 ~ 255 + tooltip_image_size = 80 + #Wearing mob heads will apply post processing + mob_head_shaders = true + #Sends your current chat when you die while typing + send_chat_on_death = true + #Makes enderman and spider heads use vanilla texture. Enable for texture pack support + enderman_and_spider_head_texture_pack_support = true + #Show a slime overlay when you hit an entity with a slimeball + slime_effect_overlay = true + + [tweaks.colored_maps] + #Needs the server config with same name on. If on here it will ignore the server one and keep vanilla colors + tinted_blocks_on_maps = true + #Colors tall grass same color as grass + tall_grass_color = true + #Makes colored maps a bit more accurate. Might affect performance + accurate_colors = false + + [items.slingshot] + #Adds an overlay to slingshots in gui displaying currently selected ammo + overlay = true + #Render the block outline for distant blocks that are reachable with a slingshot enchanted with Stasis + stasis_block_outline = true + #An RGBA color for the block outline in hex format, for example 0x00000066 for vanilla outline colors + block_outline_color = "#FFFFFFFF" + #How big should a slingshot projectile look + # Default: 0.5 + # Range: 0.0 ~ 1.0 + projectile_scale = 0.5 + + [items.lunch_basket] + #Adds an overlay to lunch boxes in gui displaying currently selected food + overlay = true + + [items.altimeter] + #Click action for depth meter which displays current depth + click_action = true + #Allows depth meter to have unique textures per each dimension. Add more dimensions IDs and a matching texture in the correct path replacing ':' with '_' + #This is a list. Add more entries with syntax [[...]] + extra_dimension_textures = ["minecraft:the_nether", "minecraft:the_end"] + #Increasing this to be more than 1 will result in delth meter display image to be shown in float amounts instead of pixel perfect ones + # Default: 1 + # Range: 1 ~ 10 + texture_precision_multiplier = 1 + + [items.cannonball] + #Render cannonballs as 3D models + 3d_model = true + + [items.quiver] + #Z offset for quiver render when wearing armor. Useful for when you have custom armor bigger than vanilla to void clipping. Leave at -1 for automatic offset + # Default: -1.0 + # Range: -1.0 ~ 1.0 + armor_render_offset = -1.0 + #How quivers should render onto players + #Allowed Values: HIDDEN, BACK, HIP, THIGH + render_mode = "THIGH" + #How skeleton with quivers should render it + #Allowed Values: HIDDEN, BACK, HIP, THIGH + skeleton_render_mode = "THIGH" + #Adds an overlay to quivers in gui displaying currently selected arrow + overlay = true + #Allows using your mouse to select an arrow in the quiver GUI + mouse_movement_in_gui = true + #Quiver GUI X offset from default position + # Default: 0 + # Range: -1000 ~ 1000 + gui_x_offset = 0 + #Quiver GUI Y offset from default position + # Default: 0 + # Range: -1000 ~ 1000 + gui_y_offset = 0 + + [items.wrench] + #Display visual particles when a block is rotated + turn_particles = true + + [items.flute] + #Display visual particles when a playing a flute + note_particles = true diff --git a/config/supplementaries-common.toml b/config/supplementaries-common.toml new file mode 100644 index 0000000..af4b53e --- /dev/null +++ b/config/supplementaries-common.toml @@ -0,0 +1,777 @@ +[redstone] + wind_vane = true + clock_block = true + redstone_illuminator = true + crank = true + cog_block = true + gold_door = true + gold_trapdoor = true + lock_block = true + relayer = true + + [redstone.speaker_block] + enabled = true + #Enable/disable speaker block narrator mode + narrator_enabled = true + #Max text + # Default: 32 + # Range: 0 ~ 10000 + max_text = 32 + #Maximum block range + # Default: 64 + # Range: 0 ~ 100000000 + range = 64 + + [redstone.bellows] + enabled = true + #bellows pushes air following this equation: + #air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling + #represents base period at 1 power + # Default: 78 + # Range: 1 ~ 512 + base_period = 78 + #entities with velocity greater than this won't be pushed + # Default: 2.0 + # Range: 0.0 ~ 16.0 + power_scaling = 2.0 + #velocity increase uses this equation: + #vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period + #note that the block will push further the faster it's pulsing + # Default: 5.0 + # Range: 0.0 ~ 64.0 + base_velocity_scaling = 5.0 + #maximum range + #note that it will still only keep alive the two fire blocks closer to it + # Default: 5 + # Range: 0 ~ 16 + range = 5 + + [redstone.spring_launcher] + enabled = true + #spring launcher launch speed + # Default: 1.5 + # Range: 0.0 ~ 16.0 + velocity = 1.5 + #fall distance needed to trigger the automatic spring launch + # Default: 5 + # Range: 0 ~ 512 + fall_height_required = 5 + + [redstone.enderman_head] + enabled = true + drop_head = true + #Time to increase 1 power level when being looked at + # Default: 15 + # Range: 0 ~ 10000 + ticks_to_increase_power = 15 + #do enderman heads work when looked from any side? + work_from_any_side = false + + [redstone.turn_table] + enabled = true + #can rotate entities standing on it? + rotate_entities = true + #Allows turn table to shuffle containers content when rotated over horizontal axis + shuffle_containers = true + + [redstone.pulley_block] + #Pulleys are automatically disabled if 'rope' feature is disabled + enabled = true + #Chance for a new mineshaft elevator piece to spawn + # Default: 0.035 + # Range: 0.0 ~ 1.0 + mineshaft_elevator = 0.035 + + [redstone.dispenser_minecart] + enabled = true + #Makes projectiles shot from dispenser minecart retain the minecart velocity and be shot at an angle when the minecart is on a rail slope + adjust_projectile_angle = true + + [redstone.faucet] + enabled = true + #Turn off to prevent faucets from dropping items + spill_items = true + #Allows faucets to fill entities inventories + fill_entities_below = false + + [redstone.crystal_display] + enabled = true + #Allows chaining 2 crystal displays, letting one power the other to its left IF its own power exceeds 10. Given power will be its own divided by 10. Note that to work the decimal display must NOT have power directly behind it. Doing so will override the behavior to non chaining mode + chaining = true + +[functional] + fodder = true + hourglass = true + + [functional.rope] + #Also internally disables Galleons, Pulleys, Buntings, Rope arrows and rope mineshaft. + #Also disables compat blocks such as supplementaries Farmers Delight rope tomatoes and Decorative blocks rope chandeliers. + #Also reminder that you can disable any item from any mod with a recipe (datapack) + JEI hide + enabled = true + #Allows ropes to be supported & attached to solid block sides + block_side_attachment = true + #Makes sliding down ropes as fast as free falling, still negating fall damage + slide_on_fall = true + #Enables horizontal placement of ropes. Disabling will make ropes always non solid + horizontal_ropes = true + #Use this config to turn allow supplementaries to replace all items tagged as #supplementaries:ropes with supplementaries own rope or turn them to air instead. This is applied to all loot tables (chests and drops) + #Allowed Values: REPLACE, NONE, REMOVE + replace_in_loot_tables = "NONE" + + [functional.jar] + enabled = true + #Jar liquid capacity: leave at 12 for pixel accuracy + # Default: 12 + # Range: 0 ~ 1024 + capacity = 12 + #Allow right click to instantly eat or drink food or potions inside a placed jar. + #Disable if you think this ability is op (honey for example). Cookies are excluded + drink_from_jar = false + #Allows the player to directly drink from jar items + drink_from_jar_item = false + #Dynamically allows all small mobs inside jars depending on their hitbox size + jar_auto_detect = false + #Allow Jars to capture small mobs + jar_capture = true + #Allow Jars to hold cookies + jar_cookies = true + #Allow Jars to hold liquids from bottles, buckets and bowls + jar_liquids = true + + [functional.cage] + enabled = true + #Allows all entities to be captured by cages and jars. Not meant for survival + allow_all_mobs = false + #Allows all baby mobs to be captured by cages + cage_allow_all_babies = false + #Dynamically allows all small mobs inside cages depending on their hitbox size + cage_auto_detect = false + #Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released + persistent_mobs = false + #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level + # Default: 100 + # Range: 1 ~ 100 + health_threshold = 100 + #When on, if a mob is tameable, it will only be capturable when tamed. + require_taming = true + + [functional.safe] + enabled = true + #Makes safes only breakable by their owner or by a player in creative + prevent_breaking = false + #Make safes simpler so they do not require keys: + #they will be bound to the first person that opens one and only that person will be able to interact with them + simple_safes = false + + [functional.sack] + enabled = true + #Penalize the player with slowness effect when carrying too many sacks + sack_penalty = true + #Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one + # Default: 2 + # Range: 1 ~ 50 + sack_increment = 2 + #How many slots should a sack have + # Default: 9 + # Range: 1 ~ 27 + slots = 9 + + [functional.bamboo_spikes] + enabled = true + tipped_spikes = true + #Allows entities killed by spikes to drop loot as if they were killed by a player + player_loot = false + #Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability + only_allow_harmful_effects = true + #Populate the creative inventory with all tipped spikes variations + populate_creative_tab = true + + [functional.urn] + enabled = true + #Chance for an urn to spawn a critter from the urn_spawn tag + # Default: 0.01 + # Range: 0.0 ~ 1.0 + critter_spawn_chance = 0.01 + cave_urns = true + + [functional.soap] + enabled = true + #Allows soap to clean blocks in-world. Disable to prevent in-world block cleaning while keeping soap item and recipes functional + block_cleaning_enabled = true + #Dyed Bock/Item types that cannot be cleaned with soap + clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower", "mna:chimerite_crystal", "botania:floating_flower", ",minecraft:mushroom", "botania:mushroom", "botania:tall_mystical_flower", "botania:petal_block", "morered:network_cable", "xycraft_world:glowing_shiny_aurey_block", "xycraft_world:shiny_aurey_block", "xycraft_world:rgb_lamp", "xycraft_world:glowing_rgb_viewer", "xycraft_world:glowing_matte_rgb_block", "xycraft_world:rgb_lamp_pole"] + + #This is a map of special blocks that can be cleaned with soap. For items you will also need to add a recipe + [functional.soap.special_blocks] + "quark:dirty_glass" = "minecraft:glass" + "#alexscaves:cave_paintings" = "alexscaves:smooth_limestone" + "quark:dirty_glass_pane" = "minecraft:glass_pane" + + [functional.cannon] + enabled = true + #Makes TNT-like block shot from a cannon explode on impact + #Allowed Values: IGNITE, IGNITE_ON_IMPACT, NONE + explode_tnt = "IGNITE" + #Cannon fire power multiplier + # Default: 0.6 + # Range: 0.0 ~ 5.0 + fire_power = 0.6 + #Time for a cannon to fire a projectile after it has been lit up + # Default: 40 + # Range: 0 ~ 500 + fuse_time = 40 + #Time for a cannon to be able to fire again after it has been fired + # Default: 60 + # Range: 0 ~ 500 + cooldown = 60 + music_disc_heave_ho = true + + [functional.cannon.cannon_boat] + enabled = true + #Cannon boat recoil multiplier. Higher values will make the cannon boat recoil more when firing a cannonball + # Default: 0.5 + # Range: 0.0 ~ 5.0 + recoil_multiplier = 0.5 + + [functional.cannon.cannonball] + enabled = true + #Cannonball power scaling. Higher values will make cannonballs have more energy. Reminder that the damage and breaking power of a cannonball is proportional to its energy (speed squared) times this constant + # Default: 3.5 + # Range: 0.0 ~ 100.0 + power_scaling = 3.5 + #Radius of the 'explosion' when a cannonball hits a block. Set to 0 to disable + # Default: 1.1 + # Range: 0.0 ~ 10.0 + break_radius = 1.1 + + [functional.cannon.plunderer] + enabled = true + galleon = true + + [functional.present] + enabled = true + trapped_present = true + + [functional.flax] + enabled = true + wild_flax = true + + [functional.lumisene] + enabled = true + #Gives the flammable effext also when merely stepping on lumisene. Turning this off if you think effects are not something that should be applied like that and just by drinking it. + # Default: 50 + # Range: 0 ~ 10000 + flammable_from_lumisene_block_duration = 50 + + [functional.lumisene.lumisene_bottle] + #Enables lumisene bottles and the flammable effect and lumisene bottles. Turn off if you think its over the top and doesnt match with existing effects + enabled = true + #Duration of the flammable effect when you drink a lumisene bottle + # Default: 300 + # Range: 0 ~ 10000 + flammable_duration = 300 + #Duration of the glowing effect when you drink a lumisene bottle + # Default: 200 + # Range: 0 ~ 10000 + glowing_duration = 200 + +[building] + lapis_bricks = true + deepslate_lamp = true + end_stone_lamp = true + blackstone_lamp = true + stone_lamp = true + stone_tile = true + blackstone_tile = true + #Buntings are automatically disabled if 'rope' feature is disabled + bunting = true + pancake = true + checker_block = true + raked_gravel = true + feather_block = true + statue = true + doormat = true + flint_block = true + fine_wood = true + candle_holder = true + fire_pit = true + wicker_fence = true + + [building.spider_head] + enabled = true + + [building.barnacles] + enabled = true + + [building.blackboard] + enabled = true + #Enable to draw directly on a blackboard using any dye. Gui still only works in black and white + colored_blackboard = false + #Interaction mode for blackboards + #Allowed Values: BOTH, GUI, MANUAL + interaction_mode = "BOTH" + + [building.gravel_bricks] + enabled = true + #Allows gravel bricks to break when fallen upon or when an entity walks on them with enough falling speed + allow_breaking = true + + [building.slidy_block] + enabled = true + #Slidy block speed + # Default: 0.125 + # Range: 0.0 ~ 1.0 + speed = 0.125 + + [building.timber_frame] + enabled = true + #Allow placing a timber frame directly on a block by holding shift + swap_on_shift = false + #Allows axes to remove a framed block leaving the contained block intact + axes_strip = true + #Replace a timber frame with wattle and daub block when daub is placed in it + replace_daub = true + + [building.iron_gate] + enabled = true + #Allows two iron gates to be opened simultaneously when on top of the other + double_opening = true + #Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone + door-like_gates = false + + [building.gold_bars] + enabled = true + + [building.item_shelf] + enabled = true + #Makes item shelves climbable + climbable_shelves = false + + [building.sugar_cube] + enabled = true + #Duration in seconts of speed effect garanted to horses that eat a sugar cube + # Default: 10 + # Range: 0 ~ 1000 + horse_speed_duration = 10 + + [building.planter] + enabled = true + #Makes so saplings that grow in a planter will break it turning into rooted dirt + broken_by_sapling = false + #When Farmers Delight is on planter will also act like rich soil and use it in its recipe + rich_soil_planter = true + + [building.notice_board] + enabled = true + #Allows notice boards to accept and display any item, not just maps and books + allow_any_item = false + #Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it + gui = true + + [building.pedestal] + enabled = true + #If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves + # Default: 3.0 + # Range: 0.0 ~ 100.0 + crystal_enchanting = 3.0 + + [building.ash] + enabled = true + #Burnable blocks will have a chance to create ash layers when burned. Greater this number the greater the chance will be + # Default: 1.0 + # Range: 0.0 ~ 1.0 + ash_from_fire_chance = 1.0 + #Burning mobs will drop ash when they die + ash_from_burning_mobs = true + #Allows rain to wash away ash layers overtime + rain_wash_ash = true + #Use a datapack to tweak rarity + basalt_ash = true + + [building.flag] + enabled = true + #Allows right/left clicking on a stick to lower/raise a flag attached to it + stick_pole = true + #Maximum allowed pole length + # Default: 16 + # Range: 0 ~ 256 + pole_length = 16 + + [building.goblet] + enabled = true + #Allows drinking from goblets + allow_drinking = true + + [building.globe] + enabled = true + #Displays current coordinates when using a globe + show_coordinates = true + sepia_globe = true + + [building.way_sign] + enabled = true + + [building.way_sign.road_signs] + #Entirely disables them from spawning + enabled = true + #With this option road signs will display the distance to the structure that they are pointing to + show_distance_text = true + #Maximum distance in chunks that road signs will search for structures + # Default: 200 + # Range: 0 ~ 1000 + max_search_radius = 200 + #Speeds up way sign feature searching by making the search stop at the first found structure. This means that way signs won't point to the nearest structure anymore + exit_search_early = true + #Maximum number of structure types from the tag that road signs will attempt to look for every time. Decreasing might speed up search at the cost of making them not point to the nearest structure out of all. Also if made too low and in cases it were to pick a structure that only spawns very rarely, this would actually slow down the search instead of speeding it up + # Default: 12 + # Range: 1 ~ 100 + max_structures_searches = 12 + + [building.daub] + enabled = true + wattle_and_daub = true + + [building.ash_bricks] + enabled = true + + [building.hat_stand] + enabled = true + #Allow all items to go on hat stand + unrestricted = false + + [building.awning] + enabled = true + #Allows having slanted awnings. Disabled if you feel its cursed. + slant = true + #Allows entities to fall through awnings, when shifting. + shift_through = true + #Bouncing angle of slanted awnings + # Default: 69.44395478041653 + # Range: 0.0 ~ 90.0 + angle = 69.44395478041653 + + [building.flower_box] + enabled = true + #Makes so flower boxes can only contain one tall flower item per block + simple_mode = true + + [building.netherite_doors] + door = true + trapdoor = true + #Makes netherite doors and trapdoors unbreakable + unbreakable = false + + [building.sconce] + enabled = true + sconce_lever = true + +[tools] + candy = true + stasis = true + altimeter = true + confetti_popper = true + + [tools.quiver] + enabled = true + #Allows using a quiver without being slowed down + use_without_slow = true + #Arrow stacks that can fit inside a quiver. Requires reboot + # Default: 6 + # Range: 1 ~ 9 + slots = 6 + #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment + # Default: 0.03 + # Range: 0.0 ~ 1.0 + quiver_skeleton_spawn_chance = 0.03 + #If enabled, the quiver skeleton spawn chance will depend on the local difficulty of the world. If disabled, it will always be the same + quiver_skeleton_spawn_depend_on_global_difficulty = true + #Allows quiver to only be used when in offhand or in curio invSlot + only_works_in_curio = false + #Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same explosionType + quiver_pickup = true + + [tools.lunch_basket] + enabled = true + #Allows lunch baskets to be placed on the ground + placeable = true + #Arrow stacks that can fit inside a lunch basket. Requires reboot + # Default: 6 + # Range: 1 ~ 9 + slots = 6 + + [tools.slice_map] + enabled = true + #Multiplier that will be applied by slice maps to lower their range compared to normal maps + # Default: 0.25 + # Range: 0.0 ~ 1.0 + range_multiplier = 0.25 + + [tools.bubble_blower] + enabled = true + #Amount of soap consumed per bubble block placed + # Default: 5 + # Range: 1 ~ 25 + stasis_cost = 5 + + [tools.bubble_blower.bubble_block] + #Max lifetime of bubble blocks. Set to 10000 to have it infinite + # Default: 1200 + # Range: 1 ~ 10000 + lifetime = 1200 + #Can bubble break when touched on? + break_when_touched = true + #Max number of charges a bubble blower can hold + # Default: 200 + # Range: 1 ~ 1000000 + max_charges = 200 + + [tools.wrench] + enabled = true + #Allows wrenches to bypass a block interaction action prioritizing their own when on said hand + #Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE + bypass_when_on = "MAIN_HAND" + + [tools.rope_arrow] + #Rope arrows are automatically disabled if 'rope' feature is disabled + enabled = true + #Max number of rope items allowed to be stored inside a rope arrow + # Default: 32 + # Range: 1 ~ 256 + capacity = 32 + #Makes rope arrows exclusive to crossbows + exclusive_to_crossbows = false + + [tools.flute] + enabled = true + #Allows flute to be unbound. Unbound flutes will search for pets in a radius and teleport them to the player + unbound = false + #Radius in which an unbound flute will search pets + # Default: 64 + # Range: 0 ~ 500 + unbound_radius = 64 + #Max distance at which a bound flute will allow a pet to teleport + # Default: 64 + # Range: 0 ~ 500 + bound_distance = 64 + + [tools.bomb] + enabled = true + #Bomb explosion radius (damage depends on this) + # Default: 2.0 + # Range: 0.1 ~ 10.0 + explosion_radius = 2.0 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact + # Default: 0 + # Range: 0 ~ 100000 + bomb_fuse = 0 + #Enable bomb item cooldown + cooldown = true + + [tools.bomb.blue_bomb] + #Bomb explosion radius (damage depends on this) + # Default: 5.15 + # Range: 0.1 ~ 10.0 + explosion_radius = 5.15 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + + [tools.slingshot] + enabled = true + #Slingshot range multiplier. Affect the initial projectile speed + # Default: 1.0 + # Range: 0.0 ~ 5.0 + range_multiplier = 1.0 + #Time in ticks to fully charge a slingshot + # Default: 20 + # Range: 0 ~ 100 + charge_time = 20 + #Deceleration for the stasis projectile + # Default: 0.9625 + # Range: 0.1 ~ 1.0 + stasis_deceleration = 0.9625 + #Allow enderman to intercept any slingshot projectile + unrestricted_enderman_intercept = true + #Allows buckets to be thrown by slingshots. Thrown buckets will place their content when they land + allow_buckets = true + #Damage that items in the 'supplementaries:slingshot_damageable' tag will deal. Scales with thrown speed. Tag is empty by default. + # Default: 0.5 + # Range: 0.0 ~ 100.0 + damageable_damage = 0.5 + #Allows splash potions to be thrown by slingshots + allow_splash_potions = false + #Allows bombs to be thrown by slingshots + allow_bombs = false + #Allows fire charges to be thrown by slingshots + allow_fire_charges = false + #Allows snowballs to be thrown by slingshots + allow_snowballs = false + #Allows enderpearls to be thrown by slingshots + allow_enderpearls = false + + [tools.antique_ink] + enabled = true + +#General settings +[general] + #Allowed Values: ALWAYS, CACHED, CACHED_ZIPPED, NEVER + dynamic_assets_generation_mode = "CACHED" + #Enable Creative Tab + creative_tab = false + #Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble + dispensers = true + #Disable startup messages and sanity check that the mod performs to inform of possible detected crashes that might occur due to issues + sanity_checks_messages = true + #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2 + # Default: 1.0 + # Range: 0.0 ~ 10.0 + red_merchant_spawn_multiplier = 1.0 + +#Vanilla tweaks +[tweaks] + + [tweaks.dragon_banner_pattern] + #Adds dragon banner pattern made from dragon head + enabled = true + + [tweaks.ai_tweaks] + #Allows pillagers to use cannon boats. Add more entities to the 'supplementaries:can_use_cannon_boat' tag to allow them to use cannon boats as well + pillagers_use_cannon_boats = true + #Allows mobs to dismount from boats when on land. Add more entities to the 'supplementaries:can_dismount_boats' tag to allow them to dismount as well + raiders_dismount_boats = true + + [tweaks.golden_apple_disenchant] + enabled = true + + [tweaks.traders_open_doors] + #Allows traders to open doors (because they couldn't apparently) + enabled = true + + [tweaks.dispenser_tweaks] + #Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax + axe_strip = true + #Enables shooting ender pearls with dispensers + shoot_ender_pearls = true + #Enables extracting bundles items with dispensers + extract_from_bundles = true + + [tweaks.throwable_bricks] + #Throw bricks at your foes! Might break glass blocks + enabled = true + + [tweaks.placeable_sticks] + #Allow placeable sticks + sticks = true + #Allow placeable blaze rods + blaze_rods = true + + [tweaks.placeable_gunpowder] + #Allow placeable gunpowder + enabled = true + #Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down + # Default: 2 + # Range: 0 ~ 20 + speed = 2 + #Age at which it spread to the next gunpowder block. Also affects speed + # Default: 2 + # Range: 0 ~ 8 + spread_age = 2 + + [tweaks.raked_gravel] + #allow gravel to be raked with a hoe + enabled = true + + [tweaks.bottle_xp] + #Allow bottling up xp by using a bottle on an enchanting table + enabled = false + #bottling health cost + # Default: 2 + # Range: 0 ~ 20 + cost = 2 + #Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting + target_block = "" + + [tweaks.map_tweaks] + #Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map + block_map_markers = true + #Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar + #Allowed Values: OFF, WITH_COMPASS, ALWAYS + death_marker = "WITH_COMPASS" + #Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint + tinted_blocks_on_maps = true + + [tweaks.map_tweaks.random_adventurer_maps] + #Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list). + #Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more) + enabled = true + #Maximum number of structure types from the tag that road signs will attempt to look for every time. Decrease to speed up search at the cost of making them not point to the nearest structure out of all. Also if made too low and in cases it were to pick a structure that only spawns very rarely, this would actually slow down the search + # Default: 100 + # Range: 1 ~ 1000 + max_search_radius = 100 + #Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. Increasing the number past 1 will allow x random structures to be picked instead. this can possibly speed up search as it decreases chances to find far away ones + # Default: 1 + # Range: 1 ~ 1000 + max_structures_searches = 1 + + [tweaks.placeable_books] + #Allow books and enchanted books to be placed on the ground + enabled = true + #Allow all books to be placed both vertically and horizontally + mixed_books = false + + [tweaks.zombie_horse] + #Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse + zombie_horse_conversion = true + #Amount of rotten flesh needed + # Default: 64 + # Range: 1 ~ 1000 + rotten_flesh = 64 + #Allows zombie horses to be ridden underwater + rideable_underwater = true + #Convert a zombie horse back by feeding it a golden carrot + zombie_horse_inverse_conversion = true + + [tweaks.noteblocks_scare] + #Noteblocks with a zombie head will scare off villagers + enabled = true + + [tweaks.bad_luck_tweaks] + #Hit a void cat, get the unluck + cat_unluck = true + #If you have unluck you are more likely to get hit by a lighting. Holding a lightning rod also causes this + lightning_unluck = true + + [tweaks.item_lore] + #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag + enabled = true + + [tweaks.sus_recipes] + #Adds recipes to craft suspicious gravel and suspicious sand + enabled = true + + [tweaks.slimed_effect] + enabled = true + #Allow slimeballs to be thrown + throwable_slimeballs = true + #Thrown slimeballs will shortly nerf the player jump height. Disable if you don't want this effect as it can be quite powerful + #Allowed Values: NEVER, ALWAYS, NORMAL_DIFFICULTY, HARD_DIFFICULTY + hinders_jump = "NORMAL_DIFFICULTY" + #Duration of the slimed effect in ticks + # Default: 300 + # Range: 0 ~ 1000 + duration = 300 + #Chance that a slime mob will apply slimed effect on successful attack. Multiplied by the slime size + # Default: 0.15 + # Range: 0.0 ~ 1.0 + chance_per_slime_size = 0.15 + + [tweaks.clock_and_compass] + #Allow to right click with a clock to display current time in numerical form + clock_right_click = true + #Allow to right click with a compass to display current coordinates in numerical form + compass_right_click = false + #Allow these features to work in dimensions like nether or end where normally clocks don't work + works_in_unnatural_dimensions = false diff --git a/config/terrablender.toml b/config/terrablender.toml new file mode 100644 index 0000000..36dabb1 --- /dev/null +++ b/config/terrablender.toml @@ -0,0 +1,27 @@ +[general] + #The size of overworld biome regions from each mod that uses TerraBlender. + overworld_region_size = 3 + #The weighting of vanilla biome regions in the nether. + vanilla_nether_region_weight = 10 + #The size of nether biome regions from each mod that uses TerraBlender. + nether_region_size = 2 + #The weighting of vanilla biome regions in the overworld. + vanilla_overworld_region_weight = 10 + +[end] + #The size of edge end biomes. + edge_biome_size = 3 + #The size of highlands end biomes. + highlands_biome_size = 4 + #The weight of Vanilla end barrens biomes. + vanilla_end_barrens_weight = 10 + #The size of island end biomes. + island_biome_size = 2 + #The weight of Vanilla end highlands biomes. + vanilla_end_highlands_weight = 10 + #The weight of Vanilla end midlands biomes. + vanilla_end_midlands_weight = 10 + #The size of midlands end biomes. + midlands_biome_size = 4 + #The weight of Vanilla small end islands biomes. + vanilla_small_end_islands_weight = 10 diff --git a/config/waystones-common.toml b/config/waystones-common.toml new file mode 100644 index 0000000..e322cca --- /dev/null +++ b/config/waystones-common.toml @@ -0,0 +1,87 @@ +[general] + #List of waystone origins that should prevent others from editing. PLAYER is special in that it allows only edits by the owner of the waystone. + restrictedWaystones = ["PLAYER"] + #Set to "GLOBAL" to have newly placed or found waystones be global by default. + #Allowed Values: ACTIVATION, GLOBAL, SHARD_ONLY, ORANGE_SHARESTONE, MAGENTA_SHARESTONE, LIGHT_BLUE_SHARESTONE, YELLOW_SHARESTONE, LIME_SHARESTONE, PINK_SHARESTONE, GRAY_SHARESTONE, LIGHT_GRAY_SHARESTONE, CYAN_SHARESTONE, PURPLE_SHARESTONE, BLUE_SHARESTONE, BROWN_SHARESTONE, GREEN_SHARESTONE, RED_SHARESTONE, BLACK_SHARESTONE + defaultVisibility = "ACTIVATION" + #Add "GLOBAL" to allow every player to create global waystones. + allowedVisibilities = [] + #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click. + warpStoneUseTime = 32 + #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for. + warpPlateUseTime = 15 + #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. + scrollUseTime = 32 + +[inventoryButton] + #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone. + inventoryButton = "" + #The x position of the inventory button in the inventory. + inventoryButtonX = 58 + #The y position of the inventory button in the inventory. + inventoryButtonY = 60 + #The y position of the inventory button in the creative menu. + creativeInventoryButtonX = 88 + #The y position of the inventory button in the creative menu. + creativeInventoryButtonY = 33 + +[worldGen] + #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in. + #Allowed Values: DEFAULT, MOSSY, SANDY, BLACKSTONE, DEEPSLATE, END_STONE, BIOME + wildWaystoneStyle = "BIOME" + #Approximate chunk distance between wild waystones being generated. Set to 0 to disable generation. + chunksBetweenWildWaystones = 25 + #List of dimensions that wild waystones are allowed to spawn in. If left empty, all dimensions except those in wildWaystonesDimensionDenyList will be able to spawn waystones, provided the biomes are in the `has_structure/waystone` tag. + wildWaystonesDimensionAllowList = ["minecraft:the_nether", "minecraft:overworld", "minecraft:the_end"] + #List of dimensions that wild waystones are not allowed to spawn in, even if the biome is in the `has_structure/waystone` tag. Only used if wildWaystonesDimensionAllowList is empty. + wildWaystonesDimensionDenyList = [] + #Set to 'PRESET_FIRST' to first use names from the nameGenerationPresets. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names. + #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED + nameGenerationMode = "PRESET_FIRST" + #The template to use when generating new names. Supported placeholders are {Biome} (english biome name) and {MrPork} (the default name generator). + nameGenerationTemplate = "{MrPork}" + #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info. + nameGenerationPresets = [] + #Set to REGULAR to have waystones spawn in some villages. Set to FREQUENT to have waystones spawn in most villages. Set to DISABLED to disable waystone generation in villages. Waystones will only spawn in vanilla or supported villages. + #Allowed Values: DISABLED, REGULAR, FREQUENT + spawnInVillages = "REGULAR" + +[teleports] + #Set to false to simply disable all xp costs. See warpRequirements for more fine-grained control. + enableCosts = true + #Set to false to simply disable all cooldowns. See warpRequirements for more fine-grained control. + enableCooldowns = true + #List of warp requirements with comma-separated parameters in parentheses. Conditions can be defined as comma-separated list in square brackets. Will be applied in order. + warpRequirements = ["[is_not_interdimensional] scaled_add_xp_cost(distance, 0.01)", "[is_interdimensional] add_xp_cost(27)", "[source_is_warp_plate] multiply_xp_cost(0)", "[target_is_global] multiply_xp_cost(0)", "min_xp_cost(0)", "max_xp_cost(27)", "[source_is_inventory_button] add_cooldown(inventory_button, 300)"] + #Set to ENABLED to have nearby pets teleport with you. Set to SAME_DIMENSION to have nearby pets teleport with you only if you're not changing dimensions. Set to DISABLED to disable. + #Allowed Values: ENABLED, SAME_DIMENSION, DISABLED + transportPets = "DISABLED" + #Set to ENABLED to have leashed mobs teleport with you. Set to SAME_DIMENSION to have leashed mobs teleport with you only if you're not changing dimensions. Set to DISABLED to disable. + #Allowed Values: ENABLED, SAME_DIMENSION, DISABLED + transportLeashed = "ENABLED" + #List of entities that cannot be teleported, either as pet, leashed, or on warp plates. + entityDenyList = ["minecraft:wither"] + #Set to true to enable warp modifier items for applying status effects on teleports. + enableModifiers = true + +[client] + #If enabled, the text overlay on waystones will no longer always render at full brightness. + disableTextGlow = false + +[compatibility] + #If enabled, JourneyMap waypoints will be created for each activated waystone. + journeyMap = true + #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed + preferJourneyMapIntegrationMod = true + #If enabled, Waystones will add markers for waystones and sharestones to Dynmap. + dynmap = true + +[blueMap] + #Controls whether Waystones' BlueMap integration should be loaded + enabled = true + #If enabled, waystones will be tracked as markers on BlueMap + includeWaystones = true + #If enabled, sharestones will be tracked as markers on BlueMap. + includeSharestones = true + #If enabled, undiscovered waystones will be tracked as markers on BlueMap. + includeUndiscoveredWaystones = false diff --git a/config/xaero/lib/client.cfg b/config/xaero/lib/client.cfg new file mode 100644 index 0000000..13b80b8 --- /dev/null +++ b/config/xaero/lib/client.cfg @@ -0,0 +1 @@ +current_profile = default diff --git a/config/xaero/lib/common.cfg b/config/xaero/lib/common.cfg new file mode 100644 index 0000000..d9bc3cb --- /dev/null +++ b/config/xaero/lib/common.cfg @@ -0,0 +1,5 @@ +default_enforced_profile = default +enforced_profile_permission_node = xaero.lib.enforced_server_profile +allow_internet_access = true +everyone_tracks_everyone = false +edit_server_profiles_permission_node = xaero.lib.edit_server_profiles diff --git a/config/xaero/lib/profiles/default.cfg b/config/xaero/lib/profiles/default.cfg new file mode 100644 index 0000000..f0fa9f0 --- /dev/null +++ b/config/xaero/lib/profiles/default.cfg @@ -0,0 +1,6 @@ +############ +## Client Config Profile "default" +## + +profile_name = Default +ignore_enforcement_if_edit_permission = false diff --git a/config/xaero/lib/server_profiles/default.cfg b/config/xaero/lib/server_profiles/default.cfg new file mode 100644 index 0000000..79fc867 --- /dev/null +++ b/config/xaero/lib/server_profiles/default.cfg @@ -0,0 +1,5 @@ +############ +## Server Config Profile "default" +## + +profile_name = Default diff --git a/config/xaero/minimap/client.cfg b/config/xaero/minimap/client.cfg new file mode 100644 index 0000000..7e62b83 --- /dev/null +++ b/config/xaero/minimap/client.cfg @@ -0,0 +1,8 @@ +current_profile = default +update_notifications = true +ignored_update = 0 +allow_wrong_world_teleport = false +differentiate_by_server_address = true +debug_entity_icons = false +debug_entity_variant_ids = false +waypoint_mutual_edit = true diff --git a/config/xaero/minimap/common.cfg b/config/xaero/minimap/common.cfg new file mode 100644 index 0000000..4219acc --- /dev/null +++ b/config/xaero/minimap/common.cfg @@ -0,0 +1,3 @@ +default_enforced_profile = default +enforced_profile_permission_node = xaero.minimap.enforced_server_profile +register_minimap_status_effects = true diff --git a/config/xaero/minimap/default_radar_categories_client.json b/config/xaero/minimap/default_radar_categories_client.json new file mode 100644 index 0000000..7f813b6 --- /dev/null +++ b/config/xaero/minimap/default_radar_categories_client.json @@ -0,0 +1,191 @@ +{ + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:glow_item_frame", + "minecraft:item_frame" + ], + "name": "gui.xaero_entity_category_root", + "protection": true, + "settingOverrides": { + "displayed": true, + "displayHeight": 0.0, + "heightBasedFade": true, + "renderOrder": 0.0, + "color": 13.0, + "displayNameWhenIconFails": true, + "entityNumber": 1000.0, + "alwaysDisplayNametags": false, + "startFadingAt": 0.0, + "dotSize": 2.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": [] + } + ] +} \ No newline at end of file diff --git a/config/xaero/minimap/default_radar_categories_server.json b/config/xaero/minimap/default_radar_categories_server.json new file mode 100644 index 0000000..09fe5a8 --- /dev/null +++ b/config/xaero/minimap/default_radar_categories_server.json @@ -0,0 +1,150 @@ +{ + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_root", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "living", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:armor_stand" + ], + "name": "gui.xaero_entity_category_living", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "players", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_players", + "protection": true, + "settingOverrides": {}, + "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": {}, + "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": {}, + "subCategories": [] + } + ] + }, + { + "hardInclude": "hostile", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile_tamed", + "protection": true, + "settingOverrides": {}, + "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": {}, + "subCategories": [] + } + ] + } + ] + }, + { + "hardInclude": "items", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_items", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_entities", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + } + ] +} \ No newline at end of file diff --git a/config/xaero/minimap/profiles/default.cfg b/config/xaero/minimap/profiles/default.cfg new file mode 100644 index 0000000..086a959 --- /dev/null +++ b/config/xaero/minimap/profiles/default.cfg @@ -0,0 +1,115 @@ +############ +## Client Config Profile "default" +## + +profile_name = Default +ignore_enforcement_if_edit_permission = false +display_minimap = true +minimap_item = - +minimap_safe_mode = false +minimap_ui_scale = 1 +display_radar = true +radar_dots_style = 0 +radar_smooth_dots = true +radar_name_scale = 1.0 +radar_main_entity = 0 +radar_main_dot_size = 2 +radar_hide_invisible_entities = true +minimap_arrow_scale = 1.5 +minimap_arrow_color = 0 +minimap_arrow_opacity = 100 +tracked_players_on_minimap = true +tracked_players_in_world = true +tracked_player_minimap_icon_scale = 0 +tracked_player_world_icon_scale = 0 +tracked_player_world_name_scale = 0 +waypoints_in_world = true +waypoints_on_minimap = true +waypoints_all_sets = false +deathpoints = true +old_deathpoints = true +delete_reached_deathpoints = true +switch_auto_waypoints_on_death = true +waypoint_icon_scale_in_world = 0 +waypoint_name_scale_in_world = 0 +waypoint_close_scale_in_world = 1.0 +waypoint_distance_scale_in_world = 0 +multiple_waypoints_info = 1 +waypoint_distance_in_world = 1 +waypoint_name_in_world = true +waypoint_short_distance_in_world = false +waypoint_vertical_pointing_angle = 180 +waypoint_horizontal_pointing_angle = 10 +waypoint_max_distance = 0 +waypoint_max_distance_dimension_scale = true +waypoint_min_distance_in_world = 0.0 +waypoint_convert_distance_to_km_at = 10000 +waypoint_distance_precision = 1 +waypoint_opacity_in_world = 80 +waypoint_opacity_on_minimap = 90 +waypoint_icon_scale_on_minimap = 0 +temporary_waypoints_global = true +default_waypoint_teleport_format = /tp @s {x} {y} {z} +default_waypoint_teleport_rotation_format = /tp @s {x} {y} {z} {yaw} ~ +waypoint_teleport_cross_dimension = true +waypoint_partial_y_teleport = true +new_waypoints_to_bottom = false +hide_world_names = 1 +minimap_compass_over_everything = true +hide_waypoint_coordinates = false +minimap_compass_location = 1 +minimap_compass_shadow_color = 9 +minimap_compass_north_shadow_color = -1 +minimap_compass_scale = 0 +minimap_block_colors = 0 +minimap_biomes_in_vanilla_colors = false +minimap_cave_mode_allowed = true +minimap_auto_cave_mode = 2 +minimap_cave_mode_allowed_dimensions = [] +minimap_manual_cave_mode_start = 2147483647 +minimap_cave_mode_depth = 30 +minimap_legible_cave_maps = false +minimap_cave_mode_toggle_timer = 1000.0 +minimap_biome_blending = true +minimap_display_world_map_chunks = true +minimap_terrain_depth = true +minimap_terrain_slopes = 2 +minimap_display_redstone = true +minimap_display_flowers = true +minimap_block_transparency = true +minimap_display_stained_glass = true +minimap_adjust_height_for_short_blocks = true +minimap_anti_aliasing = true +minimap_size = 0 +minimap_shape = 0 +minimap_north_locked = false +minimap_zoom = 1 +minimap_cave_mode_extra_zoom = 2 +minimap_enlarged_zoom = 0 +minimap_centered_when_enlarged = false +keep_enlarged_minimap_unlocked = false +minimap_toggled_enlarged = false +minimap_lighting = true +minimap_opacity = 100 +minimap_frame = 0 +minimap_frame_color = 9 +hide_minimap_under_screen = true +hide_minimap_under_f3 = true +boss_health_push_box = 1 +potion_effect_push_box = 1 +minimap_chunk_grid = -1 +minimap_chunk_grid_line_width = 1 +minimap_slime_chunks = false +minimap_open_slime_chunks_screen = true +minimap_light_overlay_type = 0 +minimap_light_overlay_max_light = 7 +minimap_light_overlay_min_light = 0 +minimap_light_overlay_color = 13 +minimap_display_opac_claims = true +minimap_opac_claim_fill_opacity = 46 +minimap_opac_claim_border_opacity = 80 +minimap_display_opac_current_claim = true +minimap_info_display_background_opacity = 40 +minimap_info_display_alignment = 0 +info_display_config = This option's value is saved to sub-folder "info_display_config". +hud_render_layer = 1 diff --git a/config/xaero/minimap/profiles/info_display_config/default.cfg.txt b/config/xaero/minimap/profiles/info_display_config/default.cfg.txt new file mode 100644 index 0000000..14d1ace --- /dev/null +++ b/config/xaero/minimap/profiles/info_display_config/default.cfg.txt @@ -0,0 +1,15 @@ +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 diff --git a/config/xaero/minimap/server_profiles/default.cfg b/config/xaero/minimap/server_profiles/default.cfg new file mode 100644 index 0000000..79fc867 --- /dev/null +++ b/config/xaero/minimap/server_profiles/default.cfg @@ -0,0 +1,5 @@ +############ +## Server Config Profile "default" +## + +profile_name = Default diff --git a/config/xaero/world-map/client.cfg b/config/xaero/world-map/client.cfg new file mode 100644 index 0000000..439f998 --- /dev/null +++ b/config/xaero/world-map/client.cfg @@ -0,0 +1,16 @@ +current_profile = default +ignored_update = 0 +update_notifications = true +reload_viewed = false +reload_viewed_version = 0 +debug = false +cave_mode_start_y = 2147483647 +png_export_in_multiple_images = false +png_export_night = false +png_export_scale_down_square = 20 +png_export_highlights = false +differentiate_by_server_address = true +display_disabled_waypoints = false +close_waypoints_after_hopping = true +only_display_current_map_waypoints = false +global_version = 1 diff --git a/config/xaero/world-map/common.cfg b/config/xaero/world-map/common.cfg new file mode 100644 index 0000000..f34b48c --- /dev/null +++ b/config/xaero/world-map/common.cfg @@ -0,0 +1,3 @@ +default_enforced_profile = default +enforced_profile_permission_node = xaero.world_map.enforced_server_profile +register_status_effects = true diff --git a/config/xaero/world-map/profiles/default.cfg b/config/xaero/world-map/profiles/default.cfg new file mode 100644 index 0000000..3f47d91 --- /dev/null +++ b/config/xaero/world-map/profiles/default.cfg @@ -0,0 +1,51 @@ +############ +## Client Config Profile "default" +## + +profile_name = Default +ignore_enforcement_if_edit_permission = false +lighting = true +block_colors = 0 +load_new_chunks = true +update_chunks = true +terrain_depth = true +terrain_slopes = 2 +footsteps = true +display_coordinates = true +waypoints = true +render_waypoints = true +waypoint_backgrounds = true +waypoint_scale = 1.0 +biome_blending = true +biome_colors_in_vanilla = false +minimum_zoom_for_local_waypoints = 0.0 +adjust_height_for_short_blocks = true +display_flowers = true +display_stained_glass = true +cave_mode_allowed = true +cave_mode_allowed_dimensions = [] +cave_mode_depth = 30 +legible_cave_maps = false +auto_cave_mode = -1 +cave_mode_toggle_timer = 1.0 +default_cave_mode_type = 1 +display_cave_mode_start = true +map_writing_distance = -1 +display_player_as_arrow = true +opening_animation = true +arrow_color = -2 +display_zoom = true +display_hovered_biome = true +zoom_buttons = true +detect_ambiguous_y = true +default_map_teleport_command_format = /tp @s {x} {y} {z} +default_map_teleport_command_dimension_format = /execute as @s in {d} run tp {x} {y} {z} +default_player_teleport_command_format = /tp @s {name} +map_teleport_allowed = true +partial_y_teleport = true +display_opac_claims = true +opac_claims_border_opacity = 80 +opac_claims_fill_opacity = 46 +map_item = - +display_minimap_radar = true +display_tracked_players = true diff --git a/config/xaero/world-map/server_profiles/default.cfg b/config/xaero/world-map/server_profiles/default.cfg new file mode 100644 index 0000000..79fc867 --- /dev/null +++ b/config/xaero/world-map/server_profiles/default.cfg @@ -0,0 +1,5 @@ +############ +## Server Config Profile "default" +## + +profile_name = Default diff --git a/config/xaerohud.txt b/config/xaerohud.txt new file mode 100644 index 0000000..6e08e42 --- /dev/null +++ b/config/xaerohud.txt @@ -0,0 +1 @@ +module;id=xaerominimap:minimap;x=0;y=0;centered=false;fromRight=false;fromBottom=false;flippedVer=false;flippedHor=false; diff --git a/config/xaeropatreon.txt b/config/xaeropatreon.txt new file mode 100644 index 0000000..e69de29 diff --git a/minecraftinstance.json b/minecraftinstance.json index fc5913c..cd744c6 100644 --- a/minecraftinstance.json +++ b/minecraftinstance.json @@ -1 +1 @@ -{"baseModLoader":{"forgeVersion":"21.1.226","name":"neoforge-21.1.226","type":6,"downloadUrl":"","filename":"neoforge-21.1.226.jar","installMethod":6,"latest":false,"recommended":false,"versionJson":"{\"assetIndex\":null,\"id\":\"neoforge-21.1.226\",\"time\":\"2026-04-11T13:05:21.8144125\",\"releaseTime\":\"2026-04-11T13:05:21.8144125\",\"type\":\"release\",\"minecraftArguments\":null,\"minimumLauncherVersion\":0,\"assets\":null,\"inheritsFrom\":\"1.21.1\",\"jar\":null,\"logging\":null,\"libraries\":[{\"name\":\"net.neoforged.fancymodloader:earlydisplay:4.0.42\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/fancymodloader/earlydisplay/4.0.42/earlydisplay-4.0.42.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/fancymodloader/earlydisplay/4.0.42/earlydisplay-4.0.42.jar\",\"sha1\":\"46555dbfff14e9e052f1f693aed14d542a74e111\",\"size\":261718},\"classifiers\":null}},{\"name\":\"net.neoforged.fancymodloader:loader:4.0.42\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/fancymodloader/loader/4.0.42/loader-4.0.42.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/fancymodloader/loader/4.0.42/loader-4.0.42.jar\",\"sha1\":\"76e15f98bf676fb44b36c5e776f52a55581ec43a\",\"size\":504899},\"classifiers\":null}},{\"name\":\"net.neoforged.accesstransformers:at-modlauncher:10.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar\",\"sha1\":\"5aba50202aceead086bc09fbc2751c9f05cb4890\",\"size\":2347},\"classifiers\":null}},{\"name\":\"net.neoforged:accesstransformers:10.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar\",\"sha1\":\"fd83b5725f76eae9115e9355fa1c456a6a441400\",\"size\":67234},\"classifiers\":null}},{\"name\":\"net.neoforged:bus:8.0.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/bus/8.0.5/bus-8.0.5.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/bus/8.0.5/bus-8.0.5.jar\",\"sha1\":\"5b2d33285ab5d1554e9798ad98c40d6ea3868bd5\",\"size\":30340},\"classifiers\":null}},{\"name\":\"net.neoforged:coremods:7.0.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/coremods/7.0.3/coremods-7.0.3.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/coremods/7.0.3/coremods-7.0.3.jar\",\"sha1\":\"09147e6f638b4272b3bd5fc8f92ad37802512c6c\",\"size\":22659},\"classifiers\":null}},{\"name\":\"cpw.mods:modlauncher:11.0.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar\",\"sha1\":\"b8f0d49294f733fdb6173931b263553e943dc950\",\"size\":116486},\"classifiers\":null}},{\"name\":\"net.neoforged:mergetool:2.0.0:api\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar\",\"sha1\":\"52fe1949be64e3303aabaaa21e315f551db9c9f4\",\"size\":2550},\"classifiers\":null}},{\"name\":\"com.electronwill.night-config:toml:3.8.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/electronwill/night-config/toml/3.8.3/toml-3.8.3.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/com/electronwill/night-config/toml/3.8.3/toml-3.8.3.jar\",\"sha1\":\"90b2fd6efcb4a7d5b9810cf78f9d824994d717f2\",\"size\":39516},\"classifiers\":null}},{\"name\":\"com.electronwill.night-config:core:3.8.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/electronwill/night-config/core/3.8.3/core-3.8.3.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/com/electronwill/night-config/core/3.8.3/core-3.8.3.jar\",\"sha1\":\"b442a95f09e349927f5a945ecb594455870fcf4f\",\"size\":382911},\"classifiers\":null}},{\"name\":\"net.neoforged:JarJarSelector:0.4.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar\",\"sha1\":\"fb3cc7a58af22ad2880adb98af6d518128c47dae\",\"size\":17168},\"classifiers\":null}},{\"name\":\"net.neoforged:JarJarMetadata:0.4.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar\",\"sha1\":\"f8da03683dc81694556dc3e177c5e3bb77ae6fcb\",\"size\":15648},\"classifiers\":null}},{\"name\":\"org.apache.maven:maven-artifact:3.8.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\",\"sha1\":\"4433f50c07debefaed0553bd0068f4f48d449313\",\"size\":58077},\"classifiers\":null}},{\"name\":\"net.jodah:typetools:0.6.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/jodah/typetools/0.6.3/typetools-0.6.3.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/jodah/typetools/0.6.3/typetools-0.6.3.jar\",\"sha1\":\"a01aaa6ddaea9ec07ec4f209487b7a46a526283a\",\"size\":18281},\"classifiers\":null}},{\"name\":\"net.minecrell:terminalconsoleappender:1.3.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar\",\"sha1\":\"b562e9bb61235c9520e26282cdee71f8f802d1fc\",\"size\":16949},\"classifiers\":null}},{\"name\":\"net.fabricmc:sponge-mixin:0.15.2+mixin.0.8.7\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar\",\"sha1\":\"2af2f021d8e02a0220dc27a7a72b4666d66d44ca\",\"size\":1494751},\"classifiers\":null}},{\"name\":\"org.openjdk.nashorn:nashorn-core:15.4\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar\",\"sha1\":\"f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5\",\"size\":2167292},\"classifiers\":null}},{\"name\":\"org.apache.commons:commons-lang3:3.14.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar\",\"url\":\"https://libraries.minecraft.net/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar\",\"sha1\":\"1ed471194b02f2c6cb734a0cd6f6f107c673afae\",\"size\":657952},\"classifiers\":null}},{\"name\":\"cpw.mods:bootstraplauncher:2.0.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar\",\"sha1\":\"1a2d076cbc33b0520cbacd591224427b2a20047d\",\"size\":11116},\"classifiers\":null}},{\"name\":\"cpw.mods:securejarhandler:3.0.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar\",\"sha1\":\"c0ef95cecd8699a0449053ac7d9c160748d902cd\",\"size\":103765},\"classifiers\":null}},{\"name\":\"org.ow2.asm:asm-commons:9.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar\",\"sha1\":\"36e4d212970388e5bd2c5180292012502df461bb\",\"size\":73498},\"classifiers\":null}},{\"name\":\"org.ow2.asm:asm-util:9.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-util/9.8/asm-util-9.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar\",\"sha1\":\"395f1c1f035258511f27bc9b2583d76e4b143f59\",\"size\":94559},\"classifiers\":null}},{\"name\":\"org.ow2.asm:asm-analysis:9.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar\",\"sha1\":\"b9747a320844b6cb1eacd90d8ecfd260a16c01d3\",\"size\":35151},\"classifiers\":null}},{\"name\":\"org.ow2.asm:asm-tree:9.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar\",\"sha1\":\"018419ca5b77a2f81097c741e7872e6ab8d2f40d\",\"size\":51934},\"classifiers\":null}},{\"name\":\"org.ow2.asm:asm:9.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm/9.8/asm-9.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/ow2/asm/asm/9.8/asm-9.8.jar\",\"sha1\":\"dc19ecb3f7889b7860697215cae99c0f9b6f6b4b\",\"size\":126113},\"classifiers\":null}},{\"name\":\"net.neoforged:JarJarFileSystems:0.4.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar\",\"sha1\":\"78f59f89defcd032ed788b151ca6a0d40ace796a\",\"size\":31807},\"classifiers\":null}},{\"name\":\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\",\"url\":\"https://libraries.minecraft.net/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\",\"sha1\":\"4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c\",\"size\":78146},\"classifiers\":null}},{\"name\":\"org.slf4j:slf4j-api:2.0.9\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar\",\"url\":\"https://libraries.minecraft.net/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar\",\"sha1\":\"7cf2726fdcfbc8610f9a71fb3ed639871f315340\",\"size\":64579},\"classifiers\":null}},{\"name\":\"org.antlr:antlr4-runtime:4.13.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar\",\"sha1\":\"17125bae1d965624e265ef49552f6465a2bfa307\",\"size\":326305},\"classifiers\":null}},{\"name\":\"com.mojang:logging:1.2.7\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/mojang/logging/1.2.7/logging-1.2.7.jar\",\"url\":\"https://libraries.minecraft.net/com/mojang/logging/1.2.7/logging-1.2.7.jar\",\"sha1\":\"24cb95ffb0e3433fd6e844c04e68009e504ca1c0\",\"size\":15343},\"classifiers\":null}},{\"name\":\"org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar\",\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar\",\"sha1\":\"d7e6693c2606cb7e7335047d7bb96dec52db5665\",\"size\":27364},\"classifiers\":null}},{\"name\":\"org.apache.logging.log4j:log4j-core:2.22.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar\",\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar\",\"sha1\":\"7183a25510a02ad00cc6a95d3b3d2a7d3c5a8dc4\",\"size\":1900022},\"classifiers\":null}},{\"name\":\"org.apache.logging.log4j:log4j-api:2.22.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar\",\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar\",\"sha1\":\"bea6fede6328fabafd7e68363161a7ea6605abd1\",\"size\":335001},\"classifiers\":null}},{\"name\":\"org.jline:jline-reader:3.20.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar\",\"sha1\":\"8f15415b022a25b473e8e16c28ae913186ffb9c4\",\"size\":171052},\"classifiers\":null}},{\"name\":\"org.jline:jline-terminal:3.20.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar\",\"sha1\":\"d0ddcc708ddf527a3454c941b7b9225cc83a15ff\",\"size\":228481},\"classifiers\":null}},{\"name\":\"commons-io:commons-io:2.15.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"commons-io/commons-io/2.15.1/commons-io-2.15.1.jar\",\"url\":\"https://libraries.minecraft.net/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar\",\"sha1\":\"f11560da189ab563a5c8e351941415430e9304ea\",\"size\":501218},\"classifiers\":null}},{\"name\":\"net.minecraftforge:srgutils:0.4.15\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar\",\"sha1\":\"ca408b131759478f164e010fae0d73997e125fb5\",\"size\":69393},\"classifiers\":null}},{\"name\":\"com.google.guava:guava:32.1.2-jre\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar\",\"url\":\"https://libraries.minecraft.net/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar\",\"sha1\":\"5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318\",\"size\":3041591},\"classifiers\":null}},{\"name\":\"com.google.guava:failureaccess:1.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar\",\"url\":\"https://libraries.minecraft.net/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar\",\"sha1\":\"1dcf1de382a0bf95a3d8b0849546c88bac1292c9\",\"size\":4617},\"classifiers\":null}},{\"name\":\"com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar\",\"url\":\"https://libraries.minecraft.net/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar\",\"sha1\":\"b421526c5f297295adef1c886e5246c39d4ac629\",\"size\":2199},\"classifiers\":null}},{\"name\":\"com.google.code.findbugs:jsr305:3.0.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\",\"url\":\"https://libraries.minecraft.net/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\",\"sha1\":\"25ea2e8b0c338a877313bd4672d3fe056ea78f0d\",\"size\":19936},\"classifiers\":null}},{\"name\":\"org.checkerframework:checker-qual:3.33.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar\",\"url\":\"https://libraries.minecraft.net/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar\",\"sha1\":\"de2b60b62da487644fc11f734e73c8b0b431238f\",\"size\":223979},\"classifiers\":null}},{\"name\":\"com.google.errorprone:error_prone_annotations:2.18.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar\",\"url\":\"https://libraries.minecraft.net/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar\",\"sha1\":\"89b684257096f548fa39a7df9fdaa409d4d4df91\",\"size\":16017},\"classifiers\":null}},{\"name\":\"com.google.j2objc:j2objc-annotations:2.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar\",\"url\":\"https://libraries.minecraft.net/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar\",\"sha1\":\"c85270e307e7b822f1086b93689124b89768e273\",\"size\":9301},\"classifiers\":null}},{\"name\":\"com.google.code.gson:gson:2.10.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/code/gson/gson/2.10.1/gson-2.10.1.jar\",\"url\":\"https://libraries.minecraft.net/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar\",\"sha1\":\"b3add478d4382b78ea20b1671390a858002feb6c\",\"size\":283367},\"classifiers\":null}},{\"name\":\"org.codehaus.plexus:plexus-utils:3.3.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar\",\"sha1\":\"cf43b5391de623b36fe066a21127baef82c64022\",\"size\":263253},\"classifiers\":null}},{\"name\":\"com.machinezoo.noexception:noexception:1.7.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar\",\"sha1\":\"b65330c98e38a1f915fa54a6e5eca496505e3f0a\",\"size\":250861},\"classifiers\":null}}],\"mainClass\":\"cpw.mods.bootstraplauncher.BootstrapLauncher\",\"arguments\":{\"game\":[\"--fml.neoForgeVersion\",\"21.1.226\",\"--fml.fmlVersion\",\"4.0.42\",\"--fml.mcVersion\",\"1.21.1\",\"--fml.neoFormVersion\",\"20240808.144430\",\"--launchTarget\",\"forgeclient\"],\"jvm\":[\"-Djava.net.preferIPv6Addresses=system\",\"-DignoreList=client-extra,${version_name}.jar\",\"-DlibraryDirectory=${library_directory}\",\"-p\",\"${library_directory}/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar${classpath_separator}${library_directory}/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm/9.8/asm-9.8.jar${classpath_separator}${library_directory}/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar\",\"--add-modules\",\"ALL-MODULE-PATH\",\"--add-opens\",\"java.base/java.util.jar=cpw.mods.securejarhandler\",\"--add-opens\",\"java.base/java.lang.invoke=cpw.mods.securejarhandler\",\"--add-exports\",\"java.base/sun.security.util=cpw.mods.securejarhandler\",\"--add-exports\",\"jdk.naming.dns/com.sun.jndi.dns=java.naming\"]}}","librariesInstallLocation":"{0}//libraries//net//neoforged//neoforge//21.1.226","minecraftVersion":"1.21.1","installProfileJson":"{\"spec\":1,\"profile\":\"NeoForge\",\"version\":\"neoforge-21.1.226\",\"minecraft\":\"1.21.1\",\"json\":\"/version.json\",\"logo\":\"/big_logo.png\",\"welcome\":\"Welcome to the simple NeoForge installer\",\"path\":\"net.neoforged:neoforge:21.1.226\",\"data\":{\"MAPPINGS\":{\"client\":\"[net.neoforged:neoform:1.21.1-20240808.144430:mappings@txt]\",\"server\":\"[net.neoforged:neoform:1.21.1-20240808.144430:mappings@txt]\"},\"MOJMAPS\":{\"client\":\"[net.minecraft:client:1.21.1-20240808.144430:mappings@txt]\",\"server\":\"[net.minecraft:server:1.21.1-20240808.144430:mappings@txt]\"},\"MERGED_MAPPINGS\":{\"client\":\"[net.neoforged:neoform:1.21.1-20240808.144430:mappings-merged@txt]\",\"server\":\"[net.neoforged:neoform:1.21.1-20240808.144430:mappings-merged@txt]\"},\"BINPATCH\":{\"client\":\"/data/client.lzma\",\"server\":\"/data/server.lzma\"},\"MC_UNPACKED\":{\"client\":\"[net.minecraft:client:1.21.1-20240808.144430:unpacked]\",\"server\":\"[net.minecraft:server:1.21.1-20240808.144430:unpacked]\"},\"MC_SLIM\":{\"client\":\"[net.minecraft:client:1.21.1-20240808.144430:slim]\",\"server\":\"[net.minecraft:server:1.21.1-20240808.144430:slim]\"},\"MC_EXTRA\":{\"client\":\"[net.minecraft:client:1.21.1-20240808.144430:extra]\",\"server\":\"[net.minecraft:server:1.21.1-20240808.144430:extra]\"},\"MC_SRG\":{\"client\":\"[net.minecraft:client:1.21.1-20240808.144430:srg]\",\"server\":\"[net.minecraft:server:1.21.1-20240808.144430:srg]\"},\"PATCHED\":{\"client\":\"[net.neoforged:neoforge:21.1.226:client]\",\"server\":\"[net.neoforged:neoforge:21.1.226:server]\"},\"MCP_VERSION\":{\"client\":\"'1.21.1-20240808.144430'\",\"server\":\"'1.21.1-20240808.144430'\"},\"SIDE\":{\"client\":\"client\",\"server\":\"server\"}},\"processors\":[{\"jar\":\"net.neoforged.installertools:installertools:2.1.2\",\"classpath\":[\"net.neoforged.installertools:installertools:2.1.2\",\"net.neoforged:srgutils:1.0.0\",\"net.md-5:SpecialSource:1.11.0\",\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"com.google.code.gson:gson:2.8.9\",\"de.siegmar:fastcsv:2.0.0\",\"org.ow2.asm:asm-commons:9.3\",\"net.neoforged.installertools:cli-utils:2.1.2\",\"com.google.guava:guava:20.0\",\"com.opencsv:opencsv:4.4\",\"org.ow2.asm:asm-analysis:9.3\",\"org.ow2.asm:asm-tree:9.3\",\"org.ow2.asm:asm:9.3\",\"org.apache.commons:commons-text:1.3\",\"org.apache.commons:commons-lang3:3.8.1\",\"commons-beanutils:commons-beanutils:1.9.3\",\"org.apache.commons:commons-collections4:4.2\",\"commons-logging:commons-logging:1.2\",\"commons-collections:commons-collections:3.2.2\"],\"args\":[\"--task\",\"MCP_DATA\",\"--input\",\"[net.neoforged:neoform:1.21.1-20240808.144430@zip]\",\"--output\",\"{MAPPINGS}\",\"--key\",\"mappings\"],\"sides\":null},{\"jar\":\"net.neoforged.installertools:installertools:2.1.2\",\"classpath\":[\"net.neoforged.installertools:installertools:2.1.2\",\"net.neoforged:srgutils:1.0.0\",\"net.md-5:SpecialSource:1.11.0\",\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"com.google.code.gson:gson:2.8.9\",\"de.siegmar:fastcsv:2.0.0\",\"org.ow2.asm:asm-commons:9.3\",\"net.neoforged.installertools:cli-utils:2.1.2\",\"com.google.guava:guava:20.0\",\"com.opencsv:opencsv:4.4\",\"org.ow2.asm:asm-analysis:9.3\",\"org.ow2.asm:asm-tree:9.3\",\"org.ow2.asm:asm:9.3\",\"org.apache.commons:commons-text:1.3\",\"org.apache.commons:commons-lang3:3.8.1\",\"commons-beanutils:commons-beanutils:1.9.3\",\"org.apache.commons:commons-collections4:4.2\",\"commons-logging:commons-logging:1.2\",\"commons-collections:commons-collections:3.2.2\"],\"args\":[\"--task\",\"DOWNLOAD_MOJMAPS\",\"--version\",\"1.21.1\",\"--side\",\"{SIDE}\",\"--output\",\"{MOJMAPS}\"],\"sides\":null},{\"jar\":\"net.neoforged.installertools:installertools:2.1.2\",\"classpath\":[\"net.neoforged.installertools:installertools:2.1.2\",\"net.neoforged:srgutils:1.0.0\",\"net.md-5:SpecialSource:1.11.0\",\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"com.google.code.gson:gson:2.8.9\",\"de.siegmar:fastcsv:2.0.0\",\"org.ow2.asm:asm-commons:9.3\",\"net.neoforged.installertools:cli-utils:2.1.2\",\"com.google.guava:guava:20.0\",\"com.opencsv:opencsv:4.4\",\"org.ow2.asm:asm-analysis:9.3\",\"org.ow2.asm:asm-tree:9.3\",\"org.ow2.asm:asm:9.3\",\"org.apache.commons:commons-text:1.3\",\"org.apache.commons:commons-lang3:3.8.1\",\"commons-beanutils:commons-beanutils:1.9.3\",\"org.apache.commons:commons-collections4:4.2\",\"commons-logging:commons-logging:1.2\",\"commons-collections:commons-collections:3.2.2\"],\"args\":[\"--task\",\"MERGE_MAPPING\",\"--left\",\"{MAPPINGS}\",\"--right\",\"{MOJMAPS}\",\"--output\",\"{MERGED_MAPPINGS}\",\"--classes\",\"--fields\",\"--methods\",\"--reverse-right\"],\"sides\":null},{\"jar\":\"net.neoforged.installertools:jarsplitter:2.1.2\",\"classpath\":[\"net.neoforged.installertools:jarsplitter:2.1.2\",\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"net.neoforged:srgutils:1.0.0\",\"net.neoforged.installertools:cli-utils:2.1.2\"],\"args\":[\"--input\",\"{MINECRAFT_JAR}\",\"--slim\",\"{MC_SLIM}\",\"--extra\",\"{MC_EXTRA}\",\"--srg\",\"{MERGED_MAPPINGS}\"],\"sides\":[\"client\"]},{\"jar\":\"net.neoforged:AutoRenamingTool:2.0.3:all\",\"classpath\":[\"net.neoforged:AutoRenamingTool:2.0.3:all\"],\"args\":[\"--input\",\"{MC_SLIM}\",\"--output\",\"{MC_SRG}\",\"--names\",\"{MERGED_MAPPINGS}\",\"--ann-fix\",\"--ids-fix\",\"--src-fix\",\"--record-fix\"],\"sides\":null},{\"jar\":\"net.neoforged.installertools:binarypatcher:2.1.2:fatjar\",\"classpath\":[\"net.neoforged.installertools:binarypatcher:2.1.2:fatjar\"],\"args\":[\"--clean\",\"{MC_SRG}\",\"--output\",\"{PATCHED}\",\"--apply\",\"{BINPATCH}\"],\"sides\":null}],\"libraries\":[{\"name\":\"net.neoforged.fancymodloader:earlydisplay:4.0.42\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"46555dbfff14e9e052f1f693aed14d542a74e111\",\"size\":261718,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/fancymodloader/earlydisplay/4.0.42/earlydisplay-4.0.42.jar\",\"path\":\"net/neoforged/fancymodloader/earlydisplay/4.0.42/earlydisplay-4.0.42.jar\"}}},{\"name\":\"net.neoforged.fancymodloader:loader:4.0.42\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"76e15f98bf676fb44b36c5e776f52a55581ec43a\",\"size\":504899,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/fancymodloader/loader/4.0.42/loader-4.0.42.jar\",\"path\":\"net/neoforged/fancymodloader/loader/4.0.42/loader-4.0.42.jar\"}}},{\"name\":\"net.neoforged.accesstransformers:at-modlauncher:10.0.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"5aba50202aceead086bc09fbc2751c9f05cb4890\",\"size\":2347,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar\",\"path\":\"net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar\"}}},{\"name\":\"net.neoforged:accesstransformers:10.0.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"fd83b5725f76eae9115e9355fa1c456a6a441400\",\"size\":67234,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar\",\"path\":\"net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar\"}}},{\"name\":\"net.neoforged:bus:8.0.5\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"5b2d33285ab5d1554e9798ad98c40d6ea3868bd5\",\"size\":30340,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/bus/8.0.5/bus-8.0.5.jar\",\"path\":\"net/neoforged/bus/8.0.5/bus-8.0.5.jar\"}}},{\"name\":\"net.neoforged:coremods:7.0.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"09147e6f638b4272b3bd5fc8f92ad37802512c6c\",\"size\":22659,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/coremods/7.0.3/coremods-7.0.3.jar\",\"path\":\"net/neoforged/coremods/7.0.3/coremods-7.0.3.jar\"}}},{\"name\":\"cpw.mods:modlauncher:11.0.5\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b8f0d49294f733fdb6173931b263553e943dc950\",\"size\":116486,\"url\":\"https://maven.neoforged.net/releases/cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar\",\"path\":\"cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar\"}}},{\"name\":\"net.neoforged:mergetool:2.0.0:api\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"52fe1949be64e3303aabaaa21e315f551db9c9f4\",\"size\":2550,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar\",\"path\":\"net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar\"}}},{\"name\":\"com.electronwill.night-config:toml:3.8.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"90b2fd6efcb4a7d5b9810cf78f9d824994d717f2\",\"size\":39516,\"url\":\"https://maven.neoforged.net/releases/com/electronwill/night-config/toml/3.8.3/toml-3.8.3.jar\",\"path\":\"com/electronwill/night-config/toml/3.8.3/toml-3.8.3.jar\"}}},{\"name\":\"com.electronwill.night-config:core:3.8.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b442a95f09e349927f5a945ecb594455870fcf4f\",\"size\":382911,\"url\":\"https://maven.neoforged.net/releases/com/electronwill/night-config/core/3.8.3/core-3.8.3.jar\",\"path\":\"com/electronwill/night-config/core/3.8.3/core-3.8.3.jar\"}}},{\"name\":\"net.neoforged:JarJarSelector:0.4.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"fb3cc7a58af22ad2880adb98af6d518128c47dae\",\"size\":17168,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar\",\"path\":\"net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar\"}}},{\"name\":\"net.neoforged:JarJarMetadata:0.4.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"f8da03683dc81694556dc3e177c5e3bb77ae6fcb\",\"size\":15648,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar\",\"path\":\"net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar\"}}},{\"name\":\"org.apache.maven:maven-artifact:3.8.5\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"4433f50c07debefaed0553bd0068f4f48d449313\",\"size\":58077,\"url\":\"https://maven.neoforged.net/releases/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\",\"path\":\"org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\"}}},{\"name\":\"net.jodah:typetools:0.6.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"a01aaa6ddaea9ec07ec4f209487b7a46a526283a\",\"size\":18281,\"url\":\"https://maven.neoforged.net/releases/net/jodah/typetools/0.6.3/typetools-0.6.3.jar\",\"path\":\"net/jodah/typetools/0.6.3/typetools-0.6.3.jar\"}}},{\"name\":\"net.minecrell:terminalconsoleappender:1.3.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b562e9bb61235c9520e26282cdee71f8f802d1fc\",\"size\":16949,\"url\":\"https://maven.neoforged.net/releases/net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar\",\"path\":\"net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar\"}}},{\"name\":\"net.fabricmc:sponge-mixin:0.15.2+mixin.0.8.7\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"2af2f021d8e02a0220dc27a7a72b4666d66d44ca\",\"size\":1494751,\"url\":\"https://maven.neoforged.net/releases/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar\",\"path\":\"net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar\"}}},{\"name\":\"org.openjdk.nashorn:nashorn-core:15.4\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5\",\"size\":2167292,\"url\":\"https://maven.neoforged.net/releases/org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar\",\"path\":\"org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar\"}}},{\"name\":\"org.apache.commons:commons-lang3:3.14.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"1ed471194b02f2c6cb734a0cd6f6f107c673afae\",\"size\":657952,\"url\":\"https://libraries.minecraft.net/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar\",\"path\":\"org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar\"}}},{\"name\":\"cpw.mods:bootstraplauncher:2.0.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"1a2d076cbc33b0520cbacd591224427b2a20047d\",\"size\":11116,\"url\":\"https://maven.neoforged.net/releases/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar\",\"path\":\"cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar\"}}},{\"name\":\"cpw.mods:securejarhandler:3.0.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"c0ef95cecd8699a0449053ac7d9c160748d902cd\",\"size\":103765,\"url\":\"https://maven.neoforged.net/releases/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar\",\"path\":\"cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar\"}}},{\"name\":\"org.ow2.asm:asm-commons:9.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"36e4d212970388e5bd2c5180292012502df461bb\",\"size\":73498,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar\",\"path\":\"org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar\"}}},{\"name\":\"org.ow2.asm:asm-util:9.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"395f1c1f035258511f27bc9b2583d76e4b143f59\",\"size\":94559,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar\",\"path\":\"org/ow2/asm/asm-util/9.8/asm-util-9.8.jar\"}}},{\"name\":\"org.ow2.asm:asm-analysis:9.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b9747a320844b6cb1eacd90d8ecfd260a16c01d3\",\"size\":35151,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar\",\"path\":\"org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar\"}}},{\"name\":\"org.ow2.asm:asm-tree:9.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"018419ca5b77a2f81097c741e7872e6ab8d2f40d\",\"size\":51934,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar\",\"path\":\"org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar\"}}},{\"name\":\"org.ow2.asm:asm:9.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"dc19ecb3f7889b7860697215cae99c0f9b6f6b4b\",\"size\":126113,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm/9.8/asm-9.8.jar\",\"path\":\"org/ow2/asm/asm/9.8/asm-9.8.jar\"}}},{\"name\":\"net.neoforged:JarJarFileSystems:0.4.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"78f59f89defcd032ed788b151ca6a0d40ace796a\",\"size\":31807,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar\",\"path\":\"net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar\"}}},{\"name\":\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c\",\"size\":78146,\"url\":\"https://libraries.minecraft.net/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\",\"path\":\"net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\"}}},{\"name\":\"org.slf4j:slf4j-api:2.0.9\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"7cf2726fdcfbc8610f9a71fb3ed639871f315340\",\"size\":64579,\"url\":\"https://libraries.minecraft.net/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar\",\"path\":\"org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar\"}}},{\"name\":\"org.antlr:antlr4-runtime:4.13.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"17125bae1d965624e265ef49552f6465a2bfa307\",\"size\":326305,\"url\":\"https://maven.neoforged.net/releases/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar\",\"path\":\"org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar\"}}},{\"name\":\"com.mojang:logging:1.2.7\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"24cb95ffb0e3433fd6e844c04e68009e504ca1c0\",\"size\":15343,\"url\":\"https://libraries.minecraft.net/com/mojang/logging/1.2.7/logging-1.2.7.jar\",\"path\":\"com/mojang/logging/1.2.7/logging-1.2.7.jar\"}}},{\"name\":\"org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"d7e6693c2606cb7e7335047d7bb96dec52db5665\",\"size\":27364,\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar\",\"path\":\"org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar\"}}},{\"name\":\"org.apache.logging.log4j:log4j-core:2.22.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"7183a25510a02ad00cc6a95d3b3d2a7d3c5a8dc4\",\"size\":1900022,\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar\",\"path\":\"org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar\"}}},{\"name\":\"org.apache.logging.log4j:log4j-api:2.22.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"bea6fede6328fabafd7e68363161a7ea6605abd1\",\"size\":335001,\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar\",\"path\":\"org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar\"}}},{\"name\":\"org.jline:jline-reader:3.20.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"8f15415b022a25b473e8e16c28ae913186ffb9c4\",\"size\":171052,\"url\":\"https://maven.neoforged.net/releases/org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar\",\"path\":\"org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar\"}}},{\"name\":\"org.jline:jline-terminal:3.20.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"d0ddcc708ddf527a3454c941b7b9225cc83a15ff\",\"size\":228481,\"url\":\"https://maven.neoforged.net/releases/org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar\",\"path\":\"org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar\"}}},{\"name\":\"commons-io:commons-io:2.15.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"f11560da189ab563a5c8e351941415430e9304ea\",\"size\":501218,\"url\":\"https://libraries.minecraft.net/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar\",\"path\":\"commons-io/commons-io/2.15.1/commons-io-2.15.1.jar\"}}},{\"name\":\"net.minecraftforge:srgutils:0.4.15\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"ca408b131759478f164e010fae0d73997e125fb5\",\"size\":69393,\"url\":\"https://maven.neoforged.net/releases/net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar\",\"path\":\"net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar\"}}},{\"name\":\"com.google.guava:guava:32.1.2-jre\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318\",\"size\":3041591,\"url\":\"https://libraries.minecraft.net/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar\",\"path\":\"com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar\"}}},{\"name\":\"com.google.guava:failureaccess:1.0.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"1dcf1de382a0bf95a3d8b0849546c88bac1292c9\",\"size\":4617,\"url\":\"https://libraries.minecraft.net/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar\",\"path\":\"com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar\"}}},{\"name\":\"com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b421526c5f297295adef1c886e5246c39d4ac629\",\"size\":2199,\"url\":\"https://libraries.minecraft.net/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar\",\"path\":\"com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar\"}}},{\"name\":\"com.google.code.findbugs:jsr305:3.0.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"25ea2e8b0c338a877313bd4672d3fe056ea78f0d\",\"size\":19936,\"url\":\"https://libraries.minecraft.net/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\",\"path\":\"com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\"}}},{\"name\":\"org.checkerframework:checker-qual:3.33.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"de2b60b62da487644fc11f734e73c8b0b431238f\",\"size\":223979,\"url\":\"https://libraries.minecraft.net/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar\",\"path\":\"org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar\"}}},{\"name\":\"com.google.errorprone:error_prone_annotations:2.18.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"89b684257096f548fa39a7df9fdaa409d4d4df91\",\"size\":16017,\"url\":\"https://libraries.minecraft.net/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar\",\"path\":\"com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar\"}}},{\"name\":\"com.google.j2objc:j2objc-annotations:2.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"c85270e307e7b822f1086b93689124b89768e273\",\"size\":9301,\"url\":\"https://libraries.minecraft.net/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar\",\"path\":\"com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar\"}}},{\"name\":\"com.google.code.gson:gson:2.10.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b3add478d4382b78ea20b1671390a858002feb6c\",\"size\":283367,\"url\":\"https://libraries.minecraft.net/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar\",\"path\":\"com/google/code/gson/gson/2.10.1/gson-2.10.1.jar\"}}},{\"name\":\"org.codehaus.plexus:plexus-utils:3.3.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"cf43b5391de623b36fe066a21127baef82c64022\",\"size\":263253,\"url\":\"https://maven.neoforged.net/releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar\",\"path\":\"org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar\"}}},{\"name\":\"com.machinezoo.noexception:noexception:1.7.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b65330c98e38a1f915fa54a6e5eca496505e3f0a\",\"size\":250861,\"url\":\"https://maven.neoforged.net/releases/com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar\",\"path\":\"com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar\"}}},{\"name\":\"net.neoforged:neoform:1.21.1-20240808.144430@zip\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"811e2bd86fa2cda2812e5e8e51d718ea8bd6d3f4\",\"size\":1683830,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/neoform/1.21.1-20240808.144430/neoform-1.21.1-20240808.144430.zip\",\"path\":\"net/neoforged/neoform/1.21.1-20240808.144430/neoform-1.21.1-20240808.144430.zip\"}}},{\"name\":\"net.neoforged.installertools:binarypatcher:2.1.2:fatjar\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"759b63ef393ed80418ec1ea4d233cd6152d02637\",\"size\":624217,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/installertools/binarypatcher/2.1.2/binarypatcher-2.1.2-fatjar.jar\",\"path\":\"net/neoforged/installertools/binarypatcher/2.1.2/binarypatcher-2.1.2-fatjar.jar\"}}},{\"name\":\"net.neoforged:AutoRenamingTool:2.0.3:all\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"d9890c71b4366f886c2b1006782043a6a6816eb6\",\"size\":746919,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/AutoRenamingTool/2.0.3/AutoRenamingTool-2.0.3-all.jar\",\"path\":\"net/neoforged/AutoRenamingTool/2.0.3/AutoRenamingTool-2.0.3-all.jar\"}}},{\"name\":\"net.neoforged.installertools:installertools:2.1.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"72524c0362f812d8aa4cdb4c03e9b45e2b71ae3b\",\"size\":83543,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/installertools/installertools/2.1.2/installertools-2.1.2.jar\",\"path\":\"net/neoforged/installertools/installertools/2.1.2/installertools-2.1.2.jar\"}}},{\"name\":\"net.neoforged:srgutils:1.0.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b9fe6cdab494983217cbc14cc6f92c8e6c616526\",\"size\":71421,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/srgutils/1.0.0/srgutils-1.0.0.jar\",\"path\":\"net/neoforged/srgutils/1.0.0/srgutils-1.0.0.jar\"}}},{\"name\":\"net.md-5:SpecialSource:1.11.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"43b84c4bb8d01cf90a29dfeec1c958a4b64baf46\",\"size\":88737,\"url\":\"https://maven.neoforged.net/releases/net/md-5/SpecialSource/1.11.0/SpecialSource-1.11.0.jar\",\"path\":\"net/md-5/SpecialSource/1.11.0/SpecialSource-1.11.0.jar\"}}},{\"name\":\"com.google.code.gson:gson:2.8.9\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"8a432c1d6825781e21a02db2e2c33c5fde2833b9\",\"size\":258075,\"url\":\"https://libraries.minecraft.net/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar\",\"path\":\"com/google/code/gson/gson/2.8.9/gson-2.8.9.jar\"}}},{\"name\":\"de.siegmar:fastcsv:2.0.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b615f26c03edeac966618b93b9ee4f4eed50aae1\",\"size\":29476,\"url\":\"https://maven.neoforged.net/releases/de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar\",\"path\":\"de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar\"}}},{\"name\":\"org.ow2.asm:asm-commons:9.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"1f2a432d1212f5c352ae607d7b61dcae20c20af5\",\"size\":72716,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar\",\"path\":\"org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar\"}}},{\"name\":\"net.neoforged.installertools:cli-utils:2.1.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"e5a3115eb9e299117472675946be8a72e4990ad6\",\"size\":9379,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/installertools/cli-utils/2.1.2/cli-utils-2.1.2.jar\",\"path\":\"net/neoforged/installertools/cli-utils/2.1.2/cli-utils-2.1.2.jar\"}}},{\"name\":\"com.google.guava:guava:20.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"89507701249388e1ed5ddcf8c41f4ce1be7831ef\",\"size\":2442625,\"url\":\"https://maven.neoforged.net/releases/com/google/guava/guava/20.0/guava-20.0.jar\",\"path\":\"com/google/guava/guava/20.0/guava-20.0.jar\"}}},{\"name\":\"com.opencsv:opencsv:4.4\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"525932a1edf46c9ca75aa9c83d31dc180c186865\",\"size\":167167,\"url\":\"https://maven.neoforged.net/releases/com/opencsv/opencsv/4.4/opencsv-4.4.jar\",\"path\":\"com/opencsv/opencsv/4.4/opencsv-4.4.jar\"}}},{\"name\":\"org.ow2.asm:asm-analysis:9.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"4b071f211b37c38e0e9f5998550197c8593f6ad8\",\"size\":34276,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar\",\"path\":\"org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar\"}}},{\"name\":\"org.ow2.asm:asm-tree:9.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"78d2ecd61318b5a58cd04fb237636c0e86b77d97\",\"size\":52669,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar\",\"path\":\"org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar\"}}},{\"name\":\"org.ow2.asm:asm:9.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"8e6300ef51c1d801a7ed62d07cd221aca3a90640\",\"size\":122176,\"url\":\"https://libraries.minecraft.net/org/ow2/asm/asm/9.3/asm-9.3.jar\",\"path\":\"org/ow2/asm/asm/9.3/asm-9.3.jar\"}}},{\"name\":\"org.apache.commons:commons-text:1.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"9abf61708a66ab5e55f6169a200dbfc584b546d9\",\"size\":182954,\"url\":\"https://maven.neoforged.net/releases/org/apache/commons/commons-text/1.3/commons-text-1.3.jar\",\"path\":\"org/apache/commons/commons-text/1.3/commons-text-1.3.jar\"}}},{\"name\":\"org.apache.commons:commons-lang3:3.8.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"6505a72a097d9270f7a9e7bf42c4238283247755\",\"size\":501879,\"url\":\"https://maven.neoforged.net/releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar\",\"path\":\"org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar\"}}},{\"name\":\"commons-beanutils:commons-beanutils:1.9.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"c845703de334ddc6b4b3cd26835458cb1cba1f3d\",\"size\":246174,\"url\":\"https://maven.neoforged.net/releases/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar\",\"path\":\"commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar\"}}},{\"name\":\"org.apache.commons:commons-collections4:4.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"54ebea0a5b653d3c680131e73fe807bb8f78c4ed\",\"size\":752798,\"url\":\"https://maven.neoforged.net/releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar\",\"path\":\"org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar\"}}},{\"name\":\"commons-logging:commons-logging:1.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"4bfc12adfe4842bf07b657f0369c4cb522955686\",\"size\":61829,\"url\":\"https://libraries.minecraft.net/commons-logging/commons-logging/1.2/commons-logging-1.2.jar\",\"path\":\"commons-logging/commons-logging/1.2/commons-logging-1.2.jar\"}}},{\"name\":\"commons-collections:commons-collections:3.2.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5\",\"size\":588337,\"url\":\"https://maven.neoforged.net/releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar\",\"path\":\"commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar\"}}},{\"name\":\"net.neoforged.installertools:jarsplitter:2.1.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"8a7916be0a0e589897beab7c839072631067e48e\",\"size\":7790,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/installertools/jarsplitter/2.1.2/jarsplitter-2.1.2.jar\",\"path\":\"net/neoforged/installertools/jarsplitter/2.1.2/jarsplitter-2.1.2.jar\"}}},{\"name\":\"net.neoforged:neoforge:21.1.226:universal\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"974b795706c79f69f6274baf6b10f5912f27b558\",\"size\":3528068,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/neoforge/21.1.226/neoforge-21.1.226-universal.jar\",\"path\":\"net/neoforged/neoforge/21.1.226/neoforge-21.1.226-universal.jar\"}}},{\"name\":\"net.neoforged:neoforge:21.1.226:clientdata@lzma\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"4c0c8fb03f552dd9834f83f090b669c0aa063c79\",\"size\":0,\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/neoforged/neoforge/21.1.226/neoforge-21.1.226-clientdata.lzma\",\"path\":\"net/neoforged/neoforge/21.1.226/neoforge-21.1.226-clientdata.lzma\"}}}],\"serverJarPath\":\"{LIBRARY_DIR}/net/minecraft/server/{MINECRAFT_VERSION}/server-{MINECRAFT_VERSION}.jar\"}"},"isUnlocked":true,"javaArgsOverride":null,"lastPlayed":"0001-01-01T00:00:00","playedCount":0,"timePlayed":0,"manifest":{"minecraft":{"version":"1.21.1","additionalJavaArgs":null,"modLoaders":[{"id":"neoforge-21.1.226","primary":true}],"libraries":null,"recommendedRam":null},"manifestType":"minecraftModpack","manifestVersion":1,"name":"More FPS [NEOFORGE] - MC 1.21.1 ","version":" 33.1.0","author":"","description":null,"projectID":null,"files":[{"projectID":856906,"fileID":7392199,"required":true,"isLocked":false},{"projectID":455508,"fileID":6661598,"required":true,"isLocked":false},{"projectID":429235,"fileID":7524151,"required":true,"isLocked":false},{"projectID":348521,"fileID":5729127,"required":true,"isLocked":false},{"projectID":907856,"fileID":6165711,"required":true,"isLocked":false},{"projectID":1084468,"fileID":7205496,"required":true,"isLocked":false},{"projectID":634062,"fileID":5885735,"required":true,"isLocked":false},{"projectID":60089,"fileID":5637846,"required":true,"isLocked":false},{"projectID":844662,"fileID":7998618,"required":true,"isLocked":false},{"projectID":448233,"fileID":7900085,"required":true,"isLocked":false},{"projectID":401648,"fileID":5873258,"required":true,"isLocked":false},{"projectID":233019,"fileID":5426792,"required":true,"isLocked":false},{"projectID":499980,"fileID":7943878,"required":true,"isLocked":false},{"projectID":232131,"fileID":7966181,"required":true,"isLocked":false},{"projectID":388800,"fileID":6794589,"required":true,"isLocked":false},{"projectID":531761,"fileID":7420963,"required":true,"isLocked":false},{"projectID":958881,"fileID":5609781,"required":true,"isLocked":false},{"projectID":1046692,"fileID":5605495,"required":true,"isLocked":false},{"projectID":888328,"fileID":7228353,"required":true,"isLocked":false},{"projectID":1386611,"fileID":7819803,"required":true,"isLocked":false},{"projectID":1104882,"fileID":6533725,"required":true,"isLocked":false},{"projectID":868624,"fileID":7018836,"required":true,"isLocked":false},{"projectID":949555,"fileID":7338300,"required":true,"isLocked":false},{"projectID":831663,"fileID":7926632,"required":true,"isLocked":false},{"projectID":944149,"fileID":5499027,"required":true,"isLocked":false},{"projectID":485681,"fileID":6383261,"required":true,"isLocked":false},{"projectID":832882,"fileID":7962596,"required":true,"isLocked":false},{"projectID":951499,"fileID":6935204,"required":true,"isLocked":false},{"projectID":888288,"fileID":7228395,"required":true,"isLocked":false},{"projectID":326652,"fileID":7746488,"required":true,"isLocked":false},{"projectID":367706,"fileID":7256741,"required":true,"isLocked":false},{"projectID":938643,"fileID":5453382,"required":true,"isLocked":false},{"projectID":431203,"fileID":7980983,"required":true,"isLocked":false},{"projectID":858542,"fileID":5831692,"required":true,"isLocked":false},{"projectID":635427,"fileID":5444189,"required":true,"isLocked":false},{"projectID":886331,"fileID":7228406,"required":true,"isLocked":false},{"projectID":882539,"fileID":6843634,"required":true,"isLocked":false},{"projectID":394468,"fileID":6382651,"required":true,"isLocked":false},{"projectID":1016013,"fileID":7451276,"required":true,"isLocked":false},{"projectID":459701,"fileID":6926815,"required":true,"isLocked":false},{"projectID":1109370,"fileID":7890874,"required":true,"isLocked":false},{"projectID":558905,"fileID":6394141,"required":true,"isLocked":false},{"projectID":1091339,"fileID":7955700,"required":true,"isLocked":false},{"projectID":790626,"fileID":8003021,"required":true,"isLocked":false},{"projectID":256717,"fileID":5623731,"required":true,"isLocked":false},{"projectID":456640,"fileID":5571339,"required":true,"isLocked":false},{"projectID":582327,"fileID":6296628,"required":true,"isLocked":false},{"projectID":335493,"fileID":7546938,"required":true,"isLocked":false},{"projectID":1103431,"fileID":6100815,"required":true,"isLocked":false},{"projectID":1037680,"fileID":7243121,"required":true,"isLocked":false},{"projectID":283644,"fileID":6926281,"required":true,"isLocked":false},{"projectID":1109361,"fileID":7890871,"required":true,"isLocked":false},{"projectID":686911,"fileID":7537795,"required":true,"isLocked":false},{"projectID":419699,"fileID":5786327,"required":true,"isLocked":false},{"projectID":511319,"fileID":6091021,"required":true,"isLocked":false},{"projectID":969926,"fileID":7186843,"required":true,"isLocked":false},{"projectID":883287,"fileID":7305762,"required":true,"isLocked":false},{"projectID":548115,"fileID":5665477,"required":true,"isLocked":false},{"projectID":250398,"fileID":6368976,"required":true,"isLocked":false},{"projectID":1191845,"fileID":6148845,"required":true,"isLocked":false},{"projectID":360438,"fileID":7740400,"required":true,"isLocked":false},{"projectID":882495,"fileID":5513549,"required":true,"isLocked":false},{"projectID":568563,"fileID":7930620,"required":true,"isLocked":false},{"projectID":904356,"fileID":7936390,"required":true,"isLocked":false},{"projectID":888790,"fileID":7920161,"required":true,"isLocked":false},{"projectID":470193,"fileID":7367221,"required":true,"isLocked":false},{"projectID":410295,"fileID":5453385,"required":true,"isLocked":false},{"projectID":968432,"fileID":7974611,"required":true,"isLocked":false},{"projectID":271740,"fileID":6751464,"required":true,"isLocked":false},{"projectID":1007509,"fileID":7451279,"required":true,"isLocked":false},{"projectID":361579,"fileID":6225208,"required":true,"isLocked":false},{"projectID":551520,"fileID":5723250,"required":true,"isLocked":false}],"overrides":"overrides"},"fileDate":"2026-05-01T16:54:22.527Z","installedModpack":{"instanceID":"1983b919-23d6-41e6-a7bc-3fa6324e75b4","modSource":0,"addonID":447596,"gameID":432,"categoryClassID":4471,"categorySection":{"id":11,"gameId":432,"name":"Modpacks","packageType":5,"path":"downloads","initialInclusionPattern":"$^","gameCategoryId":4471},"categoryIds":[4481,4483,4484,5128],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"More FPS [FORGE] - Increase FPS & Shaders (1.21 UPDATE)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\downloads","fileNameOnDisk":"More FPS [NEOFORGE] - MC 1.21.1 - 33.1.0.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":107529259,"name":"TeamLUP"}],"primaryAuthor":"Lupin","primaryCategoryId":5128,"packageType":5,"webSiteURL":"https://www.curseforge.com/minecraft/modpacks/more-fps-modpack","issuesURL":null,"wikiURL":"https://discord.gg/X8VY5WMbe4","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/925/477/256/256/638394086482222171.png","tags":[],"installedFile":{"id":8022028,"fileName":"More FPS [NEOFORGE] - MC 1.21.1 - 33.1.0.zip","fileDate":"2026-05-01T16:54:22.527Z","fileLength":7232520,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8022/28/More%20FPS%20%5bNEOFORGE%5d%20-%20MC%201.21.1%20-%2033.1.0.zip","isAlternate":false,"alternateFileId":8022033,"serverPackFileId":8022033,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"manifest.json","fingerprint":387849279,"invalidFingerprint":false},{"foldername":"modlist.html","fingerprint":3050746127,"invalidFingerprint":false},{"foldername":"overrides","fingerprint":4152035634,"invalidFingerprint":false}],"packageFingerprint":3009081461,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":447596,"fileNameOnDisk":"More FPS [NEOFORGE] - MC 1.21.1 - 33.1.0.zip","hashes":[{"type":1,"value":"7535e639fb8f6f81108e12978f8e8dfc168ce26e"},{"type":2,"value":"72e8116d8affcdb3cca94963e587a980"}]},"dateInstalled":"2026-05-07T21:59:35.7668316Z","dateUpdated":"2026-05-07T21:59:35.7668316Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":[],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8022028,"fileName":"More FPS [NEOFORGE] - MC 1.21.1 - 33.1.0.zip","fileDate":"2026-05-01T16:54:22.527Z","fileLength":7232520,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8022/28/More%20FPS%20%5bNEOFORGE%5d%20-%20MC%201.21.1%20-%2033.1.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":8022033,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"manifest.json","fingerprint":387849279,"invalidFingerprint":false},{"foldername":"modlist.html","fingerprint":3050746127,"invalidFingerprint":false},{"foldername":"overrides","fingerprint":4152035634,"invalidFingerprint":false}],"packageFingerprint":3009081461,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":447596,"fileNameOnDisk":"More FPS [NEOFORGE] - MC 1.21.1 - 33.1.0.zip","hashes":[{"type":1,"value":"7535e639fb8f6f81108e12978f8e8dfc168ce26e"},{"type":2,"value":"72e8116d8affcdb3cca94963e587a980"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},"projectID":447596,"fileID":8022028,"customAuthor":null,"modpackOverrides":["config\\aiimprovements-common.toml","config\\alltheleaks.json","config\\automessage-client.json","config\\automessage-common.toml","config\\automessage-server.json","config\\automessage_README.txt","config\\badoptimizations.txt","config\\balm-client.toml","config\\balm-common-1.toml.bak","config\\balm-common.toml","config\\betterf3.toml","config\\betterfpsdist.json","config\\bhmenu-client-1.toml.bak","config\\bhmenu-client.toml","config\\catalogue.properties","config\\catalogue_favourites.txt","config\\chunksending.json","config\\connectivity.json","config\\cupboard.json","config\\defaultoptions-common.toml","config\\dynamic_fps.json","config\\entityculling.json","config\\entity_model_features.json","config\\entity_texture_features.json","config\\etf_warnings.json","config\\euphoria_patcher.properties","config\\fastpaintings-common.toml","config\\ferritecore-mixin.toml","config\\fml.toml","config\\immediatelyfast.json","config\\iris-excluded.json","config\\iris.properties","config\\leaky.json","config\\limitedchunks.json","config\\lithium.properties","config\\loadingbackgrounds-config.json","config\\loadingbackgrounds.json","config\\modernfix-common.toml","config\\modernfix-mixins.properties","config\\monolib-common.toml","config\\monolib-server.json","config\\monolib.toml","config\\moonlight-client-1.toml.bak","config\\moonlight-client-2.toml.bak","config\\moonlight-client.toml","config\\moonlight-common-1.toml.bak","config\\moonlight-common-2.toml.bak","config\\moonlight-common-3.toml.bak","config\\moonlight-common-4.toml.bak","config\\moonlight-common.toml","config\\MouseTweaks.cfg","config\\neoforge-client.toml","config\\neoforge-common.toml","config\\neoforge-server.toml","config\\neruina.json","config\\placebo.cfg","config\\recipeessentials.json","config\\smoothchunk.json","config\\sodium-extra-options.json","config\\sodium-extra.properties","config\\sodium-fingerprint.json","config\\sodium-mixins.properties","config\\sodium-options.json","config\\sodiumextras-client.toml","config\\startinv.json","config\\structureessentials.json","config\\time_on_display.toml","config\\toastcontrol-client-1.toml.bak","config\\toastcontrol-client.toml","config\\transition.json","config\\trender.json","config\\chunky\\config.json","config\\defaultoptions\\keybindings.txt","config\\defaultoptions\\options.txt","config\\fabric\\indigo-renderer.properties","config\\fancymenu\\config.txt","config\\fancymenu\\customizablemenus.txt","config\\fancymenu\\custom_gui_screens.txt","config\\fancymenu\\legacy_checklist.txt","config\\fancymenu\\menu_identifiers.db","config\\fancymenu\\options.txt","config\\fancymenu\\user_variables.db","config\\messages\\client_messages.json","config\\messages\\server_messages.json","config\\NoChatReports\\NCR-Client.json","config\\NoChatReports\\NCR-Common.json","config\\NoChatReports\\NCR-Encryption.json","config\\NoChatReports\\NCR-ServerPreferences.json","config\\NoChatReports\\README.md","config\\fancymenu\\assets\\bg.png","config\\fancymenu\\assets\\mods.png","config\\fancymenu\\assets\\modshov.png","config\\fancymenu\\assets\\multiplayer.png","config\\fancymenu\\assets\\multiplayerhov.png","config\\fancymenu\\assets\\options.png","config\\fancymenu\\assets\\optionshov.png","config\\fancymenu\\assets\\quitgame.png","config\\fancymenu\\assets\\quitgamehov.png","config\\fancymenu\\assets\\rentaserver.png","config\\fancymenu\\assets\\rentaserverhov.png","config\\fancymenu\\assets\\sidepanel.png","config\\fancymenu\\assets\\singleplayer.png","config\\fancymenu\\assets\\singleplayerhov.png","config\\fancymenu\\assets\\title.png","config\\fancymenu\\customization\\morefps.txt","config\\fancymenu\\locals\\de_de.local","config\\fancymenu\\locals\\en_us.local","config\\fancymenu\\locals\\pl_pl.local","config\\fancymenu\\locals\\pt_br.local","config\\fancymenu\\locals\\ru_ru.local","config\\fancymenu\\locals\\uk_ua.local","config\\fancymenu\\locals\\zh_cn.local","config\\fancymenu\\ui_themes\\dark.json","config\\fancymenu\\ui_themes\\light.json","config\\konkrete\\locals\\de_de.local","config\\konkrete\\locals\\en_us.local","config\\konkrete\\locals\\pl_pl.local","config\\konkrete\\locals\\pt_br.local","config\\fancymenu\\layout_editor\\widgets\\element_layer_control.lewidget"],"isMemoryOverride":false,"allocatedMemory":0,"profileImagePath":null,"groupId":null,"isVanilla":false,"guid":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","gameTypeID":432,"installPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\","name":"PupaMLupa","cachedScans":[],"isValid":true,"lastPreviousMatchUpdate":"2026-05-07T21:55:58.4744049Z","lastRefreshAttempt":"2026-05-08T00:59:38.7732561+03:00","isEnabled":true,"gameVersion":"1.21.1","gameVersionFlavor":null,"gameVersionTypeId":null,"preferenceAlternateFile":false,"preferenceAutoInstallUpdates":false,"preferenceDeleteOrphanedDependencies":false,"preferenceDeleteSavedVariables":false,"preferenceReleaseType":2,"preferenceModdingFolderPath":null,"syncProfile":{"PreferenceEnabled":false,"PreferenceAutoSync":true,"PreferenceAutoDelete":false,"PreferenceBackupSavedVariables":false,"GameInstanceGuid":"00000000-0000-0000-0000-000000000000","SyncProfileID":0,"SavedVariablesProfile":null,"LastSyncDate":"0001-01-01T00:00:00"},"installDate":"2026-05-07T21:59:35.7818004Z","installedAddons":[{"instanceID":"b17b4dc8-faf4-4253-9424-1ffbcb38a7b7","modSource":0,"addonID":455508,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Iris Shaders","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"iris-neoforge-1.8.12+mc1.21.1.jar","authors":[{"id":44226090,"name":"coderbot"},{"id":101521578,"name":"IMS21"}],"primaryAuthor":"coderbot","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/irisshaders","issuesURL":"https://github.com/IrisShaders/Iris/issues","wikiURL":"https://shaders.properties","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1002/450/256/256/638522657871453967.png","tags":[],"installedFile":{"id":6661598,"fileName":"iris-neoforge-1.8.12+mc1.21.1.jar","fileDate":"2025-06-17T15:53:15.717Z","fileLength":2438548,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6661/598/iris-neoforge-1.8.12%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":363713120,"invalidFingerprint":false},{"foldername":"de","fingerprint":1235506475,"invalidFingerprint":false},{"foldername":"kroppeb","fingerprint":1426760369,"invalidFingerprint":false},{"foldername":"net","fingerprint":844079386,"invalidFingerprint":false},{"foldername":"mixins.iris.forge.json","fingerprint":3583208795,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1468664341,"invalidFingerprint":false},{"foldername":"centerDepth.fsh","fingerprint":1579026811,"invalidFingerprint":false},{"foldername":"centerDepth.vsh","fingerprint":462961270,"invalidFingerprint":false},{"foldername":"colorSpace.csh","fingerprint":1494857400,"invalidFingerprint":false},{"foldername":"colorSpace.vsh","fingerprint":1398698219,"invalidFingerprint":false},{"foldername":"iris-logo.png","fingerprint":4158814395,"invalidFingerprint":false},{"foldername":"mixins.iris.bettermipmaps.json","fingerprint":1338334829,"invalidFingerprint":false},{"foldername":"mixins.iris.compat.dh.json","fingerprint":3824861719,"invalidFingerprint":false},{"foldername":"mixins.iris.compat.sodium.json","fingerprint":1868836443,"invalidFingerprint":false},{"foldername":"mixins.iris.devenvironment.json","fingerprint":3953555104,"invalidFingerprint":false},{"foldername":"mixins.iris.fantastic.json","fingerprint":2829550645,"invalidFingerprint":false},{"foldername":"mixins.iris.fixes.maxfpscrash.json","fingerprint":3430149842,"invalidFingerprint":false},{"foldername":"mixins.iris.integrationtest.json","fingerprint":3729550497,"invalidFingerprint":false},{"foldername":"mixins.iris.vertexformat.json","fingerprint":4029359364,"invalidFingerprint":false},{"foldername":"iris-batched-entity-rendering.mixins.json","fingerprint":2191366913,"invalidFingerprint":false},{"foldername":"iris.accesswidener","fingerprint":1956991535,"invalidFingerprint":false},{"foldername":"mixins.iris.json","fingerprint":146795907,"invalidFingerprint":false}],"packageFingerprint":2055048874,"gameVersion":["Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":455508,"fileNameOnDisk":"iris-neoforge-1.8.12+mc1.21.1.jar","hashes":[{"type":1,"value":"a3e6355915c7d3b2bc392724795113e51d289378"},{"type":2,"value":"6c1122aa7c2b1a4f24831e394c5b513f"}]},"dateInstalled":"2026-05-07T21:57:57.3736059Z","dateUpdated":"2026-05-07T21:57:57.3750905Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\iris-neoforge-1.8.12+mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6661598,"fileName":"iris-neoforge-1.8.12+mc1.21.1.jar","fileDate":"2025-06-17T15:53:15.717Z","fileLength":2438548,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6661/598/iris-neoforge-1.8.12%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":363713120,"invalidFingerprint":false},{"foldername":"de","fingerprint":1235506475,"invalidFingerprint":false},{"foldername":"kroppeb","fingerprint":1426760369,"invalidFingerprint":false},{"foldername":"net","fingerprint":844079386,"invalidFingerprint":false},{"foldername":"mixins.iris.forge.json","fingerprint":3583208795,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1468664341,"invalidFingerprint":false},{"foldername":"centerDepth.fsh","fingerprint":1579026811,"invalidFingerprint":false},{"foldername":"centerDepth.vsh","fingerprint":462961270,"invalidFingerprint":false},{"foldername":"colorSpace.csh","fingerprint":1494857400,"invalidFingerprint":false},{"foldername":"colorSpace.vsh","fingerprint":1398698219,"invalidFingerprint":false},{"foldername":"iris-logo.png","fingerprint":4158814395,"invalidFingerprint":false},{"foldername":"mixins.iris.bettermipmaps.json","fingerprint":1338334829,"invalidFingerprint":false},{"foldername":"mixins.iris.compat.dh.json","fingerprint":3824861719,"invalidFingerprint":false},{"foldername":"mixins.iris.compat.sodium.json","fingerprint":1868836443,"invalidFingerprint":false},{"foldername":"mixins.iris.devenvironment.json","fingerprint":3953555104,"invalidFingerprint":false},{"foldername":"mixins.iris.fantastic.json","fingerprint":2829550645,"invalidFingerprint":false},{"foldername":"mixins.iris.fixes.maxfpscrash.json","fingerprint":3430149842,"invalidFingerprint":false},{"foldername":"mixins.iris.integrationtest.json","fingerprint":3729550497,"invalidFingerprint":false},{"foldername":"mixins.iris.vertexformat.json","fingerprint":4029359364,"invalidFingerprint":false},{"foldername":"iris-batched-entity-rendering.mixins.json","fingerprint":2191366913,"invalidFingerprint":false},{"foldername":"iris.accesswidener","fingerprint":1956991535,"invalidFingerprint":false},{"foldername":"mixins.iris.json","fingerprint":146795907,"invalidFingerprint":false}],"packageFingerprint":2055048874,"gameVersion":["Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":455508,"fileNameOnDisk":"iris-neoforge-1.8.12+mc1.21.1.jar","hashes":[{"type":1,"value":"a3e6355915c7d3b2bc392724795113e51d289378"},{"type":2,"value":"6c1122aa7c2b1a4f24831e394c5b513f"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"707c8f5c-4e32-4b7c-b42e-77a3dbc6f78f","modSource":0,"addonID":582327,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Server Performance - Smooth Chunk Save[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"smoothchunk-1.21-4.1.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/smooth-chunk-save","issuesURL":"https://github.com/someaddons/smoothchunksave/issues/new/choose","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/536/807/256/256/637859186206116434.png","tags":[],"installedFile":{"id":6296628,"fileName":"smoothchunk-1.21-4.1.jar","fileDate":"2025-03-12T16:48:47.343Z","fileLength":12852,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6296/628/smoothchunk-1.21-4.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":43914751,"invalidFingerprint":false},{"foldername":"com","fingerprint":1082524879,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"smoothchunk.mixins.json","fingerprint":3179092955,"invalidFingerprint":false}],"packageFingerprint":2270201149,"gameVersion":["1.21","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":582327,"fileNameOnDisk":"smoothchunk-1.21-4.1.jar","hashes":[{"type":1,"value":"f54d5d352e15560240f151a7d054096a33a58f4a"},{"type":2,"value":"a3c55088f5e9b228e8e94ae20e639a7a"}]},"dateInstalled":"2026-05-07T21:58:40.6387809Z","dateUpdated":"2026-05-07T21:58:40.639963Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\smoothchunk-1.21-4.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6296628,"fileName":"smoothchunk-1.21-4.1.jar","fileDate":"2025-03-12T16:48:47.343Z","fileLength":12852,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6296/628/smoothchunk-1.21-4.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":43914751,"invalidFingerprint":false},{"foldername":"com","fingerprint":1082524879,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"smoothchunk.mixins.json","fingerprint":3179092955,"invalidFingerprint":false}],"packageFingerprint":2270201149,"gameVersion":["1.21","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":582327,"fileNameOnDisk":"smoothchunk-1.21-4.1.jar","hashes":[{"type":1,"value":"f54d5d352e15560240f151a7d054096a33a58f4a"},{"type":2,"value":"a3c55088f5e9b228e8e94ae20e639a7a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"c7adbbf7-c887-4952-ad08-186dcd848a15","modSource":0,"addonID":635427,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,406],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Yeetus Experimentus","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"yeetusexperimentus-neoforge-87.0.0.jar","authors":[{"id":8306579,"name":"Sunekaer"}],"primaryAuthor":"Sunekaer","primaryCategoryId":406,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/yeetusexperimentus","issuesURL":"https://github.com/nanite/Yeetus-Experimentus/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/561/302/256/256/637913385213961485.png","tags":[],"installedFile":{"id":5444189,"fileName":"yeetusexperimentus-neoforge-87.0.0.jar","fileDate":"2024-06-19T12:03:09.493Z","fileLength":570057,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5444/189/yeetusexperimentus-neoforge-87.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3563913969,"invalidFingerprint":false},{"foldername":"architectury_inject_YeetusExperimentus_common_87278c651eb6494eb842d847c6e84245_705d449c25ee74798e52710df095f841aea12a5527e61e8b088dd96607c2bac0yeetusexperimentus8700devjar","fingerprint":1310090446,"invalidFingerprint":false},{"foldername":"com","fingerprint":3908371297,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1677690403,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-common-refmap.json","fingerprint":2414894560,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-common.mixins.json","fingerprint":3967622980,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-logo.png","fingerprint":2629488239,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-neo.mixins.json","fingerprint":1125902222,"invalidFingerprint":false},{"foldername":"yeetusexperimentus.accesswidener","fingerprint":1095485847,"invalidFingerprint":false}],"packageFingerprint":767515430,"gameVersion":["1.21","Client","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","NeoForge","1.21.2","1.21.9","1.21.10","1.21.11"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":635427,"fileNameOnDisk":"yeetusexperimentus-neoforge-87.0.0.jar","hashes":[{"type":1,"value":"7132c346103d75a7c84da64b35b92e3a6f1ce3da"},{"type":2,"value":"146a7ff6596eff098dd1d07337ba88fe"}]},"dateInstalled":"2026-05-07T21:58:28.1737216Z","dateUpdated":"2026-05-07T21:58:28.1752301Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\yeetusexperimentus-neoforge-87.0.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5444189,"fileName":"yeetusexperimentus-neoforge-87.0.0.jar","fileDate":"2024-06-19T12:03:09.493Z","fileLength":570057,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5444/189/yeetusexperimentus-neoforge-87.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3563913969,"invalidFingerprint":false},{"foldername":"architectury_inject_YeetusExperimentus_common_87278c651eb6494eb842d847c6e84245_705d449c25ee74798e52710df095f841aea12a5527e61e8b088dd96607c2bac0yeetusexperimentus8700devjar","fingerprint":1310090446,"invalidFingerprint":false},{"foldername":"com","fingerprint":3908371297,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1677690403,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-common-refmap.json","fingerprint":2414894560,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-common.mixins.json","fingerprint":3967622980,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-logo.png","fingerprint":2629488239,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-neo.mixins.json","fingerprint":1125902222,"invalidFingerprint":false},{"foldername":"yeetusexperimentus.accesswidener","fingerprint":1095485847,"invalidFingerprint":false}],"packageFingerprint":767515430,"gameVersion":["1.21","Client","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","NeoForge","1.21.2","1.21.9","1.21.10","1.21.11"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":635427,"fileNameOnDisk":"yeetusexperimentus-neoforge-87.0.0.jar","hashes":[{"type":1,"value":"7132c346103d75a7c84da64b35b92e3a6f1ce3da"},{"type":2,"value":"146a7ff6596eff098dd1d07337ba88fe"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"3a3fc908-c085-4faf-bcb9-d1b4cfe50c49","modSource":0,"addonID":360438,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Lithium (Fabric/NeoForge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"lithium-neoforge-0.15.3+mc1.21.1.jar","authors":[{"id":28746583,"name":"JellySquid"}],"primaryAuthor":"JellySquid","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lithium","issuesURL":"https://github.com/jellysquid3/lithium-fabric/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/246/646/256/256/637158441743060329.png","tags":[],"installedFile":{"id":7740400,"fileName":"lithium-neoforge-0.15.3+mc1.21.1.jar","fileDate":"2026-03-10T22:02:15.497Z","fileLength":774148,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7740/400/lithium-neoforge-0.15.3%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2404882156,"invalidFingerprint":false},{"foldername":"net","fingerprint":2001482883,"invalidFingerprint":false},{"foldername":"lithium-neoforge-mixin-config.md","fingerprint":1031849278,"invalidFingerprint":false},{"foldername":"lithium-neoforge.mixins.json","fingerprint":2646224670,"invalidFingerprint":false},{"foldername":"assets","fingerprint":939467294,"invalidFingerprint":false},{"foldername":"lithium.accesswidener","fingerprint":2830252076,"invalidFingerprint":false},{"foldername":"lithium.mixins.json","fingerprint":642967667,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":1136524626,"invalidFingerprint":false}],"packageFingerprint":1666655641,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":360438,"fileNameOnDisk":"lithium-neoforge-0.15.3+mc1.21.1.jar","hashes":[{"type":1,"value":"9fd5fa9076044180ae7f51672de74669196ec72e"},{"type":2,"value":"8207aaae8fea906c7eb2447da40b8c83"}]},"dateInstalled":"2026-05-07T21:58:49.5075913Z","dateUpdated":"2026-05-07T21:58:49.5088534Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\lithium-neoforge-0.15.3+mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7740400,"fileName":"lithium-neoforge-0.15.3+mc1.21.1.jar","fileDate":"2026-03-10T22:02:15.497Z","fileLength":774148,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7740/400/lithium-neoforge-0.15.3%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2404882156,"invalidFingerprint":false},{"foldername":"net","fingerprint":2001482883,"invalidFingerprint":false},{"foldername":"lithium-neoforge-mixin-config.md","fingerprint":1031849278,"invalidFingerprint":false},{"foldername":"lithium-neoforge.mixins.json","fingerprint":2646224670,"invalidFingerprint":false},{"foldername":"assets","fingerprint":939467294,"invalidFingerprint":false},{"foldername":"lithium.accesswidener","fingerprint":2830252076,"invalidFingerprint":false},{"foldername":"lithium.mixins.json","fingerprint":642967667,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":1136524626,"invalidFingerprint":false}],"packageFingerprint":1666655641,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":360438,"fileNameOnDisk":"lithium-neoforge-0.15.3+mc1.21.1.jar","hashes":[{"type":1,"value":"9fd5fa9076044180ae7f51672de74669196ec72e"},{"type":2,"value":"8207aaae8fea906c7eb2447da40b8c83"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"8e988a6e-49f3-428d-9ebc-0ea3b64221de","modSource":0,"addonID":551520,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Better Fps - Render Distance[Forge]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"betterfpsdist-1.21-6.0.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-fps-render-distance","issuesURL":"https://github.com/someaddons/betterfpsdistances/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/531/771/256/256/637854357042030339.png","tags":[],"installedFile":{"id":5723250,"fileName":"betterfpsdist-1.21-6.0.jar","fileDate":"2024-09-14T19:30:01.483Z","fileLength":22742,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5723/250/betterfpsdist-1.21-6.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2896484488,"invalidFingerprint":false},{"foldername":"com","fingerprint":1918726339,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4013170233,"invalidFingerprint":false},{"foldername":"betterfpsdist.mixins.json","fingerprint":576717991,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2233392733,"invalidFingerprint":false}],"packageFingerprint":4067530713,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551520,"fileNameOnDisk":"betterfpsdist-1.21-6.0.jar","hashes":[{"type":1,"value":"5377aae3a0f0eb65aa5dceca4985f53480a73db5"},{"type":2,"value":"081882282efe6239ac294b2d1fe2cd22"}]},"dateInstalled":"2026-05-07T21:58:56.4479558Z","dateUpdated":"2026-05-07T21:58:56.4491046Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\betterfpsdist-1.21-6.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5723250,"fileName":"betterfpsdist-1.21-6.0.jar","fileDate":"2024-09-14T19:30:01.483Z","fileLength":22742,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5723/250/betterfpsdist-1.21-6.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2896484488,"invalidFingerprint":false},{"foldername":"com","fingerprint":1918726339,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4013170233,"invalidFingerprint":false},{"foldername":"betterfpsdist.mixins.json","fingerprint":576717991,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2233392733,"invalidFingerprint":false}],"packageFingerprint":4067530713,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551520,"fileNameOnDisk":"betterfpsdist-1.21-6.0.jar","hashes":[{"type":1,"value":"5377aae3a0f0eb65aa5dceca4985f53480a73db5"},{"type":2,"value":"081882282efe6239ac294b2d1fe2cd22"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"bf62621c-d74e-4a10-a58c-9885e16d859d","modSource":0,"addonID":1046692,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[434,422,419,411,408],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Elemental Maces | 4 New Maces with Effects!","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"elementalmaces-neoforge-1.21-1.0.0.jar","authors":[{"id":101842572,"name":"Lupin"},{"id":102790755,"name":"luavixen"}],"primaryAuthor":"Lupin","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/elemental-maces","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1055/292/256/256/638586511550359097.webp","tags":[],"installedFile":{"id":5605495,"fileName":"elementalmaces-neoforge-1.21-1.0.0.jar","fileDate":"2024-08-07T18:14:05.313Z","fileLength":39705,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5605/495/elementalmaces-neoforge-1.21-1.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1037680,"type":2},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1540774448,"invalidFingerprint":false},{"foldername":"architectury_inject_elementalmaces_common_250d11bf27f244caba4d16eb48636073_be45bb4de563e7a26144ae90189de1915d070652849c3d609a2c3ac58478acc7elementalmacescommon121100devjar","fingerprint":1019201436,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1473953320,"invalidFingerprint":false},{"foldername":"data","fingerprint":754354434,"invalidFingerprint":false},{"foldername":"dev","fingerprint":792556699,"invalidFingerprint":false},{"foldername":"elementalmaces_icon.png","fingerprint":2454633851,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2169904997,"invalidFingerprint":false}],"packageFingerprint":634138649,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1046692,"fileNameOnDisk":"elementalmaces-neoforge-1.21-1.0.0.jar","hashes":[{"type":1,"value":"6788da71dc4871f5b68c0bc17aab2ce910f3d42e"},{"type":2,"value":"7701bd7ed78e1e216b827ce89e409bf4"}]},"dateInstalled":"2026-05-07T21:58:07.9071871Z","dateUpdated":"2026-05-07T21:58:07.9082943Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\elementalmaces-neoforge-1.21-1.0.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5605495,"fileName":"elementalmaces-neoforge-1.21-1.0.0.jar","fileDate":"2024-08-07T18:14:05.313Z","fileLength":39705,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5605/495/elementalmaces-neoforge-1.21-1.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1037680,"type":2},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1540774448,"invalidFingerprint":false},{"foldername":"architectury_inject_elementalmaces_common_250d11bf27f244caba4d16eb48636073_be45bb4de563e7a26144ae90189de1915d070652849c3d609a2c3ac58478acc7elementalmacescommon121100devjar","fingerprint":1019201436,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1473953320,"invalidFingerprint":false},{"foldername":"data","fingerprint":754354434,"invalidFingerprint":false},{"foldername":"dev","fingerprint":792556699,"invalidFingerprint":false},{"foldername":"elementalmaces_icon.png","fingerprint":2454633851,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2169904997,"invalidFingerprint":false}],"packageFingerprint":634138649,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1046692,"fileNameOnDisk":"elementalmaces-neoforge-1.21-1.0.0.jar","hashes":[{"type":1,"value":"6788da71dc4871f5b68c0bc17aab2ce910f3d42e"},{"type":2,"value":"7701bd7ed78e1e216b827ce89e409bf4"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"d9fcce6f-a94f-4394-a521-ec87445278ef","modSource":0,"addonID":686911,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"ImmediatelyFast","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","authors":[{"id":103808552,"name":"RaphiMC"}],"primaryAuthor":"RaphiMC","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/immediatelyfast","issuesURL":"https://github.com/RaphiMC/ImmediatelyFast/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/873/971/256/256/638294478643875692.png","tags":[],"installedFile":{"id":7537795,"fileName":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","fileDate":"2026-01-27T21:12:04.863Z","fileLength":368598,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7537/795/ImmediatelyFast-NeoForge-1.6.10%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2816977017,"invalidFingerprint":false},{"foldername":"LICENSE_ImmediatelyFast","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"architectury-common.json","fingerprint":1094672885,"invalidFingerprint":false},{"foldername":"architectury_inject_ImmediatelyFast_common_762fbe83acbd48729327a9c045709385_d76623ad68b9b9c83d5f2a039a963a6cde8f6f797b7c9c0e8731e26654d92c0bcommon16101211devjar","fingerprint":3752492918,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4017847587,"invalidFingerprint":false},{"foldername":"immediatelyfast-common.mixins.json","fingerprint":1203811454,"invalidFingerprint":false},{"foldername":"immediatelyfast-icon.png","fingerprint":1842373389,"invalidFingerprint":false},{"foldername":"immediatelyfast-neoforge.mixins.json","fingerprint":1898729016,"invalidFingerprint":false},{"foldername":"net","fingerprint":1029988886,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1022878643,"invalidFingerprint":false}],"packageFingerprint":1221808790,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":686911,"fileNameOnDisk":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","hashes":[{"type":1,"value":"f1f5cccd7cb59d875f44566b2e557ccecc8c33fb"},{"type":2,"value":"567bb6d9155070ad858740af12450c63"}]},"dateInstalled":"2026-05-07T21:58:44.5193462Z","dateUpdated":"2026-05-07T21:58:44.5205715Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7537795,"fileName":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","fileDate":"2026-01-27T21:12:04.863Z","fileLength":368598,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7537/795/ImmediatelyFast-NeoForge-1.6.10%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2816977017,"invalidFingerprint":false},{"foldername":"LICENSE_ImmediatelyFast","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"architectury-common.json","fingerprint":1094672885,"invalidFingerprint":false},{"foldername":"architectury_inject_ImmediatelyFast_common_762fbe83acbd48729327a9c045709385_d76623ad68b9b9c83d5f2a039a963a6cde8f6f797b7c9c0e8731e26654d92c0bcommon16101211devjar","fingerprint":3752492918,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4017847587,"invalidFingerprint":false},{"foldername":"immediatelyfast-common.mixins.json","fingerprint":1203811454,"invalidFingerprint":false},{"foldername":"immediatelyfast-icon.png","fingerprint":1842373389,"invalidFingerprint":false},{"foldername":"immediatelyfast-neoforge.mixins.json","fingerprint":1898729016,"invalidFingerprint":false},{"foldername":"net","fingerprint":1029988886,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1022878643,"invalidFingerprint":false}],"packageFingerprint":1221808790,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":686911,"fileNameOnDisk":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","hashes":[{"type":1,"value":"f1f5cccd7cb59d875f44566b2e557ccecc8c33fb"},{"type":2,"value":"567bb6d9155070ad858740af12450c63"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"9d4ad848-d728-4774-b480-7d88d9e18acd","modSource":0,"addonID":858542,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,424,423,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Searchables","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Searchables-neoforge-1.21.1-1.0.2.jar","authors":[{"id":10618648,"name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/searchables","issuesURL":"https://github.com/jaredlll08/searchables/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/814/175/256/256/638189233295197018.png","tags":[],"installedFile":{"id":5831692,"fileName":"Searchables-neoforge-1.21.1-1.0.2.jar","fileDate":"2024-10-21T20:44:39.39Z","fileLength":77326,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5831/692/Searchables-neoforge-1.21.1-1.0.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2167244682,"invalidFingerprint":false},{"foldername":"com","fingerprint":3685677713,"invalidFingerprint":false},{"foldername":"searchables.neoforge.mixins.json","fingerprint":3433993331,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3218994496,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2110428171,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1386288080,"invalidFingerprint":false},{"foldername":"searchables.mixins.json","fingerprint":1878814348,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":267180278,"invalidFingerprint":false}],"packageFingerprint":2093242437,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":858542,"fileNameOnDisk":"Searchables-neoforge-1.21.1-1.0.2.jar","hashes":[{"type":1,"value":"5b8a0b43a474c066371b2e16f9bfb88622552a74"},{"type":2,"value":"0a0a8665bb4d77e3f8139750cb98d9e4"}]},"dateInstalled":"2026-05-07T21:58:27.6285392Z","dateUpdated":"2026-05-07T21:58:27.6301055Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Searchables-neoforge-1.21.1-1.0.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5831692,"fileName":"Searchables-neoforge-1.21.1-1.0.2.jar","fileDate":"2024-10-21T20:44:39.39Z","fileLength":77326,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5831/692/Searchables-neoforge-1.21.1-1.0.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2167244682,"invalidFingerprint":false},{"foldername":"com","fingerprint":3685677713,"invalidFingerprint":false},{"foldername":"searchables.neoforge.mixins.json","fingerprint":3433993331,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3218994496,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2110428171,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1386288080,"invalidFingerprint":false},{"foldername":"searchables.mixins.json","fingerprint":1878814348,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":267180278,"invalidFingerprint":false}],"packageFingerprint":2093242437,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":858542,"fileNameOnDisk":"Searchables-neoforge-1.21.1-1.0.2.jar","hashes":[{"type":1,"value":"5b8a0b43a474c066371b2e16f9bfb88622552a74"},{"type":2,"value":"0a0a8665bb4d77e3f8139750cb98d9e4"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"b0d832e0-1c8e-4540-bf14-e2efdc2dcda2","modSource":0,"addonID":856906,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Leaky - Item Lag Fix[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"leaky-1.21-2.4.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/leaky","issuesURL":"https://github.com/someaddons/Leaky/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/812/215/256/256/638185479372322299.png","tags":[],"installedFile":{"id":7392199,"fileName":"leaky-1.21-2.4.jar","fileDate":"2025-12-29T12:24:47.9Z","fileLength":15483,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7392/199/leaky-1.21-2.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2500885440,"invalidFingerprint":false},{"foldername":"com","fingerprint":1121524860,"invalidFingerprint":false},{"foldername":"assets","fingerprint":412992922,"invalidFingerprint":false},{"foldername":"leaky.mixins.json","fingerprint":4252026864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":800491986,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":856906,"fileNameOnDisk":"leaky-1.21-2.4.jar","hashes":[{"type":1,"value":"71b410b8c9567c8a2ad9fdb637f462f1f52bc9e2"},{"type":2,"value":"ae878840fd20ad1add5f781736d2ed97"}]},"dateInstalled":"2026-05-07T21:57:56.8165703Z","dateUpdated":"2026-05-07T21:57:56.8175132Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\leaky-1.21-2.4.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7392199,"fileName":"leaky-1.21-2.4.jar","fileDate":"2025-12-29T12:24:47.9Z","fileLength":15483,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7392/199/leaky-1.21-2.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2500885440,"invalidFingerprint":false},{"foldername":"com","fingerprint":1121524860,"invalidFingerprint":false},{"foldername":"assets","fingerprint":412992922,"invalidFingerprint":false},{"foldername":"leaky.mixins.json","fingerprint":4252026864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":800491986,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":856906,"fileNameOnDisk":"leaky-1.21-2.4.jar","hashes":[{"type":1,"value":"71b410b8c9567c8a2ad9fdb637f462f1f52bc9e2"},{"type":2,"value":"ae878840fd20ad1add5f781736d2ed97"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"e8fcf26e-a4f2-4b56-b772-2ec35dba7c0b","modSource":0,"addonID":1007509,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[393,400,403,402,401],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Realistic Woods","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Realistic Woods - 1.1.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":109518791,"name":"AviArt"}],"primaryAuthor":"Lupin","primaryCategoryId":393,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/realistic-woods","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1284/419/256/256/638835340044795612.webp","tags":[],"installedFile":{"id":7451279,"fileName":"Realistic Woods - 1.1.zip","fileDate":"2026-01-12T18:13:35.927Z","fileLength":606602,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7451/279/Realistic%20Woods%20-%201.1.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3169165280,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":929713890,"invalidFingerprint":false}],"packageFingerprint":289928230,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1007509,"fileNameOnDisk":"Realistic Woods - 1.1.zip","hashes":[{"type":1,"value":"e784546e3f17b8c241f2cb001b64621b9fa90620"},{"type":2,"value":"4736fd8fb15be5fba2ef8a5ffa0f4f45"}]},"dateInstalled":"2026-05-07T21:58:55.141516Z","dateUpdated":"2026-05-07T21:58:55.1430803Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Realistic Woods - 1.1.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7451279,"fileName":"Realistic Woods - 1.1.zip","fileDate":"2026-01-12T18:13:35.927Z","fileLength":606602,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7451/279/Realistic%20Woods%20-%201.1.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3169165280,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":929713890,"invalidFingerprint":false}],"packageFingerprint":289928230,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1007509,"fileNameOnDisk":"Realistic Woods - 1.1.zip","hashes":[{"type":1,"value":"e784546e3f17b8c241f2cb001b64621b9fa90620"},{"type":2,"value":"4736fd8fb15be5fba2ef8a5ffa0f4f45"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"09de1f5e-9f25-4cdc-b3ff-9858d51191af","modSource":0,"addonID":832882,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[409,423,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Structure Essentials","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"structureessentials-1.21.1-5.0.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":409,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/structure-essentials-forge-fabric","issuesURL":"https://github.com/someaddons/structureessentials/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/784/172/256/256/638132898813460745.png","tags":[],"installedFile":{"id":7962596,"fileName":"structureessentials-1.21.1-5.0.jar","fileDate":"2026-04-21T19:51:52.317Z","fileLength":60833,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7962/596/structureessentials-1.21.1-5.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3832705314,"invalidFingerprint":false},{"foldername":"com","fingerprint":3248525122,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288801447,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"structureessentials.mixins.json","fingerprint":1255601260,"invalidFingerprint":false}],"packageFingerprint":608980435,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":832882,"fileNameOnDisk":"structureessentials-1.21.1-5.0.jar","hashes":[{"type":1,"value":"5c059c2cb2ad8c43e1384b0939bf258801aadfea"},{"type":2,"value":"c6ab08c1607e6b1eba091455a499f581"}]},"dateInstalled":"2026-05-07T21:58:18.4952937Z","dateUpdated":"2026-05-07T21:58:18.4963469Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\structureessentials-1.21.1-5.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7962596,"fileName":"structureessentials-1.21.1-5.0.jar","fileDate":"2026-04-21T19:51:52.317Z","fileLength":60833,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7962/596/structureessentials-1.21.1-5.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3832705314,"invalidFingerprint":false},{"foldername":"com","fingerprint":3248525122,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288801447,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"structureessentials.mixins.json","fingerprint":1255601260,"invalidFingerprint":false}],"packageFingerprint":608980435,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":832882,"fileNameOnDisk":"structureessentials-1.21.1-5.0.jar","hashes":[{"type":1,"value":"5c059c2cb2ad8c43e1384b0939bf258801aadfea"},{"type":2,"value":"c6ab08c1607e6b1eba091455a499f581"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"84379f4e-c061-484a-a8b7-fa58a4d84e27","modSource":0,"addonID":1109370,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[403,404,393,401,400],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Realistic Mobs","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Realistic Mobs - 6.0.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":109518791,"name":"AviArt"}],"primaryAuthor":"Lupin","primaryCategoryId":393,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/realistic-mobs","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1134/588/256/256/638695442149695484.png","tags":[],"installedFile":{"id":7890874,"fileName":"Realistic Mobs - 6.0.zip","fileDate":"2026-04-07T17:06:38.367Z","fileLength":477599,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7890/874/Realistic%20Mobs%20-%206.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1236336732,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":2730685569,"invalidFingerprint":false}],"packageFingerprint":749152005,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1109370,"fileNameOnDisk":"Realistic Mobs - 6.0.zip","hashes":[{"type":1,"value":"822d4dcbf406425bd84d228b11d6b3f9c2a82459"},{"type":2,"value":"7ed80423f8a25028c4a433c29d757d69"}]},"dateInstalled":"2026-05-07T21:58:37.0303436Z","dateUpdated":"2026-05-07T21:58:37.0322439Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Realistic Mobs - 6.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7890874,"fileName":"Realistic Mobs - 6.0.zip","fileDate":"2026-04-07T17:06:38.367Z","fileLength":477599,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7890/874/Realistic%20Mobs%20-%206.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1236336732,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":2730685569,"invalidFingerprint":false}],"packageFingerprint":749152005,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1109370,"fileNameOnDisk":"Realistic Mobs - 6.0.zip","hashes":[{"type":1,"value":"822d4dcbf406425bd84d228b11d6b3f9c2a82459"},{"type":2,"value":"7ed80423f8a25028c4a433c29d757d69"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"1142701e-0389-4bf8-9d1e-f29b1117a5b5","modSource":0,"addonID":342584,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Collective","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"collective-1.21.1-8.22.jar","authors":[{"id":7049004,"name":"Serilum"}],"primaryAuthor":"Serilum","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/collective","issuesURL":"https://github.com/Serilum/.issue-tracker/labels/Library: Collective","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/975/602/256/256/638479075930399380.png","tags":[],"installedFile":{"id":8021351,"fileName":"collective-1.21.1-8.22.jar","fileDate":"2026-05-01T14:12:00.197Z","fileLength":943020,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8021/351/collective-1.21.1-8.22.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"collective.accesswidener","fingerprint":1854494023,"invalidFingerprint":false},{"foldername":"collective_fabric.crop.mixins.json","fingerprint":3675928845,"invalidFingerprint":false},{"foldername":"collective_fabric.mixins.json","fingerprint":2802944107,"invalidFingerprint":false},{"foldername":"collective_fabric.refmap.json","fingerprint":2662549530,"invalidFingerprint":false},{"foldername":"collective_forge.mixins.json","fingerprint":2937258322,"invalidFingerprint":false},{"foldername":"collective_neoforge.mixins.json","fingerprint":2985100551,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":896966630,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3034981654,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2402946623,"invalidFingerprint":false},{"foldername":"com","fingerprint":1953943695,"invalidFingerprint":false},{"foldername":"data","fingerprint":1100729918,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3012711564,"invalidFingerprint":false}],"packageFingerprint":287649027,"gameVersion":["1.21","Fabric","Forge","1.21.1","NeoForge","Quilt"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":342584,"fileNameOnDisk":"collective-1.21.1-8.22.jar","hashes":[{"type":1,"value":"f3f8b8baf461ea8e8664cf1f8fe6593f8073f36d"},{"type":2,"value":"8075d9a7daf7bb35b59333db0280145f"}]},"dateInstalled":"2026-05-07T22:37:23.0348764Z","dateUpdated":"2026-05-07T22:37:23.0368807Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\collective-1.21.1-8.22.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8021351,"fileName":"collective-1.21.1-8.22.jar","fileDate":"2026-05-01T14:12:00.197Z","fileLength":943020,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8021/351/collective-1.21.1-8.22.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"collective.accesswidener","fingerprint":1854494023,"invalidFingerprint":false},{"foldername":"collective_fabric.crop.mixins.json","fingerprint":3675928845,"invalidFingerprint":false},{"foldername":"collective_fabric.mixins.json","fingerprint":2802944107,"invalidFingerprint":false},{"foldername":"collective_fabric.refmap.json","fingerprint":2662549530,"invalidFingerprint":false},{"foldername":"collective_forge.mixins.json","fingerprint":2937258322,"invalidFingerprint":false},{"foldername":"collective_neoforge.mixins.json","fingerprint":2985100551,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":896966630,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3034981654,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2402946623,"invalidFingerprint":false},{"foldername":"com","fingerprint":1953943695,"invalidFingerprint":false},{"foldername":"data","fingerprint":1100729918,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3012711564,"invalidFingerprint":false}],"packageFingerprint":287649027,"gameVersion":["1.21","Fabric","Forge","1.21.1","NeoForge","Quilt"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":342584,"fileNameOnDisk":"collective-1.21.1-8.22.jar","hashes":[{"type":1,"value":"f3f8b8baf461ea8e8664cf1f8fe6593f8073f36d"},{"type":2,"value":"8075d9a7daf7bb35b59333db0280145f"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"9549aeb5-6914-4c30-9a1b-66b10fbdc08e","modSource":0,"addonID":888790,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,426,434,412],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Client Crafting","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"clientcrafting-1.21-2.1.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/client-crafting","issuesURL":"https://github.com/someaddons/clientcrafting/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/849/96/256/256/638249669529641442.png","tags":[],"installedFile":{"id":7920161,"fileName":"clientcrafting-1.21-2.1.jar","fileDate":"2026-04-13T09:58:03.88Z","fileLength":7144,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7920/161/clientcrafting-1.21-2.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":973081001,"invalidFingerprint":false},{"foldername":"com","fingerprint":1370458164,"invalidFingerprint":false},{"foldername":"clientcrafting.mixins.json","fingerprint":2548561900,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1488100671,"invalidFingerprint":false}],"packageFingerprint":3484238619,"gameVersion":["Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888790,"fileNameOnDisk":"clientcrafting-1.21-2.1.jar","hashes":[{"type":1,"value":"ed816decf1ce06bd17b3a446b4fddd33b07ace40"},{"type":2,"value":"09e8c9e83844ea5a9b1a569b8c14f515"}]},"dateInstalled":"2026-05-07T21:58:51.7910868Z","dateUpdated":"2026-05-07T21:58:51.7922447Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\clientcrafting-1.21-2.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7920161,"fileName":"clientcrafting-1.21-2.1.jar","fileDate":"2026-04-13T09:58:03.88Z","fileLength":7144,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7920/161/clientcrafting-1.21-2.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":973081001,"invalidFingerprint":false},{"foldername":"com","fingerprint":1370458164,"invalidFingerprint":false},{"foldername":"clientcrafting.mixins.json","fingerprint":2548561900,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1488100671,"invalidFingerprint":false}],"packageFingerprint":3484238619,"gameVersion":["Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888790,"fileNameOnDisk":"clientcrafting-1.21-2.1.jar","hashes":[{"type":1,"value":"ed816decf1ce06bd17b3a446b4fddd33b07ace40"},{"type":2,"value":"09e8c9e83844ea5a9b1a569b8c14f515"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"fa0a09e7-37bd-4de3-9b18-2a7cbf486c43","modSource":0,"addonID":410295,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Konkrete","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"konkrete_neoforge_1.9.9_MC_1.21.jar","authors":[{"id":100802238,"name":"Keksuccino"}],"primaryAuthor":"Keksuccino","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/konkrete","issuesURL":"https://github.com/Keksuccino/Konkrete/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1478/850/256/256/638961204478458770.png","tags":[],"installedFile":{"id":5453385,"fileName":"konkrete_neoforge_1.9.9_MC_1.21.jar","fileDate":"2024-06-21T07:53:27.01Z","fileLength":618842,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5453/385/konkrete_neoforge_1.9.9_MC_1.21.jar","isAlternate":false,"alternateFileId":5453386,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1492821937,"invalidFingerprint":false},{"foldername":"de","fingerprint":934634299,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2077150322,"invalidFingerprint":false},{"foldername":"konkrete.accesswidener","fingerprint":593902968,"invalidFingerprint":false},{"foldername":"konkrete.mixins.json","fingerprint":1712148904,"invalidFingerprint":false},{"foldername":"konkrete.neoforge.mixins.json","fingerprint":3180292564,"invalidFingerprint":false},{"foldername":"konkrete_logo_128x128.png","fingerprint":1541347227,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4026528315,"invalidFingerprint":false}],"packageFingerprint":3128317181,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":410295,"fileNameOnDisk":"konkrete_neoforge_1.9.9_MC_1.21.jar","hashes":[{"type":1,"value":"97771eb287d5ac7fe667d1df9493d5e54c8ca1fa"},{"type":2,"value":"6e77d08299ea1ec7756a299263bc469b"}]},"dateInstalled":"2026-05-07T21:58:52.820434Z","dateUpdated":"2026-05-07T21:58:52.8216324Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\konkrete_neoforge_1.9.9_MC_1.21.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5453385,"fileName":"konkrete_neoforge_1.9.9_MC_1.21.jar","fileDate":"2024-06-21T07:53:27.01Z","fileLength":618842,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5453/385/konkrete_neoforge_1.9.9_MC_1.21.jar","isAlternate":false,"alternateFileId":5453386,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1492821937,"invalidFingerprint":false},{"foldername":"de","fingerprint":934634299,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2077150322,"invalidFingerprint":false},{"foldername":"konkrete.accesswidener","fingerprint":593902968,"invalidFingerprint":false},{"foldername":"konkrete.mixins.json","fingerprint":1712148904,"invalidFingerprint":false},{"foldername":"konkrete.neoforge.mixins.json","fingerprint":3180292564,"invalidFingerprint":false},{"foldername":"konkrete_logo_128x128.png","fingerprint":1541347227,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4026528315,"invalidFingerprint":false}],"packageFingerprint":3128317181,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":410295,"fileNameOnDisk":"konkrete_neoforge_1.9.9_MC_1.21.jar","hashes":[{"type":1,"value":"97771eb287d5ac7fe667d1df9493d5e54c8ca1fa"},{"type":2,"value":"6e77d08299ea1ec7756a299263bc469b"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"fa143e34-d840-41a5-a15b-f0bc65717064","modSource":0,"addonID":968432,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,5299,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"MonoLib","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"monolib-neoforge-1.21.1-4.0.2.jar","authors":[{"id":104539068,"name":"jason13official"}],"primaryAuthor":"jason13official","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/monolib","issuesURL":"https://github.com/Cursee-Development/Mono-Lib/issues","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1259/687/256/256/638820174543153212.png","tags":[],"installedFile":{"id":7974611,"fileName":"monolib-neoforge-1.21.1-4.0.2.jar","fileDate":"2026-04-23T21:53:05.337Z","fileLength":167568,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7974/611/monolib-neoforge-1.21.1-4.0.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3611904734,"invalidFingerprint":false},{"foldername":"com","fingerprint":2883795183,"invalidFingerprint":false},{"foldername":"io","fingerprint":415805843,"invalidFingerprint":false},{"foldername":"monolib.mixins.json","fingerprint":2672345543,"invalidFingerprint":false},{"foldername":"monolib.neoforge.mixins.json","fingerprint":660032375,"invalidFingerprint":false},{"foldername":"monolib.png","fingerprint":947204038,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":136227311,"invalidFingerprint":false},{"foldername":"LICENSE_MonoLib","fingerprint":394233247,"invalidFingerprint":false}],"packageFingerprint":1026648080,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":968432,"fileNameOnDisk":"monolib-neoforge-1.21.1-4.0.2.jar","hashes":[{"type":1,"value":"63b094775c12e15cfd2822ee135035d3e0303d9c"},{"type":2,"value":"b26dd2adeb9e0987fc61d3f30eb1a5fc"}]},"dateInstalled":"2026-05-07T21:58:54.1459277Z","dateUpdated":"2026-05-07T21:58:54.1469821Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\monolib-neoforge-1.21.1-4.0.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7974611,"fileName":"monolib-neoforge-1.21.1-4.0.2.jar","fileDate":"2026-04-23T21:53:05.337Z","fileLength":167568,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7974/611/monolib-neoforge-1.21.1-4.0.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3611904734,"invalidFingerprint":false},{"foldername":"com","fingerprint":2883795183,"invalidFingerprint":false},{"foldername":"io","fingerprint":415805843,"invalidFingerprint":false},{"foldername":"monolib.mixins.json","fingerprint":2672345543,"invalidFingerprint":false},{"foldername":"monolib.neoforge.mixins.json","fingerprint":660032375,"invalidFingerprint":false},{"foldername":"monolib.png","fingerprint":947204038,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":136227311,"invalidFingerprint":false},{"foldername":"LICENSE_MonoLib","fingerprint":394233247,"invalidFingerprint":false}],"packageFingerprint":1026648080,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":968432,"fileNameOnDisk":"monolib-neoforge-1.21.1-4.0.2.jar","hashes":[{"type":1,"value":"63b094775c12e15cfd2822ee135035d3e0303d9c"},{"type":2,"value":"b26dd2adeb9e0987fc61d3f30eb1a5fc"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6855c071-1f9a-4000-81c3-45f26b6fde83","modSource":0,"addonID":568563,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"[ETF] Entity Texture Features - [Fabric & Forge]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"entity_texture_features_1.21-neoforge-7.1.jar","authors":[{"id":102405316,"name":"Traben"}],"primaryAuthor":"Traben","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/entity-texture-features-fabric","issuesURL":"https://github.com/Traben-0/EmissiveMod/issues","wikiURL":"https://github.com/Traben-0/Entity_Texture_Features/blob/master/.github/README.md","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/983/279/256/256/638491557830728907.png","tags":[],"installedFile":{"id":7930620,"fileName":"entity_texture_features_1.21-neoforge-7.1.jar","fileDate":"2026-04-15T13:06:22.37Z","fileLength":752334,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7930/620/entity_texture_features_1.21-neoforge-7.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1238850055,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2964002206,"invalidFingerprint":false},{"foldername":"entity_texture_features.mixins.json","fingerprint":4135211644,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3814536893,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2250763913,"invalidFingerprint":false},{"foldername":"traben","fingerprint":2845070659,"invalidFingerprint":false}],"packageFingerprint":1249730238,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":568563,"fileNameOnDisk":"entity_texture_features_1.21-neoforge-7.1.jar","hashes":[{"type":1,"value":"56de40b237ff44dbf1bb68844e0f118607902684"},{"type":2,"value":"07c98cc3e76f514eee3adee43d05dae9"}]},"dateInstalled":"2026-05-07T21:58:50.7230147Z","dateUpdated":"2026-05-07T21:58:50.7241776Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\entity_texture_features_1.21-neoforge-7.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7930620,"fileName":"entity_texture_features_1.21-neoforge-7.1.jar","fileDate":"2026-04-15T13:06:22.37Z","fileLength":752334,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7930/620/entity_texture_features_1.21-neoforge-7.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1238850055,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2964002206,"invalidFingerprint":false},{"foldername":"entity_texture_features.mixins.json","fingerprint":4135211644,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3814536893,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2250763913,"invalidFingerprint":false},{"foldername":"traben","fingerprint":2845070659,"invalidFingerprint":false}],"packageFingerprint":1249730238,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":568563,"fileNameOnDisk":"entity_texture_features_1.21-neoforge-7.1.jar","hashes":[{"type":1,"value":"56de40b237ff44dbf1bb68844e0f118607902684"},{"type":2,"value":"07c98cc3e76f514eee3adee43d05dae9"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"c981ad42-3f79-4331-92e9-45c4b950e98d","modSource":0,"addonID":470193,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[414,423,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Connectivity","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"connectivity-1.21.1-7.6.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/connectivity","issuesURL":"https://github.com/someaddons/connectivity/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/532/325/256/256/637855720922086407.png","tags":[],"installedFile":{"id":7367221,"fileName":"connectivity-1.21.1-7.6.jar","fileDate":"2025-12-22T22:30:30.77Z","fileLength":114165,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7367/221/connectivity-1.21.1-7.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1893397122,"invalidFingerprint":false},{"foldername":"com","fingerprint":3682893690,"invalidFingerprint":false},{"foldername":"connectivity.mixins.json","fingerprint":3632941706,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2098059805,"invalidFingerprint":false}],"packageFingerprint":1642034907,"gameVersion":["1.21","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":470193,"fileNameOnDisk":"connectivity-1.21.1-7.6.jar","hashes":[{"type":1,"value":"6adebe84f745dec8fa33bc3982383bc1cc24d49e"},{"type":2,"value":"f2d38f850688eefa338b807801df2b4b"}]},"dateInstalled":"2026-05-07T21:58:52.3039631Z","dateUpdated":"2026-05-07T21:58:52.3053228Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\connectivity-1.21.1-7.6.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7367221,"fileName":"connectivity-1.21.1-7.6.jar","fileDate":"2025-12-22T22:30:30.77Z","fileLength":114165,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7367/221/connectivity-1.21.1-7.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1893397122,"invalidFingerprint":false},{"foldername":"com","fingerprint":3682893690,"invalidFingerprint":false},{"foldername":"connectivity.mixins.json","fingerprint":3632941706,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2098059805,"invalidFingerprint":false}],"packageFingerprint":1642034907,"gameVersion":["1.21","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":470193,"fileNameOnDisk":"connectivity-1.21.1-7.6.jar","hashes":[{"type":1,"value":"6adebe84f745dec8fa33bc3982383bc1cc24d49e"},{"type":2,"value":"f2d38f850688eefa338b807801df2b4b"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"572a8452-269a-4b9b-905a-f89a0d279cc1","modSource":0,"addonID":401648,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"BetterF3","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"BetterF3-11.0.3-NeoForge-1.21.1.jar","authors":[{"id":42614218,"name":"cominixo"}],"primaryAuthor":"cominixo","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/betterf3","issuesURL":"https://github.com/TreyRuffy/BetterF3/issues/","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/293/27/256/256/637327750859254377.png","tags":[],"installedFile":{"id":5873258,"fileName":"BetterF3-11.0.3-NeoForge-1.21.1.jar","fileDate":"2024-11-04T00:45:07.78Z","fileLength":481646,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5873/258/BetterF3-11.0.3-NeoForge-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3447543306,"invalidFingerprint":false},{"foldername":"BetterF3-common-refmap.json","fingerprint":368856278,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2773559383,"invalidFingerprint":false},{"foldername":"architectury_inject_BetterF3_common_6022176412bf47f0a48f36924db6bd69_9b72c03cca76358ede5bc94ad01fcfe834a221536053c442d21c86edbe7c6e0cBetterF31103devjar","fingerprint":1967257789,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3372408542,"invalidFingerprint":false},{"foldername":"betterf3.mixins.json","fingerprint":3760558264,"invalidFingerprint":false},{"foldername":"betterf3.neoforge.mixins.json","fingerprint":479940081,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":773465483,"invalidFingerprint":false},{"foldername":"me","fingerprint":4169747550,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2092460052,"invalidFingerprint":false}],"packageFingerprint":2574672049,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":401648,"fileNameOnDisk":"BetterF3-11.0.3-NeoForge-1.21.1.jar","hashes":[{"type":1,"value":"8fa17df26d3650416bc124be7a264bc1566a3b26"},{"type":2,"value":"ece6a3a01373146d2f351ba721e0083d"}]},"dateInstalled":"2026-05-07T21:58:03.5072331Z","dateUpdated":"2026-05-07T21:58:03.5083748Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\BetterF3-11.0.3-NeoForge-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5873258,"fileName":"BetterF3-11.0.3-NeoForge-1.21.1.jar","fileDate":"2024-11-04T00:45:07.78Z","fileLength":481646,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5873/258/BetterF3-11.0.3-NeoForge-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3447543306,"invalidFingerprint":false},{"foldername":"BetterF3-common-refmap.json","fingerprint":368856278,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2773559383,"invalidFingerprint":false},{"foldername":"architectury_inject_BetterF3_common_6022176412bf47f0a48f36924db6bd69_9b72c03cca76358ede5bc94ad01fcfe834a221536053c442d21c86edbe7c6e0cBetterF31103devjar","fingerprint":1967257789,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3372408542,"invalidFingerprint":false},{"foldername":"betterf3.mixins.json","fingerprint":3760558264,"invalidFingerprint":false},{"foldername":"betterf3.neoforge.mixins.json","fingerprint":479940081,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":773465483,"invalidFingerprint":false},{"foldername":"me","fingerprint":4169747550,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2092460052,"invalidFingerprint":false}],"packageFingerprint":2574672049,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":401648,"fileNameOnDisk":"BetterF3-11.0.3-NeoForge-1.21.1.jar","hashes":[{"type":1,"value":"8fa17df26d3650416bc124be7a264bc1566a3b26"},{"type":2,"value":"ece6a3a01373146d2f351ba721e0083d"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f817c775-1e1b-47d7-8ea3-0b26374198b6","modSource":0,"addonID":634062,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"No Chat Reports","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","authors":[{"id":60127971,"name":"Aizistral"}],"primaryAuthor":"Aizistral","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/no-chat-reports","issuesURL":"https://github.com/Aizistral-Studios/No-Chat-Reports/issues","wikiURL":"https://github.com/Aizistral-Studios/No-Chat-Reports/wiki","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/560/68/256/256/637910636688514454.png","tags":[],"installedFile":{"id":5885735,"fileName":"NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","fileDate":"2024-11-08T18:15:51.323Z","fileLength":306668,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5885/735/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1830069249,"invalidFingerprint":false},{"foldername":"com","fingerprint":3722285764,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1936421194,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1899993267,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":4062509488,"invalidFingerprint":false},{"foldername":"mixins","fingerprint":3328070053,"invalidFingerprint":false}],"packageFingerprint":1237891864,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":634062,"fileNameOnDisk":"NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","hashes":[{"type":1,"value":"9edfc7861277ff661141304dc8216f83eacdd9af"},{"type":2,"value":"07496752e6b64dd33d68cd5166818402"}]},"dateInstalled":"2026-05-07T21:58:00.7667043Z","dateUpdated":"2026-05-07T21:58:00.7680022Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5885735,"fileName":"NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","fileDate":"2024-11-08T18:15:51.323Z","fileLength":306668,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5885/735/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1830069249,"invalidFingerprint":false},{"foldername":"com","fingerprint":3722285764,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1936421194,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1899993267,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":4062509488,"invalidFingerprint":false},{"foldername":"mixins","fingerprint":3328070053,"invalidFingerprint":false}],"packageFingerprint":1237891864,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":634062,"fileNameOnDisk":"NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","hashes":[{"type":1,"value":"9edfc7861277ff661141304dc8216f83eacdd9af"},{"type":2,"value":"07496752e6b64dd33d68cd5166818402"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"878d65f0-a1d6-4263-8b52-641df3ba14a6","modSource":0,"addonID":883287,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Fast Paintings","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"fastpaintings-1.21-1.3.0-neoforge.jar","authors":[{"id":101295357,"name":"MehVahdJukaar"}],"primaryAuthor":"MehVahdJukaar","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fast-paintings","issuesURL":"https://github.com/MehVahdJukaar/FastPaintings/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/842/714/256/256/638238468460858103.png","tags":[],"installedFile":{"id":7305762,"fileName":"fastpaintings-1.21-1.3.0-neoforge.jar","fileDate":"2025-12-07T20:37:47.69Z","fileLength":155810,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7305/762/fastpaintings-1.21-1.3.0-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":499980,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":885052021,"invalidFingerprint":false},{"foldername":"architectury_inject_fastpaintings_common_f83284908daa47daa2dc2d3e07b83b2c_b4ac8a14827dfd63bfb40d8e37fcb9fc90c4da0e735120f9c6b9d9284874b5ecfastpaintings121130devjar","fingerprint":4186010484,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1378147275,"invalidFingerprint":false},{"foldername":"data","fingerprint":1958796037,"invalidFingerprint":false},{"foldername":"fastpaintings-common-refmap.json","fingerprint":1016817299,"invalidFingerprint":false},{"foldername":"fastpaintings-common.mixins.json","fingerprint":2500171270,"invalidFingerprint":false},{"foldername":"fastpaintings.mixins.json","fingerprint":246370165,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2145595820,"invalidFingerprint":false},{"foldername":"net","fingerprint":481631732,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354196599,"invalidFingerprint":false}],"packageFingerprint":4113985046,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":883287,"fileNameOnDisk":"fastpaintings-1.21-1.3.0-neoforge.jar","hashes":[{"type":1,"value":"6df81c4fe659eaee718cb0856c79e4cfa272e9ea"},{"type":2,"value":"1f646cbc26d3e2a46dfc2807f2bedf79"}]},"dateInstalled":"2026-05-07T21:58:47.1248805Z","dateUpdated":"2026-05-07T21:58:47.1261846Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\fastpaintings-1.21-1.3.0-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7305762,"fileName":"fastpaintings-1.21-1.3.0-neoforge.jar","fileDate":"2025-12-07T20:37:47.69Z","fileLength":155810,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7305/762/fastpaintings-1.21-1.3.0-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":499980,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":885052021,"invalidFingerprint":false},{"foldername":"architectury_inject_fastpaintings_common_f83284908daa47daa2dc2d3e07b83b2c_b4ac8a14827dfd63bfb40d8e37fcb9fc90c4da0e735120f9c6b9d9284874b5ecfastpaintings121130devjar","fingerprint":4186010484,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1378147275,"invalidFingerprint":false},{"foldername":"data","fingerprint":1958796037,"invalidFingerprint":false},{"foldername":"fastpaintings-common-refmap.json","fingerprint":1016817299,"invalidFingerprint":false},{"foldername":"fastpaintings-common.mixins.json","fingerprint":2500171270,"invalidFingerprint":false},{"foldername":"fastpaintings.mixins.json","fingerprint":246370165,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2145595820,"invalidFingerprint":false},{"foldername":"net","fingerprint":481631732,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354196599,"invalidFingerprint":false}],"packageFingerprint":4113985046,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":883287,"fileNameOnDisk":"fastpaintings-1.21-1.3.0-neoforge.jar","hashes":[{"type":1,"value":"6df81c4fe659eaee718cb0856c79e4cfa272e9ea"},{"type":2,"value":"1f646cbc26d3e2a46dfc2807f2bedf79"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"2b38e26f-1627-4861-818c-251d98bd0ab3","modSource":0,"addonID":949555,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6814,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"BadOptimizations","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"BadOptimizations-2.4.1-1.21.1.jar","authors":[{"id":106927997,"name":"thosea"}],"primaryAuthor":"thosea","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/badoptimizations","issuesURL":"https://github.com/imthosea/BadOptimizations","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/918/720/256/256/638380210681797905.png","tags":[],"installedFile":{"id":7338300,"fileName":"BadOptimizations-2.4.1-1.21.1.jar","fileDate":"2025-12-15T23:15:19.003Z","fileLength":283566,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7338/300/BadOptimizations-2.4.1-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"fabric","fingerprint":2190801236,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3404611605,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":929453382,"invalidFingerprint":false},{"foldername":"assets","fingerprint":336259549,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":1761380522,"invalidFingerprint":false},{"foldername":"forge","fingerprint":3247576971,"invalidFingerprint":false},{"foldername":"bo-config-template.txt","fingerprint":2289034396,"invalidFingerprint":false},{"foldername":"forge-badoptimizations.mixins.json","fingerprint":3149879093,"invalidFingerprint":false},{"foldername":"fabric-badoptimizations.mixins.json","fingerprint":2253741962,"invalidFingerprint":false},{"foldername":"badoptimizations-icon.png","fingerprint":336259549,"invalidFingerprint":false}],"packageFingerprint":3053351722,"gameVersion":["Client","Fabric","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":949555,"fileNameOnDisk":"BadOptimizations-2.4.1-1.21.1.jar","hashes":[{"type":1,"value":"1461d8e46391efd32a3085150e86094c9f6f5c9d"},{"type":2,"value":"59ee243a5ccd09fff1dd2879b3cad72a"}]},"dateInstalled":"2026-05-07T21:58:15.9972996Z","dateUpdated":"2026-05-07T21:58:15.9986375Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\BadOptimizations-2.4.1-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7338300,"fileName":"BadOptimizations-2.4.1-1.21.1.jar","fileDate":"2025-12-15T23:15:19.003Z","fileLength":283566,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7338/300/BadOptimizations-2.4.1-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"fabric","fingerprint":2190801236,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3404611605,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":929453382,"invalidFingerprint":false},{"foldername":"assets","fingerprint":336259549,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":1761380522,"invalidFingerprint":false},{"foldername":"forge","fingerprint":3247576971,"invalidFingerprint":false},{"foldername":"bo-config-template.txt","fingerprint":2289034396,"invalidFingerprint":false},{"foldername":"forge-badoptimizations.mixins.json","fingerprint":3149879093,"invalidFingerprint":false},{"foldername":"fabric-badoptimizations.mixins.json","fingerprint":2253741962,"invalidFingerprint":false},{"foldername":"badoptimizations-icon.png","fingerprint":336259549,"invalidFingerprint":false}],"packageFingerprint":3053351722,"gameVersion":["Client","Fabric","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":949555,"fileNameOnDisk":"BadOptimizations-2.4.1-1.21.1.jar","hashes":[{"type":1,"value":"1461d8e46391efd32a3085150e86094c9f6f5c9d"},{"type":2,"value":"59ee243a5ccd09fff1dd2879b3cad72a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"02c3ecdb-093e-4647-88b7-02a6120e58a4","modSource":0,"addonID":790626,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,5191,6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"ModernFix","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"modernfix-neoforge-5.27.6+mc1.21.1.jar","authors":[{"id":101435003,"name":"embeddedt"}],"primaryAuthor":"embeddedt","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/modernfix","issuesURL":"https://github.com/embeddedt/ModernFix/issues","wikiURL":"https://github.com/embeddedt/ModernFix/wiki/Summary-of-Patches","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/881/436/256/256/638311693460984164.png","tags":[],"installedFile":{"id":8050208,"fileName":"modernfix-neoforge-5.27.6+mc1.21.1.jar","fileDate":"2026-05-06T22:30:59.67Z","fileLength":569173,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8050/208/modernfix-neoforge-5.27.6%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3179721186,"invalidFingerprint":false},{"foldername":"org","fingerprint":3543964576,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1177231304,"invalidFingerprint":false},{"foldername":"modernfix-modernfix.mixins.json","fingerprint":2801392757,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":88923539,"invalidFingerprint":false},{"foldername":"assets","fingerprint":309540392,"invalidFingerprint":false},{"foldername":"modernfix","fingerprint":1325599026,"invalidFingerprint":false}],"packageFingerprint":858463320,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":790626,"fileNameOnDisk":"modernfix-neoforge-5.27.6+mc1.21.1.jar","hashes":[{"type":1,"value":"19a1b616ba58b8cca06e82799a152073f76fbeb1"},{"type":2,"value":"28addfc45bfafe4417ee180d16626ac6"}]},"dateInstalled":"2026-05-07T21:58:38.7881245Z","dateUpdated":"2026-05-07T22:26:00.7214141Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\modernfix-neoforge-5.27.6+mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8050208,"fileName":"modernfix-neoforge-5.27.6+mc1.21.1.jar","fileDate":"2026-05-06T22:30:59.67Z","fileLength":569173,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8050/208/modernfix-neoforge-5.27.6%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3179721186,"invalidFingerprint":false},{"foldername":"org","fingerprint":3543964576,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1177231304,"invalidFingerprint":false},{"foldername":"modernfix-modernfix.mixins.json","fingerprint":2801392757,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":88923539,"invalidFingerprint":false},{"foldername":"assets","fingerprint":309540392,"invalidFingerprint":false},{"foldername":"modernfix","fingerprint":1325599026,"invalidFingerprint":false}],"packageFingerprint":858463320,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":790626,"fileNameOnDisk":"modernfix-neoforge-5.27.6+mc1.21.1.jar","hashes":[{"type":1,"value":"19a1b616ba58b8cca06e82799a152073f76fbeb1"},{"type":2,"value":"28addfc45bfafe4417ee180d16626ac6"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"a8d7b6a7-94db-4737-b9ca-ef1db01f45e6","modSource":0,"addonID":429235,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"FerriteCore ((Neo)Forge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"ferritecore-7.0.3-neoforge.jar","authors":[{"id":23615989,"name":"malte0811"}],"primaryAuthor":"malte0811","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ferritecore","issuesURL":"https://github.com/malte0811/FerriteCore/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/323/941/256/256/637438748346113688.jpeg","tags":[],"installedFile":{"id":7524151,"fileName":"ferritecore-7.0.3-neoforge.jar","fileDate":"2026-01-25T12:59:44.447Z","fileLength":121559,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7524/151/ferritecore-7.0.3-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1204600136,"invalidFingerprint":false},{"foldername":"malte0811","fingerprint":4255052164,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2809587253,"invalidFingerprint":false},{"foldername":"roadrunner.overrides.properties","fingerprint":36475463,"invalidFingerprint":false},{"foldername":"ferritecore.accessors.mixin.json","fingerprint":2714315218,"invalidFingerprint":false},{"foldername":"ferritecore.blockstatecache.mixin.json","fingerprint":2488671011,"invalidFingerprint":false},{"foldername":"ferritecore.dedupbakedquad.mixin.json","fingerprint":3518028653,"invalidFingerprint":false},{"foldername":"ferritecore.dedupmultipart.mixin.json","fingerprint":4121395093,"invalidFingerprint":false},{"foldername":"ferritecore.fastmap.mixin.json","fingerprint":3382642885,"invalidFingerprint":false},{"foldername":"ferritecore.modelsides.mixin.json","fingerprint":743302889,"invalidFingerprint":false},{"foldername":"ferritecore.mrl.mixin.json","fingerprint":3015213942,"invalidFingerprint":false},{"foldername":"ferritecore.predicates.mixin.json","fingerprint":2749260350,"invalidFingerprint":false},{"foldername":"ferritecore.threaddetec.mixin.json","fingerprint":3143872293,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3369927219,"invalidFingerprint":false},{"foldername":"ferritecore.datacomponents.mixin.json","fingerprint":4281609817,"invalidFingerprint":false}],"packageFingerprint":2808038058,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":429235,"fileNameOnDisk":"ferritecore-7.0.3-neoforge.jar","hashes":[{"type":1,"value":"9563692efb708b6b568df27a01ec52f6311928ef"},{"type":2,"value":"e0374dac41d6c641903f9e241911e1d3"}]},"dateInstalled":"2026-05-07T21:57:57.8686312Z","dateUpdated":"2026-05-07T21:57:57.8697576Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\ferritecore-7.0.3-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7524151,"fileName":"ferritecore-7.0.3-neoforge.jar","fileDate":"2026-01-25T12:59:44.447Z","fileLength":121559,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7524/151/ferritecore-7.0.3-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1204600136,"invalidFingerprint":false},{"foldername":"malte0811","fingerprint":4255052164,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2809587253,"invalidFingerprint":false},{"foldername":"roadrunner.overrides.properties","fingerprint":36475463,"invalidFingerprint":false},{"foldername":"ferritecore.accessors.mixin.json","fingerprint":2714315218,"invalidFingerprint":false},{"foldername":"ferritecore.blockstatecache.mixin.json","fingerprint":2488671011,"invalidFingerprint":false},{"foldername":"ferritecore.dedupbakedquad.mixin.json","fingerprint":3518028653,"invalidFingerprint":false},{"foldername":"ferritecore.dedupmultipart.mixin.json","fingerprint":4121395093,"invalidFingerprint":false},{"foldername":"ferritecore.fastmap.mixin.json","fingerprint":3382642885,"invalidFingerprint":false},{"foldername":"ferritecore.modelsides.mixin.json","fingerprint":743302889,"invalidFingerprint":false},{"foldername":"ferritecore.mrl.mixin.json","fingerprint":3015213942,"invalidFingerprint":false},{"foldername":"ferritecore.predicates.mixin.json","fingerprint":2749260350,"invalidFingerprint":false},{"foldername":"ferritecore.threaddetec.mixin.json","fingerprint":3143872293,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3369927219,"invalidFingerprint":false},{"foldername":"ferritecore.datacomponents.mixin.json","fingerprint":4281609817,"invalidFingerprint":false}],"packageFingerprint":2808038058,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":429235,"fileNameOnDisk":"ferritecore-7.0.3-neoforge.jar","hashes":[{"type":1,"value":"9563692efb708b6b568df27a01ec52f6311928ef"},{"type":2,"value":"e0374dac41d6c641903f9e241911e1d3"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"da2235f0-db88-4058-bdf1-f13960cf33b0","modSource":0,"addonID":831663,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Chunk Sending[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"chunksending-1.21-2.9.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chunk-sending-forge-fabric","issuesURL":"https://github.com/someaddons/chunksending/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/782/744/256/256/638130016628532924.png","tags":[],"installedFile":{"id":7926632,"fileName":"chunksending-1.21-2.9.jar","fileDate":"2026-04-14T17:22:23.45Z","fileLength":12100,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7926/632/chunksending-1.21-2.9.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":307555864,"invalidFingerprint":false},{"foldername":"com","fingerprint":1842501639,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288801447,"invalidFingerprint":false},{"foldername":"chunksending.mixins.json","fingerprint":261029384,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":3840699650,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":831663,"fileNameOnDisk":"chunksending-1.21-2.9.jar","hashes":[{"type":1,"value":"636a121a3252028bb0ec14a3f39f9bbf723ddacd"},{"type":2,"value":"b11e59b474f20e203cfdfb7324905527"}]},"dateInstalled":"2026-05-07T21:58:16.5617695Z","dateUpdated":"2026-05-07T21:58:16.5627806Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\chunksending-1.21-2.9.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7926632,"fileName":"chunksending-1.21-2.9.jar","fileDate":"2026-04-14T17:22:23.45Z","fileLength":12100,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7926/632/chunksending-1.21-2.9.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":307555864,"invalidFingerprint":false},{"foldername":"com","fingerprint":1842501639,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288801447,"invalidFingerprint":false},{"foldername":"chunksending.mixins.json","fingerprint":261029384,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":3840699650,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":831663,"fileNameOnDisk":"chunksending-1.21-2.9.jar","hashes":[{"type":1,"value":"636a121a3252028bb0ec14a3f39f9bbf723ddacd"},{"type":2,"value":"b11e59b474f20e203cfdfb7324905527"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"56e79533-c630-4e63-bb78-0dbe8db675ec","modSource":0,"addonID":456640,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Limited Chunkloading - Chunk cleanup[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"limitedchunks-1.21-4.1.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/limited-chunkloading","issuesURL":"https://github.com/someaddons/limitedchunks/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/534/813/256/256/637856980833634930.png","tags":[],"installedFile":{"id":5571339,"fileName":"limitedchunks-1.21-4.1.jar","fileDate":"2024-07-27T15:43:36.25Z","fileLength":16692,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5571/339/limitedchunks-1.21-4.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2322812058,"invalidFingerprint":false},{"foldername":"com","fingerprint":1966960042,"invalidFingerprint":false},{"foldername":"limitedchunks.mixins.json","fingerprint":2588506866,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3600105266,"invalidFingerprint":false}],"packageFingerprint":2522201719,"gameVersion":["1.21","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":456640,"fileNameOnDisk":"limitedchunks-1.21-4.1.jar","hashes":[{"type":1,"value":"ef1ce5f6ac3d3a23cc4349c8a1a912032120955e"},{"type":2,"value":"ab430864559bd8b7a3c7ccf8e024ef19"}]},"dateInstalled":"2026-05-07T21:58:40.0901741Z","dateUpdated":"2026-05-07T21:58:40.0911745Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\limitedchunks-1.21-4.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5571339,"fileName":"limitedchunks-1.21-4.1.jar","fileDate":"2024-07-27T15:43:36.25Z","fileLength":16692,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5571/339/limitedchunks-1.21-4.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2322812058,"invalidFingerprint":false},{"foldername":"com","fingerprint":1966960042,"invalidFingerprint":false},{"foldername":"limitedchunks.mixins.json","fingerprint":2588506866,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3600105266,"invalidFingerprint":false}],"packageFingerprint":2522201719,"gameVersion":["1.21","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":456640,"fileNameOnDisk":"limitedchunks-1.21-4.1.jar","hashes":[{"type":1,"value":"ef1ce5f6ac3d3a23cc4349c8a1a912032120955e"},{"type":2,"value":"ab430864559bd8b7a3c7ccf8e024ef19"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"8f0f831f-68a9-4263-a8ac-5ff31ce76144","modSource":0,"addonID":232131,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Default Options","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"defaultoptions-neoforge-1.21.1-21.1.6.jar","authors":[{"id":12099681,"name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/default-options","issuesURL":"https://github.com/TwelveIterations/DefaultOptions/issues","wikiURL":"https://mods.twelveiterations.com/mc/default-options","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/25/393/256/256/635772772655629740.png","tags":[],"installedFile":{"id":7966181,"fileName":"defaultoptions-neoforge-1.21.1-21.1.6.jar","fileDate":"2026-04-22T10:28:50.553Z","fileLength":95747,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7966/181/defaultoptions-neoforge-1.21.1-21.1.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2802724160,"invalidFingerprint":false},{"foldername":"net","fingerprint":583308028,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2947213061,"invalidFingerprint":false},{"foldername":"defaultoptions.png","fingerprint":3122342766,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1619557492,"invalidFingerprint":false},{"foldername":"defaultoptions.neoforge.mixins.json","fingerprint":1470398,"invalidFingerprint":false},{"foldername":"defaultoptions.mixins.json","fingerprint":1327365475,"invalidFingerprint":false},{"foldername":"LICENSE_Default Options","fingerprint":1031176930,"invalidFingerprint":false}],"packageFingerprint":1707003605,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"defaultoptions-neoforge-1.21.1-21.1.6.jar","hashes":[{"type":1,"value":"92c8695dff4b5143919c4e80e4940c6afe873750"},{"type":2,"value":"147d76b0a1953805898ed20a7f00de6b"}]},"dateInstalled":"2026-05-07T21:58:05.5047144Z","dateUpdated":"2026-05-07T21:58:05.5056569Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\defaultoptions-neoforge-1.21.1-21.1.6.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7966181,"fileName":"defaultoptions-neoforge-1.21.1-21.1.6.jar","fileDate":"2026-04-22T10:28:50.553Z","fileLength":95747,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7966/181/defaultoptions-neoforge-1.21.1-21.1.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2802724160,"invalidFingerprint":false},{"foldername":"net","fingerprint":583308028,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2947213061,"invalidFingerprint":false},{"foldername":"defaultoptions.png","fingerprint":3122342766,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1619557492,"invalidFingerprint":false},{"foldername":"defaultoptions.neoforge.mixins.json","fingerprint":1470398,"invalidFingerprint":false},{"foldername":"defaultoptions.mixins.json","fingerprint":1327365475,"invalidFingerprint":false},{"foldername":"LICENSE_Default Options","fingerprint":1031176930,"invalidFingerprint":false}],"packageFingerprint":1707003605,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"defaultoptions-neoforge-1.21.1-21.1.6.jar","hashes":[{"type":1,"value":"92c8695dff4b5143919c4e80e4940c6afe873750"},{"type":2,"value":"147d76b0a1953805898ed20a7f00de6b"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6304d020-40e0-4df5-88ef-433ba28624f8","modSource":0,"addonID":844662,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[424,5191,411],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"[EMF] Entity Model Features [Fabric & Forge]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"entity_model_features_1.21-neoforge-3.2.2.jar","authors":[{"id":102405316,"name":"Traben"}],"primaryAuthor":"Traben","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/entity-model-features","issuesURL":"https://github.com/Traben-0/Entity_Model_Features/issues","wikiURL":"https://github.com/Traben-0/Entity_Model_Features/blob/master/FEATURES.md","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/983/284/256/256/638491564386011875.png","tags":[],"installedFile":{"id":7998618,"fileName":"entity_model_features_1.21-neoforge-3.2.2.jar","fileDate":"2026-04-27T05:36:40.07Z","fileLength":565641,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7998/618/entity_model_features_1.21-neoforge-3.2.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":568563,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3961204964,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3237341129,"invalidFingerprint":false},{"foldername":"entity_model_features.mixins.json","fingerprint":4207040885,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":609070734,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2250763913,"invalidFingerprint":false},{"foldername":"traben","fingerprint":690430987,"invalidFingerprint":false}],"packageFingerprint":1145850900,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":844662,"fileNameOnDisk":"entity_model_features_1.21-neoforge-3.2.2.jar","hashes":[{"type":1,"value":"98d542ad10a55553d72fea135a67781f328b54aa"},{"type":2,"value":"ee06becd6534fd68c300e8bd0dd7eb8a"}]},"dateInstalled":"2026-05-07T21:58:02.1226138Z","dateUpdated":"2026-05-07T21:58:02.1236109Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\entity_model_features_1.21-neoforge-3.2.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7998618,"fileName":"entity_model_features_1.21-neoforge-3.2.2.jar","fileDate":"2026-04-27T05:36:40.07Z","fileLength":565641,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7998/618/entity_model_features_1.21-neoforge-3.2.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":568563,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3961204964,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3237341129,"invalidFingerprint":false},{"foldername":"entity_model_features.mixins.json","fingerprint":4207040885,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":609070734,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2250763913,"invalidFingerprint":false},{"foldername":"traben","fingerprint":690430987,"invalidFingerprint":false}],"packageFingerprint":1145850900,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":844662,"fileNameOnDisk":"entity_model_features_1.21-neoforge-3.2.2.jar","hashes":[{"type":1,"value":"98d542ad10a55553d72fea135a67781f328b54aa"},{"type":2,"value":"ee06becd6534fd68c300e8bd0dd7eb8a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"249a4c49-d610-41b7-8cad-fcb90bb31930","modSource":0,"addonID":888328,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[400,405,4465,5193],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Loading Backgrounds - Oceans","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"loadingbackgrounds_oceans-1.21.X-3.0.0.zip","authors":[{"id":101842572,"name":"Lupin"}],"primaryAuthor":"Lupin","primaryCategoryId":5193,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/loading-backgrounds-oceans","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1492/410/256/256/638969817566126463.webp","tags":[],"installedFile":{"id":7228353,"fileName":"loadingbackgrounds_oceans-1.21.X-3.0.0.zip","fileDate":"2025-11-16T11:46:08.873Z","fileLength":36124896,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/353/loadingbackgrounds_oceans-1.21.X-3.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2813639746,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":893004147,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":71818460,"invalidFingerprint":false}],"packageFingerprint":3076566335,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888328,"fileNameOnDisk":"loadingbackgrounds_oceans-1.21.X-3.0.0.zip","hashes":[{"type":1,"value":"7ab5a1473b4c404b7daab58d2b42ec4daf323b86"},{"type":2,"value":"54334cce025c031454832d246097a554"}]},"dateInstalled":"2026-05-07T21:58:12.1513157Z","dateUpdated":"2026-05-07T21:58:12.1641691Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\loadingbackgrounds_oceans-1.21.X-3.0.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7228353,"fileName":"loadingbackgrounds_oceans-1.21.X-3.0.0.zip","fileDate":"2025-11-16T11:46:08.873Z","fileLength":36124896,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/353/loadingbackgrounds_oceans-1.21.X-3.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2813639746,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":893004147,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":71818460,"invalidFingerprint":false}],"packageFingerprint":3076566335,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888328,"fileNameOnDisk":"loadingbackgrounds_oceans-1.21.X-3.0.0.zip","hashes":[{"type":1,"value":"7ab5a1473b4c404b7daab58d2b42ec4daf323b86"},{"type":2,"value":"54334cce025c031454832d246097a554"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"77db3d2c-9ffc-433a-86d5-93414c5a449f","modSource":0,"addonID":907856,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,435,412,4843],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Recipe Essentials[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"recipeessentials-1.21-4.0.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/recipe-essentials-forge-fabric","issuesURL":"https://github.com/someaddons/recipeessentials/issues/new/choose","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/871/402/256/256/638289037640254884.png","tags":[],"installedFile":{"id":6165711,"fileName":"recipeessentials-1.21-4.0.jar","fileDate":"2025-02-06T22:39:59.3Z","fileLength":43950,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6165/711/recipeessentials-1.21-4.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1511403144,"invalidFingerprint":false},{"foldername":"com","fingerprint":792041555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1722552194,"invalidFingerprint":false},{"foldername":"recipeessentials.mixins.json","fingerprint":2013170440,"invalidFingerprint":false}],"packageFingerprint":4175989887,"gameVersion":["1.21","Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":907856,"fileNameOnDisk":"recipeessentials-1.21-4.0.jar","hashes":[{"type":1,"value":"a1ea98e7ea194807201cc8618ac9e74da65716e5"},{"type":2,"value":"c6d1e7fb82f49e0d1a423d6bf41ad1fb"}]},"dateInstalled":"2026-05-07T21:57:59.7415826Z","dateUpdated":"2026-05-07T21:57:59.7424834Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\recipeessentials-1.21-4.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6165711,"fileName":"recipeessentials-1.21-4.0.jar","fileDate":"2025-02-06T22:39:59.3Z","fileLength":43950,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6165/711/recipeessentials-1.21-4.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1511403144,"invalidFingerprint":false},{"foldername":"com","fingerprint":792041555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1722552194,"invalidFingerprint":false},{"foldername":"recipeessentials.mixins.json","fingerprint":2013170440,"invalidFingerprint":false}],"packageFingerprint":4175989887,"gameVersion":["1.21","Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":907856,"fileNameOnDisk":"recipeessentials-1.21-4.0.jar","hashes":[{"type":1,"value":"a1ea98e7ea194807201cc8618ac9e74da65716e5"},{"type":2,"value":"c6d1e7fb82f49e0d1a423d6bf41ad1fb"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"427ed4a1-d9f6-4223-bd8a-c49067c0b33e","modSource":0,"addonID":335493,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Dynamic FPS","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar","authors":[{"id":6835575,"name":"juliand665"},{"id":102765053,"name":"LostLuma"}],"primaryAuthor":"juliand665","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/dynamic-fps","issuesURL":"https://github.com/juliand665/Dynamic-FPS/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/218/967/256/256/637013973797981040.png","tags":[],"installedFile":{"id":7546938,"fileName":"dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar","fileDate":"2026-01-29T18:23:46.537Z","fileLength":220193,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7546/938/dynamic-fps-3.11.4%2bminecraft-1.21.0-neoforge.jar","isAlternate":false,"alternateFileId":7546939,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2719458992,"invalidFingerprint":false},{"foldername":"architectury_inject_dynamicfps_common_96ad272d90fa4fcc8d67753a3449cf6d_48138490a95625983251b45ac7336d8a7e463234a1fad5dfdc4c144b1c5f439adynamicfps3114devjar","fingerprint":3518390575,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1233643626,"invalidFingerprint":false},{"foldername":"dynamic_fps-common.mixins.json","fingerprint":3529504325,"invalidFingerprint":false},{"foldername":"dynamic_fps.mixins.json","fingerprint":2139721154,"invalidFingerprint":false},{"foldername":"dynamic_fps.png","fingerprint":2545990837,"invalidFingerprint":false},{"foldername":"dynamic_fps","fingerprint":1181247587,"invalidFingerprint":false},{"foldername":"net","fingerprint":3056343028,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2415388098,"invalidFingerprint":false}],"packageFingerprint":250368856,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":335493,"fileNameOnDisk":"dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar","hashes":[{"type":1,"value":"35b17e95b2b65930116ccc83e0cc358ac1bfcf9e"},{"type":2,"value":"e5ef3e5d37eedad79cf44897229fd8f2"}]},"dateInstalled":"2026-05-07T21:58:41.3324906Z","dateUpdated":"2026-05-07T21:58:41.3335726Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7546938,"fileName":"dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar","fileDate":"2026-01-29T18:23:46.537Z","fileLength":220193,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7546/938/dynamic-fps-3.11.4%2bminecraft-1.21.0-neoforge.jar","isAlternate":false,"alternateFileId":7546939,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2719458992,"invalidFingerprint":false},{"foldername":"architectury_inject_dynamicfps_common_96ad272d90fa4fcc8d67753a3449cf6d_48138490a95625983251b45ac7336d8a7e463234a1fad5dfdc4c144b1c5f439adynamicfps3114devjar","fingerprint":3518390575,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1233643626,"invalidFingerprint":false},{"foldername":"dynamic_fps-common.mixins.json","fingerprint":3529504325,"invalidFingerprint":false},{"foldername":"dynamic_fps.mixins.json","fingerprint":2139721154,"invalidFingerprint":false},{"foldername":"dynamic_fps.png","fingerprint":2545990837,"invalidFingerprint":false},{"foldername":"dynamic_fps","fingerprint":1181247587,"invalidFingerprint":false},{"foldername":"net","fingerprint":3056343028,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2415388098,"invalidFingerprint":false}],"packageFingerprint":250368856,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":335493,"fileNameOnDisk":"dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar","hashes":[{"type":1,"value":"35b17e95b2b65930116ccc83e0cc358ac1bfcf9e"},{"type":2,"value":"e5ef3e5d37eedad79cf44897229fd8f2"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"66c9e7ea-7112-4e9b-8661-7a6ea0fd3f12","modSource":0,"addonID":394468,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Sodium","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"sodium-neoforge-0.6.13+mc1.21.1.jar","authors":[{"id":28746583,"name":"JellySquid"}],"primaryAuthor":"JellySquid","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sodium","issuesURL":"https://github.com/CaffeineMC/sodium-fabric/issues","wikiURL":"https://github.com/CaffeineMC/sodium-fabric/wiki","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/284/773/256/256/637298471098686391.png","tags":[],"installedFile":{"id":6382651,"fileName":"sodium-neoforge-0.6.13+mc1.21.1.jar","fileDate":"2025-04-04T00:13:49.467Z","fileLength":1162994,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6382/651/sodium-neoforge-0.6.13%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1108577269,"invalidFingerprint":false},{"foldername":"net","fingerprint":3272062076,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3953782083,"invalidFingerprint":false},{"foldername":"sodium-icon.png","fingerprint":3041543243,"invalidFingerprint":false},{"foldername":"programmer_art","fingerprint":1942856804,"invalidFingerprint":false},{"foldername":"sodium-neoforge.mixins.json","fingerprint":2418719239,"invalidFingerprint":false},{"foldername":"sodium-common.mixins.json","fingerprint":3242769697,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2033162507,"invalidFingerprint":false}],"packageFingerprint":1900921493,"gameVersion":["Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":394468,"fileNameOnDisk":"sodium-neoforge-0.6.13+mc1.21.1.jar","hashes":[{"type":1,"value":"38af70fa4dc4b2aaac636e92fdba3bedd5a025e1"},{"type":2,"value":"e5018c782d851fea76be0205b7616e5d"}]},"dateInstalled":"2026-05-07T21:58:34.7473423Z","dateUpdated":"2026-05-07T21:58:34.748929Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\sodium-neoforge-0.6.13+mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6382651,"fileName":"sodium-neoforge-0.6.13+mc1.21.1.jar","fileDate":"2025-04-04T00:13:49.467Z","fileLength":1162994,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6382/651/sodium-neoforge-0.6.13%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1108577269,"invalidFingerprint":false},{"foldername":"net","fingerprint":3272062076,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3953782083,"invalidFingerprint":false},{"foldername":"sodium-icon.png","fingerprint":3041543243,"invalidFingerprint":false},{"foldername":"programmer_art","fingerprint":1942856804,"invalidFingerprint":false},{"foldername":"sodium-neoforge.mixins.json","fingerprint":2418719239,"invalidFingerprint":false},{"foldername":"sodium-common.mixins.json","fingerprint":3242769697,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2033162507,"invalidFingerprint":false}],"packageFingerprint":1900921493,"gameVersion":["Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":394468,"fileNameOnDisk":"sodium-neoforge-0.6.13+mc1.21.1.jar","hashes":[{"type":1,"value":"38af70fa4dc4b2aaac636e92fdba3bedd5a025e1"},{"type":2,"value":"e5018c782d851fea76be0205b7616e5d"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"7b9b49f1-02fa-45ef-ade5-537ae3814d5d","modSource":0,"addonID":348831,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[413,425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Double Doors","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"doubledoors-1.21.1-7.2.jar","authors":[{"id":7049004,"name":"Serilum"}],"primaryAuthor":"Serilum","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/double-doors","issuesURL":"https://github.com/Serilum/.issue-tracker/labels/Mod: Double Doors","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/233/519/256/256/637072440646369425.png","tags":[],"installedFile":{"id":7143842,"fileName":"doubledoors-1.21.1-7.2.jar","fileDate":"2025-10-24T10:34:04.757Z","fileLength":75041,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7143/842/doubledoors-1.21.1-7.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":342584,"type":3}],"isAvailable":true,"modules":[{"foldername":"doubledoors_fabric.mixins.json","fingerprint":3142535720,"invalidFingerprint":false},{"foldername":"doubledoors_fabric.refmap.json","fingerprint":3435314418,"invalidFingerprint":false},{"foldername":"doubledoors_forge.mixins.json","fingerprint":2350230178,"invalidFingerprint":false},{"foldername":"doubledoors_neoforge.mixins.json","fingerprint":302935574,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3546439557,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4037493495,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1629641011,"invalidFingerprint":false},{"foldername":"com","fingerprint":3784598438,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3088361447,"invalidFingerprint":false}],"packageFingerprint":1435909008,"gameVersion":["1.21","Fabric","NeoForge","Forge","1.21.1","Quilt"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348831,"fileNameOnDisk":"doubledoors-1.21.1-7.2.jar","hashes":[{"type":1,"value":"73ddb685749a0ae9223e9b827af5fd3e19ac732c"},{"type":2,"value":"bc5d5a4d5edfed10d09f149e173ec600"}]},"dateInstalled":"2026-05-07T22:37:23.3518187Z","dateUpdated":"2026-05-07T22:37:23.3533327Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\doubledoors-1.21.1-7.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7143842,"fileName":"doubledoors-1.21.1-7.2.jar","fileDate":"2025-10-24T10:34:04.757Z","fileLength":75041,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7143/842/doubledoors-1.21.1-7.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":342584,"type":3}],"isAvailable":true,"modules":[{"foldername":"doubledoors_fabric.mixins.json","fingerprint":3142535720,"invalidFingerprint":false},{"foldername":"doubledoors_fabric.refmap.json","fingerprint":3435314418,"invalidFingerprint":false},{"foldername":"doubledoors_forge.mixins.json","fingerprint":2350230178,"invalidFingerprint":false},{"foldername":"doubledoors_neoforge.mixins.json","fingerprint":302935574,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3546439557,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4037493495,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1629641011,"invalidFingerprint":false},{"foldername":"com","fingerprint":3784598438,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3088361447,"invalidFingerprint":false}],"packageFingerprint":1435909008,"gameVersion":["1.21","Fabric","NeoForge","Forge","1.21.1","Quilt"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348831,"fileNameOnDisk":"doubledoors-1.21.1-7.2.jar","hashes":[{"type":1,"value":"73ddb685749a0ae9223e9b827af5fd3e19ac732c"},{"type":2,"value":"bc5d5a4d5edfed10d09f149e173ec600"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"b7107a26-f27c-477b-9b69-ac680fcebefb","modSource":0,"addonID":256717,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,5191,420],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Clumps","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Clumps-neoforge-1.21.1-19.0.0.1.jar","authors":[{"id":10618648,"name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/clumps","issuesURL":"https://github.com/jaredlll08/Clumps/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1289/817/256/256/638838549850518521_animated.gif","tags":[],"installedFile":{"id":5623731,"fileName":"Clumps-neoforge-1.21.1-19.0.0.1.jar","fileDate":"2024-08-13T07:49:09.587Z","fileLength":18382,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5623/731/Clumps-neoforge-1.21.1-19.0.0.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":461241897,"invalidFingerprint":false},{"foldername":"com","fingerprint":207530136,"invalidFingerprint":false},{"foldername":"clumps.mixins.json","fingerprint":2145951388,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2425768564,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1788784743,"invalidFingerprint":false}],"packageFingerprint":2871381177,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256717,"fileNameOnDisk":"Clumps-neoforge-1.21.1-19.0.0.1.jar","hashes":[{"type":1,"value":"fa2576297c7bd12b28aa7070e8141792bd66da4c"},{"type":2,"value":"8b42a9d7a72bde90fa061d17e2859e7b"}]},"dateInstalled":"2026-05-07T21:58:39.357285Z","dateUpdated":"2026-05-07T21:58:39.3584549Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Clumps-neoforge-1.21.1-19.0.0.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5623731,"fileName":"Clumps-neoforge-1.21.1-19.0.0.1.jar","fileDate":"2024-08-13T07:49:09.587Z","fileLength":18382,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5623/731/Clumps-neoforge-1.21.1-19.0.0.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":461241897,"invalidFingerprint":false},{"foldername":"com","fingerprint":207530136,"invalidFingerprint":false},{"foldername":"clumps.mixins.json","fingerprint":2145951388,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2425768564,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1788784743,"invalidFingerprint":false}],"packageFingerprint":2871381177,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256717,"fileNameOnDisk":"Clumps-neoforge-1.21.1-19.0.0.1.jar","hashes":[{"type":1,"value":"fa2576297c7bd12b28aa7070e8141792bd66da4c"},{"type":2,"value":"8b42a9d7a72bde90fa061d17e2859e7b"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"4a1e1847-3086-4917-87c0-d8bfec1dafd9","modSource":0,"addonID":868624,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,4843,424,435,423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"AutoMessage","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"automessage-merged-1.21.1-3.0.0.jar","authors":[{"id":101842572,"name":"Lupin"},{"id":104539068,"name":"jason13official"}],"primaryAuthor":"Lupin","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/automessage","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/845/496/256/256/638243423265811286.png","tags":[],"installedFile":{"id":7018836,"fileName":"automessage-merged-1.21.1-3.0.0.jar","fileDate":"2025-09-21T12:01:17.79Z","fileLength":140337,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7018/836/automessage-merged-1.21.1-3.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":968432,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2716787439,"invalidFingerprint":false},{"foldername":"automessage.png","fingerprint":4070782436,"invalidFingerprint":false},{"foldername":"common","fingerprint":923376612,"invalidFingerprint":false},{"foldername":"common-automessage.mixins.json","fingerprint":2473924825,"invalidFingerprint":false},{"foldername":"fabric","fingerprint":3995689679,"invalidFingerprint":false},{"foldername":"fabric-automessage.accesswidener","fingerprint":596709444,"invalidFingerprint":false},{"foldername":"fabric-automessage.fabric.mixins.json","fingerprint":435450200,"invalidFingerprint":false},{"foldername":"fabric-automessage.mixins.json","fingerprint":1498465287,"invalidFingerprint":false},{"foldername":"fabric-automessage.refmap.json","fingerprint":2951851005,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":1018662615,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":838918197,"invalidFingerprint":false},{"foldername":"neoforge","fingerprint":54389153,"invalidFingerprint":false},{"foldername":"neoforge-automessage.mixins.json","fingerprint":1052403198,"invalidFingerprint":false},{"foldername":"neoforge-automessage.neoforge.mixins.json","fingerprint":787445502,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":460465719,"invalidFingerprint":false}],"packageFingerprint":786879091,"gameVersion":["1.21","Fabric","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":868624,"fileNameOnDisk":"automessage-merged-1.21.1-3.0.0.jar","hashes":[{"type":1,"value":"1c312eb30c8e1bd608d4ea66b1a950f780ee814a"},{"type":2,"value":"0a8755bc91f1982df1cd1e4382bc478a"}]},"dateInstalled":"2026-05-07T21:58:15.4712586Z","dateUpdated":"2026-05-07T21:58:15.4722705Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\automessage-merged-1.21.1-3.0.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7018836,"fileName":"automessage-merged-1.21.1-3.0.0.jar","fileDate":"2025-09-21T12:01:17.79Z","fileLength":140337,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7018/836/automessage-merged-1.21.1-3.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":968432,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2716787439,"invalidFingerprint":false},{"foldername":"automessage.png","fingerprint":4070782436,"invalidFingerprint":false},{"foldername":"common","fingerprint":923376612,"invalidFingerprint":false},{"foldername":"common-automessage.mixins.json","fingerprint":2473924825,"invalidFingerprint":false},{"foldername":"fabric","fingerprint":3995689679,"invalidFingerprint":false},{"foldername":"fabric-automessage.accesswidener","fingerprint":596709444,"invalidFingerprint":false},{"foldername":"fabric-automessage.fabric.mixins.json","fingerprint":435450200,"invalidFingerprint":false},{"foldername":"fabric-automessage.mixins.json","fingerprint":1498465287,"invalidFingerprint":false},{"foldername":"fabric-automessage.refmap.json","fingerprint":2951851005,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":1018662615,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":838918197,"invalidFingerprint":false},{"foldername":"neoforge","fingerprint":54389153,"invalidFingerprint":false},{"foldername":"neoforge-automessage.mixins.json","fingerprint":1052403198,"invalidFingerprint":false},{"foldername":"neoforge-automessage.neoforge.mixins.json","fingerprint":787445502,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":460465719,"invalidFingerprint":false}],"packageFingerprint":786879091,"gameVersion":["1.21","Fabric","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":868624,"fileNameOnDisk":"automessage-merged-1.21.1-3.0.0.jar","hashes":[{"type":1,"value":"1c312eb30c8e1bd608d4ea66b1a950f780ee814a"},{"type":2,"value":"0a8755bc91f1982df1cd1e4382bc478a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"efe8c331-6570-4819-8d8c-f91d81ba883f","modSource":0,"addonID":250398,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Controlling","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Controlling-neoforge-1.21.1-19.0.5.jar","authors":[{"id":10618648,"name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/controlling","issuesURL":"https://github.com/jaredlll08/Controlling/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/49/603/256/256/636079972364045115.png","tags":[],"installedFile":{"id":6368976,"fileName":"Controlling-neoforge-1.21.1-19.0.5.jar","fileDate":"2025-03-30T23:44:28.983Z","fileLength":77555,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6368/976/Controlling-neoforge-1.21.1-19.0.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":858542,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1238902293,"invalidFingerprint":false},{"foldername":"com","fingerprint":807691357,"invalidFingerprint":false},{"foldername":"controlling.accesswidener","fingerprint":2385600630,"invalidFingerprint":false},{"foldername":"controlling.neoforge.mixins.json","fingerprint":1419589446,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3762604135,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1119875546,"invalidFingerprint":false},{"foldername":"controlling.mixins.json","fingerprint":2374489773,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1300801978,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1888588519,"invalidFingerprint":false}],"packageFingerprint":1306717928,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250398,"fileNameOnDisk":"Controlling-neoforge-1.21.1-19.0.5.jar","hashes":[{"type":1,"value":"8a34424fc1428778be2fdbfa4da67b21b70bcbfe"},{"type":2,"value":"7141c2d0bb774dc6e4481be32b685179"}]},"dateInstalled":"2026-05-07T21:58:48.4488998Z","dateUpdated":"2026-05-07T21:58:48.4502324Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Controlling-neoforge-1.21.1-19.0.5.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6368976,"fileName":"Controlling-neoforge-1.21.1-19.0.5.jar","fileDate":"2025-03-30T23:44:28.983Z","fileLength":77555,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6368/976/Controlling-neoforge-1.21.1-19.0.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":858542,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1238902293,"invalidFingerprint":false},{"foldername":"com","fingerprint":807691357,"invalidFingerprint":false},{"foldername":"controlling.accesswidener","fingerprint":2385600630,"invalidFingerprint":false},{"foldername":"controlling.neoforge.mixins.json","fingerprint":1419589446,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3762604135,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1119875546,"invalidFingerprint":false},{"foldername":"controlling.mixins.json","fingerprint":2374489773,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1300801978,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1888588519,"invalidFingerprint":false}],"packageFingerprint":1306717928,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250398,"fileNameOnDisk":"Controlling-neoforge-1.21.1-19.0.5.jar","hashes":[{"type":1,"value":"8a34424fc1428778be2fdbfa4da67b21b70bcbfe"},{"type":2,"value":"7141c2d0bb774dc6e4481be32b685179"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f8d47c89-6500-4139-a542-ffa902d8020c","modSource":0,"addonID":1104882,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"TxniLib","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"txnilib-neoforge-1.0.24-1.21.1.jar","authors":[{"id":102782844,"name":"Txni"}],"primaryAuthor":"Txni","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/txnilib","issuesURL":"https://github.com/txnimc/TxniLib/issues","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1170/525/256/256/638741611474710951.png","tags":[],"installedFile":{"id":6533725,"fileName":"txnilib-neoforge-1.0.24-1.21.1.jar","fileDate":"2025-05-15T21:54:10.04Z","fileLength":6276522,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6533/725/txnilib-neoforge-1.0.24-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":718857338,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3525083395,"invalidFingerprint":false},{"foldername":"mixins.txnilib.json","fingerprint":464391895,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":3329088537,"invalidFingerprint":false}],"packageFingerprint":806726534,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1104882,"fileNameOnDisk":"txnilib-neoforge-1.0.24-1.21.1.jar","hashes":[{"type":1,"value":"17b1bbb96e922e683a1807a2e7bece603fdc491d"},{"type":2,"value":"69cd87744e40cc444b4176022ec6d17a"}]},"dateInstalled":"2026-05-07T21:58:14.9337143Z","dateUpdated":"2026-05-07T21:58:14.9376003Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\txnilib-neoforge-1.0.24-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6533725,"fileName":"txnilib-neoforge-1.0.24-1.21.1.jar","fileDate":"2025-05-15T21:54:10.04Z","fileLength":6276522,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6533/725/txnilib-neoforge-1.0.24-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":718857338,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3525083395,"invalidFingerprint":false},{"foldername":"mixins.txnilib.json","fingerprint":464391895,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":3329088537,"invalidFingerprint":false}],"packageFingerprint":806726534,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1104882,"fileNameOnDisk":"txnilib-neoforge-1.0.24-1.21.1.jar","hashes":[{"type":1,"value":"17b1bbb96e922e683a1807a2e7bece603fdc491d"},{"type":2,"value":"69cd87744e40cc444b4176022ec6d17a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"37fd489b-6f1a-436c-bf5b-a653c8369471","modSource":0,"addonID":904356,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Fast IP Ping","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","authors":[{"id":101275287,"name":"Fallen_Breath"}],"primaryAuthor":"Fallen_Breath","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fast-ip-ping","issuesURL":"https://github.com/Fallen-Breath/fast-ip-ping/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/867/209/256/256/638280200199358443.png","tags":[],"installedFile":{"id":7936390,"fileName":"fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","fileDate":"2026-04-16T18:16:33.347Z","fileLength":10413,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7936/390/fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4161778165,"invalidFingerprint":false},{"foldername":"LICENSE_fast-ip-ping","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"fastipping.mixins.json","fingerprint":3720741108,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2881503646,"invalidFingerprint":false},{"foldername":"me","fingerprint":3065581413,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4257965354,"invalidFingerprint":false}],"packageFingerprint":1798055327,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":904356,"fileNameOnDisk":"fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","hashes":[{"type":1,"value":"3e1a403f9298db23c163dbd85ab68210b4a8c688"},{"type":2,"value":"d94b835066ce722287652235370464bf"}]},"dateInstalled":"2026-05-07T21:58:51.2705312Z","dateUpdated":"2026-05-07T21:58:51.2715046Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7936390,"fileName":"fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","fileDate":"2026-04-16T18:16:33.347Z","fileLength":10413,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7936/390/fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4161778165,"invalidFingerprint":false},{"foldername":"LICENSE_fast-ip-ping","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"fastipping.mixins.json","fingerprint":3720741108,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2881503646,"invalidFingerprint":false},{"foldername":"me","fingerprint":3065581413,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4257965354,"invalidFingerprint":false}],"packageFingerprint":1798055327,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":904356,"fileNameOnDisk":"fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","hashes":[{"type":1,"value":"3e1a403f9298db23c163dbd85ab68210b4a8c688"},{"type":2,"value":"d94b835066ce722287652235370464bf"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"28911af6-0a0d-4217-acc4-bbabc316a5d0","modSource":0,"addonID":431203,"gameID":432,"categoryClassID":6552,"categorySection":{"id":288,"gameId":432,"name":"Shaders","packageType":3,"path":"shaderpacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"","gameCategoryId":6552},"categoryIds":[6553,6554],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"MakeUp - Ultra Fast | Shaders","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\shaderpacks","fileNameOnDisk":"MakeUp-UltraFast-9.4e.zip","authors":[{"id":101746556,"name":"XavierFST"}],"primaryAuthor":"XavierFST","primaryCategoryId":6554,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/shaders/makeup-ultra-fast-shader","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1044/516/256/256/638572074817465930.webp","tags":[],"installedFile":{"id":7980983,"fileName":"MakeUp-UltraFast-9.4e.zip","fileDate":"2026-04-25T06:04:36.98Z","fileLength":402763,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7980/983/MakeUp-UltraFast-9.4e.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"shaders","fingerprint":1717399592,"invalidFingerprint":false},{"foldername":"Credits","fingerprint":1197809470,"invalidFingerprint":false},{"foldername":"ForDevelopers.EN.md","fingerprint":1863242517,"invalidFingerprint":false},{"foldername":"helpful.txt","fingerprint":2044483143,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"ParaDesarrolladores.ES.md","fingerprint":3396595915,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":1042804598,"invalidFingerprint":false}],"packageFingerprint":4072554301,"gameVersion":["1.16.3","1.13.1","1.17.1","1.21","1.16.1","1.18.1","1.14.3","1.15","1.16","1.13","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.14.4","1.14.1","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","OptiFine","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.15.2","1.14","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.13.2","1.15.1","1.12.2","Iris","1.16.4","1.14.2","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.13.1","gameVersionName":"1.13.1","gameVersionTypeId":55023},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.14.3","gameVersionName":"1.14.3","gameVersionTypeId":64806},{"gameVersion":"1.15","gameVersionName":"1.15","gameVersionTypeId":68722},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.13","gameVersionName":"1.13","gameVersionTypeId":55023},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.14.4","gameVersionName":"1.14.4","gameVersionTypeId":64806},{"gameVersion":"1.14.1","gameVersionName":"1.14.1","gameVersionTypeId":64806},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"OptiFine","gameVersionTypeId":76871},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.15.2","gameVersionName":"1.15.2","gameVersionTypeId":68722},{"gameVersion":"1.14","gameVersionName":"1.14","gameVersionTypeId":64806},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.13.2","gameVersionName":"1.13.2","gameVersionTypeId":55023},{"gameVersion":"1.15.1","gameVersionName":"1.15.1","gameVersionTypeId":68722},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Iris","gameVersionTypeId":76871},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.14.2","gameVersionName":"1.14.2","gameVersionTypeId":64806},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":431203,"fileNameOnDisk":"MakeUp-UltraFast-9.4e.zip","hashes":[{"type":1,"value":"37946af829940e921d710fcf89bd444a42ce33d0"},{"type":2,"value":"49bfaa432435bd49c70d443b64b7c6da"}]},"dateInstalled":"2026-05-07T21:58:26.9487649Z","dateUpdated":"2026-05-07T21:58:26.9528807Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\shaderpacks\\MakeUp-UltraFast-9.4e.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8041788,"fileName":"MakeUp-UltraFast-9.5.zip","fileDate":"2026-05-05T06:17:40.013Z","fileLength":397921,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8041/788/MakeUp-UltraFast-9.5.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"shaders","fingerprint":1238462176,"invalidFingerprint":false},{"foldername":"Credits","fingerprint":1197809470,"invalidFingerprint":false},{"foldername":"ForDevelopers.EN.md","fingerprint":1436727958,"invalidFingerprint":false},{"foldername":"helpful.txt","fingerprint":2044483143,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"ParaDesarrolladores.ES.md","fingerprint":4158765609,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":2350326154,"invalidFingerprint":false}],"packageFingerprint":3788180019,"gameVersion":["1.16.3","1.13.1","1.17.1","1.21","1.16.1","1.18.1","1.14.3","1.15","1.16","1.13","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.14.4","1.14.1","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","OptiFine","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.15.2","1.14","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.13.2","1.15.1","1.12.2","Iris","1.16.4","1.14.2","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.13.1","gameVersionName":"1.13.1","gameVersionTypeId":55023},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.14.3","gameVersionName":"1.14.3","gameVersionTypeId":64806},{"gameVersion":"1.15","gameVersionName":"1.15","gameVersionTypeId":68722},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.13","gameVersionName":"1.13","gameVersionTypeId":55023},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.14.4","gameVersionName":"1.14.4","gameVersionTypeId":64806},{"gameVersion":"1.14.1","gameVersionName":"1.14.1","gameVersionTypeId":64806},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"OptiFine","gameVersionTypeId":76871},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.15.2","gameVersionName":"1.15.2","gameVersionTypeId":68722},{"gameVersion":"1.14","gameVersionName":"1.14","gameVersionTypeId":64806},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.13.2","gameVersionName":"1.13.2","gameVersionTypeId":55023},{"gameVersion":"1.15.1","gameVersionName":"1.15.1","gameVersionTypeId":68722},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Iris","gameVersionTypeId":76871},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.14.2","gameVersionName":"1.14.2","gameVersionTypeId":64806},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":431203,"fileNameOnDisk":"MakeUp-UltraFast-9.5.zip","hashes":[{"type":1,"value":"fb2400acf7260393193e7f95d6a33d55351bd949"},{"type":2,"value":"b953a17db4bad70e6526ecab31d1ebf0"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"4a3a1a13-929b-463a-8927-aa9b8eff74a2","modSource":0,"addonID":958881,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,422,5191,406,423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Time On Display","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"time_on_display-merged-1.21-2.0.0.jar","authors":[{"id":101842572,"name":"Lupin"},{"id":104539068,"name":"jason13official"}],"primaryAuthor":"Lupin","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/time-on-display","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1043/640/256/256/638570980199473653.webp","tags":[],"installedFile":{"id":5609781,"fileName":"time_on_display-merged-1.21-2.0.0.jar","fileDate":"2024-08-09T00:26:27.71Z","fileLength":86367,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5609/781/time_on_display-merged-1.21-2.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":968432,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3399074719,"invalidFingerprint":false},{"foldername":"common","fingerprint":2867161478,"invalidFingerprint":false},{"foldername":"common-time_on_display.mixins.json","fingerprint":4191055761,"invalidFingerprint":false},{"foldername":"fabric","fingerprint":819714272,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.fabric.mixins.json","fingerprint":2807255377,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.mixins.json","fingerprint":2807255377,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.refmap.json","fingerprint":801273145,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":798270154,"invalidFingerprint":false},{"foldername":"forge","fingerprint":4078146579,"invalidFingerprint":false},{"foldername":"forge-time_on_display.forge.mixins.json","fingerprint":1555934667,"invalidFingerprint":false},{"foldername":"forge-time_on_display.mixins.json","fingerprint":1555934667,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3493022719,"invalidFingerprint":false},{"foldername":"neoforge","fingerprint":3436262722,"invalidFingerprint":false},{"foldername":"neoforge-time_on_display.mixins.json","fingerprint":1929102713,"invalidFingerprint":false},{"foldername":"neoforge-time_on_display.neoforge.mixins.json","fingerprint":4008966462,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3583625351,"invalidFingerprint":false}],"packageFingerprint":407219464,"gameVersion":["Fabric","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":958881,"fileNameOnDisk":"time_on_display-merged-1.21-2.0.0.jar","hashes":[{"type":1,"value":"8d77892c5a990533366119f03be9b8cf15c7febe"},{"type":2,"value":"eeec198fb868f1568472a32342cb4a86"}]},"dateInstalled":"2026-05-07T21:58:07.2287546Z","dateUpdated":"2026-05-07T21:58:07.2299917Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\time_on_display-merged-1.21-2.0.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5609781,"fileName":"time_on_display-merged-1.21-2.0.0.jar","fileDate":"2024-08-09T00:26:27.71Z","fileLength":86367,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5609/781/time_on_display-merged-1.21-2.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":968432,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3399074719,"invalidFingerprint":false},{"foldername":"common","fingerprint":2867161478,"invalidFingerprint":false},{"foldername":"common-time_on_display.mixins.json","fingerprint":4191055761,"invalidFingerprint":false},{"foldername":"fabric","fingerprint":819714272,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.fabric.mixins.json","fingerprint":2807255377,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.mixins.json","fingerprint":2807255377,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.refmap.json","fingerprint":801273145,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":798270154,"invalidFingerprint":false},{"foldername":"forge","fingerprint":4078146579,"invalidFingerprint":false},{"foldername":"forge-time_on_display.forge.mixins.json","fingerprint":1555934667,"invalidFingerprint":false},{"foldername":"forge-time_on_display.mixins.json","fingerprint":1555934667,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3493022719,"invalidFingerprint":false},{"foldername":"neoforge","fingerprint":3436262722,"invalidFingerprint":false},{"foldername":"neoforge-time_on_display.mixins.json","fingerprint":1929102713,"invalidFingerprint":false},{"foldername":"neoforge-time_on_display.neoforge.mixins.json","fingerprint":4008966462,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3583625351,"invalidFingerprint":false}],"packageFingerprint":407219464,"gameVersion":["Fabric","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":958881,"fileNameOnDisk":"time_on_display-merged-1.21-2.0.0.jar","hashes":[{"type":1,"value":"8d77892c5a990533366119f03be9b8cf15c7febe"},{"type":2,"value":"eeec198fb868f1568472a32342cb4a86"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f657c0cd-babf-4ef8-946d-1af7b6e46542","modSource":0,"addonID":1191845,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,6814,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Redirected","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"redirected-neoforge-1.0.0-1.21.1.jar","authors":[{"id":102782844,"name":"Txni"}],"primaryAuthor":"Txni","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/redirected","issuesURL":"https://github.com/txnimc/Redirected/issues","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1169/700/256/256/638740760495846032.png","tags":[],"installedFile":{"id":6148845,"fileName":"redirected-neoforge-1.0.0-1.21.1.jar","fileDate":"2025-02-02T07:04:31.317Z","fileLength":217587,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6148/845/redirected-neoforge-1.0.0-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1104882,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":374013366,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3903574420,"invalidFingerprint":false},{"foldername":"mixins.redirected_fabric_1.20.1.json","fingerprint":3497248790,"invalidFingerprint":false},{"foldername":"mixins.redirected_fabric_1.21.1.json","fingerprint":2345491289,"invalidFingerprint":false},{"foldername":"mixins.redirected_forge_1.20.1.json","fingerprint":2820300077,"invalidFingerprint":false},{"foldername":"mixins.redirected_neoforge_1.21.1.json","fingerprint":3426188056,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":180397325,"invalidFingerprint":false}],"packageFingerprint":1977061386,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1191845,"fileNameOnDisk":"redirected-neoforge-1.0.0-1.21.1.jar","hashes":[{"type":1,"value":"2704eeefedf52edc30d68c84e2ee0ccf4eea6da0"},{"type":2,"value":"8cdabfc021f961363b24f1abe57a4fb2"}]},"dateInstalled":"2026-05-07T21:58:48.945266Z","dateUpdated":"2026-05-07T21:58:48.9465221Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\redirected-neoforge-1.0.0-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6148845,"fileName":"redirected-neoforge-1.0.0-1.21.1.jar","fileDate":"2025-02-02T07:04:31.317Z","fileLength":217587,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6148/845/redirected-neoforge-1.0.0-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1104882,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":374013366,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3903574420,"invalidFingerprint":false},{"foldername":"mixins.redirected_fabric_1.20.1.json","fingerprint":3497248790,"invalidFingerprint":false},{"foldername":"mixins.redirected_fabric_1.21.1.json","fingerprint":2345491289,"invalidFingerprint":false},{"foldername":"mixins.redirected_forge_1.20.1.json","fingerprint":2820300077,"invalidFingerprint":false},{"foldername":"mixins.redirected_neoforge_1.21.1.json","fingerprint":3426188056,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":180397325,"invalidFingerprint":false}],"packageFingerprint":1977061386,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1191845,"fileNameOnDisk":"redirected-neoforge-1.0.0-1.21.1.jar","hashes":[{"type":1,"value":"2704eeefedf52edc30d68c84e2ee0ccf4eea6da0"},{"type":2,"value":"8cdabfc021f961363b24f1abe57a4fb2"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"3cfb7ab6-c5be-4d7c-a26b-85f00e98bd16","modSource":0,"addonID":944149,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,422,406,426,421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"StartInv | Seconds of Immortality!","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"neo_startinv-1.0.0-1.21.jar","authors":[{"id":101842572,"name":"Lupin"}],"primaryAuthor":"Lupin","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/startinv","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/920/239/256/256/638383488361008302.png","tags":[],"installedFile":{"id":5499027,"fileName":"neo_startinv-1.0.0-1.21.jar","fileDate":"2024-07-03T17:39:19.627Z","fileLength":9275,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5499/27/neo_startinv-1.0.0-1.21.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1714468772,"invalidFingerprint":false},{"foldername":"com","fingerprint":1190132239,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":682857377,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3880423854,"invalidFingerprint":false},{"foldername":"mixins.startinv.json","fingerprint":228722849,"invalidFingerprint":false}],"packageFingerprint":982140947,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":944149,"fileNameOnDisk":"neo_startinv-1.0.0-1.21.jar","hashes":[{"type":1,"value":"405274c56f428c5e3c8e5e552626c011696b55ac"},{"type":2,"value":"fe345a0e0a9e25b6395e16df5d0b9fac"}]},"dateInstalled":"2026-05-07T21:58:17.1197581Z","dateUpdated":"2026-05-07T21:58:17.1208073Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\neo_startinv-1.0.0-1.21.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5499027,"fileName":"neo_startinv-1.0.0-1.21.jar","fileDate":"2024-07-03T17:39:19.627Z","fileLength":9275,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5499/27/neo_startinv-1.0.0-1.21.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1714468772,"invalidFingerprint":false},{"foldername":"com","fingerprint":1190132239,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":682857377,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3880423854,"invalidFingerprint":false},{"foldername":"mixins.startinv.json","fingerprint":228722849,"invalidFingerprint":false}],"packageFingerprint":982140947,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":944149,"fileNameOnDisk":"neo_startinv-1.0.0-1.21.jar","hashes":[{"type":1,"value":"405274c56f428c5e3c8e5e552626c011696b55ac"},{"type":2,"value":"fe345a0e0a9e25b6395e16df5d0b9fac"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"27d67f5d-4382-4c34-8423-7d728bbe0011","modSource":0,"addonID":60089,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[420,425,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Mouse Tweaks","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","authors":[{"id":7495712,"name":"YaLTeR"}],"primaryAuthor":"YaLTeR","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks","issuesURL":"https://github.com/YaLTeR/MouseTweaks/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/467/691/256/256/637749969243449870.png","tags":[],"installedFile":{"id":5637846,"fileName":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","fileDate":"2024-08-17T15:55:16.403Z","fileLength":73938,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5637/846/MouseTweaks-neoforge-mc1.21-2.26.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1247581823,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":2881444305,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2140027510,"invalidFingerprint":false},{"foldername":"mousetweaks-fabric.mixins.json","fingerprint":3954768689,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.json","fingerprint":1642826513,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":1781016577,"invalidFingerprint":false}],"packageFingerprint":845432825,"gameVersion":["1.21","Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","hashes":[{"type":1,"value":"6dae57f4f50f7808d2ed9a18f6cd1c0d4640c6bc"},{"type":2,"value":"4ab6e808a59fdebecfbc92438b85b470"}]},"dateInstalled":"2026-05-07T21:58:01.3085301Z","dateUpdated":"2026-05-07T21:58:01.309584Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\MouseTweaks-neoforge-mc1.21-2.26.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5637846,"fileName":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","fileDate":"2024-08-17T15:55:16.403Z","fileLength":73938,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5637/846/MouseTweaks-neoforge-mc1.21-2.26.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1247581823,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":2881444305,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2140027510,"invalidFingerprint":false},{"foldername":"mousetweaks-fabric.mixins.json","fingerprint":3954768689,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.json","fingerprint":1642826513,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":1781016577,"invalidFingerprint":false}],"packageFingerprint":845432825,"gameVersion":["1.21","Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","hashes":[{"type":1,"value":"6dae57f4f50f7808d2ed9a18f6cd1c0d4640c6bc"},{"type":2,"value":"4ab6e808a59fdebecfbc92438b85b470"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"5e49e31c-7ab2-4b17-97b1-25bd67b85aad","modSource":0,"addonID":1091339,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6814,6821,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"AllTheLeaks (Memory Leak Fix)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"alltheleaks-1.1.8+1.21.1-neoforge.jar","authors":[{"id":107406482,"name":"Uncandango"}],"primaryAuthor":"Uncandango","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/alltheleaks","issuesURL":"https://github.com/pietro-lopes/AllTheLeaks/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1068/365/256/256/638602852129913496.png","tags":[],"installedFile":{"id":7955700,"fileName":"alltheleaks-1.1.8+1.21.1-neoforge.jar","fileDate":"2026-04-20T12:41:05.377Z","fileLength":536828,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7955/700/alltheleaks-1.1.8%2b1.21.1-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2795963896,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1979001933,"invalidFingerprint":false},{"foldername":"alltheleaks.mixins.json","fingerprint":1753949237,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":82175170,"invalidFingerprint":false}],"packageFingerprint":810386014,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1091339,"fileNameOnDisk":"alltheleaks-1.1.8+1.21.1-neoforge.jar","hashes":[{"type":1,"value":"f91b11a1cfa718b9291fbe7b80356f17a572577e"},{"type":2,"value":"f13d96d14efa73161caacc6df0aa808a"}]},"dateInstalled":"2026-05-07T21:58:38.241496Z","dateUpdated":"2026-05-07T21:58:38.242485Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\alltheleaks-1.1.8+1.21.1-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7955700,"fileName":"alltheleaks-1.1.8+1.21.1-neoforge.jar","fileDate":"2026-04-20T12:41:05.377Z","fileLength":536828,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7955/700/alltheleaks-1.1.8%2b1.21.1-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2795963896,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1979001933,"invalidFingerprint":false},{"foldername":"alltheleaks.mixins.json","fingerprint":1753949237,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":82175170,"invalidFingerprint":false}],"packageFingerprint":810386014,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1091339,"fileNameOnDisk":"alltheleaks-1.1.8+1.21.1-neoforge.jar","hashes":[{"type":1,"value":"f91b11a1cfa718b9291fbe7b80356f17a572577e"},{"type":2,"value":"f13d96d14efa73161caacc6df0aa808a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"36f6598d-fc4c-4505-a443-5980f2d38159","modSource":0,"addonID":499980,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Moonlight Lib","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"moonlight-neoforge-1.21.1-3.0.5.jar","authors":[{"id":101295357,"name":"MehVahdJukaar"}],"primaryAuthor":"MehVahdJukaar","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/selene","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/402/662/256/256/637610797055895331.png","tags":[],"installedFile":{"id":8037440,"fileName":"moonlight-neoforge-1.21.1-3.0.5.jar","fileDate":"2026-05-04T11:42:02.987Z","fileLength":1573067,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8037/440/moonlight-neoforge-1.21.1-3.0.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3690277498,"invalidFingerprint":false},{"foldername":"net","fingerprint":2044505660,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4140233105,"invalidFingerprint":false},{"foldername":"moonlight-common.mixins.json","fingerprint":1823906894,"invalidFingerprint":false},{"foldername":"moonlight.accesswidener","fingerprint":394236303,"invalidFingerprint":false},{"foldername":"moonlight.mixins.json","fingerprint":2704494782,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2032883417,"invalidFingerprint":false},{"foldername":"data","fingerprint":534078977,"invalidFingerprint":false},{"foldername":"LICENSE_Moonlight Lib.md","fingerprint":2838826641,"invalidFingerprint":false}],"packageFingerprint":816371809,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":499980,"fileNameOnDisk":"moonlight-neoforge-1.21.1-3.0.5.jar","hashes":[{"type":1,"value":"c37ec1c8f2798354ff37851a5c620ca5d2564c2b"},{"type":2,"value":"5d4835b89314651bd2e3f43e8ce32e40"}]},"dateInstalled":"2026-05-07T21:58:04.8299047Z","dateUpdated":"2026-05-07T22:26:02.093541Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\moonlight-neoforge-1.21.1-3.0.5.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8037440,"fileName":"moonlight-neoforge-1.21.1-3.0.5.jar","fileDate":"2026-05-04T11:42:02.987Z","fileLength":1573067,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8037/440/moonlight-neoforge-1.21.1-3.0.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3690277498,"invalidFingerprint":false},{"foldername":"net","fingerprint":2044505660,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4140233105,"invalidFingerprint":false},{"foldername":"moonlight-common.mixins.json","fingerprint":1823906894,"invalidFingerprint":false},{"foldername":"moonlight.accesswidener","fingerprint":394236303,"invalidFingerprint":false},{"foldername":"moonlight.mixins.json","fingerprint":2704494782,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2032883417,"invalidFingerprint":false},{"foldername":"data","fingerprint":534078977,"invalidFingerprint":false},{"foldername":"LICENSE_Moonlight Lib.md","fingerprint":2838826641,"invalidFingerprint":false}],"packageFingerprint":816371809,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":499980,"fileNameOnDisk":"moonlight-neoforge-1.21.1-3.0.5.jar","hashes":[{"type":1,"value":"c37ec1c8f2798354ff37851a5c620ca5d2564c2b"},{"type":2,"value":"5d4835b89314651bd2e3f43e8ce32e40"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"3276bc00-6a53-4444-b6ff-aef2eec69f34","modSource":0,"addonID":882495,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"fix GPU memory leak[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"gpumemleakfix-1.21-1.8.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fix-gpu-memory-leak","issuesURL":"https://github.com/someaddons/gpumemleakfix/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/841/827/256/256/638236647684351264.png","tags":[],"installedFile":{"id":5513549,"fileName":"gpumemleakfix-1.21-1.8.jar","fileDate":"2024-07-08T12:10:50.6Z","fileLength":6574,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5513/549/gpumemleakfix-1.21-1.8.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1891078187,"invalidFingerprint":false},{"foldername":"com","fingerprint":1771624309,"invalidFingerprint":false},{"foldername":"gpumemleakfix.mixins.json","fingerprint":510417135,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1348339019,"invalidFingerprint":false}],"packageFingerprint":1193908577,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":882495,"fileNameOnDisk":"gpumemleakfix-1.21-1.8.jar","hashes":[{"type":1,"value":"1894d2f0dd0c275aea0f1a6265ebd5715569c208"},{"type":2,"value":"96a47a7cff915294a949f73a5f2a8816"}]},"dateInstalled":"2026-05-07T21:58:49.9944301Z","dateUpdated":"2026-05-07T21:58:49.9955648Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\gpumemleakfix-1.21-1.8.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5513549,"fileName":"gpumemleakfix-1.21-1.8.jar","fileDate":"2024-07-08T12:10:50.6Z","fileLength":6574,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5513/549/gpumemleakfix-1.21-1.8.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1891078187,"invalidFingerprint":false},{"foldername":"com","fingerprint":1771624309,"invalidFingerprint":false},{"foldername":"gpumemleakfix.mixins.json","fingerprint":510417135,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1348339019,"invalidFingerprint":false}],"packageFingerprint":1193908577,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":882495,"fileNameOnDisk":"gpumemleakfix-1.21-1.8.jar","hashes":[{"type":1,"value":"1894d2f0dd0c275aea0f1a6265ebd5715569c208"},{"type":2,"value":"96a47a7cff915294a949f73a5f2a8816"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"ed74ddac-2358-4f81-a709-de19b251b1bf","modSource":0,"addonID":558905,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,424,6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Sodium/Embeddium Extras","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"sodiumextras-neoforge-1.0.8-1.21.1.jar","authors":[{"id":102782844,"name":"Txni"}],"primaryAuthor":"Txni","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/magnesium-extras","issuesURL":"https://github.com/txnimc/SodiumExtras/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1066/735/256/256/638600914286319886.png","tags":[],"installedFile":{"id":6394141,"fileName":"sodiumextras-neoforge-1.0.8-1.21.1.jar","fileDate":"2025-04-07T04:44:42.343Z","fileLength":276988,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6394/141/sodiumextras-neoforge-1.0.8-1.21.1.jar","isAlternate":false,"alternateFileId":6394143,"serverPackFileId":0,"dependencies":[{"addonId":1103431,"type":3},{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3948137030,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2169881499,"invalidFingerprint":false},{"foldername":"mixins.sodiumextras.json","fingerprint":2195999977,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":4133244206,"invalidFingerprint":false}],"packageFingerprint":4051323827,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":558905,"fileNameOnDisk":"sodiumextras-neoforge-1.0.8-1.21.1.jar","hashes":[{"type":1,"value":"d678f6eb28fec11f3e99bc7f17f5e385703bc44a"},{"type":2,"value":"acbf3c92a89bcd595e7c0c668fc7309f"}]},"dateInstalled":"2026-05-07T21:58:37.5221069Z","dateUpdated":"2026-05-07T21:58:37.5231695Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\sodiumextras-neoforge-1.0.8-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6394141,"fileName":"sodiumextras-neoforge-1.0.8-1.21.1.jar","fileDate":"2025-04-07T04:44:42.343Z","fileLength":276988,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6394/141/sodiumextras-neoforge-1.0.8-1.21.1.jar","isAlternate":false,"alternateFileId":6394143,"serverPackFileId":0,"dependencies":[{"addonId":1103431,"type":3},{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3948137030,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2169881499,"invalidFingerprint":false},{"foldername":"mixins.sodiumextras.json","fingerprint":2195999977,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":4133244206,"invalidFingerprint":false}],"packageFingerprint":4051323827,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":558905,"fileNameOnDisk":"sodiumextras-neoforge-1.0.8-1.21.1.jar","hashes":[{"type":1,"value":"d678f6eb28fec11f3e99bc7f17f5e385703bc44a"},{"type":2,"value":"acbf3c92a89bcd595e7c0c668fc7309f"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"df78585a-7d51-4b70-813c-7a2aa4225fbf","modSource":0,"addonID":271740,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Toast Control","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"ToastControl-1.21.1-9.0.1.jar","authors":[{"id":10368195,"name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/toast-control","issuesURL":"https://github.com/Shadows-of-Fire/Toast-Control/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/105/330/256/256/636352185216944005.png","tags":[],"installedFile":{"id":6751464,"fileName":"ToastControl-1.21.1-9.0.1.jar","fileDate":"2025-07-10T07:02:27.877Z","fileLength":21079,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6751/464/ToastControl-1.21.1-9.0.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":276283000,"invalidFingerprint":false},{"foldername":"dev","fingerprint":634000606,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3433595591,"invalidFingerprint":false},{"foldername":"toastcontrol.mixins.json","fingerprint":1861248534,"invalidFingerprint":false}],"packageFingerprint":3258843963,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271740,"fileNameOnDisk":"ToastControl-1.21.1-9.0.1.jar","hashes":[{"type":1,"value":"33477c2db0479c9be33d1ca3b2fa47cf6c97988c"},{"type":2,"value":"1f83b8749f48753bb50d9e22e5f6706c"}]},"dateInstalled":"2026-05-07T21:58:54.6980392Z","dateUpdated":"2026-05-07T21:58:54.6990175Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\ToastControl-1.21.1-9.0.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6751464,"fileName":"ToastControl-1.21.1-9.0.1.jar","fileDate":"2025-07-10T07:02:27.877Z","fileLength":21079,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6751/464/ToastControl-1.21.1-9.0.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":276283000,"invalidFingerprint":false},{"foldername":"dev","fingerprint":634000606,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3433595591,"invalidFingerprint":false},{"foldername":"toastcontrol.mixins.json","fingerprint":1861248534,"invalidFingerprint":false}],"packageFingerprint":3258843963,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271740,"fileNameOnDisk":"ToastControl-1.21.1-9.0.1.jar","hashes":[{"type":1,"value":"33477c2db0479c9be33d1ca3b2fa47cf6c97988c"},{"type":2,"value":"1f83b8749f48753bb50d9e22e5f6706c"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"ccf23053-f5f0-4b6f-8f66-b3cde6446044","modSource":0,"addonID":886331,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[4465,5193,400,405],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Loading Backgrounds - Default Images","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"loadingbackgrounds_default_images-1.21.X-4.0.0.zip","authors":[{"id":101842572,"name":"Lupin"}],"primaryAuthor":"Lupin","primaryCategoryId":5193,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/loading-backgrounds-loading-images","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1496/124/256/256/638971892831575978.webp","tags":[],"installedFile":{"id":7228406,"fileName":"loadingbackgrounds_default_images-1.21.X-4.0.0.zip","fileDate":"2025-11-16T12:01:50.41Z","fileLength":50544037,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/406/loadingbackgrounds_default_images-1.21.X-4.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2176806187,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":2207580623,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1436098848,"invalidFingerprint":false}],"packageFingerprint":3695994406,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":886331,"fileNameOnDisk":"loadingbackgrounds_default_images-1.21.X-4.0.0.zip","hashes":[{"type":1,"value":"0bacab4fba302803918bacc6e31540e461919a23"},{"type":2,"value":"a9f51da498a93f84f67abb3221704d9c"}]},"dateInstalled":"2026-05-07T21:58:33.5139953Z","dateUpdated":"2026-05-07T21:58:33.5253651Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\loadingbackgrounds_default_images-1.21.X-4.0.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7228406,"fileName":"loadingbackgrounds_default_images-1.21.X-4.0.0.zip","fileDate":"2025-11-16T12:01:50.41Z","fileLength":50544037,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/406/loadingbackgrounds_default_images-1.21.X-4.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2176806187,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":2207580623,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1436098848,"invalidFingerprint":false}],"packageFingerprint":3695994406,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":886331,"fileNameOnDisk":"loadingbackgrounds_default_images-1.21.X-4.0.0.zip","hashes":[{"type":1,"value":"0bacab4fba302803918bacc6e31540e461919a23"},{"type":2,"value":"a9f51da498a93f84f67abb3221704d9c"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"abd0256f-6980-4564-a5c0-cee97f90d712","modSource":0,"addonID":419699,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Architectury API","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"architectury-13.0.8-neoforge.jar","authors":[{"id":32851078,"name":"shedaniel"},{"id":19463137,"name":"MaxNeedsSnacks"},{"id":57500433,"name":"Juicebus"}],"primaryAuthor":"shedaniel","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/architectury-api","issuesURL":"https://github.com/architectury/architectury/issues","wikiURL":"https://docs.architectury.dev/plugin:get_started","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/313/420/256/256/637408811378175814.png","tags":[],"installedFile":{"id":5786327,"fileName":"architectury-13.0.8-neoforge.jar","fileDate":"2024-10-05T19:24:07.34Z","fileLength":584004,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5786/327/architectury-13.0.8-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2830765833,"invalidFingerprint":false},{"foldername":"architectury-common-refmap.json","fingerprint":2053242975,"invalidFingerprint":false},{"foldername":"architectury-common.mixins.json","fingerprint":3973693202,"invalidFingerprint":false},{"foldername":"architectury.mixins.json","fingerprint":1646327958,"invalidFingerprint":false},{"foldername":"architectury_inject_architectury_common_90b77f7e91db42de8d10e5cc821610bb_5bd1878b82892d39a5055ed8d0e40a74688282c910e605d53cbddbcf6ff84c53architectury1308devjar","fingerprint":2353119672,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3788613633,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":337711864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1096803035,"invalidFingerprint":false}],"packageFingerprint":418634412,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419699,"fileNameOnDisk":"architectury-13.0.8-neoforge.jar","hashes":[{"type":1,"value":"6ca11d3cc136bf69bb8f4d56982481eb85b5100b"},{"type":2,"value":"7a45a948b525c031ca85d221dfdbed85"}]},"dateInstalled":"2026-05-07T21:58:45.0710902Z","dateUpdated":"2026-05-07T21:58:45.0721519Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\architectury-13.0.8-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5786327,"fileName":"architectury-13.0.8-neoforge.jar","fileDate":"2024-10-05T19:24:07.34Z","fileLength":584004,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5786/327/architectury-13.0.8-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2830765833,"invalidFingerprint":false},{"foldername":"architectury-common-refmap.json","fingerprint":2053242975,"invalidFingerprint":false},{"foldername":"architectury-common.mixins.json","fingerprint":3973693202,"invalidFingerprint":false},{"foldername":"architectury.mixins.json","fingerprint":1646327958,"invalidFingerprint":false},{"foldername":"architectury_inject_architectury_common_90b77f7e91db42de8d10e5cc821610bb_5bd1878b82892d39a5055ed8d0e40a74688282c910e605d53cbddbcf6ff84c53architectury1308devjar","fingerprint":2353119672,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3788613633,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":337711864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1096803035,"invalidFingerprint":false}],"packageFingerprint":418634412,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419699,"fileNameOnDisk":"architectury-13.0.8-neoforge.jar","hashes":[{"type":1,"value":"6ca11d3cc136bf69bb8f4d56982481eb85b5100b"},{"type":2,"value":"7a45a948b525c031ca85d221dfdbed85"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"911fe5ef-8359-41ec-b3eb-52f730db1639","modSource":0,"addonID":326652,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Cupboard","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"cupboard-1.21-3.5.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cupboard","issuesURL":"https://github.com/someaddons/cupboard/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/852/567/256/256/638255508280634753.png","tags":[],"installedFile":{"id":7746488,"fileName":"cupboard-1.21-3.5.jar","fileDate":"2026-03-12T10:30:19.31Z","fileLength":26659,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7746/488/cupboard-1.21-3.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1134223964,"invalidFingerprint":false},{"foldername":"com","fingerprint":2916834756,"invalidFingerprint":false},{"foldername":"cupboard.mixins.json","fingerprint":768032476,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152166936,"invalidFingerprint":false}],"packageFingerprint":3036562125,"gameVersion":["1.21","Client","1.21.5","1.21.4","1.21.1","1.21.3","NeoForge","Server","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":326652,"fileNameOnDisk":"cupboard-1.21-3.5.jar","hashes":[{"type":1,"value":"e5f55c8f9d172048fe6f8b919cda1dbe3cbfbc70"},{"type":2,"value":"48430a7d993b39ac3559f4773acc6678"}]},"dateInstalled":"2026-05-07T21:58:25.3022977Z","dateUpdated":"2026-05-07T21:58:25.303541Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\cupboard-1.21-3.5.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7746488,"fileName":"cupboard-1.21-3.5.jar","fileDate":"2026-03-12T10:30:19.31Z","fileLength":26659,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7746/488/cupboard-1.21-3.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1134223964,"invalidFingerprint":false},{"foldername":"com","fingerprint":2916834756,"invalidFingerprint":false},{"foldername":"cupboard.mixins.json","fingerprint":768032476,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152166936,"invalidFingerprint":false}],"packageFingerprint":3036562125,"gameVersion":["1.21","Client","1.21.5","1.21.4","1.21.1","1.21.3","NeoForge","Server","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":326652,"fileNameOnDisk":"cupboard-1.21-3.5.jar","hashes":[{"type":1,"value":"e5f55c8f9d172048fe6f8b919cda1dbe3cbfbc70"},{"type":2,"value":"48430a7d993b39ac3559f4773acc6678"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6015b356-12a6-4375-8012-8419b1aa064e","modSource":0,"addonID":388800,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Polymorph (Fabric/Forge/Quilt)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"polymorph-neoforge-1.1.0+1.21.1.jar","authors":[{"id":34683772,"name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/polymorph","issuesURL":"https://github.com/TheIllusiveC4/Polymorph/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/279/271/256/256/637277042531842540.png","tags":[],"installedFile":{"id":6794589,"fileName":"polymorph-neoforge-1.1.0+1.21.1.jar","fileDate":"2025-07-21T10:56:20.123Z","fileLength":174972,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6794/589/polymorph-neoforge-1.1.0%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1898173682,"invalidFingerprint":false},{"foldername":"com","fingerprint":1750886828,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4252131204,"invalidFingerprint":false},{"foldername":"polymorph_icon.png","fingerprint":2565812113,"invalidFingerprint":false},{"foldername":"polymorph.mixins.json","fingerprint":3447760356,"invalidFingerprint":false},{"foldername":"polymorph-compatibility.neoforge.mixins.json","fingerprint":2969094330,"invalidFingerprint":false},{"foldername":"polymorph-compatibility.mixins.json","fingerprint":1413208718,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1851461949,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1157955771,"invalidFingerprint":false},{"foldername":"COPYING","fingerprint":2226923820,"invalidFingerprint":false},{"foldername":"COPYING.LESSER","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":4104718648,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":661612897,"invalidFingerprint":false}],"packageFingerprint":2982501720,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":388800,"fileNameOnDisk":"polymorph-neoforge-1.1.0+1.21.1.jar","hashes":[{"type":1,"value":"84f8c539fa326dc723ae62b7a6916d6b01982d07"},{"type":2,"value":"2368e0c92ae882677bbf4b87418656b9"}]},"dateInstalled":"2026-05-07T21:58:06.2033557Z","dateUpdated":"2026-05-07T21:58:06.2044413Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\polymorph-neoforge-1.1.0+1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6794589,"fileName":"polymorph-neoforge-1.1.0+1.21.1.jar","fileDate":"2025-07-21T10:56:20.123Z","fileLength":174972,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6794/589/polymorph-neoforge-1.1.0%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1898173682,"invalidFingerprint":false},{"foldername":"com","fingerprint":1750886828,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4252131204,"invalidFingerprint":false},{"foldername":"polymorph_icon.png","fingerprint":2565812113,"invalidFingerprint":false},{"foldername":"polymorph.mixins.json","fingerprint":3447760356,"invalidFingerprint":false},{"foldername":"polymorph-compatibility.neoforge.mixins.json","fingerprint":2969094330,"invalidFingerprint":false},{"foldername":"polymorph-compatibility.mixins.json","fingerprint":1413208718,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1851461949,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1157955771,"invalidFingerprint":false},{"foldername":"COPYING","fingerprint":2226923820,"invalidFingerprint":false},{"foldername":"COPYING.LESSER","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":4104718648,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":661612897,"invalidFingerprint":false}],"packageFingerprint":2982501720,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":388800,"fileNameOnDisk":"polymorph-neoforge-1.1.0+1.21.1.jar","hashes":[{"type":1,"value":"84f8c539fa326dc723ae62b7a6916d6b01982d07"},{"type":2,"value":"2368e0c92ae882677bbf4b87418656b9"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6d978328-df74-4659-bc97-da8a304d9abd","modSource":0,"addonID":1037680,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[408,434,422,5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Awesome 3D Mace","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"mace3d-1.2.0-1.21.1+neoforge.jar","authors":[{"id":101842572,"name":"Lupin"},{"id":102790755,"name":"luavixen"},{"id":129240526,"name":"lowercasebtw"},{"id":108329762,"name":"Skatric_"}],"primaryAuthor":"Lupin","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/awesome-3d-mace","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1018/233/256/256/638544822272410121.png","tags":[],"installedFile":{"id":7243121,"fileName":"mace3d-1.2.0-1.21.1+neoforge.jar","fileDate":"2025-11-20T18:04:21.317Z","fileLength":188719,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7243/121/mace3d-1.2.0-1.21.1%2bneoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1843129765,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2913730749,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2738780732,"invalidFingerprint":false},{"foldername":"mace3d.mixins.json","fingerprint":1705950270,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":273960316,"invalidFingerprint":false}],"packageFingerprint":3820136208,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1037680,"fileNameOnDisk":"mace3d-1.2.0-1.21.1+neoforge.jar","hashes":[{"type":1,"value":"47bc853901ab453be4f55c4759d1bc01364d7316"},{"type":2,"value":"0d8747635dd74a25116ae4bef769bc0a"}]},"dateInstalled":"2026-05-07T21:58:42.5750142Z","dateUpdated":"2026-05-07T21:58:42.5758878Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\mace3d-1.2.0-1.21.1+neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7243121,"fileName":"mace3d-1.2.0-1.21.1+neoforge.jar","fileDate":"2025-11-20T18:04:21.317Z","fileLength":188719,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7243/121/mace3d-1.2.0-1.21.1%2bneoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1843129765,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2913730749,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2738780732,"invalidFingerprint":false},{"foldername":"mace3d.mixins.json","fingerprint":1705950270,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":273960316,"invalidFingerprint":false}],"packageFingerprint":3820136208,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1037680,"fileNameOnDisk":"mace3d-1.2.0-1.21.1+neoforge.jar","hashes":[{"type":1,"value":"47bc853901ab453be4f55c4759d1bc01364d7316"},{"type":2,"value":"0d8747635dd74a25116ae4bef769bc0a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"ee707879-a427-47ee-9eef-135c96a00388","modSource":0,"addonID":361579,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"spark","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"spark-1.10.124-neoforge.jar","authors":[{"id":54676657,"name":"Iucko"}],"primaryAuthor":"Iucko","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/spark","issuesURL":"https://github.com/lucko/spark/issues","wikiURL":"https://spark.lucko.me/docs","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/495/151/256/256/637808085409071880.png","tags":[],"installedFile":{"id":6225208,"fileName":"spark-1.10.124-neoforge.jar","fileDate":"2025-02-23T11:38:31.027Z","fileLength":3642581,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6225/208/spark-1.10.124-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2169941584,"invalidFingerprint":false},{"foldername":"me","fingerprint":620895083,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":875227375,"invalidFingerprint":false},{"foldername":"spark-native","fingerprint":433455606,"invalidFingerprint":false},{"foldername":"win32-x86","fingerprint":2564852001,"invalidFingerprint":false},{"foldername":"win32-x86-64","fingerprint":2158727245,"invalidFingerprint":false}],"packageFingerprint":3447435049,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":361579,"fileNameOnDisk":"spark-1.10.124-neoforge.jar","hashes":[{"type":1,"value":"9430cc2ab64ff89d698be593769fb9f9ee4efae6"},{"type":2,"value":"a61dd250e618f8fd62fc6b0943831c50"}]},"dateInstalled":"2026-05-07T21:58:55.9444532Z","dateUpdated":"2026-05-07T21:58:55.9462454Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\spark-1.10.124-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6225208,"fileName":"spark-1.10.124-neoforge.jar","fileDate":"2025-02-23T11:38:31.027Z","fileLength":3642581,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6225/208/spark-1.10.124-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2169941584,"invalidFingerprint":false},{"foldername":"me","fingerprint":620895083,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":875227375,"invalidFingerprint":false},{"foldername":"spark-native","fingerprint":433455606,"invalidFingerprint":false},{"foldername":"win32-x86","fingerprint":2564852001,"invalidFingerprint":false},{"foldername":"win32-x86-64","fingerprint":2158727245,"invalidFingerprint":false}],"packageFingerprint":3447435049,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":361579,"fileNameOnDisk":"spark-1.10.124-neoforge.jar","hashes":[{"type":1,"value":"9430cc2ab64ff89d698be593769fb9f9ee4efae6"},{"type":2,"value":"a61dd250e618f8fd62fc6b0943831c50"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"68ffa61f-2ddc-4b75-bbd9-5b7c32e1e96b","modSource":0,"addonID":531761,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Balm","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"balm-neoforge-1.21.1-21.0.56.jar","authors":[{"id":12099681,"name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/balm","issuesURL":"https://github.com/TwelveIterations/Balm/issues","wikiURL":"https://balm.twelveiterations.com/","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1107/117/256/256/638657111836546584.png","tags":[],"installedFile":{"id":7420963,"fileName":"balm-neoforge-1.21.1-21.0.56.jar","fileDate":"2026-01-05T13:50:26.647Z","fileLength":739709,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7420/963/balm-neoforge-1.21.1-21.0.56.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4013853730,"invalidFingerprint":false},{"foldername":"net","fingerprint":2433240582,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":320221365,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2093007951,"invalidFingerprint":false},{"foldername":"balm.neoforge.mixins.json","fingerprint":3931949274,"invalidFingerprint":false},{"foldername":"data","fingerprint":3917391617,"invalidFingerprint":false},{"foldername":"balm.png","fingerprint":3535347704,"invalidFingerprint":false},{"foldername":"wthit_plugins.json","fingerprint":2086325127,"invalidFingerprint":false},{"foldername":"balm.mixins.json","fingerprint":451320591,"invalidFingerprint":false},{"foldername":"LICENSE_Balm","fingerprint":1031176930,"invalidFingerprint":false}],"packageFingerprint":1850182331,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":531761,"fileNameOnDisk":"balm-neoforge-1.21.1-21.0.56.jar","hashes":[{"type":1,"value":"c1c1d4859c7943c7d1c181c07fa7273a1d56df15"},{"type":2,"value":"7ab16721c9a8bb96666233d8ef46b47d"}]},"dateInstalled":"2026-05-07T21:58:06.7251958Z","dateUpdated":"2026-05-07T21:58:06.7263838Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\balm-neoforge-1.21.1-21.0.56.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7420963,"fileName":"balm-neoforge-1.21.1-21.0.56.jar","fileDate":"2026-01-05T13:50:26.647Z","fileLength":739709,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7420/963/balm-neoforge-1.21.1-21.0.56.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4013853730,"invalidFingerprint":false},{"foldername":"net","fingerprint":2433240582,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":320221365,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2093007951,"invalidFingerprint":false},{"foldername":"balm.neoforge.mixins.json","fingerprint":3931949274,"invalidFingerprint":false},{"foldername":"data","fingerprint":3917391617,"invalidFingerprint":false},{"foldername":"balm.png","fingerprint":3535347704,"invalidFingerprint":false},{"foldername":"wthit_plugins.json","fingerprint":2086325127,"invalidFingerprint":false},{"foldername":"balm.mixins.json","fingerprint":451320591,"invalidFingerprint":false},{"foldername":"LICENSE_Balm","fingerprint":1031176930,"invalidFingerprint":false}],"packageFingerprint":1850182331,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":531761,"fileNameOnDisk":"balm-neoforge-1.21.1-21.0.56.jar","hashes":[{"type":1,"value":"c1c1d4859c7943c7d1c181c07fa7273a1d56df15"},{"type":2,"value":"7ab16721c9a8bb96666233d8ef46b47d"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"06aea849-7169-442d-8af0-effdc435542c","modSource":0,"addonID":1016013,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[402,394,405,403,401],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Realistic Chests","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Realistic Chests - 1.1.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":109518791,"name":"AviArt"}],"primaryAuthor":"Lupin","primaryCategoryId":394,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/realistic-chests","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1302/596/256/256/638846733472264521.webp","tags":[],"installedFile":{"id":7451276,"fileName":"Realistic Chests - 1.1.zip","fileDate":"2026-01-12T18:12:27.543Z","fileLength":475866,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7451/276/Realistic%20Chests%20-%201.1.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2291289666,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3660398786,"invalidFingerprint":false}],"packageFingerprint":916013278,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1016013,"fileNameOnDisk":"Realistic Chests - 1.1.zip","hashes":[{"type":1,"value":"22960c0ddc700e0debf1acb70b60b751af8ab38e"},{"type":2,"value":"c5849bd0460bcf3c7752d8d6864f6dae"}]},"dateInstalled":"2026-05-07T21:58:35.515544Z","dateUpdated":"2026-05-07T21:58:35.5174269Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Realistic Chests - 1.1.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7451276,"fileName":"Realistic Chests - 1.1.zip","fileDate":"2026-01-12T18:12:27.543Z","fileLength":475866,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7451/276/Realistic%20Chests%20-%201.1.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2291289666,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3660398786,"invalidFingerprint":false}],"packageFingerprint":916013278,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1016013,"fileNameOnDisk":"Realistic Chests - 1.1.zip","hashes":[{"type":1,"value":"22960c0ddc700e0debf1acb70b60b751af8ab38e"},{"type":2,"value":"c5849bd0460bcf3c7752d8d6864f6dae"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6852120c-5547-4998-be13-3902682a8c4b","modSource":0,"addonID":448233,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Entity Culling Fabric/Forge","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"entityculling-neoforge-1.10.2-mc1.21.1.jar","authors":[{"id":100212189,"name":"tr7zw"}],"primaryAuthor":"tr7zw","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/entityculling","issuesURL":"https://github.com/tr7zw/EntityCulling/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/345/318/256/256/637492631463701682.png","tags":[],"installedFile":{"id":8053771,"fileName":"entityculling-neoforge-1.10.2-mc1.21.1.jar","fileDate":"2026-05-07T17:02:06.093Z","fileLength":1582824,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8053/771/entityculling-neoforge-1.10.2-mc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2096466311,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1929528592,"invalidFingerprint":false},{"foldername":"LICENSE-EntityCulling","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"assets","fingerprint":225464463,"invalidFingerprint":false},{"foldername":"com","fingerprint":1200952869,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3474774877,"invalidFingerprint":false},{"foldername":"entityculling.mixins.json","fingerprint":2732222196,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1128112900,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1336019042,"invalidFingerprint":false}],"packageFingerprint":1090075427,"gameVersion":["Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":448233,"fileNameOnDisk":"entityculling-neoforge-1.10.2-mc1.21.1.jar","hashes":[{"type":1,"value":"6c6f885e0359c2b0601cbec76fda406caeb49cca"},{"type":2,"value":"88831a176ed788b91d9c881a70a86902"}]},"dateInstalled":"2026-05-07T21:58:02.953484Z","dateUpdated":"2026-05-07T22:25:59.3890691Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\entityculling-neoforge-1.10.2-mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8053771,"fileName":"entityculling-neoforge-1.10.2-mc1.21.1.jar","fileDate":"2026-05-07T17:02:06.093Z","fileLength":1582824,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8053/771/entityculling-neoforge-1.10.2-mc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2096466311,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1929528592,"invalidFingerprint":false},{"foldername":"LICENSE-EntityCulling","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"assets","fingerprint":225464463,"invalidFingerprint":false},{"foldername":"com","fingerprint":1200952869,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3474774877,"invalidFingerprint":false},{"foldername":"entityculling.mixins.json","fingerprint":2732222196,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1128112900,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1336019042,"invalidFingerprint":false}],"packageFingerprint":1090075427,"gameVersion":["Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":448233,"fileNameOnDisk":"entityculling-neoforge-1.10.2-mc1.21.1.jar","hashes":[{"type":1,"value":"6c6f885e0359c2b0601cbec76fda406caeb49cca"},{"type":2,"value":"88831a176ed788b91d9c881a70a86902"}]},"allowModDistribution":false,"exportDisabledReason":0,"groupId":null},{"instanceID":"034eca0f-b951-4e92-b6cf-77c8e505482b","modSource":0,"addonID":1386611,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[5193,404,400,405,403],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Better GUI - Workbench, Villagers...","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Better Vanilla GUI (With OptiGUI) - MC 1.21.1 - 3.1.0.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":114802045,"name":"yusuf26"}],"primaryAuthor":"Lupin","primaryCategoryId":5193,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/better-vanilla-gui","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1524/317/256/256/638989765415539180.webp","tags":[],"installedFile":{"id":7819803,"fileName":"Better Vanilla GUI (With OptiGUI) - MC 1.21.1 - 3.1.0.zip","fileDate":"2026-03-26T22:54:16.04Z","fileLength":12423207,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7819/803/Better%20Vanilla%20GUI%20(With%20OptiGUI)%20-%20MC%201.21.1%20-%203.1.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"Credits.txt","fingerprint":2159287669,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4120494466,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1348194029,"invalidFingerprint":false},{"foldername":"respackopts.json5","fingerprint":4034398857,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1902362250,"invalidFingerprint":false}],"packageFingerprint":2249827972,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1386611,"fileNameOnDisk":"Better Vanilla GUI (With OptiGUI) - MC 1.21.1 - 3.1.0.zip","hashes":[{"type":1,"value":"55d241004872ac30f6deaa5b5accdb08d2d3ac9b"},{"type":2,"value":"9ef853347ecf2c4f1dae8bccb982a6af"}]},"dateInstalled":"2026-05-07T21:58:13.7767189Z","dateUpdated":"2026-05-07T21:58:14.3882714Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Better Vanilla GUI (With OptiGUI) - MC 1.21.1 - 3.1.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7819808,"fileName":"Better Vanilla GUI (Without OptiGUI) - MC 1.21.1 - 3.1.0.zip","fileDate":"2026-03-26T22:54:55.433Z","fileLength":12423207,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7819/808/Better%20Vanilla%20GUI%20(Without%20OptiGUI)%20-%20MC%201.21.1%20-%203.1.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"Credits.txt","fingerprint":2159287669,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4120494466,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1348194029,"invalidFingerprint":false},{"foldername":"respackopts.json5","fingerprint":4034398857,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1902362250,"invalidFingerprint":false}],"packageFingerprint":3074793684,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1386611,"fileNameOnDisk":"Better Vanilla GUI (Without OptiGUI) - MC 1.21.1 - 3.1.0.zip","hashes":[{"type":1,"value":"1136fdacdf63dae37993d77730b99001310c1dfa"},{"type":2,"value":"3b98e99ffffefddb76e22c969b5613e1"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"76842d4c-e98d-4a96-b37a-b0b42a27fd27","modSource":0,"addonID":1103431,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Sodium/Embeddium Options API","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","authors":[{"id":102782844,"name":"Txni"}],"primaryAuthor":"Txni","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sodium-options-api","issuesURL":"https://github.com/txnimc/SodiumOptionsAPI/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1080/739/256/256/638620165439711976.png","tags":[],"installedFile":{"id":6100815,"fileName":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","fileDate":"2025-01-18T20:48:18.213Z","fileLength":309122,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6100/815/sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","isAlternate":false,"alternateFileId":6100821,"serverPackFileId":0,"dependencies":[{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":937528710,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1038961657,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":4180073098,"invalidFingerprint":false},{"foldername":"mixins.sodiumoptionsapi.json","fingerprint":997596813,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1740227982,"invalidFingerprint":false},{"foldername":"toni","fingerprint":4153736018,"invalidFingerprint":false}],"packageFingerprint":2527579799,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1103431,"fileNameOnDisk":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","hashes":[{"type":1,"value":"5d014d031fa77ab600e07835b032ef4dcb79b442"},{"type":2,"value":"1411af8defb5136119d3cf706d3d9cd8"}]},"dateInstalled":"2026-05-07T21:58:41.8857856Z","dateUpdated":"2026-05-07T21:58:41.88701Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6100815,"fileName":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","fileDate":"2025-01-18T20:48:18.213Z","fileLength":309122,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6100/815/sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","isAlternate":false,"alternateFileId":6100821,"serverPackFileId":0,"dependencies":[{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":937528710,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1038961657,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":4180073098,"invalidFingerprint":false},{"foldername":"mixins.sodiumoptionsapi.json","fingerprint":997596813,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1740227982,"invalidFingerprint":false},{"foldername":"toni","fingerprint":4153736018,"invalidFingerprint":false}],"packageFingerprint":2527579799,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1103431,"fileNameOnDisk":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","hashes":[{"type":1,"value":"5d014d031fa77ab600e07835b032ef4dcb79b442"},{"type":2,"value":"1411af8defb5136119d3cf706d3d9cd8"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"65556eb6-04d2-4b0f-bd66-62841d5c73c2","modSource":0,"addonID":348521,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Cloth Config API (Fabric/Forge/NeoForge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"cloth-config-15.0.140-neoforge.jar","authors":[{"id":32851078,"name":"shedaniel"},{"id":101070148,"name":"LinkieIsBetterThanK9"}],"primaryAuthor":"shedaniel","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cloth-config","issuesURL":"https://github.com/shedaniel/ClothConfig/issues","wikiURL":"https://shedaniel.gitbook.io/cloth-config/","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/282/467/256/256/637289313020452406.png","tags":[],"installedFile":{"id":5729127,"fileName":"cloth-config-15.0.140-neoforge.jar","fileDate":"2024-09-16T17:18:01.157Z","fileLength":1163890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5729/127/cloth-config-15.0.140-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2767812205,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":4008471873,"invalidFingerprint":false},{"foldername":"architectury_inject_clothconfig_common_d551de04735c42148ec07a78c43007d1_c487a9cf12e7d5bea169da255b814f03602bdeb8b51cff67162252c24f285789clothconfig150140devjar","fingerprint":2775278757,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1622707384,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2356087988,"invalidFingerprint":false},{"foldername":"me","fingerprint":1406389870,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524945892,"invalidFingerprint":false}],"packageFingerprint":1440957232,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348521,"fileNameOnDisk":"cloth-config-15.0.140-neoforge.jar","hashes":[{"type":1,"value":"c3e5733ba4503b102589a026000fd5ce0212f6f2"},{"type":2,"value":"4c3757160403fcccb8ad468c2ea22862"}]},"dateInstalled":"2026-05-07T21:57:59.1039313Z","dateUpdated":"2026-05-07T21:57:59.1054777Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\cloth-config-15.0.140-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5729127,"fileName":"cloth-config-15.0.140-neoforge.jar","fileDate":"2024-09-16T17:18:01.157Z","fileLength":1163890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5729/127/cloth-config-15.0.140-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2767812205,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":4008471873,"invalidFingerprint":false},{"foldername":"architectury_inject_clothconfig_common_d551de04735c42148ec07a78c43007d1_c487a9cf12e7d5bea169da255b814f03602bdeb8b51cff67162252c24f285789clothconfig150140devjar","fingerprint":2775278757,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1622707384,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2356087988,"invalidFingerprint":false},{"foldername":"me","fingerprint":1406389870,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524945892,"invalidFingerprint":false}],"packageFingerprint":1440957232,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348521,"fileNameOnDisk":"cloth-config-15.0.140-neoforge.jar","hashes":[{"type":1,"value":"c3e5733ba4503b102589a026000fd5ce0212f6f2"},{"type":2,"value":"4c3757160403fcccb8ad468c2ea22862"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"309086e2-d220-4bb9-8726-2e146ce43ce9","modSource":0,"addonID":888288,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[400,405,4465,5193],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Loading Backgrounds - Structures","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"loadingbackgrounds_structures-1.21.X-3.0.0.zip","authors":[{"id":101842572,"name":"Lupin"}],"primaryAuthor":"Lupin","primaryCategoryId":5193,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/loading-backgrounds-structures","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1492/409/256/256/638969816572464931.webp","tags":[],"installedFile":{"id":7228395,"fileName":"loadingbackgrounds_structures-1.21.X-3.0.0.zip","fileDate":"2025-11-16T11:59:48.38Z","fileLength":55570868,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/395/loadingbackgrounds_structures-1.21.X-3.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1336439579,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1952494468,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":173428093,"invalidFingerprint":false}],"packageFingerprint":2703244904,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888288,"fileNameOnDisk":"loadingbackgrounds_structures-1.21.X-3.0.0.zip","hashes":[{"type":1,"value":"6a56a36686a55ed9d6e4b9d8b9f36d04338495d9"},{"type":2,"value":"c04bf18745d4dbe53cb0cef4396bf1bc"}]},"dateInstalled":"2026-05-07T21:58:24.7645391Z","dateUpdated":"2026-05-07T21:58:24.7798674Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\loadingbackgrounds_structures-1.21.X-3.0.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7228395,"fileName":"loadingbackgrounds_structures-1.21.X-3.0.0.zip","fileDate":"2025-11-16T11:59:48.38Z","fileLength":55570868,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/395/loadingbackgrounds_structures-1.21.X-3.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1336439579,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1952494468,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":173428093,"invalidFingerprint":false}],"packageFingerprint":2703244904,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888288,"fileNameOnDisk":"loadingbackgrounds_structures-1.21.X-3.0.0.zip","hashes":[{"type":1,"value":"6a56a36686a55ed9d6e4b9d8b9f36d04338495d9"},{"type":2,"value":"c04bf18745d4dbe53cb0cef4396bf1bc"}]},"allowModDistribution":false,"exportDisabledReason":0,"groupId":null},{"instanceID":"9c572686-ffe7-491f-9cd0-f58d99416968","modSource":0,"addonID":248787,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423,436],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"AppleSkin","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"appleskin-neoforge-mc1.21-3.0.9.jar","authors":[{"id":13914149,"name":"squeek502"}],"primaryAuthor":"squeek502","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/appleskin","issuesURL":"https://github.com/squeek502/AppleSkin/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/47/527/256/256/636066936394500688.png","tags":[],"installedFile":{"id":7854442,"fileName":"appleskin-neoforge-mc1.21-3.0.9.jar","fileDate":"2026-04-01T04:44:43.28Z","fileLength":75804,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7854/442/appleskin-neoforge-mc1.21-3.0.9.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1402117717,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":1948646999,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3071333817,"invalidFingerprint":false},{"foldername":"appleskin.png","fingerprint":1383794256,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3550300041,"invalidFingerprint":false}],"packageFingerprint":3551532297,"gameVersion":["1.21","1.21.1","NeoForge","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248787,"fileNameOnDisk":"appleskin-neoforge-mc1.21-3.0.9.jar","hashes":[{"type":1,"value":"81cf0e668f991f83ac8820c386fbd6c9c3602246"},{"type":2,"value":"db5fe7619d502cf5b9bc972a955cd3bc"}]},"dateInstalled":"2026-05-07T22:35:20.55543Z","dateUpdated":"2026-05-07T22:35:20.5570005Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\appleskin-neoforge-mc1.21-3.0.9.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7854442,"fileName":"appleskin-neoforge-mc1.21-3.0.9.jar","fileDate":"2026-04-01T04:44:43.28Z","fileLength":75804,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7854/442/appleskin-neoforge-mc1.21-3.0.9.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1402117717,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":1948646999,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3071333817,"invalidFingerprint":false},{"foldername":"appleskin.png","fingerprint":1383794256,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3550300041,"invalidFingerprint":false}],"packageFingerprint":3551532297,"gameVersion":["1.21","1.21.1","NeoForge","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248787,"fileNameOnDisk":"appleskin-neoforge-mc1.21-3.0.9.jar","hashes":[{"type":1,"value":"81cf0e668f991f83ac8820c386fbd6c9c3602246"},{"type":2,"value":"db5fe7619d502cf5b9bc972a955cd3bc"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"a85a4d49-1a04-4356-a810-bd97a79c4ec3","modSource":0,"addonID":969926,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[400,405,404,4465,393],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Beautiful Enchanted Books","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":101158803,"name":"arkadyaaa"}],"primaryAuthor":"Lupin","primaryCategoryId":393,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/beautiful-enchanted-books","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1034/7/256/256/638557790324640117.png","tags":[],"installedFile":{"id":7186843,"fileName":"Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip","fileDate":"2025-11-04T20:34:51.733Z","fileLength":1481276,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7186/843/Beautiful%20Enchanted%20Books%20-%20MC%201.21.1%20-%208.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"pack.png","fingerprint":3621463897,"invalidFingerprint":false},{"foldername":"assets","fingerprint":941511318,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4269189600,"invalidFingerprint":false}],"packageFingerprint":2251500048,"gameVersion":["1.21","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":969926,"fileNameOnDisk":"Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip","hashes":[{"type":1,"value":"2365ef13a4b01c11ae4341eb346a707d5500fdf8"},{"type":2,"value":"3c22aaa8f4a662c3234227957afea625"}]},"dateInstalled":"2026-05-07T21:58:46.2791336Z","dateUpdated":"2026-05-07T21:58:46.2803882Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7186843,"fileName":"Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip","fileDate":"2025-11-04T20:34:51.733Z","fileLength":1481276,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7186/843/Beautiful%20Enchanted%20Books%20-%20MC%201.21.1%20-%208.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"pack.png","fingerprint":3621463897,"invalidFingerprint":false},{"foldername":"assets","fingerprint":941511318,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4269189600,"invalidFingerprint":false}],"packageFingerprint":2251500048,"gameVersion":["1.21","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":969926,"fileNameOnDisk":"Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip","hashes":[{"type":1,"value":"2365ef13a4b01c11ae4341eb346a707d5500fdf8"},{"type":2,"value":"3c22aaa8f4a662c3234227957afea625"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"8776050d-fdc8-4235-828d-e02f193f3a0c","modSource":0,"addonID":882539,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,6814,421,424,426],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Loading Backgrounds","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","authors":[{"id":101842572,"name":"Lupin"},{"id":102790755,"name":"luavixen"},{"id":108329762,"name":"Skatric_"}],"primaryAuthor":"Lupin","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/loading-backgrounds","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/982/463/256/256/638490256256247666.png","tags":[],"installedFile":{"id":6843634,"fileName":"loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","fileDate":"2025-08-03T17:17:35.27Z","fileLength":173392,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6843/634/loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3035020781,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3048128871,"invalidFingerprint":false},{"foldername":"loadingbackgrounds-icon.png","fingerprint":1658491222,"invalidFingerprint":false},{"foldername":"loadingbackgrounds-mixins.json","fingerprint":3354045684,"invalidFingerprint":false},{"foldername":"lupin-loadingbackgrounds-common-1.20.2-common-refmap.json","fingerprint":2995555857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2499582814,"invalidFingerprint":false}],"packageFingerprint":1461452846,"gameVersion":["1.20.2","1.21","1.20.5","NeoForge","1.20.3","1.20.6","1.20.4","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":882539,"fileNameOnDisk":"loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","hashes":[{"type":1,"value":"4a84d25201376f369045e4bec5263c7f0666b457"},{"type":2,"value":"de2b469a6bc78a5c27b435d16f464949"}]},"dateInstalled":"2026-05-07T21:58:34.2411747Z","dateUpdated":"2026-05-07T21:58:34.2425137Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6843634,"fileName":"loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","fileDate":"2025-08-03T17:17:35.27Z","fileLength":173392,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6843/634/loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3035020781,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3048128871,"invalidFingerprint":false},{"foldername":"loadingbackgrounds-icon.png","fingerprint":1658491222,"invalidFingerprint":false},{"foldername":"loadingbackgrounds-mixins.json","fingerprint":3354045684,"invalidFingerprint":false},{"foldername":"lupin-loadingbackgrounds-common-1.20.2-common-refmap.json","fingerprint":2995555857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2499582814,"invalidFingerprint":false}],"packageFingerprint":1461452846,"gameVersion":["1.20.2","1.21","1.20.5","NeoForge","1.20.3","1.20.6","1.20.4","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":882539,"fileNameOnDisk":"loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","hashes":[{"type":1,"value":"4a84d25201376f369045e4bec5263c7f0666b457"},{"type":2,"value":"de2b469a6bc78a5c27b435d16f464949"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"60f000a4-8192-4db9-8f18-5196b8c227b7","modSource":0,"addonID":233019,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,411],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"AI Improvements","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"AI-Improvements-1.21-0.5.3.jar","authors":[{"id":7270863,"name":"QueenOfMissiles"}],"primaryAuthor":"QueenOfMissiles","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ai-improvements","issuesURL":"https://github.com/BuiltBrokenModding/AI-Improvements/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/21/699/256/256/635731173265581096.png","tags":[],"installedFile":{"id":5426792,"fileName":"AI-Improvements-1.21-0.5.3.jar","fileDate":"2024-06-14T06:55:01.61Z","fileLength":28984,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5426/792/AI-Improvements-1.21-0.5.3.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1822189550,"invalidFingerprint":false},{"foldername":"com","fingerprint":3430159950,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1560577833,"invalidFingerprint":false}],"packageFingerprint":3163557722,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","Server","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":233019,"fileNameOnDisk":"AI-Improvements-1.21-0.5.3.jar","hashes":[{"type":1,"value":"b4a8e11384454bcc341043b251db7fb5afdfdf45"},{"type":2,"value":"fd80ae9f154ac230e60fb138f9b5453f"}]},"dateInstalled":"2026-05-07T21:58:04.1076106Z","dateUpdated":"2026-05-07T21:58:04.1087471Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\AI-Improvements-1.21-0.5.3.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5426792,"fileName":"AI-Improvements-1.21-0.5.3.jar","fileDate":"2024-06-14T06:55:01.61Z","fileLength":28984,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5426/792/AI-Improvements-1.21-0.5.3.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1822189550,"invalidFingerprint":false},{"foldername":"com","fingerprint":3430159950,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1560577833,"invalidFingerprint":false}],"packageFingerprint":3163557722,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","Server","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":233019,"fileNameOnDisk":"AI-Improvements-1.21-0.5.3.jar","hashes":[{"type":1,"value":"b4a8e11384454bcc341043b251db7fb5afdfdf45"},{"type":2,"value":"fd80ae9f154ac230e60fb138f9b5453f"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"03b7e0bd-80be-46be-95aa-3b73c0d83c88","modSource":0,"addonID":459701,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,423,5191,425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Catalogue","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"catalogue-neoforge-1.21.1-1.11.2.jar","authors":[{"id":7244595,"name":"MrCrayfish"}],"primaryAuthor":"MrCrayfish","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/catalogue","issuesURL":"https://github.com/MrCrayfish/Catalogue/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/871/330/256/256/638288815001830113.png","tags":[],"installedFile":{"id":6926815,"fileName":"catalogue-neoforge-1.21.1-1.11.2.jar","fileDate":"2025-08-25T14:04:06.81Z","fileLength":302750,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6926/815/catalogue-neoforge-1.21.1-1.11.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":457570,"type":2}],"isAvailable":true,"modules":[{"foldername":"LICENSE_catalogue","fingerprint":2228520401,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3157043706,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3435018633,"invalidFingerprint":false},{"foldername":"com","fingerprint":2403037888,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":817107357,"invalidFingerprint":false}],"packageFingerprint":3329807613,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":459701,"fileNameOnDisk":"catalogue-neoforge-1.21.1-1.11.2.jar","hashes":[{"type":1,"value":"6d67f855c20bc6392763cfb22e1152da4e8015b4"},{"type":2,"value":"cc87e5716eb52398b2c46e4032126de4"}]},"dateInstalled":"2026-05-07T21:58:36.0434778Z","dateUpdated":"2026-05-07T21:58:36.0448444Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\catalogue-neoforge-1.21.1-1.11.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6926815,"fileName":"catalogue-neoforge-1.21.1-1.11.2.jar","fileDate":"2025-08-25T14:04:06.81Z","fileLength":302750,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6926/815/catalogue-neoforge-1.21.1-1.11.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":457570,"type":2}],"isAvailable":true,"modules":[{"foldername":"LICENSE_catalogue","fingerprint":2228520401,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3157043706,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3435018633,"invalidFingerprint":false},{"foldername":"com","fingerprint":2403037888,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":817107357,"invalidFingerprint":false}],"packageFingerprint":3329807613,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":459701,"fileNameOnDisk":"catalogue-neoforge-1.21.1-1.11.2.jar","hashes":[{"type":1,"value":"6d67f855c20bc6392763cfb22e1152da4e8015b4"},{"type":2,"value":"cc87e5716eb52398b2c46e4032126de4"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"9117b92d-0d1e-457a-bc49-b499a18872fd","modSource":0,"addonID":548115,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,4558,5191,412],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Alternate Current","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"alternate_current-mc1.21-1.9.0.jar","authors":[{"id":101963199,"name":"SpaceWalkerRS"}],"primaryAuthor":"SpaceWalkerRS","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/alternate-current","issuesURL":"https://github.com/SpaceWalkerRS/alternate-current/issues","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/456/903/256/256/637728514120819434.png","tags":[],"installedFile":{"id":5665477,"fileName":"alternate_current-mc1.21-1.9.0.jar","fileDate":"2024-08-26T15:08:51.89Z","fileLength":50425,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5665/477/alternate_current-mc1.21-1.9.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3580729026,"invalidFingerprint":false},{"foldername":"alternate","fingerprint":1771629927,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1819287746,"invalidFingerprint":false},{"foldername":"alternate-current.mixins.json","fingerprint":3359494202,"invalidFingerprint":false}],"packageFingerprint":4040730689,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":548115,"fileNameOnDisk":"alternate_current-mc1.21-1.9.0.jar","hashes":[{"type":1,"value":"1201c14362f2bad7062d315f8a9b26afbabd2c9c"},{"type":2,"value":"27530bb4fcd327476406d6e3caf94523"}]},"dateInstalled":"2026-05-07T21:58:47.6913027Z","dateUpdated":"2026-05-07T21:58:47.692377Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\alternate_current-mc1.21-1.9.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5665477,"fileName":"alternate_current-mc1.21-1.9.0.jar","fileDate":"2024-08-26T15:08:51.89Z","fileLength":50425,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5665/477/alternate_current-mc1.21-1.9.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3580729026,"invalidFingerprint":false},{"foldername":"alternate","fingerprint":1771629927,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1819287746,"invalidFingerprint":false},{"foldername":"alternate-current.mixins.json","fingerprint":3359494202,"invalidFingerprint":false}],"packageFingerprint":4040730689,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":548115,"fileNameOnDisk":"alternate_current-mc1.21-1.9.0.jar","hashes":[{"type":1,"value":"1201c14362f2bad7062d315f8a9b26afbabd2c9c"},{"type":2,"value":"27530bb4fcd327476406d6e3caf94523"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f84cb194-d746-4b16-b3c0-b2c4322310bb","modSource":0,"addonID":511319,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Reese's Sodium Options","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","authors":[{"id":101292193,"name":"FlashyReese"}],"primaryAuthor":"FlashyReese","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/reeses-sodium-options","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/414/599/256/256/637636962431399112.png","tags":[],"installedFile":{"id":6091021,"fileName":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","fileDate":"2025-01-15T20:35:53.37Z","fileLength":78451,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6091/21/reeses-sodium-options-neoforge-1.8.3%2bmc1.21.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":447673,"type":2},{"addonId":455508,"type":2},{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1745742539,"invalidFingerprint":false},{"foldername":"me","fingerprint":577932017,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1671116850,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":222260298,"invalidFingerprint":false},{"foldername":"reeses-sodium-options.mixins.json","fingerprint":307738624,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":4014633969,"invalidFingerprint":false}],"packageFingerprint":3206533594,"gameVersion":["1.21","1.21.5","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":511319,"fileNameOnDisk":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","hashes":[{"type":1,"value":"b03d05495be28d8cef7a34872941bb8d703d60e6"},{"type":2,"value":"f3a0d7f31993d6f34e90f816f82cbcaf"}]},"dateInstalled":"2026-05-07T21:58:45.6371147Z","dateUpdated":"2026-05-07T21:58:45.6383847Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6091021,"fileName":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","fileDate":"2025-01-15T20:35:53.37Z","fileLength":78451,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6091/21/reeses-sodium-options-neoforge-1.8.3%2bmc1.21.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":447673,"type":2},{"addonId":455508,"type":2},{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1745742539,"invalidFingerprint":false},{"foldername":"me","fingerprint":577932017,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1671116850,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":222260298,"invalidFingerprint":false},{"foldername":"reeses-sodium-options.mixins.json","fingerprint":307738624,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":4014633969,"invalidFingerprint":false}],"packageFingerprint":3206533594,"gameVersion":["1.21","1.21.5","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":511319,"fileNameOnDisk":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","hashes":[{"type":1,"value":"b03d05495be28d8cef7a34872941bb8d703d60e6"},{"type":2,"value":"f3a0d7f31993d6f34e90f816f82cbcaf"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"3be4275e-ccaa-4243-be83-7d01bf345e41","modSource":0,"addonID":1109361,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[400,403,404,393,401],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Realistic Animals","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Realistic Animals - 4.0.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":109518791,"name":"AviArt"}],"primaryAuthor":"Lupin","primaryCategoryId":393,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/realistic-animals","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1099/937/256/256/638647010872522095.png","tags":[],"installedFile":{"id":7890871,"fileName":"Realistic Animals - 4.0.zip","fileDate":"2026-04-07T17:05:26.007Z","fileLength":364263,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7890/871/Realistic%20Animals%20-%204.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1620957069,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3479019965,"invalidFingerprint":false}],"packageFingerprint":313675047,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1109361,"fileNameOnDisk":"Realistic Animals - 4.0.zip","hashes":[{"type":1,"value":"1244bd6127251904f010d917dd143b0a0d4f8066"},{"type":2,"value":"425f6c838dc74e13c35141c7ce4dbad1"}]},"dateInstalled":"2026-05-07T21:58:44.0032835Z","dateUpdated":"2026-05-07T21:58:44.0049813Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Realistic Animals - 4.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7890871,"fileName":"Realistic Animals - 4.0.zip","fileDate":"2026-04-07T17:05:26.007Z","fileLength":364263,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7890/871/Realistic%20Animals%20-%204.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1620957069,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3479019965,"invalidFingerprint":false}],"packageFingerprint":313675047,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1109361,"fileNameOnDisk":"Realistic Animals - 4.0.zip","hashes":[{"type":1,"value":"1244bd6127251904f010d917dd143b0a0d4f8066"},{"type":2,"value":"425f6c838dc74e13c35141c7ce4dbad1"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"531f3de7-e387-433f-afa3-73ab11488469","modSource":0,"addonID":485681,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[410,435,406],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Chunky (Forge/NeoForge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Chunky-NeoForge-1.4.23.jar","authors":[{"id":43770124,"name":"pop4959"}],"primaryAuthor":"pop4959","primaryCategoryId":406,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chunky-pregenerator-forge","issuesURL":"https://github.com/pop4959/Chunky/issues","wikiURL":"https://github.com/pop4959/Chunky/wiki","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/385/932/256/256/637574074357834213.png","tags":[],"installedFile":{"id":6383261,"fileName":"Chunky-NeoForge-1.4.23.jar","fileDate":"2025-04-04T06:52:00.777Z","fileLength":340572,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6383/261/Chunky-NeoForge-1.4.23.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3902992925,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":455959045,"invalidFingerprint":false},{"foldername":"lang","fingerprint":1106760030,"invalidFingerprint":false},{"foldername":"org","fingerprint":4219575363,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3497244563,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3786076894,"invalidFingerprint":false}],"packageFingerprint":233801764,"gameVersion":["1.21","Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":485681,"fileNameOnDisk":"Chunky-NeoForge-1.4.23.jar","hashes":[{"type":1,"value":"ab0c74743a653020fe2dfc4986b43e893947f3e9"},{"type":2,"value":"c461f3132c48d7bc71a9f2b307273a88"}]},"dateInstalled":"2026-05-07T21:58:17.8223864Z","dateUpdated":"2026-05-07T21:58:17.8235759Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Chunky-NeoForge-1.4.23.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6383261,"fileName":"Chunky-NeoForge-1.4.23.jar","fileDate":"2025-04-04T06:52:00.777Z","fileLength":340572,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6383/261/Chunky-NeoForge-1.4.23.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3902992925,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":455959045,"invalidFingerprint":false},{"foldername":"lang","fingerprint":1106760030,"invalidFingerprint":false},{"foldername":"org","fingerprint":4219575363,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3497244563,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3786076894,"invalidFingerprint":false}],"packageFingerprint":233801764,"gameVersion":["1.21","Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":485681,"fileNameOnDisk":"Chunky-NeoForge-1.4.23.jar","hashes":[{"type":1,"value":"ab0c74743a653020fe2dfc4986b43e893947f3e9"},{"type":2,"value":"c461f3132c48d7bc71a9f2b307273a88"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"2f9f3341-228e-472f-87b8-cb52c5f4cef8","modSource":0,"addonID":283644,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Placebo","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Placebo-1.21.1-9.9.1.jar","authors":[{"id":10368195,"name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/placebo","issuesURL":"https://github.com/Shadows-of-Fire/Placebo/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/134/260/256/256/636490526725752670.png","tags":[],"installedFile":{"id":6926281,"fileName":"Placebo-1.21.1-9.9.1.jar","fileDate":"2025-08-25T10:59:44.943Z","fileLength":324056,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6926/281/Placebo-1.21.1-9.9.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1393014458,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1358407876,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3944127840,"invalidFingerprint":false},{"foldername":"placebo.mixins.json","fingerprint":2415682722,"invalidFingerprint":false}],"packageFingerprint":2914591491,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.21.1-9.9.1.jar","hashes":[{"type":1,"value":"1c2b8c38066d6f36209c5dadee25c184ef65202e"},{"type":2,"value":"cc725fc5406d3af893484cfbba06f6ed"}]},"dateInstalled":"2026-05-07T21:58:43.1184776Z","dateUpdated":"2026-05-07T21:58:43.1197119Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Placebo-1.21.1-9.9.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6926281,"fileName":"Placebo-1.21.1-9.9.1.jar","fileDate":"2025-08-25T10:59:44.943Z","fileLength":324056,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6926/281/Placebo-1.21.1-9.9.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1393014458,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1358407876,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3944127840,"invalidFingerprint":false},{"foldername":"placebo.mixins.json","fingerprint":2415682722,"invalidFingerprint":false}],"packageFingerprint":2914591491,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.21.1-9.9.1.jar","hashes":[{"type":1,"value":"1c2b8c38066d6f36209c5dadee25c184ef65202e"},{"type":2,"value":"cc725fc5406d3af893484cfbba06f6ed"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"2fe50a9c-af8c-47a3-99de-438bcd66e58a","modSource":0,"addonID":951499,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,423,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Fast Async World Save[Forge/Neo/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"fastasyncworldsave-1.21-2.6.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fast-async-world-save-forge-fabric","issuesURL":"https://github.com/someaddons/FastAsyncWorldSave/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/920/973/256/256/638384996050010285.png","tags":[],"installedFile":{"id":6935204,"fileName":"fastasyncworldsave-1.21-2.6.jar","fileDate":"2025-08-27T19:36:35.293Z","fileLength":11050,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6935/204/fastasyncworldsave-1.21-2.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4202243576,"invalidFingerprint":false},{"foldername":"com","fingerprint":2002104558,"invalidFingerprint":false},{"foldername":"fastasyncworldsave.mixins.json","fingerprint":2089655399,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3185219565,"invalidFingerprint":false}],"packageFingerprint":1703092068,"gameVersion":["1.21","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":951499,"fileNameOnDisk":"fastasyncworldsave-1.21-2.6.jar","hashes":[{"type":1,"value":"87e019715314631f2c8288cf7c73a52a61b2d61b"},{"type":2,"value":"4df9371b5466dfbb56c375f4963f2845"}]},"dateInstalled":"2026-05-07T21:58:19.0103569Z","dateUpdated":"2026-05-07T21:58:19.0118457Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\fastasyncworldsave-1.21-2.6.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6935204,"fileName":"fastasyncworldsave-1.21-2.6.jar","fileDate":"2025-08-27T19:36:35.293Z","fileLength":11050,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6935/204/fastasyncworldsave-1.21-2.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4202243576,"invalidFingerprint":false},{"foldername":"com","fingerprint":2002104558,"invalidFingerprint":false},{"foldername":"fastasyncworldsave.mixins.json","fingerprint":2089655399,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3185219565,"invalidFingerprint":false}],"packageFingerprint":1703092068,"gameVersion":["1.21","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":951499,"fileNameOnDisk":"fastasyncworldsave-1.21-2.6.jar","hashes":[{"type":1,"value":"87e019715314631f2c8288cf7c73a52a61b2d61b"},{"type":2,"value":"4df9371b5466dfbb56c375f4963f2845"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null}],"installedGamePrerequisites":[],"wasNameManuallyChanged":false,"wasGameVersionTypeIdManuallyChanged":false} \ No newline at end of file +{"baseModLoader":{"forgeVersion":"21.1.226","name":"neoforge-21.1.226","type":6,"downloadUrl":"","filename":"neoforge-21.1.226.jar","installMethod":6,"latest":false,"recommended":false,"versionJson":"{\"assetIndex\":null,\"id\":\"neoforge-21.1.226\",\"time\":\"2026-04-11T13:05:21.8144125\",\"releaseTime\":\"2026-04-11T13:05:21.8144125\",\"type\":\"release\",\"minecraftArguments\":null,\"minimumLauncherVersion\":0,\"assets\":null,\"inheritsFrom\":\"1.21.1\",\"jar\":null,\"logging\":null,\"libraries\":[{\"name\":\"net.neoforged.fancymodloader:earlydisplay:4.0.42\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/fancymodloader/earlydisplay/4.0.42/earlydisplay-4.0.42.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/fancymodloader/earlydisplay/4.0.42/earlydisplay-4.0.42.jar\",\"sha1\":\"46555dbfff14e9e052f1f693aed14d542a74e111\",\"size\":261718},\"classifiers\":null}},{\"name\":\"net.neoforged.fancymodloader:loader:4.0.42\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/fancymodloader/loader/4.0.42/loader-4.0.42.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/fancymodloader/loader/4.0.42/loader-4.0.42.jar\",\"sha1\":\"76e15f98bf676fb44b36c5e776f52a55581ec43a\",\"size\":504899},\"classifiers\":null}},{\"name\":\"net.neoforged.accesstransformers:at-modlauncher:10.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar\",\"sha1\":\"5aba50202aceead086bc09fbc2751c9f05cb4890\",\"size\":2347},\"classifiers\":null}},{\"name\":\"net.neoforged:accesstransformers:10.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar\",\"sha1\":\"fd83b5725f76eae9115e9355fa1c456a6a441400\",\"size\":67234},\"classifiers\":null}},{\"name\":\"net.neoforged:bus:8.0.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/bus/8.0.5/bus-8.0.5.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/bus/8.0.5/bus-8.0.5.jar\",\"sha1\":\"5b2d33285ab5d1554e9798ad98c40d6ea3868bd5\",\"size\":30340},\"classifiers\":null}},{\"name\":\"net.neoforged:coremods:7.0.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/coremods/7.0.3/coremods-7.0.3.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/coremods/7.0.3/coremods-7.0.3.jar\",\"sha1\":\"09147e6f638b4272b3bd5fc8f92ad37802512c6c\",\"size\":22659},\"classifiers\":null}},{\"name\":\"cpw.mods:modlauncher:11.0.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar\",\"sha1\":\"b8f0d49294f733fdb6173931b263553e943dc950\",\"size\":116486},\"classifiers\":null}},{\"name\":\"net.neoforged:mergetool:2.0.0:api\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar\",\"sha1\":\"52fe1949be64e3303aabaaa21e315f551db9c9f4\",\"size\":2550},\"classifiers\":null}},{\"name\":\"com.electronwill.night-config:toml:3.8.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/electronwill/night-config/toml/3.8.3/toml-3.8.3.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/com/electronwill/night-config/toml/3.8.3/toml-3.8.3.jar\",\"sha1\":\"90b2fd6efcb4a7d5b9810cf78f9d824994d717f2\",\"size\":39516},\"classifiers\":null}},{\"name\":\"com.electronwill.night-config:core:3.8.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/electronwill/night-config/core/3.8.3/core-3.8.3.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/com/electronwill/night-config/core/3.8.3/core-3.8.3.jar\",\"sha1\":\"b442a95f09e349927f5a945ecb594455870fcf4f\",\"size\":382911},\"classifiers\":null}},{\"name\":\"net.neoforged:JarJarSelector:0.4.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar\",\"sha1\":\"fb3cc7a58af22ad2880adb98af6d518128c47dae\",\"size\":17168},\"classifiers\":null}},{\"name\":\"net.neoforged:JarJarMetadata:0.4.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar\",\"sha1\":\"f8da03683dc81694556dc3e177c5e3bb77ae6fcb\",\"size\":15648},\"classifiers\":null}},{\"name\":\"org.apache.maven:maven-artifact:3.8.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\",\"sha1\":\"4433f50c07debefaed0553bd0068f4f48d449313\",\"size\":58077},\"classifiers\":null}},{\"name\":\"net.jodah:typetools:0.6.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/jodah/typetools/0.6.3/typetools-0.6.3.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/jodah/typetools/0.6.3/typetools-0.6.3.jar\",\"sha1\":\"a01aaa6ddaea9ec07ec4f209487b7a46a526283a\",\"size\":18281},\"classifiers\":null}},{\"name\":\"net.minecrell:terminalconsoleappender:1.3.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar\",\"sha1\":\"b562e9bb61235c9520e26282cdee71f8f802d1fc\",\"size\":16949},\"classifiers\":null}},{\"name\":\"net.fabricmc:sponge-mixin:0.15.2+mixin.0.8.7\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar\",\"sha1\":\"2af2f021d8e02a0220dc27a7a72b4666d66d44ca\",\"size\":1494751},\"classifiers\":null}},{\"name\":\"org.openjdk.nashorn:nashorn-core:15.4\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar\",\"sha1\":\"f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5\",\"size\":2167292},\"classifiers\":null}},{\"name\":\"org.apache.commons:commons-lang3:3.14.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar\",\"url\":\"https://libraries.minecraft.net/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar\",\"sha1\":\"1ed471194b02f2c6cb734a0cd6f6f107c673afae\",\"size\":657952},\"classifiers\":null}},{\"name\":\"cpw.mods:bootstraplauncher:2.0.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar\",\"sha1\":\"1a2d076cbc33b0520cbacd591224427b2a20047d\",\"size\":11116},\"classifiers\":null}},{\"name\":\"cpw.mods:securejarhandler:3.0.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar\",\"sha1\":\"c0ef95cecd8699a0449053ac7d9c160748d902cd\",\"size\":103765},\"classifiers\":null}},{\"name\":\"org.ow2.asm:asm-commons:9.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar\",\"sha1\":\"36e4d212970388e5bd2c5180292012502df461bb\",\"size\":73498},\"classifiers\":null}},{\"name\":\"org.ow2.asm:asm-util:9.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-util/9.8/asm-util-9.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar\",\"sha1\":\"395f1c1f035258511f27bc9b2583d76e4b143f59\",\"size\":94559},\"classifiers\":null}},{\"name\":\"org.ow2.asm:asm-analysis:9.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar\",\"sha1\":\"b9747a320844b6cb1eacd90d8ecfd260a16c01d3\",\"size\":35151},\"classifiers\":null}},{\"name\":\"org.ow2.asm:asm-tree:9.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar\",\"sha1\":\"018419ca5b77a2f81097c741e7872e6ab8d2f40d\",\"size\":51934},\"classifiers\":null}},{\"name\":\"org.ow2.asm:asm:9.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm/9.8/asm-9.8.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/ow2/asm/asm/9.8/asm-9.8.jar\",\"sha1\":\"dc19ecb3f7889b7860697215cae99c0f9b6f6b4b\",\"size\":126113},\"classifiers\":null}},{\"name\":\"net.neoforged:JarJarFileSystems:0.4.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar\",\"sha1\":\"78f59f89defcd032ed788b151ca6a0d40ace796a\",\"size\":31807},\"classifiers\":null}},{\"name\":\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\",\"url\":\"https://libraries.minecraft.net/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\",\"sha1\":\"4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c\",\"size\":78146},\"classifiers\":null}},{\"name\":\"org.slf4j:slf4j-api:2.0.9\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar\",\"url\":\"https://libraries.minecraft.net/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar\",\"sha1\":\"7cf2726fdcfbc8610f9a71fb3ed639871f315340\",\"size\":64579},\"classifiers\":null}},{\"name\":\"org.antlr:antlr4-runtime:4.13.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar\",\"sha1\":\"17125bae1d965624e265ef49552f6465a2bfa307\",\"size\":326305},\"classifiers\":null}},{\"name\":\"com.mojang:logging:1.2.7\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/mojang/logging/1.2.7/logging-1.2.7.jar\",\"url\":\"https://libraries.minecraft.net/com/mojang/logging/1.2.7/logging-1.2.7.jar\",\"sha1\":\"24cb95ffb0e3433fd6e844c04e68009e504ca1c0\",\"size\":15343},\"classifiers\":null}},{\"name\":\"org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar\",\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar\",\"sha1\":\"d7e6693c2606cb7e7335047d7bb96dec52db5665\",\"size\":27364},\"classifiers\":null}},{\"name\":\"org.apache.logging.log4j:log4j-core:2.22.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar\",\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar\",\"sha1\":\"7183a25510a02ad00cc6a95d3b3d2a7d3c5a8dc4\",\"size\":1900022},\"classifiers\":null}},{\"name\":\"org.apache.logging.log4j:log4j-api:2.22.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar\",\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar\",\"sha1\":\"bea6fede6328fabafd7e68363161a7ea6605abd1\",\"size\":335001},\"classifiers\":null}},{\"name\":\"org.jline:jline-reader:3.20.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar\",\"sha1\":\"8f15415b022a25b473e8e16c28ae913186ffb9c4\",\"size\":171052},\"classifiers\":null}},{\"name\":\"org.jline:jline-terminal:3.20.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar\",\"sha1\":\"d0ddcc708ddf527a3454c941b7b9225cc83a15ff\",\"size\":228481},\"classifiers\":null}},{\"name\":\"commons-io:commons-io:2.15.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"commons-io/commons-io/2.15.1/commons-io-2.15.1.jar\",\"url\":\"https://libraries.minecraft.net/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar\",\"sha1\":\"f11560da189ab563a5c8e351941415430e9304ea\",\"size\":501218},\"classifiers\":null}},{\"name\":\"net.minecraftforge:srgutils:0.4.15\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar\",\"sha1\":\"ca408b131759478f164e010fae0d73997e125fb5\",\"size\":69393},\"classifiers\":null}},{\"name\":\"com.google.guava:guava:32.1.2-jre\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar\",\"url\":\"https://libraries.minecraft.net/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar\",\"sha1\":\"5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318\",\"size\":3041591},\"classifiers\":null}},{\"name\":\"com.google.guava:failureaccess:1.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar\",\"url\":\"https://libraries.minecraft.net/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar\",\"sha1\":\"1dcf1de382a0bf95a3d8b0849546c88bac1292c9\",\"size\":4617},\"classifiers\":null}},{\"name\":\"com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar\",\"url\":\"https://libraries.minecraft.net/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar\",\"sha1\":\"b421526c5f297295adef1c886e5246c39d4ac629\",\"size\":2199},\"classifiers\":null}},{\"name\":\"com.google.code.findbugs:jsr305:3.0.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\",\"url\":\"https://libraries.minecraft.net/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\",\"sha1\":\"25ea2e8b0c338a877313bd4672d3fe056ea78f0d\",\"size\":19936},\"classifiers\":null}},{\"name\":\"org.checkerframework:checker-qual:3.33.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar\",\"url\":\"https://libraries.minecraft.net/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar\",\"sha1\":\"de2b60b62da487644fc11f734e73c8b0b431238f\",\"size\":223979},\"classifiers\":null}},{\"name\":\"com.google.errorprone:error_prone_annotations:2.18.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar\",\"url\":\"https://libraries.minecraft.net/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar\",\"sha1\":\"89b684257096f548fa39a7df9fdaa409d4d4df91\",\"size\":16017},\"classifiers\":null}},{\"name\":\"com.google.j2objc:j2objc-annotations:2.8\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar\",\"url\":\"https://libraries.minecraft.net/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar\",\"sha1\":\"c85270e307e7b822f1086b93689124b89768e273\",\"size\":9301},\"classifiers\":null}},{\"name\":\"com.google.code.gson:gson:2.10.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/google/code/gson/gson/2.10.1/gson-2.10.1.jar\",\"url\":\"https://libraries.minecraft.net/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar\",\"sha1\":\"b3add478d4382b78ea20b1671390a858002feb6c\",\"size\":283367},\"classifiers\":null}},{\"name\":\"org.codehaus.plexus:plexus-utils:3.3.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar\",\"sha1\":\"cf43b5391de623b36fe066a21127baef82c64022\",\"size\":263253},\"classifiers\":null}},{\"name\":\"com.machinezoo.noexception:noexception:1.7.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar\",\"url\":\"https://neoforged.forgecdn.net/releases/com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar\",\"sha1\":\"b65330c98e38a1f915fa54a6e5eca496505e3f0a\",\"size\":250861},\"classifiers\":null}}],\"mainClass\":\"cpw.mods.bootstraplauncher.BootstrapLauncher\",\"arguments\":{\"game\":[\"--fml.neoForgeVersion\",\"21.1.226\",\"--fml.fmlVersion\",\"4.0.42\",\"--fml.mcVersion\",\"1.21.1\",\"--fml.neoFormVersion\",\"20240808.144430\",\"--launchTarget\",\"forgeclient\"],\"jvm\":[\"-Djava.net.preferIPv6Addresses=system\",\"-DignoreList=client-extra,${version_name}.jar\",\"-DlibraryDirectory=${library_directory}\",\"-p\",\"${library_directory}/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar${classpath_separator}${library_directory}/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm/9.8/asm-9.8.jar${classpath_separator}${library_directory}/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar\",\"--add-modules\",\"ALL-MODULE-PATH\",\"--add-opens\",\"java.base/java.util.jar=cpw.mods.securejarhandler\",\"--add-opens\",\"java.base/java.lang.invoke=cpw.mods.securejarhandler\",\"--add-exports\",\"java.base/sun.security.util=cpw.mods.securejarhandler\",\"--add-exports\",\"jdk.naming.dns/com.sun.jndi.dns=java.naming\"]}}","librariesInstallLocation":"{0}//libraries//net//neoforged//neoforge//21.1.226","minecraftVersion":"1.21.1","installProfileJson":"{\"spec\":1,\"profile\":\"NeoForge\",\"version\":\"neoforge-21.1.226\",\"minecraft\":\"1.21.1\",\"json\":\"/version.json\",\"logo\":\"/big_logo.png\",\"welcome\":\"Welcome to the simple NeoForge installer\",\"path\":\"net.neoforged:neoforge:21.1.226\",\"data\":{\"MAPPINGS\":{\"client\":\"[net.neoforged:neoform:1.21.1-20240808.144430:mappings@txt]\",\"server\":\"[net.neoforged:neoform:1.21.1-20240808.144430:mappings@txt]\"},\"MOJMAPS\":{\"client\":\"[net.minecraft:client:1.21.1-20240808.144430:mappings@txt]\",\"server\":\"[net.minecraft:server:1.21.1-20240808.144430:mappings@txt]\"},\"MERGED_MAPPINGS\":{\"client\":\"[net.neoforged:neoform:1.21.1-20240808.144430:mappings-merged@txt]\",\"server\":\"[net.neoforged:neoform:1.21.1-20240808.144430:mappings-merged@txt]\"},\"BINPATCH\":{\"client\":\"/data/client.lzma\",\"server\":\"/data/server.lzma\"},\"MC_UNPACKED\":{\"client\":\"[net.minecraft:client:1.21.1-20240808.144430:unpacked]\",\"server\":\"[net.minecraft:server:1.21.1-20240808.144430:unpacked]\"},\"MC_SLIM\":{\"client\":\"[net.minecraft:client:1.21.1-20240808.144430:slim]\",\"server\":\"[net.minecraft:server:1.21.1-20240808.144430:slim]\"},\"MC_EXTRA\":{\"client\":\"[net.minecraft:client:1.21.1-20240808.144430:extra]\",\"server\":\"[net.minecraft:server:1.21.1-20240808.144430:extra]\"},\"MC_SRG\":{\"client\":\"[net.minecraft:client:1.21.1-20240808.144430:srg]\",\"server\":\"[net.minecraft:server:1.21.1-20240808.144430:srg]\"},\"PATCHED\":{\"client\":\"[net.neoforged:neoforge:21.1.226:client]\",\"server\":\"[net.neoforged:neoforge:21.1.226:server]\"},\"MCP_VERSION\":{\"client\":\"'1.21.1-20240808.144430'\",\"server\":\"'1.21.1-20240808.144430'\"},\"SIDE\":{\"client\":\"client\",\"server\":\"server\"}},\"processors\":[{\"jar\":\"net.neoforged.installertools:installertools:2.1.2\",\"classpath\":[\"net.neoforged.installertools:installertools:2.1.2\",\"net.neoforged:srgutils:1.0.0\",\"net.md-5:SpecialSource:1.11.0\",\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"com.google.code.gson:gson:2.8.9\",\"de.siegmar:fastcsv:2.0.0\",\"org.ow2.asm:asm-commons:9.3\",\"net.neoforged.installertools:cli-utils:2.1.2\",\"com.google.guava:guava:20.0\",\"com.opencsv:opencsv:4.4\",\"org.ow2.asm:asm-analysis:9.3\",\"org.ow2.asm:asm-tree:9.3\",\"org.ow2.asm:asm:9.3\",\"org.apache.commons:commons-text:1.3\",\"org.apache.commons:commons-lang3:3.8.1\",\"commons-beanutils:commons-beanutils:1.9.3\",\"org.apache.commons:commons-collections4:4.2\",\"commons-logging:commons-logging:1.2\",\"commons-collections:commons-collections:3.2.2\"],\"args\":[\"--task\",\"MCP_DATA\",\"--input\",\"[net.neoforged:neoform:1.21.1-20240808.144430@zip]\",\"--output\",\"{MAPPINGS}\",\"--key\",\"mappings\"],\"sides\":null},{\"jar\":\"net.neoforged.installertools:installertools:2.1.2\",\"classpath\":[\"net.neoforged.installertools:installertools:2.1.2\",\"net.neoforged:srgutils:1.0.0\",\"net.md-5:SpecialSource:1.11.0\",\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"com.google.code.gson:gson:2.8.9\",\"de.siegmar:fastcsv:2.0.0\",\"org.ow2.asm:asm-commons:9.3\",\"net.neoforged.installertools:cli-utils:2.1.2\",\"com.google.guava:guava:20.0\",\"com.opencsv:opencsv:4.4\",\"org.ow2.asm:asm-analysis:9.3\",\"org.ow2.asm:asm-tree:9.3\",\"org.ow2.asm:asm:9.3\",\"org.apache.commons:commons-text:1.3\",\"org.apache.commons:commons-lang3:3.8.1\",\"commons-beanutils:commons-beanutils:1.9.3\",\"org.apache.commons:commons-collections4:4.2\",\"commons-logging:commons-logging:1.2\",\"commons-collections:commons-collections:3.2.2\"],\"args\":[\"--task\",\"DOWNLOAD_MOJMAPS\",\"--version\",\"1.21.1\",\"--side\",\"{SIDE}\",\"--output\",\"{MOJMAPS}\"],\"sides\":null},{\"jar\":\"net.neoforged.installertools:installertools:2.1.2\",\"classpath\":[\"net.neoforged.installertools:installertools:2.1.2\",\"net.neoforged:srgutils:1.0.0\",\"net.md-5:SpecialSource:1.11.0\",\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"com.google.code.gson:gson:2.8.9\",\"de.siegmar:fastcsv:2.0.0\",\"org.ow2.asm:asm-commons:9.3\",\"net.neoforged.installertools:cli-utils:2.1.2\",\"com.google.guava:guava:20.0\",\"com.opencsv:opencsv:4.4\",\"org.ow2.asm:asm-analysis:9.3\",\"org.ow2.asm:asm-tree:9.3\",\"org.ow2.asm:asm:9.3\",\"org.apache.commons:commons-text:1.3\",\"org.apache.commons:commons-lang3:3.8.1\",\"commons-beanutils:commons-beanutils:1.9.3\",\"org.apache.commons:commons-collections4:4.2\",\"commons-logging:commons-logging:1.2\",\"commons-collections:commons-collections:3.2.2\"],\"args\":[\"--task\",\"MERGE_MAPPING\",\"--left\",\"{MAPPINGS}\",\"--right\",\"{MOJMAPS}\",\"--output\",\"{MERGED_MAPPINGS}\",\"--classes\",\"--fields\",\"--methods\",\"--reverse-right\"],\"sides\":null},{\"jar\":\"net.neoforged.installertools:jarsplitter:2.1.2\",\"classpath\":[\"net.neoforged.installertools:jarsplitter:2.1.2\",\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"net.neoforged:srgutils:1.0.0\",\"net.neoforged.installertools:cli-utils:2.1.2\"],\"args\":[\"--input\",\"{MINECRAFT_JAR}\",\"--slim\",\"{MC_SLIM}\",\"--extra\",\"{MC_EXTRA}\",\"--srg\",\"{MERGED_MAPPINGS}\"],\"sides\":[\"client\"]},{\"jar\":\"net.neoforged:AutoRenamingTool:2.0.3:all\",\"classpath\":[\"net.neoforged:AutoRenamingTool:2.0.3:all\"],\"args\":[\"--input\",\"{MC_SLIM}\",\"--output\",\"{MC_SRG}\",\"--names\",\"{MERGED_MAPPINGS}\",\"--ann-fix\",\"--ids-fix\",\"--src-fix\",\"--record-fix\"],\"sides\":null},{\"jar\":\"net.neoforged.installertools:binarypatcher:2.1.2:fatjar\",\"classpath\":[\"net.neoforged.installertools:binarypatcher:2.1.2:fatjar\"],\"args\":[\"--clean\",\"{MC_SRG}\",\"--output\",\"{PATCHED}\",\"--apply\",\"{BINPATCH}\"],\"sides\":null}],\"libraries\":[{\"name\":\"net.neoforged.fancymodloader:earlydisplay:4.0.42\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"46555dbfff14e9e052f1f693aed14d542a74e111\",\"size\":261718,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/fancymodloader/earlydisplay/4.0.42/earlydisplay-4.0.42.jar\",\"path\":\"net/neoforged/fancymodloader/earlydisplay/4.0.42/earlydisplay-4.0.42.jar\"}}},{\"name\":\"net.neoforged.fancymodloader:loader:4.0.42\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"76e15f98bf676fb44b36c5e776f52a55581ec43a\",\"size\":504899,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/fancymodloader/loader/4.0.42/loader-4.0.42.jar\",\"path\":\"net/neoforged/fancymodloader/loader/4.0.42/loader-4.0.42.jar\"}}},{\"name\":\"net.neoforged.accesstransformers:at-modlauncher:10.0.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"5aba50202aceead086bc09fbc2751c9f05cb4890\",\"size\":2347,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar\",\"path\":\"net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar\"}}},{\"name\":\"net.neoforged:accesstransformers:10.0.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"fd83b5725f76eae9115e9355fa1c456a6a441400\",\"size\":67234,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar\",\"path\":\"net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar\"}}},{\"name\":\"net.neoforged:bus:8.0.5\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"5b2d33285ab5d1554e9798ad98c40d6ea3868bd5\",\"size\":30340,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/bus/8.0.5/bus-8.0.5.jar\",\"path\":\"net/neoforged/bus/8.0.5/bus-8.0.5.jar\"}}},{\"name\":\"net.neoforged:coremods:7.0.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"09147e6f638b4272b3bd5fc8f92ad37802512c6c\",\"size\":22659,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/coremods/7.0.3/coremods-7.0.3.jar\",\"path\":\"net/neoforged/coremods/7.0.3/coremods-7.0.3.jar\"}}},{\"name\":\"cpw.mods:modlauncher:11.0.5\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b8f0d49294f733fdb6173931b263553e943dc950\",\"size\":116486,\"url\":\"https://maven.neoforged.net/releases/cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar\",\"path\":\"cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar\"}}},{\"name\":\"net.neoforged:mergetool:2.0.0:api\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"52fe1949be64e3303aabaaa21e315f551db9c9f4\",\"size\":2550,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar\",\"path\":\"net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar\"}}},{\"name\":\"com.electronwill.night-config:toml:3.8.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"90b2fd6efcb4a7d5b9810cf78f9d824994d717f2\",\"size\":39516,\"url\":\"https://maven.neoforged.net/releases/com/electronwill/night-config/toml/3.8.3/toml-3.8.3.jar\",\"path\":\"com/electronwill/night-config/toml/3.8.3/toml-3.8.3.jar\"}}},{\"name\":\"com.electronwill.night-config:core:3.8.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b442a95f09e349927f5a945ecb594455870fcf4f\",\"size\":382911,\"url\":\"https://maven.neoforged.net/releases/com/electronwill/night-config/core/3.8.3/core-3.8.3.jar\",\"path\":\"com/electronwill/night-config/core/3.8.3/core-3.8.3.jar\"}}},{\"name\":\"net.neoforged:JarJarSelector:0.4.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"fb3cc7a58af22ad2880adb98af6d518128c47dae\",\"size\":17168,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar\",\"path\":\"net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar\"}}},{\"name\":\"net.neoforged:JarJarMetadata:0.4.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"f8da03683dc81694556dc3e177c5e3bb77ae6fcb\",\"size\":15648,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar\",\"path\":\"net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar\"}}},{\"name\":\"org.apache.maven:maven-artifact:3.8.5\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"4433f50c07debefaed0553bd0068f4f48d449313\",\"size\":58077,\"url\":\"https://maven.neoforged.net/releases/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\",\"path\":\"org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\"}}},{\"name\":\"net.jodah:typetools:0.6.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"a01aaa6ddaea9ec07ec4f209487b7a46a526283a\",\"size\":18281,\"url\":\"https://maven.neoforged.net/releases/net/jodah/typetools/0.6.3/typetools-0.6.3.jar\",\"path\":\"net/jodah/typetools/0.6.3/typetools-0.6.3.jar\"}}},{\"name\":\"net.minecrell:terminalconsoleappender:1.3.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b562e9bb61235c9520e26282cdee71f8f802d1fc\",\"size\":16949,\"url\":\"https://maven.neoforged.net/releases/net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar\",\"path\":\"net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar\"}}},{\"name\":\"net.fabricmc:sponge-mixin:0.15.2+mixin.0.8.7\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"2af2f021d8e02a0220dc27a7a72b4666d66d44ca\",\"size\":1494751,\"url\":\"https://maven.neoforged.net/releases/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar\",\"path\":\"net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar\"}}},{\"name\":\"org.openjdk.nashorn:nashorn-core:15.4\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5\",\"size\":2167292,\"url\":\"https://maven.neoforged.net/releases/org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar\",\"path\":\"org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar\"}}},{\"name\":\"org.apache.commons:commons-lang3:3.14.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"1ed471194b02f2c6cb734a0cd6f6f107c673afae\",\"size\":657952,\"url\":\"https://libraries.minecraft.net/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar\",\"path\":\"org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar\"}}},{\"name\":\"cpw.mods:bootstraplauncher:2.0.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"1a2d076cbc33b0520cbacd591224427b2a20047d\",\"size\":11116,\"url\":\"https://maven.neoforged.net/releases/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar\",\"path\":\"cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar\"}}},{\"name\":\"cpw.mods:securejarhandler:3.0.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"c0ef95cecd8699a0449053ac7d9c160748d902cd\",\"size\":103765,\"url\":\"https://maven.neoforged.net/releases/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar\",\"path\":\"cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar\"}}},{\"name\":\"org.ow2.asm:asm-commons:9.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"36e4d212970388e5bd2c5180292012502df461bb\",\"size\":73498,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar\",\"path\":\"org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar\"}}},{\"name\":\"org.ow2.asm:asm-util:9.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"395f1c1f035258511f27bc9b2583d76e4b143f59\",\"size\":94559,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar\",\"path\":\"org/ow2/asm/asm-util/9.8/asm-util-9.8.jar\"}}},{\"name\":\"org.ow2.asm:asm-analysis:9.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b9747a320844b6cb1eacd90d8ecfd260a16c01d3\",\"size\":35151,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar\",\"path\":\"org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar\"}}},{\"name\":\"org.ow2.asm:asm-tree:9.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"018419ca5b77a2f81097c741e7872e6ab8d2f40d\",\"size\":51934,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar\",\"path\":\"org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar\"}}},{\"name\":\"org.ow2.asm:asm:9.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"dc19ecb3f7889b7860697215cae99c0f9b6f6b4b\",\"size\":126113,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm/9.8/asm-9.8.jar\",\"path\":\"org/ow2/asm/asm/9.8/asm-9.8.jar\"}}},{\"name\":\"net.neoforged:JarJarFileSystems:0.4.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"78f59f89defcd032ed788b151ca6a0d40ace796a\",\"size\":31807,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar\",\"path\":\"net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar\"}}},{\"name\":\"net.sf.jopt-simple:jopt-simple:5.0.4\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c\",\"size\":78146,\"url\":\"https://libraries.minecraft.net/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\",\"path\":\"net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\"}}},{\"name\":\"org.slf4j:slf4j-api:2.0.9\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"7cf2726fdcfbc8610f9a71fb3ed639871f315340\",\"size\":64579,\"url\":\"https://libraries.minecraft.net/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar\",\"path\":\"org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar\"}}},{\"name\":\"org.antlr:antlr4-runtime:4.13.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"17125bae1d965624e265ef49552f6465a2bfa307\",\"size\":326305,\"url\":\"https://maven.neoforged.net/releases/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar\",\"path\":\"org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar\"}}},{\"name\":\"com.mojang:logging:1.2.7\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"24cb95ffb0e3433fd6e844c04e68009e504ca1c0\",\"size\":15343,\"url\":\"https://libraries.minecraft.net/com/mojang/logging/1.2.7/logging-1.2.7.jar\",\"path\":\"com/mojang/logging/1.2.7/logging-1.2.7.jar\"}}},{\"name\":\"org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"d7e6693c2606cb7e7335047d7bb96dec52db5665\",\"size\":27364,\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar\",\"path\":\"org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar\"}}},{\"name\":\"org.apache.logging.log4j:log4j-core:2.22.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"7183a25510a02ad00cc6a95d3b3d2a7d3c5a8dc4\",\"size\":1900022,\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar\",\"path\":\"org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar\"}}},{\"name\":\"org.apache.logging.log4j:log4j-api:2.22.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"bea6fede6328fabafd7e68363161a7ea6605abd1\",\"size\":335001,\"url\":\"https://libraries.minecraft.net/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar\",\"path\":\"org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar\"}}},{\"name\":\"org.jline:jline-reader:3.20.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"8f15415b022a25b473e8e16c28ae913186ffb9c4\",\"size\":171052,\"url\":\"https://maven.neoforged.net/releases/org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar\",\"path\":\"org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar\"}}},{\"name\":\"org.jline:jline-terminal:3.20.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"d0ddcc708ddf527a3454c941b7b9225cc83a15ff\",\"size\":228481,\"url\":\"https://maven.neoforged.net/releases/org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar\",\"path\":\"org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar\"}}},{\"name\":\"commons-io:commons-io:2.15.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"f11560da189ab563a5c8e351941415430e9304ea\",\"size\":501218,\"url\":\"https://libraries.minecraft.net/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar\",\"path\":\"commons-io/commons-io/2.15.1/commons-io-2.15.1.jar\"}}},{\"name\":\"net.minecraftforge:srgutils:0.4.15\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"ca408b131759478f164e010fae0d73997e125fb5\",\"size\":69393,\"url\":\"https://maven.neoforged.net/releases/net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar\",\"path\":\"net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar\"}}},{\"name\":\"com.google.guava:guava:32.1.2-jre\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318\",\"size\":3041591,\"url\":\"https://libraries.minecraft.net/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar\",\"path\":\"com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar\"}}},{\"name\":\"com.google.guava:failureaccess:1.0.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"1dcf1de382a0bf95a3d8b0849546c88bac1292c9\",\"size\":4617,\"url\":\"https://libraries.minecraft.net/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar\",\"path\":\"com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar\"}}},{\"name\":\"com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b421526c5f297295adef1c886e5246c39d4ac629\",\"size\":2199,\"url\":\"https://libraries.minecraft.net/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar\",\"path\":\"com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar\"}}},{\"name\":\"com.google.code.findbugs:jsr305:3.0.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"25ea2e8b0c338a877313bd4672d3fe056ea78f0d\",\"size\":19936,\"url\":\"https://libraries.minecraft.net/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\",\"path\":\"com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\"}}},{\"name\":\"org.checkerframework:checker-qual:3.33.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"de2b60b62da487644fc11f734e73c8b0b431238f\",\"size\":223979,\"url\":\"https://libraries.minecraft.net/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar\",\"path\":\"org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar\"}}},{\"name\":\"com.google.errorprone:error_prone_annotations:2.18.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"89b684257096f548fa39a7df9fdaa409d4d4df91\",\"size\":16017,\"url\":\"https://libraries.minecraft.net/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar\",\"path\":\"com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar\"}}},{\"name\":\"com.google.j2objc:j2objc-annotations:2.8\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"c85270e307e7b822f1086b93689124b89768e273\",\"size\":9301,\"url\":\"https://libraries.minecraft.net/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar\",\"path\":\"com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar\"}}},{\"name\":\"com.google.code.gson:gson:2.10.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b3add478d4382b78ea20b1671390a858002feb6c\",\"size\":283367,\"url\":\"https://libraries.minecraft.net/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar\",\"path\":\"com/google/code/gson/gson/2.10.1/gson-2.10.1.jar\"}}},{\"name\":\"org.codehaus.plexus:plexus-utils:3.3.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"cf43b5391de623b36fe066a21127baef82c64022\",\"size\":263253,\"url\":\"https://maven.neoforged.net/releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar\",\"path\":\"org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar\"}}},{\"name\":\"com.machinezoo.noexception:noexception:1.7.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b65330c98e38a1f915fa54a6e5eca496505e3f0a\",\"size\":250861,\"url\":\"https://maven.neoforged.net/releases/com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar\",\"path\":\"com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar\"}}},{\"name\":\"net.neoforged:neoform:1.21.1-20240808.144430@zip\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"811e2bd86fa2cda2812e5e8e51d718ea8bd6d3f4\",\"size\":1683830,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/neoform/1.21.1-20240808.144430/neoform-1.21.1-20240808.144430.zip\",\"path\":\"net/neoforged/neoform/1.21.1-20240808.144430/neoform-1.21.1-20240808.144430.zip\"}}},{\"name\":\"net.neoforged.installertools:binarypatcher:2.1.2:fatjar\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"759b63ef393ed80418ec1ea4d233cd6152d02637\",\"size\":624217,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/installertools/binarypatcher/2.1.2/binarypatcher-2.1.2-fatjar.jar\",\"path\":\"net/neoforged/installertools/binarypatcher/2.1.2/binarypatcher-2.1.2-fatjar.jar\"}}},{\"name\":\"net.neoforged:AutoRenamingTool:2.0.3:all\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"d9890c71b4366f886c2b1006782043a6a6816eb6\",\"size\":746919,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/AutoRenamingTool/2.0.3/AutoRenamingTool-2.0.3-all.jar\",\"path\":\"net/neoforged/AutoRenamingTool/2.0.3/AutoRenamingTool-2.0.3-all.jar\"}}},{\"name\":\"net.neoforged.installertools:installertools:2.1.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"72524c0362f812d8aa4cdb4c03e9b45e2b71ae3b\",\"size\":83543,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/installertools/installertools/2.1.2/installertools-2.1.2.jar\",\"path\":\"net/neoforged/installertools/installertools/2.1.2/installertools-2.1.2.jar\"}}},{\"name\":\"net.neoforged:srgutils:1.0.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b9fe6cdab494983217cbc14cc6f92c8e6c616526\",\"size\":71421,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/srgutils/1.0.0/srgutils-1.0.0.jar\",\"path\":\"net/neoforged/srgutils/1.0.0/srgutils-1.0.0.jar\"}}},{\"name\":\"net.md-5:SpecialSource:1.11.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"43b84c4bb8d01cf90a29dfeec1c958a4b64baf46\",\"size\":88737,\"url\":\"https://maven.neoforged.net/releases/net/md-5/SpecialSource/1.11.0/SpecialSource-1.11.0.jar\",\"path\":\"net/md-5/SpecialSource/1.11.0/SpecialSource-1.11.0.jar\"}}},{\"name\":\"com.google.code.gson:gson:2.8.9\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"8a432c1d6825781e21a02db2e2c33c5fde2833b9\",\"size\":258075,\"url\":\"https://libraries.minecraft.net/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar\",\"path\":\"com/google/code/gson/gson/2.8.9/gson-2.8.9.jar\"}}},{\"name\":\"de.siegmar:fastcsv:2.0.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"b615f26c03edeac966618b93b9ee4f4eed50aae1\",\"size\":29476,\"url\":\"https://maven.neoforged.net/releases/de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar\",\"path\":\"de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar\"}}},{\"name\":\"org.ow2.asm:asm-commons:9.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"1f2a432d1212f5c352ae607d7b61dcae20c20af5\",\"size\":72716,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar\",\"path\":\"org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar\"}}},{\"name\":\"net.neoforged.installertools:cli-utils:2.1.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"e5a3115eb9e299117472675946be8a72e4990ad6\",\"size\":9379,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/installertools/cli-utils/2.1.2/cli-utils-2.1.2.jar\",\"path\":\"net/neoforged/installertools/cli-utils/2.1.2/cli-utils-2.1.2.jar\"}}},{\"name\":\"com.google.guava:guava:20.0\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"89507701249388e1ed5ddcf8c41f4ce1be7831ef\",\"size\":2442625,\"url\":\"https://maven.neoforged.net/releases/com/google/guava/guava/20.0/guava-20.0.jar\",\"path\":\"com/google/guava/guava/20.0/guava-20.0.jar\"}}},{\"name\":\"com.opencsv:opencsv:4.4\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"525932a1edf46c9ca75aa9c83d31dc180c186865\",\"size\":167167,\"url\":\"https://maven.neoforged.net/releases/com/opencsv/opencsv/4.4/opencsv-4.4.jar\",\"path\":\"com/opencsv/opencsv/4.4/opencsv-4.4.jar\"}}},{\"name\":\"org.ow2.asm:asm-analysis:9.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"4b071f211b37c38e0e9f5998550197c8593f6ad8\",\"size\":34276,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar\",\"path\":\"org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar\"}}},{\"name\":\"org.ow2.asm:asm-tree:9.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"78d2ecd61318b5a58cd04fb237636c0e86b77d97\",\"size\":52669,\"url\":\"https://maven.neoforged.net/releases/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar\",\"path\":\"org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar\"}}},{\"name\":\"org.ow2.asm:asm:9.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"8e6300ef51c1d801a7ed62d07cd221aca3a90640\",\"size\":122176,\"url\":\"https://libraries.minecraft.net/org/ow2/asm/asm/9.3/asm-9.3.jar\",\"path\":\"org/ow2/asm/asm/9.3/asm-9.3.jar\"}}},{\"name\":\"org.apache.commons:commons-text:1.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"9abf61708a66ab5e55f6169a200dbfc584b546d9\",\"size\":182954,\"url\":\"https://maven.neoforged.net/releases/org/apache/commons/commons-text/1.3/commons-text-1.3.jar\",\"path\":\"org/apache/commons/commons-text/1.3/commons-text-1.3.jar\"}}},{\"name\":\"org.apache.commons:commons-lang3:3.8.1\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"6505a72a097d9270f7a9e7bf42c4238283247755\",\"size\":501879,\"url\":\"https://maven.neoforged.net/releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar\",\"path\":\"org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar\"}}},{\"name\":\"commons-beanutils:commons-beanutils:1.9.3\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"c845703de334ddc6b4b3cd26835458cb1cba1f3d\",\"size\":246174,\"url\":\"https://maven.neoforged.net/releases/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar\",\"path\":\"commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar\"}}},{\"name\":\"org.apache.commons:commons-collections4:4.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"54ebea0a5b653d3c680131e73fe807bb8f78c4ed\",\"size\":752798,\"url\":\"https://maven.neoforged.net/releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar\",\"path\":\"org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar\"}}},{\"name\":\"commons-logging:commons-logging:1.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"4bfc12adfe4842bf07b657f0369c4cb522955686\",\"size\":61829,\"url\":\"https://libraries.minecraft.net/commons-logging/commons-logging/1.2/commons-logging-1.2.jar\",\"path\":\"commons-logging/commons-logging/1.2/commons-logging-1.2.jar\"}}},{\"name\":\"commons-collections:commons-collections:3.2.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5\",\"size\":588337,\"url\":\"https://maven.neoforged.net/releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar\",\"path\":\"commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar\"}}},{\"name\":\"net.neoforged.installertools:jarsplitter:2.1.2\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"8a7916be0a0e589897beab7c839072631067e48e\",\"size\":7790,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/installertools/jarsplitter/2.1.2/jarsplitter-2.1.2.jar\",\"path\":\"net/neoforged/installertools/jarsplitter/2.1.2/jarsplitter-2.1.2.jar\"}}},{\"name\":\"net.neoforged:neoforge:21.1.226:universal\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"974b795706c79f69f6274baf6b10f5912f27b558\",\"size\":3528068,\"url\":\"https://maven.neoforged.net/releases/net/neoforged/neoforge/21.1.226/neoforge-21.1.226-universal.jar\",\"path\":\"net/neoforged/neoforge/21.1.226/neoforge-21.1.226-universal.jar\"}}},{\"name\":\"net.neoforged:neoforge:21.1.226:clientdata@lzma\",\"url\":null,\"downloads\":{\"artifact\":{\"sha1\":\"4c0c8fb03f552dd9834f83f090b669c0aa063c79\",\"size\":0,\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/neoforged/neoforge/21.1.226/neoforge-21.1.226-clientdata.lzma\",\"path\":\"net/neoforged/neoforge/21.1.226/neoforge-21.1.226-clientdata.lzma\"}}}],\"serverJarPath\":\"{LIBRARY_DIR}/net/minecraft/server/{MINECRAFT_VERSION}/server-{MINECRAFT_VERSION}.jar\"}"},"isUnlocked":true,"javaArgsOverride":null,"lastPlayed":"0001-01-01T00:00:00","playedCount":0,"timePlayed":0,"manifest":{"minecraft":{"version":"1.21.1","additionalJavaArgs":null,"modLoaders":[{"id":"neoforge-21.1.226","primary":true}],"libraries":null,"recommendedRam":null},"manifestType":"minecraftModpack","manifestVersion":1,"name":"More FPS [NEOFORGE] - MC 1.21.1 ","version":" 33.1.0","author":"","description":null,"projectID":null,"files":[{"projectID":856906,"fileID":7392199,"required":true,"isLocked":false},{"projectID":455508,"fileID":6661598,"required":true,"isLocked":false},{"projectID":429235,"fileID":7524151,"required":true,"isLocked":false},{"projectID":348521,"fileID":5729127,"required":true,"isLocked":false},{"projectID":907856,"fileID":6165711,"required":true,"isLocked":false},{"projectID":1084468,"fileID":7205496,"required":true,"isLocked":false},{"projectID":634062,"fileID":5885735,"required":true,"isLocked":false},{"projectID":60089,"fileID":5637846,"required":true,"isLocked":false},{"projectID":844662,"fileID":7998618,"required":true,"isLocked":false},{"projectID":448233,"fileID":7900085,"required":true,"isLocked":false},{"projectID":401648,"fileID":5873258,"required":true,"isLocked":false},{"projectID":233019,"fileID":5426792,"required":true,"isLocked":false},{"projectID":499980,"fileID":7943878,"required":true,"isLocked":false},{"projectID":232131,"fileID":7966181,"required":true,"isLocked":false},{"projectID":388800,"fileID":6794589,"required":true,"isLocked":false},{"projectID":531761,"fileID":7420963,"required":true,"isLocked":false},{"projectID":958881,"fileID":5609781,"required":true,"isLocked":false},{"projectID":1046692,"fileID":5605495,"required":true,"isLocked":false},{"projectID":888328,"fileID":7228353,"required":true,"isLocked":false},{"projectID":1386611,"fileID":7819803,"required":true,"isLocked":false},{"projectID":1104882,"fileID":6533725,"required":true,"isLocked":false},{"projectID":868624,"fileID":7018836,"required":true,"isLocked":false},{"projectID":949555,"fileID":7338300,"required":true,"isLocked":false},{"projectID":831663,"fileID":7926632,"required":true,"isLocked":false},{"projectID":944149,"fileID":5499027,"required":true,"isLocked":false},{"projectID":485681,"fileID":6383261,"required":true,"isLocked":false},{"projectID":832882,"fileID":7962596,"required":true,"isLocked":false},{"projectID":951499,"fileID":6935204,"required":true,"isLocked":false},{"projectID":888288,"fileID":7228395,"required":true,"isLocked":false},{"projectID":326652,"fileID":7746488,"required":true,"isLocked":false},{"projectID":367706,"fileID":7256741,"required":true,"isLocked":false},{"projectID":938643,"fileID":5453382,"required":true,"isLocked":false},{"projectID":431203,"fileID":7980983,"required":true,"isLocked":false},{"projectID":858542,"fileID":5831692,"required":true,"isLocked":false},{"projectID":635427,"fileID":5444189,"required":true,"isLocked":false},{"projectID":886331,"fileID":7228406,"required":true,"isLocked":false},{"projectID":882539,"fileID":6843634,"required":true,"isLocked":false},{"projectID":394468,"fileID":6382651,"required":true,"isLocked":false},{"projectID":1016013,"fileID":7451276,"required":true,"isLocked":false},{"projectID":459701,"fileID":6926815,"required":true,"isLocked":false},{"projectID":1109370,"fileID":7890874,"required":true,"isLocked":false},{"projectID":558905,"fileID":6394141,"required":true,"isLocked":false},{"projectID":1091339,"fileID":7955700,"required":true,"isLocked":false},{"projectID":790626,"fileID":8003021,"required":true,"isLocked":false},{"projectID":256717,"fileID":5623731,"required":true,"isLocked":false},{"projectID":456640,"fileID":5571339,"required":true,"isLocked":false},{"projectID":582327,"fileID":6296628,"required":true,"isLocked":false},{"projectID":335493,"fileID":7546938,"required":true,"isLocked":false},{"projectID":1103431,"fileID":6100815,"required":true,"isLocked":false},{"projectID":1037680,"fileID":7243121,"required":true,"isLocked":false},{"projectID":283644,"fileID":6926281,"required":true,"isLocked":false},{"projectID":1109361,"fileID":7890871,"required":true,"isLocked":false},{"projectID":686911,"fileID":7537795,"required":true,"isLocked":false},{"projectID":419699,"fileID":5786327,"required":true,"isLocked":false},{"projectID":511319,"fileID":6091021,"required":true,"isLocked":false},{"projectID":969926,"fileID":7186843,"required":true,"isLocked":false},{"projectID":883287,"fileID":7305762,"required":true,"isLocked":false},{"projectID":548115,"fileID":5665477,"required":true,"isLocked":false},{"projectID":250398,"fileID":6368976,"required":true,"isLocked":false},{"projectID":1191845,"fileID":6148845,"required":true,"isLocked":false},{"projectID":360438,"fileID":7740400,"required":true,"isLocked":false},{"projectID":882495,"fileID":5513549,"required":true,"isLocked":false},{"projectID":568563,"fileID":7930620,"required":true,"isLocked":false},{"projectID":904356,"fileID":7936390,"required":true,"isLocked":false},{"projectID":888790,"fileID":7920161,"required":true,"isLocked":false},{"projectID":470193,"fileID":7367221,"required":true,"isLocked":false},{"projectID":410295,"fileID":5453385,"required":true,"isLocked":false},{"projectID":968432,"fileID":7974611,"required":true,"isLocked":false},{"projectID":271740,"fileID":6751464,"required":true,"isLocked":false},{"projectID":1007509,"fileID":7451279,"required":true,"isLocked":false},{"projectID":361579,"fileID":6225208,"required":true,"isLocked":false},{"projectID":551520,"fileID":5723250,"required":true,"isLocked":false}],"overrides":"overrides"},"fileDate":"2026-05-01T16:54:22.527Z","installedModpack":{"instanceID":"1983b919-23d6-41e6-a7bc-3fa6324e75b4","modSource":0,"addonID":447596,"gameID":432,"categoryClassID":4471,"categorySection":{"id":11,"gameId":432,"name":"Modpacks","packageType":5,"path":"downloads","initialInclusionPattern":"$^","gameCategoryId":4471},"categoryIds":[4481,4483,4484,5128],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"More FPS [FORGE] - Increase FPS & Shaders (1.21 UPDATE)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\downloads","fileNameOnDisk":"More FPS [NEOFORGE] - MC 1.21.1 - 33.1.0.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":107529259,"name":"TeamLUP"}],"primaryAuthor":"Lupin","primaryCategoryId":5128,"packageType":5,"webSiteURL":"https://www.curseforge.com/minecraft/modpacks/more-fps-modpack","issuesURL":null,"wikiURL":"https://discord.gg/X8VY5WMbe4","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/925/477/256/256/638394086482222171.png","tags":[],"installedFile":{"id":8022028,"fileName":"More FPS [NEOFORGE] - MC 1.21.1 - 33.1.0.zip","fileDate":"2026-05-01T16:54:22.527Z","fileLength":7232520,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8022/28/More%20FPS%20%5bNEOFORGE%5d%20-%20MC%201.21.1%20-%2033.1.0.zip","isAlternate":false,"alternateFileId":8022033,"serverPackFileId":8022033,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"manifest.json","fingerprint":387849279,"invalidFingerprint":false},{"foldername":"modlist.html","fingerprint":3050746127,"invalidFingerprint":false},{"foldername":"overrides","fingerprint":4152035634,"invalidFingerprint":false}],"packageFingerprint":3009081461,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":447596,"fileNameOnDisk":"More FPS [NEOFORGE] - MC 1.21.1 - 33.1.0.zip","hashes":[{"type":1,"value":"7535e639fb8f6f81108e12978f8e8dfc168ce26e"},{"type":2,"value":"72e8116d8affcdb3cca94963e587a980"}]},"dateInstalled":"2026-05-07T21:59:35.7668316Z","dateUpdated":"2026-05-07T21:59:35.7668316Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":[],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8022028,"fileName":"More FPS [NEOFORGE] - MC 1.21.1 - 33.1.0.zip","fileDate":"2026-05-01T16:54:22.527Z","fileLength":7232520,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8022/28/More%20FPS%20%5bNEOFORGE%5d%20-%20MC%201.21.1%20-%2033.1.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":8022033,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"manifest.json","fingerprint":387849279,"invalidFingerprint":false},{"foldername":"modlist.html","fingerprint":3050746127,"invalidFingerprint":false},{"foldername":"overrides","fingerprint":4152035634,"invalidFingerprint":false}],"packageFingerprint":3009081461,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":447596,"fileNameOnDisk":"More FPS [NEOFORGE] - MC 1.21.1 - 33.1.0.zip","hashes":[{"type":1,"value":"7535e639fb8f6f81108e12978f8e8dfc168ce26e"},{"type":2,"value":"72e8116d8affcdb3cca94963e587a980"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},"projectID":447596,"fileID":8022028,"customAuthor":null,"modpackOverrides":["config\\aiimprovements-common.toml","config\\alltheleaks.json","config\\automessage-client.json","config\\automessage-common.toml","config\\automessage-server.json","config\\automessage_README.txt","config\\badoptimizations.txt","config\\balm-client.toml","config\\balm-common-1.toml.bak","config\\balm-common.toml","config\\betterf3.toml","config\\betterfpsdist.json","config\\bhmenu-client-1.toml.bak","config\\bhmenu-client.toml","config\\catalogue.properties","config\\catalogue_favourites.txt","config\\chunksending.json","config\\connectivity.json","config\\cupboard.json","config\\defaultoptions-common.toml","config\\dynamic_fps.json","config\\entityculling.json","config\\entity_model_features.json","config\\entity_texture_features.json","config\\etf_warnings.json","config\\euphoria_patcher.properties","config\\fastpaintings-common.toml","config\\ferritecore-mixin.toml","config\\fml.toml","config\\immediatelyfast.json","config\\iris-excluded.json","config\\iris.properties","config\\leaky.json","config\\limitedchunks.json","config\\lithium.properties","config\\loadingbackgrounds-config.json","config\\loadingbackgrounds.json","config\\modernfix-common.toml","config\\modernfix-mixins.properties","config\\monolib-common.toml","config\\monolib-server.json","config\\monolib.toml","config\\moonlight-client-1.toml.bak","config\\moonlight-client-2.toml.bak","config\\moonlight-client.toml","config\\moonlight-common-1.toml.bak","config\\moonlight-common-2.toml.bak","config\\moonlight-common-3.toml.bak","config\\moonlight-common-4.toml.bak","config\\moonlight-common.toml","config\\MouseTweaks.cfg","config\\neoforge-client.toml","config\\neoforge-common.toml","config\\neoforge-server.toml","config\\neruina.json","config\\placebo.cfg","config\\recipeessentials.json","config\\smoothchunk.json","config\\sodium-extra-options.json","config\\sodium-extra.properties","config\\sodium-fingerprint.json","config\\sodium-mixins.properties","config\\sodium-options.json","config\\sodiumextras-client.toml","config\\startinv.json","config\\structureessentials.json","config\\time_on_display.toml","config\\toastcontrol-client-1.toml.bak","config\\toastcontrol-client.toml","config\\transition.json","config\\trender.json","config\\chunky\\config.json","config\\defaultoptions\\keybindings.txt","config\\defaultoptions\\options.txt","config\\fabric\\indigo-renderer.properties","config\\fancymenu\\config.txt","config\\fancymenu\\customizablemenus.txt","config\\fancymenu\\custom_gui_screens.txt","config\\fancymenu\\legacy_checklist.txt","config\\fancymenu\\menu_identifiers.db","config\\fancymenu\\options.txt","config\\fancymenu\\user_variables.db","config\\messages\\client_messages.json","config\\messages\\server_messages.json","config\\NoChatReports\\NCR-Client.json","config\\NoChatReports\\NCR-Common.json","config\\NoChatReports\\NCR-Encryption.json","config\\NoChatReports\\NCR-ServerPreferences.json","config\\NoChatReports\\README.md","config\\fancymenu\\assets\\bg.png","config\\fancymenu\\assets\\mods.png","config\\fancymenu\\assets\\modshov.png","config\\fancymenu\\assets\\multiplayer.png","config\\fancymenu\\assets\\multiplayerhov.png","config\\fancymenu\\assets\\options.png","config\\fancymenu\\assets\\optionshov.png","config\\fancymenu\\assets\\quitgame.png","config\\fancymenu\\assets\\quitgamehov.png","config\\fancymenu\\assets\\rentaserver.png","config\\fancymenu\\assets\\rentaserverhov.png","config\\fancymenu\\assets\\sidepanel.png","config\\fancymenu\\assets\\singleplayer.png","config\\fancymenu\\assets\\singleplayerhov.png","config\\fancymenu\\assets\\title.png","config\\fancymenu\\customization\\morefps.txt","config\\fancymenu\\locals\\de_de.local","config\\fancymenu\\locals\\en_us.local","config\\fancymenu\\locals\\pl_pl.local","config\\fancymenu\\locals\\pt_br.local","config\\fancymenu\\locals\\ru_ru.local","config\\fancymenu\\locals\\uk_ua.local","config\\fancymenu\\locals\\zh_cn.local","config\\fancymenu\\ui_themes\\dark.json","config\\fancymenu\\ui_themes\\light.json","config\\konkrete\\locals\\de_de.local","config\\konkrete\\locals\\en_us.local","config\\konkrete\\locals\\pl_pl.local","config\\konkrete\\locals\\pt_br.local","config\\fancymenu\\layout_editor\\widgets\\element_layer_control.lewidget"],"isMemoryOverride":false,"allocatedMemory":0,"profileImagePath":null,"groupId":null,"isVanilla":false,"guid":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","gameTypeID":432,"installPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\","name":"PupaMLupa","cachedScans":[],"isValid":true,"lastPreviousMatchUpdate":"2026-05-07T21:55:58.4744049Z","lastRefreshAttempt":"2026-05-08T00:59:38.7732561+03:00","isEnabled":true,"gameVersion":"1.21.1","gameVersionFlavor":null,"gameVersionTypeId":null,"preferenceAlternateFile":false,"preferenceAutoInstallUpdates":false,"preferenceDeleteOrphanedDependencies":false,"preferenceDeleteSavedVariables":false,"preferenceReleaseType":2,"preferenceModdingFolderPath":null,"syncProfile":{"PreferenceEnabled":false,"PreferenceAutoSync":true,"PreferenceAutoDelete":false,"PreferenceBackupSavedVariables":false,"GameInstanceGuid":"00000000-0000-0000-0000-000000000000","SyncProfileID":0,"SavedVariablesProfile":null,"LastSyncDate":"0001-01-01T00:00:00"},"installDate":"2026-05-07T21:59:35.7818004Z","installedAddons":[{"instanceID":"b17b4dc8-faf4-4253-9424-1ffbcb38a7b7","modSource":0,"addonID":455508,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Iris Shaders","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"iris-neoforge-1.8.12+mc1.21.1.jar","authors":[{"id":44226090,"name":"coderbot"},{"id":101521578,"name":"IMS21"}],"primaryAuthor":"coderbot","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/irisshaders","issuesURL":"https://github.com/IrisShaders/Iris/issues","wikiURL":"https://shaders.properties","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1002/450/256/256/638522657871453967.png","tags":[],"installedFile":{"id":6661598,"fileName":"iris-neoforge-1.8.12+mc1.21.1.jar","fileDate":"2025-06-17T15:53:15.717Z","fileLength":2438548,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6661/598/iris-neoforge-1.8.12%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":363713120,"invalidFingerprint":false},{"foldername":"de","fingerprint":1235506475,"invalidFingerprint":false},{"foldername":"kroppeb","fingerprint":1426760369,"invalidFingerprint":false},{"foldername":"net","fingerprint":844079386,"invalidFingerprint":false},{"foldername":"mixins.iris.forge.json","fingerprint":3583208795,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1468664341,"invalidFingerprint":false},{"foldername":"centerDepth.fsh","fingerprint":1579026811,"invalidFingerprint":false},{"foldername":"centerDepth.vsh","fingerprint":462961270,"invalidFingerprint":false},{"foldername":"colorSpace.csh","fingerprint":1494857400,"invalidFingerprint":false},{"foldername":"colorSpace.vsh","fingerprint":1398698219,"invalidFingerprint":false},{"foldername":"iris-logo.png","fingerprint":4158814395,"invalidFingerprint":false},{"foldername":"mixins.iris.bettermipmaps.json","fingerprint":1338334829,"invalidFingerprint":false},{"foldername":"mixins.iris.compat.dh.json","fingerprint":3824861719,"invalidFingerprint":false},{"foldername":"mixins.iris.compat.sodium.json","fingerprint":1868836443,"invalidFingerprint":false},{"foldername":"mixins.iris.devenvironment.json","fingerprint":3953555104,"invalidFingerprint":false},{"foldername":"mixins.iris.fantastic.json","fingerprint":2829550645,"invalidFingerprint":false},{"foldername":"mixins.iris.fixes.maxfpscrash.json","fingerprint":3430149842,"invalidFingerprint":false},{"foldername":"mixins.iris.integrationtest.json","fingerprint":3729550497,"invalidFingerprint":false},{"foldername":"mixins.iris.vertexformat.json","fingerprint":4029359364,"invalidFingerprint":false},{"foldername":"iris-batched-entity-rendering.mixins.json","fingerprint":2191366913,"invalidFingerprint":false},{"foldername":"iris.accesswidener","fingerprint":1956991535,"invalidFingerprint":false},{"foldername":"mixins.iris.json","fingerprint":146795907,"invalidFingerprint":false}],"packageFingerprint":2055048874,"gameVersion":["Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":455508,"fileNameOnDisk":"iris-neoforge-1.8.12+mc1.21.1.jar","hashes":[{"type":1,"value":"a3e6355915c7d3b2bc392724795113e51d289378"},{"type":2,"value":"6c1122aa7c2b1a4f24831e394c5b513f"}]},"dateInstalled":"2026-05-07T21:57:57.3736059Z","dateUpdated":"2026-05-07T21:57:57.3750905Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\iris-neoforge-1.8.12+mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6661598,"fileName":"iris-neoforge-1.8.12+mc1.21.1.jar","fileDate":"2025-06-17T15:53:15.717Z","fileLength":2438548,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6661/598/iris-neoforge-1.8.12%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":363713120,"invalidFingerprint":false},{"foldername":"de","fingerprint":1235506475,"invalidFingerprint":false},{"foldername":"kroppeb","fingerprint":1426760369,"invalidFingerprint":false},{"foldername":"net","fingerprint":844079386,"invalidFingerprint":false},{"foldername":"mixins.iris.forge.json","fingerprint":3583208795,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1468664341,"invalidFingerprint":false},{"foldername":"centerDepth.fsh","fingerprint":1579026811,"invalidFingerprint":false},{"foldername":"centerDepth.vsh","fingerprint":462961270,"invalidFingerprint":false},{"foldername":"colorSpace.csh","fingerprint":1494857400,"invalidFingerprint":false},{"foldername":"colorSpace.vsh","fingerprint":1398698219,"invalidFingerprint":false},{"foldername":"iris-logo.png","fingerprint":4158814395,"invalidFingerprint":false},{"foldername":"mixins.iris.bettermipmaps.json","fingerprint":1338334829,"invalidFingerprint":false},{"foldername":"mixins.iris.compat.dh.json","fingerprint":3824861719,"invalidFingerprint":false},{"foldername":"mixins.iris.compat.sodium.json","fingerprint":1868836443,"invalidFingerprint":false},{"foldername":"mixins.iris.devenvironment.json","fingerprint":3953555104,"invalidFingerprint":false},{"foldername":"mixins.iris.fantastic.json","fingerprint":2829550645,"invalidFingerprint":false},{"foldername":"mixins.iris.fixes.maxfpscrash.json","fingerprint":3430149842,"invalidFingerprint":false},{"foldername":"mixins.iris.integrationtest.json","fingerprint":3729550497,"invalidFingerprint":false},{"foldername":"mixins.iris.vertexformat.json","fingerprint":4029359364,"invalidFingerprint":false},{"foldername":"iris-batched-entity-rendering.mixins.json","fingerprint":2191366913,"invalidFingerprint":false},{"foldername":"iris.accesswidener","fingerprint":1956991535,"invalidFingerprint":false},{"foldername":"mixins.iris.json","fingerprint":146795907,"invalidFingerprint":false}],"packageFingerprint":2055048874,"gameVersion":["Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":455508,"fileNameOnDisk":"iris-neoforge-1.8.12+mc1.21.1.jar","hashes":[{"type":1,"value":"a3e6355915c7d3b2bc392724795113e51d289378"},{"type":2,"value":"6c1122aa7c2b1a4f24831e394c5b513f"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"b4d8a66d-4009-4add-b84e-2c9175db2074","modSource":0,"addonID":1501234,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[426,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"ParCool+ / Compatibility Addon NeoForge Edition","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar","authors":[{"id":102433514,"name":"Semillakan6"}],"primaryAuthor":"Semillakan6","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/parcool-compatibility-addon-neoforge-edition","issuesURL":null,"wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1737/796/256/256/639106257095240167.png","tags":[],"installedFile":{"id":7854851,"fileName":"ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar","fileDate":"2026-04-01T07:38:01.587Z","fileLength":16611,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7854/851/ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":482378,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":446425705,"invalidFingerprint":false},{"foldername":"com","fingerprint":472463969,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4267552386,"invalidFingerprint":false},{"foldername":"parcool_compat_addon.mixins.json","fingerprint":3127149447,"invalidFingerprint":false}],"packageFingerprint":2988163184,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1501234,"fileNameOnDisk":"ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar","hashes":[{"type":1,"value":"4f2232b04b4af124b9ae146b55a6a0f461183425"},{"type":2,"value":"11ec92f2edb4b3f8cf599aea591cb35a"}]},"dateInstalled":"2026-05-07T22:51:11.1957384Z","dateUpdated":"2026-05-07T22:51:11.1970283Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7854851,"fileName":"ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar","fileDate":"2026-04-01T07:38:01.587Z","fileLength":16611,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7854/851/ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":482378,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":446425705,"invalidFingerprint":false},{"foldername":"com","fingerprint":472463969,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4267552386,"invalidFingerprint":false},{"foldername":"parcool_compat_addon.mixins.json","fingerprint":3127149447,"invalidFingerprint":false}],"packageFingerprint":2988163184,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1501234,"fileNameOnDisk":"ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar","hashes":[{"type":1,"value":"4f2232b04b4af124b9ae146b55a6a0f461183425"},{"type":2,"value":"11ec92f2edb4b3f8cf599aea591cb35a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"707c8f5c-4e32-4b7c-b42e-77a3dbc6f78f","modSource":0,"addonID":582327,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Server Performance - Smooth Chunk Save[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"smoothchunk-1.21-4.1.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/smooth-chunk-save","issuesURL":"https://github.com/someaddons/smoothchunksave/issues/new/choose","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/536/807/256/256/637859186206116434.png","tags":[],"installedFile":{"id":6296628,"fileName":"smoothchunk-1.21-4.1.jar","fileDate":"2025-03-12T16:48:47.343Z","fileLength":12852,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6296/628/smoothchunk-1.21-4.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":43914751,"invalidFingerprint":false},{"foldername":"com","fingerprint":1082524879,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"smoothchunk.mixins.json","fingerprint":3179092955,"invalidFingerprint":false}],"packageFingerprint":2270201149,"gameVersion":["1.21","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":582327,"fileNameOnDisk":"smoothchunk-1.21-4.1.jar","hashes":[{"type":1,"value":"f54d5d352e15560240f151a7d054096a33a58f4a"},{"type":2,"value":"a3c55088f5e9b228e8e94ae20e639a7a"}]},"dateInstalled":"2026-05-07T21:58:40.6387809Z","dateUpdated":"2026-05-07T21:58:40.639963Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\smoothchunk-1.21-4.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6296628,"fileName":"smoothchunk-1.21-4.1.jar","fileDate":"2025-03-12T16:48:47.343Z","fileLength":12852,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6296/628/smoothchunk-1.21-4.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":43914751,"invalidFingerprint":false},{"foldername":"com","fingerprint":1082524879,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"smoothchunk.mixins.json","fingerprint":3179092955,"invalidFingerprint":false}],"packageFingerprint":2270201149,"gameVersion":["1.21","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":582327,"fileNameOnDisk":"smoothchunk-1.21-4.1.jar","hashes":[{"type":1,"value":"f54d5d352e15560240f151a7d054096a33a58f4a"},{"type":2,"value":"a3c55088f5e9b228e8e94ae20e639a7a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"c7adbbf7-c887-4952-ad08-186dcd848a15","modSource":0,"addonID":635427,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,406],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Yeetus Experimentus","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"yeetusexperimentus-neoforge-87.0.0.jar","authors":[{"id":8306579,"name":"Sunekaer"}],"primaryAuthor":"Sunekaer","primaryCategoryId":406,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/yeetusexperimentus","issuesURL":"https://github.com/nanite/Yeetus-Experimentus/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/561/302/256/256/637913385213961485.png","tags":[],"installedFile":{"id":5444189,"fileName":"yeetusexperimentus-neoforge-87.0.0.jar","fileDate":"2024-06-19T12:03:09.493Z","fileLength":570057,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5444/189/yeetusexperimentus-neoforge-87.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3563913969,"invalidFingerprint":false},{"foldername":"architectury_inject_YeetusExperimentus_common_87278c651eb6494eb842d847c6e84245_705d449c25ee74798e52710df095f841aea12a5527e61e8b088dd96607c2bac0yeetusexperimentus8700devjar","fingerprint":1310090446,"invalidFingerprint":false},{"foldername":"com","fingerprint":3908371297,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1677690403,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-common-refmap.json","fingerprint":2414894560,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-common.mixins.json","fingerprint":3967622980,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-logo.png","fingerprint":2629488239,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-neo.mixins.json","fingerprint":1125902222,"invalidFingerprint":false},{"foldername":"yeetusexperimentus.accesswidener","fingerprint":1095485847,"invalidFingerprint":false}],"packageFingerprint":767515430,"gameVersion":["1.21","Client","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","NeoForge","1.21.2","1.21.9","1.21.10","1.21.11"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":635427,"fileNameOnDisk":"yeetusexperimentus-neoforge-87.0.0.jar","hashes":[{"type":1,"value":"7132c346103d75a7c84da64b35b92e3a6f1ce3da"},{"type":2,"value":"146a7ff6596eff098dd1d07337ba88fe"}]},"dateInstalled":"2026-05-07T21:58:28.1737216Z","dateUpdated":"2026-05-07T21:58:28.1752301Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\yeetusexperimentus-neoforge-87.0.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5444189,"fileName":"yeetusexperimentus-neoforge-87.0.0.jar","fileDate":"2024-06-19T12:03:09.493Z","fileLength":570057,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5444/189/yeetusexperimentus-neoforge-87.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3563913969,"invalidFingerprint":false},{"foldername":"architectury_inject_YeetusExperimentus_common_87278c651eb6494eb842d847c6e84245_705d449c25ee74798e52710df095f841aea12a5527e61e8b088dd96607c2bac0yeetusexperimentus8700devjar","fingerprint":1310090446,"invalidFingerprint":false},{"foldername":"com","fingerprint":3908371297,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1677690403,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-common-refmap.json","fingerprint":2414894560,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-common.mixins.json","fingerprint":3967622980,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-logo.png","fingerprint":2629488239,"invalidFingerprint":false},{"foldername":"yeetusexperimentus-neo.mixins.json","fingerprint":1125902222,"invalidFingerprint":false},{"foldername":"yeetusexperimentus.accesswidener","fingerprint":1095485847,"invalidFingerprint":false}],"packageFingerprint":767515430,"gameVersion":["1.21","Client","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","NeoForge","1.21.2","1.21.9","1.21.10","1.21.11"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":635427,"fileNameOnDisk":"yeetusexperimentus-neoforge-87.0.0.jar","hashes":[{"type":1,"value":"7132c346103d75a7c84da64b35b92e3a6f1ce3da"},{"type":2,"value":"146a7ff6596eff098dd1d07337ba88fe"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"3a3fc908-c085-4faf-bcb9-d1b4cfe50c49","modSource":0,"addonID":360438,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Lithium (Fabric/NeoForge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"lithium-neoforge-0.15.3+mc1.21.1.jar","authors":[{"id":28746583,"name":"JellySquid"}],"primaryAuthor":"JellySquid","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lithium","issuesURL":"https://github.com/jellysquid3/lithium-fabric/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/246/646/256/256/637158441743060329.png","tags":[],"installedFile":{"id":7740400,"fileName":"lithium-neoforge-0.15.3+mc1.21.1.jar","fileDate":"2026-03-10T22:02:15.497Z","fileLength":774148,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7740/400/lithium-neoforge-0.15.3%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2404882156,"invalidFingerprint":false},{"foldername":"net","fingerprint":2001482883,"invalidFingerprint":false},{"foldername":"lithium-neoforge-mixin-config.md","fingerprint":1031849278,"invalidFingerprint":false},{"foldername":"lithium-neoforge.mixins.json","fingerprint":2646224670,"invalidFingerprint":false},{"foldername":"assets","fingerprint":939467294,"invalidFingerprint":false},{"foldername":"lithium.accesswidener","fingerprint":2830252076,"invalidFingerprint":false},{"foldername":"lithium.mixins.json","fingerprint":642967667,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":1136524626,"invalidFingerprint":false}],"packageFingerprint":1666655641,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":360438,"fileNameOnDisk":"lithium-neoforge-0.15.3+mc1.21.1.jar","hashes":[{"type":1,"value":"9fd5fa9076044180ae7f51672de74669196ec72e"},{"type":2,"value":"8207aaae8fea906c7eb2447da40b8c83"}]},"dateInstalled":"2026-05-07T21:58:49.5075913Z","dateUpdated":"2026-05-07T21:58:49.5088534Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\lithium-neoforge-0.15.3+mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7740400,"fileName":"lithium-neoforge-0.15.3+mc1.21.1.jar","fileDate":"2026-03-10T22:02:15.497Z","fileLength":774148,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7740/400/lithium-neoforge-0.15.3%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2404882156,"invalidFingerprint":false},{"foldername":"net","fingerprint":2001482883,"invalidFingerprint":false},{"foldername":"lithium-neoforge-mixin-config.md","fingerprint":1031849278,"invalidFingerprint":false},{"foldername":"lithium-neoforge.mixins.json","fingerprint":2646224670,"invalidFingerprint":false},{"foldername":"assets","fingerprint":939467294,"invalidFingerprint":false},{"foldername":"lithium.accesswidener","fingerprint":2830252076,"invalidFingerprint":false},{"foldername":"lithium.mixins.json","fingerprint":642967667,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":1136524626,"invalidFingerprint":false}],"packageFingerprint":1666655641,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":360438,"fileNameOnDisk":"lithium-neoforge-0.15.3+mc1.21.1.jar","hashes":[{"type":1,"value":"9fd5fa9076044180ae7f51672de74669196ec72e"},{"type":2,"value":"8207aaae8fea906c7eb2447da40b8c83"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"c24d7cc3-5831-4f89-9cab-35b52e35268f","modSource":0,"addonID":309927,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,422,434],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Curios API (Forge/NeoForge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"curios-neoforge-9.5.1+1.21.1.jar","authors":[{"id":34683772,"name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/curios","issuesURL":"https://github.com/TheIllusiveC4/Curios/issues","wikiURL":"https://docs.illusivesoulworks.com/category/curios","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/195/772/256/256/636881112930494939.png","tags":[],"installedFile":{"id":6529130,"fileName":"curios-neoforge-9.5.1+1.21.1.jar","fileDate":"2025-05-14T13:34:49.793Z","fileLength":410690,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6529/130/curios-neoforge-9.5.1%2b1.21.1.jar","isAlternate":false,"alternateFileId":6529131,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3324915172,"invalidFingerprint":false},{"foldername":"top","fingerprint":4196694651,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1471779260,"invalidFingerprint":false},{"foldername":"curios.mixins.json","fingerprint":777536334,"invalidFingerprint":false},{"foldername":"curios.neoforge.mixins.json","fingerprint":839691594,"invalidFingerprint":false},{"foldername":"curios_icon.png","fingerprint":1224242090,"invalidFingerprint":false},{"foldername":"data","fingerprint":2640981864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3015994141,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1496262901,"invalidFingerprint":false},{"foldername":"COPYING","fingerprint":2226923820,"invalidFingerprint":false},{"foldername":"COPYING.LESSER","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":2760232948,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1522654010,"invalidFingerprint":false}],"packageFingerprint":933317947,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309927,"fileNameOnDisk":"curios-neoforge-9.5.1+1.21.1.jar","hashes":[{"type":1,"value":"418fcd42e3a7844c9bdc71c9b6401fdb3894e0c4"},{"type":2,"value":"e8f0a3574264bb202c153b90293dc84c"}]},"dateInstalled":"2026-05-07T22:51:40.8942401Z","dateUpdated":"2026-05-07T22:51:40.8959559Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\curios-neoforge-9.5.1+1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6529130,"fileName":"curios-neoforge-9.5.1+1.21.1.jar","fileDate":"2025-05-14T13:34:49.793Z","fileLength":410690,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6529/130/curios-neoforge-9.5.1%2b1.21.1.jar","isAlternate":false,"alternateFileId":6529131,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3324915172,"invalidFingerprint":false},{"foldername":"top","fingerprint":4196694651,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1471779260,"invalidFingerprint":false},{"foldername":"curios.mixins.json","fingerprint":777536334,"invalidFingerprint":false},{"foldername":"curios.neoforge.mixins.json","fingerprint":839691594,"invalidFingerprint":false},{"foldername":"curios_icon.png","fingerprint":1224242090,"invalidFingerprint":false},{"foldername":"data","fingerprint":2640981864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3015994141,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1496262901,"invalidFingerprint":false},{"foldername":"COPYING","fingerprint":2226923820,"invalidFingerprint":false},{"foldername":"COPYING.LESSER","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":2760232948,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1522654010,"invalidFingerprint":false}],"packageFingerprint":933317947,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309927,"fileNameOnDisk":"curios-neoforge-9.5.1+1.21.1.jar","hashes":[{"type":1,"value":"418fcd42e3a7844c9bdc71c9b6401fdb3894e0c4"},{"type":2,"value":"e8f0a3574264bb202c153b90293dc84c"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f1669f7c-192b-4189-94a0-6d28e7e5d89c","modSource":0,"addonID":1335102,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[434,426,5191,422,419],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Cataclysm & BetterCombat - Compatibility","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"cataclysm_compat_1.21.1-1.0.2.jar","authors":[{"id":102254308,"name":"rymusov"}],"primaryAuthor":"rymusov","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cataclysm-bettercombat-compatibility","issuesURL":null,"wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1418/303/256/256/638918904339601733.png","tags":[],"installedFile":{"id":7350924,"fileName":"cataclysm_compat_1.21.1-1.0.2.jar","fileDate":"2025-12-18T19:20:14.867Z","fileLength":19377,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7350/924/cataclysm_compat_1.21.1-1.0.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":551586,"type":3},{"addonId":639842,"type":3}],"isAvailable":true,"modules":[{"foldername":"pack.mcmeta","fingerprint":2831666524,"invalidFingerprint":false},{"foldername":"data","fingerprint":1182505847,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1527607326,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":4101697382,"invalidFingerprint":false}],"packageFingerprint":1410873774,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1335102,"fileNameOnDisk":"cataclysm_compat_1.21.1-1.0.2.jar","hashes":[{"type":1,"value":"34e9b705c62e8e947b9e37f899782e1e2db976a8"},{"type":2,"value":"8502bc89c86a8847f2c17e3d9baf61ce"}]},"dateInstalled":"2026-05-07T22:51:48.6809253Z","dateUpdated":"2026-05-07T22:51:48.682435Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\cataclysm_compat_1.21.1-1.0.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7350924,"fileName":"cataclysm_compat_1.21.1-1.0.2.jar","fileDate":"2025-12-18T19:20:14.867Z","fileLength":19377,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7350/924/cataclysm_compat_1.21.1-1.0.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":551586,"type":3},{"addonId":639842,"type":3}],"isAvailable":true,"modules":[{"foldername":"pack.mcmeta","fingerprint":2831666524,"invalidFingerprint":false},{"foldername":"data","fingerprint":1182505847,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1527607326,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":4101697382,"invalidFingerprint":false}],"packageFingerprint":1410873774,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1335102,"fileNameOnDisk":"cataclysm_compat_1.21.1-1.0.2.jar","hashes":[{"type":1,"value":"34e9b705c62e8e947b9e37f899782e1e2db976a8"},{"type":2,"value":"8502bc89c86a8847f2c17e3d9baf61ce"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"8e988a6e-49f3-428d-9ebc-0ea3b64221de","modSource":0,"addonID":551520,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Better Fps - Render Distance[Forge]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"betterfpsdist-1.21-6.0.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-fps-render-distance","issuesURL":"https://github.com/someaddons/betterfpsdistances/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/531/771/256/256/637854357042030339.png","tags":[],"installedFile":{"id":5723250,"fileName":"betterfpsdist-1.21-6.0.jar","fileDate":"2024-09-14T19:30:01.483Z","fileLength":22742,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5723/250/betterfpsdist-1.21-6.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2896484488,"invalidFingerprint":false},{"foldername":"com","fingerprint":1918726339,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4013170233,"invalidFingerprint":false},{"foldername":"betterfpsdist.mixins.json","fingerprint":576717991,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2233392733,"invalidFingerprint":false}],"packageFingerprint":4067530713,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551520,"fileNameOnDisk":"betterfpsdist-1.21-6.0.jar","hashes":[{"type":1,"value":"5377aae3a0f0eb65aa5dceca4985f53480a73db5"},{"type":2,"value":"081882282efe6239ac294b2d1fe2cd22"}]},"dateInstalled":"2026-05-07T21:58:56.4479558Z","dateUpdated":"2026-05-07T21:58:56.4491046Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\betterfpsdist-1.21-6.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5723250,"fileName":"betterfpsdist-1.21-6.0.jar","fileDate":"2024-09-14T19:30:01.483Z","fileLength":22742,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5723/250/betterfpsdist-1.21-6.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2896484488,"invalidFingerprint":false},{"foldername":"com","fingerprint":1918726339,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4013170233,"invalidFingerprint":false},{"foldername":"betterfpsdist.mixins.json","fingerprint":576717991,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2233392733,"invalidFingerprint":false}],"packageFingerprint":4067530713,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551520,"fileNameOnDisk":"betterfpsdist-1.21-6.0.jar","hashes":[{"type":1,"value":"5377aae3a0f0eb65aa5dceca4985f53480a73db5"},{"type":2,"value":"081882282efe6239ac294b2d1fe2cd22"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"bf62621c-d74e-4a10-a58c-9885e16d859d","modSource":0,"addonID":1046692,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[434,422,419,411,408],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Elemental Maces | 4 New Maces with Effects!","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"elementalmaces-neoforge-1.21-1.0.0.jar","authors":[{"id":101842572,"name":"Lupin"},{"id":102790755,"name":"luavixen"}],"primaryAuthor":"Lupin","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/elemental-maces","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1055/292/256/256/638586511550359097.webp","tags":[],"installedFile":{"id":5605495,"fileName":"elementalmaces-neoforge-1.21-1.0.0.jar","fileDate":"2024-08-07T18:14:05.313Z","fileLength":39705,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5605/495/elementalmaces-neoforge-1.21-1.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1037680,"type":2},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1540774448,"invalidFingerprint":false},{"foldername":"architectury_inject_elementalmaces_common_250d11bf27f244caba4d16eb48636073_be45bb4de563e7a26144ae90189de1915d070652849c3d609a2c3ac58478acc7elementalmacescommon121100devjar","fingerprint":1019201436,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1473953320,"invalidFingerprint":false},{"foldername":"data","fingerprint":754354434,"invalidFingerprint":false},{"foldername":"dev","fingerprint":792556699,"invalidFingerprint":false},{"foldername":"elementalmaces_icon.png","fingerprint":2454633851,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2169904997,"invalidFingerprint":false}],"packageFingerprint":634138649,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1046692,"fileNameOnDisk":"elementalmaces-neoforge-1.21-1.0.0.jar","hashes":[{"type":1,"value":"6788da71dc4871f5b68c0bc17aab2ce910f3d42e"},{"type":2,"value":"7701bd7ed78e1e216b827ce89e409bf4"}]},"dateInstalled":"2026-05-07T21:58:07.9071871Z","dateUpdated":"2026-05-07T21:58:07.9082943Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\elementalmaces-neoforge-1.21-1.0.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5605495,"fileName":"elementalmaces-neoforge-1.21-1.0.0.jar","fileDate":"2024-08-07T18:14:05.313Z","fileLength":39705,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5605/495/elementalmaces-neoforge-1.21-1.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1037680,"type":2},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1540774448,"invalidFingerprint":false},{"foldername":"architectury_inject_elementalmaces_common_250d11bf27f244caba4d16eb48636073_be45bb4de563e7a26144ae90189de1915d070652849c3d609a2c3ac58478acc7elementalmacescommon121100devjar","fingerprint":1019201436,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1473953320,"invalidFingerprint":false},{"foldername":"data","fingerprint":754354434,"invalidFingerprint":false},{"foldername":"dev","fingerprint":792556699,"invalidFingerprint":false},{"foldername":"elementalmaces_icon.png","fingerprint":2454633851,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2169904997,"invalidFingerprint":false}],"packageFingerprint":634138649,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1046692,"fileNameOnDisk":"elementalmaces-neoforge-1.21-1.0.0.jar","hashes":[{"type":1,"value":"6788da71dc4871f5b68c0bc17aab2ce910f3d42e"},{"type":2,"value":"7701bd7ed78e1e216b827ce89e409bf4"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"d9fcce6f-a94f-4394-a521-ec87445278ef","modSource":0,"addonID":686911,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"ImmediatelyFast","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","authors":[{"id":103808552,"name":"RaphiMC"}],"primaryAuthor":"RaphiMC","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/immediatelyfast","issuesURL":"https://github.com/RaphiMC/ImmediatelyFast/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/873/971/256/256/638294478643875692.png","tags":[],"installedFile":{"id":7537795,"fileName":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","fileDate":"2026-01-27T21:12:04.863Z","fileLength":368598,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7537/795/ImmediatelyFast-NeoForge-1.6.10%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2816977017,"invalidFingerprint":false},{"foldername":"LICENSE_ImmediatelyFast","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"architectury-common.json","fingerprint":1094672885,"invalidFingerprint":false},{"foldername":"architectury_inject_ImmediatelyFast_common_762fbe83acbd48729327a9c045709385_d76623ad68b9b9c83d5f2a039a963a6cde8f6f797b7c9c0e8731e26654d92c0bcommon16101211devjar","fingerprint":3752492918,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4017847587,"invalidFingerprint":false},{"foldername":"immediatelyfast-common.mixins.json","fingerprint":1203811454,"invalidFingerprint":false},{"foldername":"immediatelyfast-icon.png","fingerprint":1842373389,"invalidFingerprint":false},{"foldername":"immediatelyfast-neoforge.mixins.json","fingerprint":1898729016,"invalidFingerprint":false},{"foldername":"net","fingerprint":1029988886,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1022878643,"invalidFingerprint":false}],"packageFingerprint":1221808790,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":686911,"fileNameOnDisk":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","hashes":[{"type":1,"value":"f1f5cccd7cb59d875f44566b2e557ccecc8c33fb"},{"type":2,"value":"567bb6d9155070ad858740af12450c63"}]},"dateInstalled":"2026-05-07T21:58:44.5193462Z","dateUpdated":"2026-05-07T21:58:44.5205715Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7537795,"fileName":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","fileDate":"2026-01-27T21:12:04.863Z","fileLength":368598,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7537/795/ImmediatelyFast-NeoForge-1.6.10%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2816977017,"invalidFingerprint":false},{"foldername":"LICENSE_ImmediatelyFast","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"architectury-common.json","fingerprint":1094672885,"invalidFingerprint":false},{"foldername":"architectury_inject_ImmediatelyFast_common_762fbe83acbd48729327a9c045709385_d76623ad68b9b9c83d5f2a039a963a6cde8f6f797b7c9c0e8731e26654d92c0bcommon16101211devjar","fingerprint":3752492918,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4017847587,"invalidFingerprint":false},{"foldername":"immediatelyfast-common.mixins.json","fingerprint":1203811454,"invalidFingerprint":false},{"foldername":"immediatelyfast-icon.png","fingerprint":1842373389,"invalidFingerprint":false},{"foldername":"immediatelyfast-neoforge.mixins.json","fingerprint":1898729016,"invalidFingerprint":false},{"foldername":"net","fingerprint":1029988886,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1022878643,"invalidFingerprint":false}],"packageFingerprint":1221808790,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":686911,"fileNameOnDisk":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","hashes":[{"type":1,"value":"f1f5cccd7cb59d875f44566b2e557ccecc8c33fb"},{"type":2,"value":"567bb6d9155070ad858740af12450c63"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"9d4ad848-d728-4774-b480-7d88d9e18acd","modSource":0,"addonID":858542,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,424,423,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Searchables","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Searchables-neoforge-1.21.1-1.0.2.jar","authors":[{"id":10618648,"name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/searchables","issuesURL":"https://github.com/jaredlll08/searchables/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/814/175/256/256/638189233295197018.png","tags":[],"installedFile":{"id":5831692,"fileName":"Searchables-neoforge-1.21.1-1.0.2.jar","fileDate":"2024-10-21T20:44:39.39Z","fileLength":77326,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5831/692/Searchables-neoforge-1.21.1-1.0.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2167244682,"invalidFingerprint":false},{"foldername":"com","fingerprint":3685677713,"invalidFingerprint":false},{"foldername":"searchables.neoforge.mixins.json","fingerprint":3433993331,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3218994496,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2110428171,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1386288080,"invalidFingerprint":false},{"foldername":"searchables.mixins.json","fingerprint":1878814348,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":267180278,"invalidFingerprint":false}],"packageFingerprint":2093242437,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":858542,"fileNameOnDisk":"Searchables-neoforge-1.21.1-1.0.2.jar","hashes":[{"type":1,"value":"5b8a0b43a474c066371b2e16f9bfb88622552a74"},{"type":2,"value":"0a0a8665bb4d77e3f8139750cb98d9e4"}]},"dateInstalled":"2026-05-07T21:58:27.6285392Z","dateUpdated":"2026-05-07T21:58:27.6301055Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Searchables-neoforge-1.21.1-1.0.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5831692,"fileName":"Searchables-neoforge-1.21.1-1.0.2.jar","fileDate":"2024-10-21T20:44:39.39Z","fileLength":77326,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5831/692/Searchables-neoforge-1.21.1-1.0.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2167244682,"invalidFingerprint":false},{"foldername":"com","fingerprint":3685677713,"invalidFingerprint":false},{"foldername":"searchables.neoforge.mixins.json","fingerprint":3433993331,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3218994496,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2110428171,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1386288080,"invalidFingerprint":false},{"foldername":"searchables.mixins.json","fingerprint":1878814348,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":267180278,"invalidFingerprint":false}],"packageFingerprint":2093242437,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":858542,"fileNameOnDisk":"Searchables-neoforge-1.21.1-1.0.2.jar","hashes":[{"type":1,"value":"5b8a0b43a474c066371b2e16f9bfb88622552a74"},{"type":2,"value":"0a0a8665bb4d77e3f8139750cb98d9e4"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"71d1036c-d201-4290-9b58-954c3506822f","modSource":0,"addonID":324717,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Jade 🔍","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Jade-1.21.1-NeoForge-15.10.5.jar","authors":[{"id":21286654,"name":"Snownee"}],"primaryAuthor":"Snownee","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jade","issuesURL":"https://github.com/Snownee/Jade/issues?q=is%3Aissue","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/207/323/256/256/636965628804677340.png","tags":[],"installedFile":{"id":7545219,"fileName":"Jade-1.21.1-NeoForge-15.10.5.jar","fileDate":"2026-01-29T11:11:45.407Z","fileLength":725742,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7545/219/Jade-1.21.1-NeoForge-15.10.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1010328523,"invalidFingerprint":false},{"foldername":"snownee","fingerprint":4133922544,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2300343325,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1859719455,"invalidFingerprint":false},{"foldername":"jade.mixins.json","fingerprint":3905305630,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":890290696,"invalidFingerprint":false}],"packageFingerprint":1963309046,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":324717,"fileNameOnDisk":"Jade-1.21.1-NeoForge-15.10.5.jar","hashes":[{"type":1,"value":"d5bf134b3dbde9f5258666823900e21341dc0a50"},{"type":2,"value":"80f9186d25b02ebbfa5773416f5da410"}]},"dateInstalled":"2026-05-07T22:44:28.6589114Z","dateUpdated":"2026-05-07T22:44:28.6617915Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Jade-1.21.1-NeoForge-15.10.5.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7545219,"fileName":"Jade-1.21.1-NeoForge-15.10.5.jar","fileDate":"2026-01-29T11:11:45.407Z","fileLength":725742,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7545/219/Jade-1.21.1-NeoForge-15.10.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1010328523,"invalidFingerprint":false},{"foldername":"snownee","fingerprint":4133922544,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2300343325,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1859719455,"invalidFingerprint":false},{"foldername":"jade.mixins.json","fingerprint":3905305630,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":890290696,"invalidFingerprint":false}],"packageFingerprint":1963309046,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":324717,"fileNameOnDisk":"Jade-1.21.1-NeoForge-15.10.5.jar","hashes":[{"type":1,"value":"d5bf134b3dbde9f5258666823900e21341dc0a50"},{"type":2,"value":"80f9186d25b02ebbfa5773416f5da410"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"1340439b-c060-4bdd-8cee-806e4dd3ef6f","modSource":0,"addonID":263420,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[414,423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Xaero's Minimap","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"xaerominimap-neoforge-1.21.1-25.3.13.jar","authors":[{"id":12362980,"name":"xaero96"}],"primaryAuthor":"xaero96","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap","issuesURL":"https://legacy.curseforge.com/minecraft/mc-mods/xaeros-minimap/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/92/854/256/256/636258666554688823.png","tags":[],"installedFile":{"id":8046966,"fileName":"xaerominimap-neoforge-1.21.1-25.3.13.jar","fileDate":"2026-05-06T07:40:46.69Z","fileLength":2138329,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8046/966/xaerominimap-neoforge-1.21.1-25.3.13.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":636608,"type":2},{"addonId":317780,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1968926405,"invalidFingerprint":false},{"foldername":"LICENSE_xaerohud","fingerprint":2362711594,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3101686611,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1956780562,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":2370513085,"invalidFingerprint":false},{"foldername":"xaerohud.mixins.json","fingerprint":368816408,"invalidFingerprint":false},{"foldername":"xaerohud.neoforge.mixins.json","fingerprint":1871963410,"invalidFingerprint":false},{"foldername":"xaerominimap.mixins.json","fingerprint":2847352557,"invalidFingerprint":false},{"foldername":"xaerominimap.neoforge.mixins.json","fingerprint":1845903568,"invalidFingerprint":false}],"packageFingerprint":1593901604,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263420,"fileNameOnDisk":"xaerominimap-neoforge-1.21.1-25.3.13.jar","hashes":[{"type":1,"value":"06cdb37f394bdbebce94c64644ae4bc21bd98959"},{"type":2,"value":"093968855bab5ccea048eb2e7519de03"}]},"dateInstalled":"2026-05-07T22:44:45.0658065Z","dateUpdated":"2026-05-07T22:44:45.0702062Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\xaerominimap-neoforge-1.21.1-25.3.13.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8046966,"fileName":"xaerominimap-neoforge-1.21.1-25.3.13.jar","fileDate":"2026-05-06T07:40:46.69Z","fileLength":2138329,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8046/966/xaerominimap-neoforge-1.21.1-25.3.13.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":636608,"type":2},{"addonId":317780,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1968926405,"invalidFingerprint":false},{"foldername":"LICENSE_xaerohud","fingerprint":2362711594,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3101686611,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1956780562,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":2370513085,"invalidFingerprint":false},{"foldername":"xaerohud.mixins.json","fingerprint":368816408,"invalidFingerprint":false},{"foldername":"xaerohud.neoforge.mixins.json","fingerprint":1871963410,"invalidFingerprint":false},{"foldername":"xaerominimap.mixins.json","fingerprint":2847352557,"invalidFingerprint":false},{"foldername":"xaerominimap.neoforge.mixins.json","fingerprint":1845903568,"invalidFingerprint":false}],"packageFingerprint":1593901604,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263420,"fileNameOnDisk":"xaerominimap-neoforge-1.21.1-25.3.13.jar","hashes":[{"type":1,"value":"06cdb37f394bdbebce94c64644ae4bc21bd98959"},{"type":2,"value":"093968855bab5ccea048eb2e7519de03"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"b0d832e0-1c8e-4540-bf14-e2efdc2dcda2","modSource":0,"addonID":856906,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Leaky - Item Lag Fix[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"leaky-1.21-2.4.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/leaky","issuesURL":"https://github.com/someaddons/Leaky/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/812/215/256/256/638185479372322299.png","tags":[],"installedFile":{"id":7392199,"fileName":"leaky-1.21-2.4.jar","fileDate":"2025-12-29T12:24:47.9Z","fileLength":15483,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7392/199/leaky-1.21-2.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2500885440,"invalidFingerprint":false},{"foldername":"com","fingerprint":1121524860,"invalidFingerprint":false},{"foldername":"assets","fingerprint":412992922,"invalidFingerprint":false},{"foldername":"leaky.mixins.json","fingerprint":4252026864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":800491986,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":856906,"fileNameOnDisk":"leaky-1.21-2.4.jar","hashes":[{"type":1,"value":"71b410b8c9567c8a2ad9fdb637f462f1f52bc9e2"},{"type":2,"value":"ae878840fd20ad1add5f781736d2ed97"}]},"dateInstalled":"2026-05-07T21:57:56.8165703Z","dateUpdated":"2026-05-07T21:57:56.8175132Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\leaky-1.21-2.4.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7392199,"fileName":"leaky-1.21-2.4.jar","fileDate":"2025-12-29T12:24:47.9Z","fileLength":15483,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7392/199/leaky-1.21-2.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2500885440,"invalidFingerprint":false},{"foldername":"com","fingerprint":1121524860,"invalidFingerprint":false},{"foldername":"assets","fingerprint":412992922,"invalidFingerprint":false},{"foldername":"leaky.mixins.json","fingerprint":4252026864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":800491986,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":856906,"fileNameOnDisk":"leaky-1.21-2.4.jar","hashes":[{"type":1,"value":"71b410b8c9567c8a2ad9fdb637f462f1f52bc9e2"},{"type":2,"value":"ae878840fd20ad1add5f781736d2ed97"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"e8fcf26e-a4f2-4b56-b772-2ec35dba7c0b","modSource":0,"addonID":1007509,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[393,400,403,402,401],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Realistic Woods","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Realistic Woods - 1.1.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":109518791,"name":"AviArt"}],"primaryAuthor":"Lupin","primaryCategoryId":393,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/realistic-woods","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1284/419/256/256/638835340044795612.webp","tags":[],"installedFile":{"id":7451279,"fileName":"Realistic Woods - 1.1.zip","fileDate":"2026-01-12T18:13:35.927Z","fileLength":606602,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7451/279/Realistic%20Woods%20-%201.1.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3169165280,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":929713890,"invalidFingerprint":false}],"packageFingerprint":289928230,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1007509,"fileNameOnDisk":"Realistic Woods - 1.1.zip","hashes":[{"type":1,"value":"e784546e3f17b8c241f2cb001b64621b9fa90620"},{"type":2,"value":"4736fd8fb15be5fba2ef8a5ffa0f4f45"}]},"dateInstalled":"2026-05-07T21:58:55.141516Z","dateUpdated":"2026-05-07T21:58:55.1430803Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Realistic Woods - 1.1.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7451279,"fileName":"Realistic Woods - 1.1.zip","fileDate":"2026-01-12T18:13:35.927Z","fileLength":606602,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7451/279/Realistic%20Woods%20-%201.1.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3169165280,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":929713890,"invalidFingerprint":false}],"packageFingerprint":289928230,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1007509,"fileNameOnDisk":"Realistic Woods - 1.1.zip","hashes":[{"type":1,"value":"e784546e3f17b8c241f2cb001b64621b9fa90620"},{"type":2,"value":"4736fd8fb15be5fba2ef8a5ffa0f4f45"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f139c148-c104-4a78-97ae-99f275f9d73a","modSource":0,"addonID":274259,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[412,420],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Carry On","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"carryon-neoforge-1.21.1-2.2.4.4.jar","authors":[{"id":10625505,"name":"Tschipp"},{"id":18033511,"name":"Purplicious_Cow_"}],"primaryAuthor":"Tschipp","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/carry-on","issuesURL":"https://github.com/Tschipp/CarryOn/issues","wikiURL":"https://github.com/Tschipp/CarryOn/wiki","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/109/514/256/256/636380307126307812.png","tags":[],"installedFile":{"id":7393892,"fileName":"carryon-neoforge-1.21.1-2.2.4.4.jar","fileDate":"2025-12-29T20:17:48.73Z","fileLength":357489,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7393/892/carryon-neoforge-1.21.1-2.2.4.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3106533267,"invalidFingerprint":false},{"foldername":"tschipp","fingerprint":3505794663,"invalidFingerprint":false},{"foldername":"data","fingerprint":1734879053,"invalidFingerprint":false},{"foldername":"carryon.mixins.json","fingerprint":4107927270,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1897947453,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1475409477,"invalidFingerprint":false},{"foldername":"carryon.neoforge.mixins.json","fingerprint":4084096819,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":4036356024,"invalidFingerprint":false},{"foldername":"LICENSE_carryon","fingerprint":2972570874,"invalidFingerprint":false}],"packageFingerprint":4049909642,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":274259,"fileNameOnDisk":"carryon-neoforge-1.21.1-2.2.4.4.jar","hashes":[{"type":1,"value":"774bf57a199784c35e74f2d619d6001c87185a11"},{"type":2,"value":"116381c8900494997eac5a2c1bf42348"}]},"dateInstalled":"2026-05-07T22:46:15.5988928Z","dateUpdated":"2026-05-07T22:46:15.6006921Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\carryon-neoforge-1.21.1-2.2.4.4.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7393892,"fileName":"carryon-neoforge-1.21.1-2.2.4.4.jar","fileDate":"2025-12-29T20:17:48.73Z","fileLength":357489,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7393/892/carryon-neoforge-1.21.1-2.2.4.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3106533267,"invalidFingerprint":false},{"foldername":"tschipp","fingerprint":3505794663,"invalidFingerprint":false},{"foldername":"data","fingerprint":1734879053,"invalidFingerprint":false},{"foldername":"carryon.mixins.json","fingerprint":4107927270,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1897947453,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1475409477,"invalidFingerprint":false},{"foldername":"carryon.neoforge.mixins.json","fingerprint":4084096819,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":4036356024,"invalidFingerprint":false},{"foldername":"LICENSE_carryon","fingerprint":2972570874,"invalidFingerprint":false}],"packageFingerprint":4049909642,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":274259,"fileNameOnDisk":"carryon-neoforge-1.21.1-2.2.4.4.jar","hashes":[{"type":1,"value":"774bf57a199784c35e74f2d619d6001c87185a11"},{"type":2,"value":"116381c8900494997eac5a2c1bf42348"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"b6db476a-d02e-4472-bda8-99332c889040","modSource":0,"addonID":535489,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[422,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Sound Physics Remastered","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"sound-physics-remastered-neoforge-1.21.1-1.4.10.jar","authors":[{"id":20569971,"name":"henkelmax"}],"primaryAuthor":"henkelmax","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sound-physics-remastered","issuesURL":"https://github.com/henkelmax/sound-physics-remastered/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/442/531/256/256/637694502660771592.png","tags":[],"installedFile":{"id":6352946,"fileName":"sound-physics-remastered-neoforge-1.21.1-1.4.10.jar","fileDate":"2025-03-26T20:53:21.98Z","fileLength":199309,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6352/946/sound-physics-remastered-neoforge-1.21.1-1.4.10.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":2},{"addonId":416089,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":138495461,"invalidFingerprint":false},{"foldername":"com","fingerprint":1238695023,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2004311083,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4226171891,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":277429908,"invalidFingerprint":false},{"foldername":"sound_physics_remastered.accesswidener","fingerprint":3831105509,"invalidFingerprint":false},{"foldername":"sound_physics_remastered.mixins.json","fingerprint":2517006917,"invalidFingerprint":false},{"foldername":"sound-physics-remastered-fabric-refmap.json","fingerprint":1082091467,"invalidFingerprint":false},{"foldername":"de","fingerprint":2285137511,"invalidFingerprint":false}],"packageFingerprint":3432189773,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":535489,"fileNameOnDisk":"sound-physics-remastered-neoforge-1.21.1-1.4.10.jar","hashes":[{"type":1,"value":"fc95715050152d1869284a25fccf0e742a1a98af"},{"type":2,"value":"50acfcf9052ec227b9e499ad62ee56bb"}]},"dateInstalled":"2026-05-07T22:45:46.2958004Z","dateUpdated":"2026-05-07T22:45:46.2971604Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\sound-physics-remastered-neoforge-1.21.1-1.4.10.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6352946,"fileName":"sound-physics-remastered-neoforge-1.21.1-1.4.10.jar","fileDate":"2025-03-26T20:53:21.98Z","fileLength":199309,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6352/946/sound-physics-remastered-neoforge-1.21.1-1.4.10.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":2},{"addonId":416089,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":138495461,"invalidFingerprint":false},{"foldername":"com","fingerprint":1238695023,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2004311083,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4226171891,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":277429908,"invalidFingerprint":false},{"foldername":"sound_physics_remastered.accesswidener","fingerprint":3831105509,"invalidFingerprint":false},{"foldername":"sound_physics_remastered.mixins.json","fingerprint":2517006917,"invalidFingerprint":false},{"foldername":"sound-physics-remastered-fabric-refmap.json","fingerprint":1082091467,"invalidFingerprint":false},{"foldername":"de","fingerprint":2285137511,"invalidFingerprint":false}],"packageFingerprint":3432189773,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":535489,"fileNameOnDisk":"sound-physics-remastered-neoforge-1.21.1-1.4.10.jar","hashes":[{"type":1,"value":"fc95715050152d1869284a25fccf0e742a1a98af"},{"type":2,"value":"50acfcf9052ec227b9e499ad62ee56bb"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"09de1f5e-9f25-4cdc-b3ff-9858d51191af","modSource":0,"addonID":832882,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[409,423,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Structure Essentials","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"structureessentials-1.21.1-5.0.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":409,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/structure-essentials-forge-fabric","issuesURL":"https://github.com/someaddons/structureessentials/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/784/172/256/256/638132898813460745.png","tags":[],"installedFile":{"id":7962596,"fileName":"structureessentials-1.21.1-5.0.jar","fileDate":"2026-04-21T19:51:52.317Z","fileLength":60833,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7962/596/structureessentials-1.21.1-5.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3832705314,"invalidFingerprint":false},{"foldername":"com","fingerprint":3248525122,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288801447,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"structureessentials.mixins.json","fingerprint":1255601260,"invalidFingerprint":false}],"packageFingerprint":608980435,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":832882,"fileNameOnDisk":"structureessentials-1.21.1-5.0.jar","hashes":[{"type":1,"value":"5c059c2cb2ad8c43e1384b0939bf258801aadfea"},{"type":2,"value":"c6ab08c1607e6b1eba091455a499f581"}]},"dateInstalled":"2026-05-07T21:58:18.4952937Z","dateUpdated":"2026-05-07T21:58:18.4963469Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\structureessentials-1.21.1-5.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7962596,"fileName":"structureessentials-1.21.1-5.0.jar","fileDate":"2026-04-21T19:51:52.317Z","fileLength":60833,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7962/596/structureessentials-1.21.1-5.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3832705314,"invalidFingerprint":false},{"foldername":"com","fingerprint":3248525122,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288801447,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"structureessentials.mixins.json","fingerprint":1255601260,"invalidFingerprint":false}],"packageFingerprint":608980435,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":832882,"fileNameOnDisk":"structureessentials-1.21.1-5.0.jar","hashes":[{"type":1,"value":"5c059c2cb2ad8c43e1384b0939bf258801aadfea"},{"type":2,"value":"c6ab08c1607e6b1eba091455a499f581"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"84379f4e-c061-484a-a8b7-fa58a4d84e27","modSource":0,"addonID":1109370,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[403,404,393,401,400],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Realistic Mobs","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Realistic Mobs - 6.0.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":109518791,"name":"AviArt"}],"primaryAuthor":"Lupin","primaryCategoryId":393,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/realistic-mobs","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1134/588/256/256/638695442149695484.png","tags":[],"installedFile":{"id":7890874,"fileName":"Realistic Mobs - 6.0.zip","fileDate":"2026-04-07T17:06:38.367Z","fileLength":477599,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7890/874/Realistic%20Mobs%20-%206.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1236336732,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":2730685569,"invalidFingerprint":false}],"packageFingerprint":749152005,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1109370,"fileNameOnDisk":"Realistic Mobs - 6.0.zip","hashes":[{"type":1,"value":"822d4dcbf406425bd84d228b11d6b3f9c2a82459"},{"type":2,"value":"7ed80423f8a25028c4a433c29d757d69"}]},"dateInstalled":"2026-05-07T21:58:37.0303436Z","dateUpdated":"2026-05-07T21:58:37.0322439Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Realistic Mobs - 6.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7890874,"fileName":"Realistic Mobs - 6.0.zip","fileDate":"2026-04-07T17:06:38.367Z","fileLength":477599,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7890/874/Realistic%20Mobs%20-%206.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1236336732,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":2730685569,"invalidFingerprint":false}],"packageFingerprint":749152005,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1109370,"fileNameOnDisk":"Realistic Mobs - 6.0.zip","hashes":[{"type":1,"value":"822d4dcbf406425bd84d228b11d6b3f9c2a82459"},{"type":2,"value":"7ed80423f8a25028c4a433c29d757d69"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"1142701e-0389-4bf8-9d1e-f29b1117a5b5","modSource":0,"addonID":342584,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Collective","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"collective-1.21.1-8.22.jar","authors":[{"id":7049004,"name":"Serilum"}],"primaryAuthor":"Serilum","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/collective","issuesURL":"https://github.com/Serilum/.issue-tracker/labels/Library: Collective","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/975/602/256/256/638479075930399380.png","tags":[],"installedFile":{"id":8021351,"fileName":"collective-1.21.1-8.22.jar","fileDate":"2026-05-01T14:12:00.197Z","fileLength":943020,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8021/351/collective-1.21.1-8.22.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"collective.accesswidener","fingerprint":1854494023,"invalidFingerprint":false},{"foldername":"collective_fabric.crop.mixins.json","fingerprint":3675928845,"invalidFingerprint":false},{"foldername":"collective_fabric.mixins.json","fingerprint":2802944107,"invalidFingerprint":false},{"foldername":"collective_fabric.refmap.json","fingerprint":2662549530,"invalidFingerprint":false},{"foldername":"collective_forge.mixins.json","fingerprint":2937258322,"invalidFingerprint":false},{"foldername":"collective_neoforge.mixins.json","fingerprint":2985100551,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":896966630,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3034981654,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2402946623,"invalidFingerprint":false},{"foldername":"com","fingerprint":1953943695,"invalidFingerprint":false},{"foldername":"data","fingerprint":1100729918,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3012711564,"invalidFingerprint":false}],"packageFingerprint":287649027,"gameVersion":["1.21","Fabric","Forge","1.21.1","NeoForge","Quilt"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":342584,"fileNameOnDisk":"collective-1.21.1-8.22.jar","hashes":[{"type":1,"value":"f3f8b8baf461ea8e8664cf1f8fe6593f8073f36d"},{"type":2,"value":"8075d9a7daf7bb35b59333db0280145f"}]},"dateInstalled":"2026-05-07T22:37:23.0348764Z","dateUpdated":"2026-05-07T22:37:23.0368807Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\collective-1.21.1-8.22.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8021351,"fileName":"collective-1.21.1-8.22.jar","fileDate":"2026-05-01T14:12:00.197Z","fileLength":943020,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8021/351/collective-1.21.1-8.22.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"collective.accesswidener","fingerprint":1854494023,"invalidFingerprint":false},{"foldername":"collective_fabric.crop.mixins.json","fingerprint":3675928845,"invalidFingerprint":false},{"foldername":"collective_fabric.mixins.json","fingerprint":2802944107,"invalidFingerprint":false},{"foldername":"collective_fabric.refmap.json","fingerprint":2662549530,"invalidFingerprint":false},{"foldername":"collective_forge.mixins.json","fingerprint":2937258322,"invalidFingerprint":false},{"foldername":"collective_neoforge.mixins.json","fingerprint":2985100551,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":896966630,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3034981654,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2402946623,"invalidFingerprint":false},{"foldername":"com","fingerprint":1953943695,"invalidFingerprint":false},{"foldername":"data","fingerprint":1100729918,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3012711564,"invalidFingerprint":false}],"packageFingerprint":287649027,"gameVersion":["1.21","Fabric","Forge","1.21.1","NeoForge","Quilt"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":342584,"fileNameOnDisk":"collective-1.21.1-8.22.jar","hashes":[{"type":1,"value":"f3f8b8baf461ea8e8664cf1f8fe6593f8073f36d"},{"type":2,"value":"8075d9a7daf7bb35b59333db0280145f"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"9549aeb5-6914-4c30-9a1b-66b10fbdc08e","modSource":0,"addonID":888790,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,426,434,412],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Client Crafting","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"clientcrafting-1.21-2.1.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/client-crafting","issuesURL":"https://github.com/someaddons/clientcrafting/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/849/96/256/256/638249669529641442.png","tags":[],"installedFile":{"id":7920161,"fileName":"clientcrafting-1.21-2.1.jar","fileDate":"2026-04-13T09:58:03.88Z","fileLength":7144,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7920/161/clientcrafting-1.21-2.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":973081001,"invalidFingerprint":false},{"foldername":"com","fingerprint":1370458164,"invalidFingerprint":false},{"foldername":"clientcrafting.mixins.json","fingerprint":2548561900,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1488100671,"invalidFingerprint":false}],"packageFingerprint":3484238619,"gameVersion":["Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888790,"fileNameOnDisk":"clientcrafting-1.21-2.1.jar","hashes":[{"type":1,"value":"ed816decf1ce06bd17b3a446b4fddd33b07ace40"},{"type":2,"value":"09e8c9e83844ea5a9b1a569b8c14f515"}]},"dateInstalled":"2026-05-07T21:58:51.7910868Z","dateUpdated":"2026-05-07T21:58:51.7922447Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\clientcrafting-1.21-2.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7920161,"fileName":"clientcrafting-1.21-2.1.jar","fileDate":"2026-04-13T09:58:03.88Z","fileLength":7144,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7920/161/clientcrafting-1.21-2.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":973081001,"invalidFingerprint":false},{"foldername":"com","fingerprint":1370458164,"invalidFingerprint":false},{"foldername":"clientcrafting.mixins.json","fingerprint":2548561900,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1488100671,"invalidFingerprint":false}],"packageFingerprint":3484238619,"gameVersion":["Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888790,"fileNameOnDisk":"clientcrafting-1.21-2.1.jar","hashes":[{"type":1,"value":"ed816decf1ce06bd17b3a446b4fddd33b07ace40"},{"type":2,"value":"09e8c9e83844ea5a9b1a569b8c14f515"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"fa0a09e7-37bd-4de3-9b18-2a7cbf486c43","modSource":0,"addonID":410295,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Konkrete","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"konkrete_neoforge_1.9.9_MC_1.21.jar","authors":[{"id":100802238,"name":"Keksuccino"}],"primaryAuthor":"Keksuccino","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/konkrete","issuesURL":"https://github.com/Keksuccino/Konkrete/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1478/850/256/256/638961204478458770.png","tags":[],"installedFile":{"id":5453385,"fileName":"konkrete_neoforge_1.9.9_MC_1.21.jar","fileDate":"2024-06-21T07:53:27.01Z","fileLength":618842,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5453/385/konkrete_neoforge_1.9.9_MC_1.21.jar","isAlternate":false,"alternateFileId":5453386,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1492821937,"invalidFingerprint":false},{"foldername":"de","fingerprint":934634299,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2077150322,"invalidFingerprint":false},{"foldername":"konkrete.accesswidener","fingerprint":593902968,"invalidFingerprint":false},{"foldername":"konkrete.mixins.json","fingerprint":1712148904,"invalidFingerprint":false},{"foldername":"konkrete.neoforge.mixins.json","fingerprint":3180292564,"invalidFingerprint":false},{"foldername":"konkrete_logo_128x128.png","fingerprint":1541347227,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4026528315,"invalidFingerprint":false}],"packageFingerprint":3128317181,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":410295,"fileNameOnDisk":"konkrete_neoforge_1.9.9_MC_1.21.jar","hashes":[{"type":1,"value":"97771eb287d5ac7fe667d1df9493d5e54c8ca1fa"},{"type":2,"value":"6e77d08299ea1ec7756a299263bc469b"}]},"dateInstalled":"2026-05-07T21:58:52.820434Z","dateUpdated":"2026-05-07T21:58:52.8216324Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\konkrete_neoforge_1.9.9_MC_1.21.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5453385,"fileName":"konkrete_neoforge_1.9.9_MC_1.21.jar","fileDate":"2024-06-21T07:53:27.01Z","fileLength":618842,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5453/385/konkrete_neoforge_1.9.9_MC_1.21.jar","isAlternate":false,"alternateFileId":5453386,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1492821937,"invalidFingerprint":false},{"foldername":"de","fingerprint":934634299,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2077150322,"invalidFingerprint":false},{"foldername":"konkrete.accesswidener","fingerprint":593902968,"invalidFingerprint":false},{"foldername":"konkrete.mixins.json","fingerprint":1712148904,"invalidFingerprint":false},{"foldername":"konkrete.neoforge.mixins.json","fingerprint":3180292564,"invalidFingerprint":false},{"foldername":"konkrete_logo_128x128.png","fingerprint":1541347227,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4026528315,"invalidFingerprint":false}],"packageFingerprint":3128317181,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":410295,"fileNameOnDisk":"konkrete_neoforge_1.9.9_MC_1.21.jar","hashes":[{"type":1,"value":"97771eb287d5ac7fe667d1df9493d5e54c8ca1fa"},{"type":2,"value":"6e77d08299ea1ec7756a299263bc469b"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"fa143e34-d840-41a5-a15b-f0bc65717064","modSource":0,"addonID":968432,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,5299,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"MonoLib","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"monolib-neoforge-1.21.1-4.0.2.jar","authors":[{"id":104539068,"name":"jason13official"}],"primaryAuthor":"jason13official","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/monolib","issuesURL":"https://github.com/Cursee-Development/Mono-Lib/issues","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1259/687/256/256/638820174543153212.png","tags":[],"installedFile":{"id":7974611,"fileName":"monolib-neoforge-1.21.1-4.0.2.jar","fileDate":"2026-04-23T21:53:05.337Z","fileLength":167568,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7974/611/monolib-neoforge-1.21.1-4.0.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3611904734,"invalidFingerprint":false},{"foldername":"com","fingerprint":2883795183,"invalidFingerprint":false},{"foldername":"io","fingerprint":415805843,"invalidFingerprint":false},{"foldername":"monolib.mixins.json","fingerprint":2672345543,"invalidFingerprint":false},{"foldername":"monolib.neoforge.mixins.json","fingerprint":660032375,"invalidFingerprint":false},{"foldername":"monolib.png","fingerprint":947204038,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":136227311,"invalidFingerprint":false},{"foldername":"LICENSE_MonoLib","fingerprint":394233247,"invalidFingerprint":false}],"packageFingerprint":1026648080,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":968432,"fileNameOnDisk":"monolib-neoforge-1.21.1-4.0.2.jar","hashes":[{"type":1,"value":"63b094775c12e15cfd2822ee135035d3e0303d9c"},{"type":2,"value":"b26dd2adeb9e0987fc61d3f30eb1a5fc"}]},"dateInstalled":"2026-05-07T21:58:54.1459277Z","dateUpdated":"2026-05-07T21:58:54.1469821Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\monolib-neoforge-1.21.1-4.0.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7974611,"fileName":"monolib-neoforge-1.21.1-4.0.2.jar","fileDate":"2026-04-23T21:53:05.337Z","fileLength":167568,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7974/611/monolib-neoforge-1.21.1-4.0.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3611904734,"invalidFingerprint":false},{"foldername":"com","fingerprint":2883795183,"invalidFingerprint":false},{"foldername":"io","fingerprint":415805843,"invalidFingerprint":false},{"foldername":"monolib.mixins.json","fingerprint":2672345543,"invalidFingerprint":false},{"foldername":"monolib.neoforge.mixins.json","fingerprint":660032375,"invalidFingerprint":false},{"foldername":"monolib.png","fingerprint":947204038,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":136227311,"invalidFingerprint":false},{"foldername":"LICENSE_MonoLib","fingerprint":394233247,"invalidFingerprint":false}],"packageFingerprint":1026648080,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":968432,"fileNameOnDisk":"monolib-neoforge-1.21.1-4.0.2.jar","hashes":[{"type":1,"value":"63b094775c12e15cfd2822ee135035d3e0303d9c"},{"type":2,"value":"b26dd2adeb9e0987fc61d3f30eb1a5fc"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"e5327c82-2fdb-4cbf-846e-a5b9df67e2d8","modSource":0,"addonID":1023259,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,421,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Prickle","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"prickle-neoforge-1.21.1-21.1.11.jar","authors":[{"id":6968547,"name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/prickle","issuesURL":"https://github.com/Darkhax-Minecraft/PrickleMC/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1064/161/256/256/638597208248046640.png","tags":[],"installedFile":{"id":6961457,"fileName":"prickle-neoforge-1.21.1-21.1.11.jar","fileDate":"2025-09-04T03:19:33.637Z","fileLength":84812,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6961/457/prickle-neoforge-1.21.1-21.1.11.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":882056026,"invalidFingerprint":false},{"foldername":"net","fingerprint":1420654100,"invalidFingerprint":false},{"foldername":"prickle.mixins.json","fingerprint":2402534181,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1242308391,"invalidFingerprint":false},{"foldername":"logo_prickle.png","fingerprint":4006121450,"invalidFingerprint":false},{"foldername":"prickle.neoforge.mixins.json","fingerprint":1321578070,"invalidFingerprint":false},{"foldername":"license_prickle.txt","fingerprint":1302837405,"invalidFingerprint":false}],"packageFingerprint":3352390329,"gameVersion":["Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1023259,"fileNameOnDisk":"prickle-neoforge-1.21.1-21.1.11.jar","hashes":[{"type":1,"value":"5174059ecf97340a0de5ef211b938de26c4eaa36"},{"type":2,"value":"533c154fb306cd8043564ee1533873ce"}]},"dateInstalled":"2026-05-07T22:46:28.235154Z","dateUpdated":"2026-05-07T22:46:28.2365105Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\prickle-neoforge-1.21.1-21.1.11.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6961457,"fileName":"prickle-neoforge-1.21.1-21.1.11.jar","fileDate":"2025-09-04T03:19:33.637Z","fileLength":84812,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6961/457/prickle-neoforge-1.21.1-21.1.11.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":882056026,"invalidFingerprint":false},{"foldername":"net","fingerprint":1420654100,"invalidFingerprint":false},{"foldername":"prickle.mixins.json","fingerprint":2402534181,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1242308391,"invalidFingerprint":false},{"foldername":"logo_prickle.png","fingerprint":4006121450,"invalidFingerprint":false},{"foldername":"prickle.neoforge.mixins.json","fingerprint":1321578070,"invalidFingerprint":false},{"foldername":"license_prickle.txt","fingerprint":1302837405,"invalidFingerprint":false}],"packageFingerprint":3352390329,"gameVersion":["Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1023259,"fileNameOnDisk":"prickle-neoforge-1.21.1-21.1.11.jar","hashes":[{"type":1,"value":"5174059ecf97340a0de5ef211b938de26c4eaa36"},{"type":2,"value":"533c154fb306cd8043564ee1533873ce"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6855c071-1f9a-4000-81c3-45f26b6fde83","modSource":0,"addonID":568563,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"[ETF] Entity Texture Features - [Fabric & Forge]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"entity_texture_features_1.21-neoforge-7.1.jar","authors":[{"id":102405316,"name":"Traben"}],"primaryAuthor":"Traben","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/entity-texture-features-fabric","issuesURL":"https://github.com/Traben-0/EmissiveMod/issues","wikiURL":"https://github.com/Traben-0/Entity_Texture_Features/blob/master/.github/README.md","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/983/279/256/256/638491557830728907.png","tags":[],"installedFile":{"id":7930620,"fileName":"entity_texture_features_1.21-neoforge-7.1.jar","fileDate":"2026-04-15T13:06:22.37Z","fileLength":752334,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7930/620/entity_texture_features_1.21-neoforge-7.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1238850055,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2964002206,"invalidFingerprint":false},{"foldername":"entity_texture_features.mixins.json","fingerprint":4135211644,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3814536893,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2250763913,"invalidFingerprint":false},{"foldername":"traben","fingerprint":2845070659,"invalidFingerprint":false}],"packageFingerprint":1249730238,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":568563,"fileNameOnDisk":"entity_texture_features_1.21-neoforge-7.1.jar","hashes":[{"type":1,"value":"56de40b237ff44dbf1bb68844e0f118607902684"},{"type":2,"value":"07c98cc3e76f514eee3adee43d05dae9"}]},"dateInstalled":"2026-05-07T21:58:50.7230147Z","dateUpdated":"2026-05-07T21:58:50.7241776Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\entity_texture_features_1.21-neoforge-7.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7930620,"fileName":"entity_texture_features_1.21-neoforge-7.1.jar","fileDate":"2026-04-15T13:06:22.37Z","fileLength":752334,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7930/620/entity_texture_features_1.21-neoforge-7.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1238850055,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2964002206,"invalidFingerprint":false},{"foldername":"entity_texture_features.mixins.json","fingerprint":4135211644,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3814536893,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2250763913,"invalidFingerprint":false},{"foldername":"traben","fingerprint":2845070659,"invalidFingerprint":false}],"packageFingerprint":1249730238,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":568563,"fileNameOnDisk":"entity_texture_features_1.21-neoforge-7.1.jar","hashes":[{"type":1,"value":"56de40b237ff44dbf1bb68844e0f118607902684"},{"type":2,"value":"07c98cc3e76f514eee3adee43d05dae9"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"c981ad42-3f79-4331-92e9-45c4b950e98d","modSource":0,"addonID":470193,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[414,423,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Connectivity","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"connectivity-1.21.1-7.6.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/connectivity","issuesURL":"https://github.com/someaddons/connectivity/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/532/325/256/256/637855720922086407.png","tags":[],"installedFile":{"id":7367221,"fileName":"connectivity-1.21.1-7.6.jar","fileDate":"2025-12-22T22:30:30.77Z","fileLength":114165,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7367/221/connectivity-1.21.1-7.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1893397122,"invalidFingerprint":false},{"foldername":"com","fingerprint":3682893690,"invalidFingerprint":false},{"foldername":"connectivity.mixins.json","fingerprint":3632941706,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2098059805,"invalidFingerprint":false}],"packageFingerprint":1642034907,"gameVersion":["1.21","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":470193,"fileNameOnDisk":"connectivity-1.21.1-7.6.jar","hashes":[{"type":1,"value":"6adebe84f745dec8fa33bc3982383bc1cc24d49e"},{"type":2,"value":"f2d38f850688eefa338b807801df2b4b"}]},"dateInstalled":"2026-05-07T21:58:52.3039631Z","dateUpdated":"2026-05-07T21:58:52.3053228Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\connectivity-1.21.1-7.6.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7367221,"fileName":"connectivity-1.21.1-7.6.jar","fileDate":"2025-12-22T22:30:30.77Z","fileLength":114165,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7367/221/connectivity-1.21.1-7.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1893397122,"invalidFingerprint":false},{"foldername":"com","fingerprint":3682893690,"invalidFingerprint":false},{"foldername":"connectivity.mixins.json","fingerprint":3632941706,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2098059805,"invalidFingerprint":false}],"packageFingerprint":1642034907,"gameVersion":["1.21","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":470193,"fileNameOnDisk":"connectivity-1.21.1-7.6.jar","hashes":[{"type":1,"value":"6adebe84f745dec8fa33bc3982383bc1cc24d49e"},{"type":2,"value":"f2d38f850688eefa338b807801df2b4b"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"af827eea-c674-425b-87ea-f57ccee5427e","modSource":0,"addonID":580689,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,422],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Loot Integrations","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"lootintegrations-1.21.1-4.7.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/loot-integrations","issuesURL":"https://github.com/someaddons/LootIntegrations/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/531/625/256/256/637853939577730031.png","tags":[],"installedFile":{"id":6640970,"fileName":"lootintegrations-1.21.1-4.7.jar","fileDate":"2025-06-11T18:08:14.7Z","fileLength":36966,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6640/970/lootintegrations-1.21.1-4.7.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2832443236,"invalidFingerprint":false},{"foldername":"com","fingerprint":3676581281,"invalidFingerprint":false},{"foldername":"data","fingerprint":2760451334,"invalidFingerprint":false},{"foldername":"lootintegrations.mixins.json","fingerprint":2486856047,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":316510790,"gameVersion":["NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":580689,"fileNameOnDisk":"lootintegrations-1.21.1-4.7.jar","hashes":[{"type":1,"value":"ba601fe630f444d974838bfd80a185a0e3e0309c"},{"type":2,"value":"de033387fe1955841bea50360aec0315"}]},"dateInstalled":"2026-05-07T22:48:38.7531224Z","dateUpdated":"2026-05-07T22:48:39.1541743Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\lootintegrations-1.21.1-4.7.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6640970,"fileName":"lootintegrations-1.21.1-4.7.jar","fileDate":"2025-06-11T18:08:14.7Z","fileLength":36966,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6640/970/lootintegrations-1.21.1-4.7.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2832443236,"invalidFingerprint":false},{"foldername":"com","fingerprint":3676581281,"invalidFingerprint":false},{"foldername":"data","fingerprint":2760451334,"invalidFingerprint":false},{"foldername":"lootintegrations.mixins.json","fingerprint":2486856047,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":316510790,"gameVersion":["NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":580689,"fileNameOnDisk":"lootintegrations-1.21.1-4.7.jar","hashes":[{"type":1,"value":"ba601fe630f444d974838bfd80a185a0e3e0309c"},{"type":2,"value":"de033387fe1955841bea50360aec0315"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"572a8452-269a-4b9b-905a-f89a0d279cc1","modSource":0,"addonID":401648,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"BetterF3","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"BetterF3-11.0.3-NeoForge-1.21.1.jar","authors":[{"id":42614218,"name":"cominixo"}],"primaryAuthor":"cominixo","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/betterf3","issuesURL":"https://github.com/TreyRuffy/BetterF3/issues/","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/293/27/256/256/637327750859254377.png","tags":[],"installedFile":{"id":5873258,"fileName":"BetterF3-11.0.3-NeoForge-1.21.1.jar","fileDate":"2024-11-04T00:45:07.78Z","fileLength":481646,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5873/258/BetterF3-11.0.3-NeoForge-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3447543306,"invalidFingerprint":false},{"foldername":"BetterF3-common-refmap.json","fingerprint":368856278,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2773559383,"invalidFingerprint":false},{"foldername":"architectury_inject_BetterF3_common_6022176412bf47f0a48f36924db6bd69_9b72c03cca76358ede5bc94ad01fcfe834a221536053c442d21c86edbe7c6e0cBetterF31103devjar","fingerprint":1967257789,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3372408542,"invalidFingerprint":false},{"foldername":"betterf3.mixins.json","fingerprint":3760558264,"invalidFingerprint":false},{"foldername":"betterf3.neoforge.mixins.json","fingerprint":479940081,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":773465483,"invalidFingerprint":false},{"foldername":"me","fingerprint":4169747550,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2092460052,"invalidFingerprint":false}],"packageFingerprint":2574672049,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":401648,"fileNameOnDisk":"BetterF3-11.0.3-NeoForge-1.21.1.jar","hashes":[{"type":1,"value":"8fa17df26d3650416bc124be7a264bc1566a3b26"},{"type":2,"value":"ece6a3a01373146d2f351ba721e0083d"}]},"dateInstalled":"2026-05-07T21:58:03.5072331Z","dateUpdated":"2026-05-07T21:58:03.5083748Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\BetterF3-11.0.3-NeoForge-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5873258,"fileName":"BetterF3-11.0.3-NeoForge-1.21.1.jar","fileDate":"2024-11-04T00:45:07.78Z","fileLength":481646,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5873/258/BetterF3-11.0.3-NeoForge-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3447543306,"invalidFingerprint":false},{"foldername":"BetterF3-common-refmap.json","fingerprint":368856278,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2773559383,"invalidFingerprint":false},{"foldername":"architectury_inject_BetterF3_common_6022176412bf47f0a48f36924db6bd69_9b72c03cca76358ede5bc94ad01fcfe834a221536053c442d21c86edbe7c6e0cBetterF31103devjar","fingerprint":1967257789,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3372408542,"invalidFingerprint":false},{"foldername":"betterf3.mixins.json","fingerprint":3760558264,"invalidFingerprint":false},{"foldername":"betterf3.neoforge.mixins.json","fingerprint":479940081,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":773465483,"invalidFingerprint":false},{"foldername":"me","fingerprint":4169747550,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2092460052,"invalidFingerprint":false}],"packageFingerprint":2574672049,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":401648,"fileNameOnDisk":"BetterF3-11.0.3-NeoForge-1.21.1.jar","hashes":[{"type":1,"value":"8fa17df26d3650416bc124be7a264bc1566a3b26"},{"type":2,"value":"ece6a3a01373146d2f351ba721e0083d"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f817c775-1e1b-47d7-8ea3-0b26374198b6","modSource":0,"addonID":634062,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"No Chat Reports","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","authors":[{"id":60127971,"name":"Aizistral"}],"primaryAuthor":"Aizistral","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/no-chat-reports","issuesURL":"https://github.com/Aizistral-Studios/No-Chat-Reports/issues","wikiURL":"https://github.com/Aizistral-Studios/No-Chat-Reports/wiki","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/560/68/256/256/637910636688514454.png","tags":[],"installedFile":{"id":5885735,"fileName":"NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","fileDate":"2024-11-08T18:15:51.323Z","fileLength":306668,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5885/735/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1830069249,"invalidFingerprint":false},{"foldername":"com","fingerprint":3722285764,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1936421194,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1899993267,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":4062509488,"invalidFingerprint":false},{"foldername":"mixins","fingerprint":3328070053,"invalidFingerprint":false}],"packageFingerprint":1237891864,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":634062,"fileNameOnDisk":"NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","hashes":[{"type":1,"value":"9edfc7861277ff661141304dc8216f83eacdd9af"},{"type":2,"value":"07496752e6b64dd33d68cd5166818402"}]},"dateInstalled":"2026-05-07T21:58:00.7667043Z","dateUpdated":"2026-05-07T21:58:00.7680022Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5885735,"fileName":"NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","fileDate":"2024-11-08T18:15:51.323Z","fileLength":306668,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5885/735/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1830069249,"invalidFingerprint":false},{"foldername":"com","fingerprint":3722285764,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1936421194,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1899993267,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":4062509488,"invalidFingerprint":false},{"foldername":"mixins","fingerprint":3328070053,"invalidFingerprint":false}],"packageFingerprint":1237891864,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":634062,"fileNameOnDisk":"NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar","hashes":[{"type":1,"value":"9edfc7861277ff661141304dc8216f83eacdd9af"},{"type":2,"value":"07496752e6b64dd33d68cd5166818402"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"878d65f0-a1d6-4263-8b52-641df3ba14a6","modSource":0,"addonID":883287,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Fast Paintings","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"fastpaintings-1.21-1.3.0-neoforge.jar","authors":[{"id":101295357,"name":"MehVahdJukaar"}],"primaryAuthor":"MehVahdJukaar","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fast-paintings","issuesURL":"https://github.com/MehVahdJukaar/FastPaintings/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/842/714/256/256/638238468460858103.png","tags":[],"installedFile":{"id":7305762,"fileName":"fastpaintings-1.21-1.3.0-neoforge.jar","fileDate":"2025-12-07T20:37:47.69Z","fileLength":155810,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7305/762/fastpaintings-1.21-1.3.0-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":499980,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":885052021,"invalidFingerprint":false},{"foldername":"architectury_inject_fastpaintings_common_f83284908daa47daa2dc2d3e07b83b2c_b4ac8a14827dfd63bfb40d8e37fcb9fc90c4da0e735120f9c6b9d9284874b5ecfastpaintings121130devjar","fingerprint":4186010484,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1378147275,"invalidFingerprint":false},{"foldername":"data","fingerprint":1958796037,"invalidFingerprint":false},{"foldername":"fastpaintings-common-refmap.json","fingerprint":1016817299,"invalidFingerprint":false},{"foldername":"fastpaintings-common.mixins.json","fingerprint":2500171270,"invalidFingerprint":false},{"foldername":"fastpaintings.mixins.json","fingerprint":246370165,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2145595820,"invalidFingerprint":false},{"foldername":"net","fingerprint":481631732,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354196599,"invalidFingerprint":false}],"packageFingerprint":4113985046,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":883287,"fileNameOnDisk":"fastpaintings-1.21-1.3.0-neoforge.jar","hashes":[{"type":1,"value":"6df81c4fe659eaee718cb0856c79e4cfa272e9ea"},{"type":2,"value":"1f646cbc26d3e2a46dfc2807f2bedf79"}]},"dateInstalled":"2026-05-07T21:58:47.1248805Z","dateUpdated":"2026-05-07T21:58:47.1261846Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\fastpaintings-1.21-1.3.0-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7305762,"fileName":"fastpaintings-1.21-1.3.0-neoforge.jar","fileDate":"2025-12-07T20:37:47.69Z","fileLength":155810,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7305/762/fastpaintings-1.21-1.3.0-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":499980,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":885052021,"invalidFingerprint":false},{"foldername":"architectury_inject_fastpaintings_common_f83284908daa47daa2dc2d3e07b83b2c_b4ac8a14827dfd63bfb40d8e37fcb9fc90c4da0e735120f9c6b9d9284874b5ecfastpaintings121130devjar","fingerprint":4186010484,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1378147275,"invalidFingerprint":false},{"foldername":"data","fingerprint":1958796037,"invalidFingerprint":false},{"foldername":"fastpaintings-common-refmap.json","fingerprint":1016817299,"invalidFingerprint":false},{"foldername":"fastpaintings-common.mixins.json","fingerprint":2500171270,"invalidFingerprint":false},{"foldername":"fastpaintings.mixins.json","fingerprint":246370165,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2145595820,"invalidFingerprint":false},{"foldername":"net","fingerprint":481631732,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":354196599,"invalidFingerprint":false}],"packageFingerprint":4113985046,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":883287,"fileNameOnDisk":"fastpaintings-1.21-1.3.0-neoforge.jar","hashes":[{"type":1,"value":"6df81c4fe659eaee718cb0856c79e4cfa272e9ea"},{"type":2,"value":"1f646cbc26d3e2a46dfc2807f2bedf79"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"7c9e195e-40b7-4043-a5c4-055f1122c803","modSource":0,"addonID":1001614,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Lionfish API","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"lionfishapi-2.7-fix-fix.jar","authors":[{"id":102522496,"name":"mcl_ender"}],"primaryAuthor":"mcl_ender","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lionfish-api","issuesURL":null,"wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/978/896/256/256/638484152344379944.png","tags":[],"installedFile":{"id":7941057,"fileName":"lionfishapi-2.7-fix-fix.jar","fileDate":"2026-04-17T17:39:58.57Z","fileLength":141535,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7941/57/lionfishapi-2.7-fix-fix.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":131475464,"invalidFingerprint":false},{"foldername":"com","fingerprint":614102099,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3957409155,"invalidFingerprint":false},{"foldername":"lionfishapi.mixins.json","fingerprint":4075590006,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":924402101,"invalidFingerprint":false}],"packageFingerprint":3722162517,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1001614,"fileNameOnDisk":"lionfishapi-2.7-fix-fix.jar","hashes":[{"type":1,"value":"af90b807eed100e899b9afa13bb75e7d45294ba3"},{"type":2,"value":"a0d7ad0c4883a81c7c17f1f0e2525727"}]},"dateInstalled":"2026-05-07T22:51:41.3075274Z","dateUpdated":"2026-05-07T22:51:41.3088367Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\lionfishapi-2.7-fix-fix.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7941057,"fileName":"lionfishapi-2.7-fix-fix.jar","fileDate":"2026-04-17T17:39:58.57Z","fileLength":141535,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7941/57/lionfishapi-2.7-fix-fix.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":131475464,"invalidFingerprint":false},{"foldername":"com","fingerprint":614102099,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3957409155,"invalidFingerprint":false},{"foldername":"lionfishapi.mixins.json","fingerprint":4075590006,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":924402101,"invalidFingerprint":false}],"packageFingerprint":3722162517,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1001614,"fileNameOnDisk":"lionfishapi-2.7-fix-fix.jar","hashes":[{"type":1,"value":"af90b807eed100e899b9afa13bb75e7d45294ba3"},{"type":2,"value":"a0d7ad0c4883a81c7c17f1f0e2525727"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6297b10d-76ce-4c4c-9c6a-7dd3d026c29f","modSource":0,"addonID":619320,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[420],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Sophisticated Storage","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"sophisticatedstorage-1.21.1-1.5.46.1717.jar","authors":[{"id":13011800,"name":"P3pp3rF1y"}],"primaryAuthor":"P3pp3rF1y","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sophisticated-storage","issuesURL":"https://github.com/P3pp3rF1y/SophisticatedStorage/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/543/206/256/256/637872959580005837.png","tags":[],"installedFile":{"id":8034906,"fileName":"sophisticatedstorage-1.21.1-1.5.46.1717.jar","fileDate":"2026-05-03T21:59:52.277Z","fileLength":1667008,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8034/906/sophisticatedstorage-1.21.1-1.5.46.1717.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":513769,"type":2},{"addonId":238222,"type":2},{"addonId":456956,"type":2},{"addonId":964817,"type":2},{"addonId":233071,"type":2},{"addonId":235577,"type":2},{"addonId":618298,"type":3},{"addonId":243121,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1363186743,"invalidFingerprint":false},{"foldername":"net","fingerprint":2517423276,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1208915687,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2680510921,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":345096578,"invalidFingerprint":false},{"foldername":"data","fingerprint":138112467,"invalidFingerprint":false}],"packageFingerprint":1693126415,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":619320,"fileNameOnDisk":"sophisticatedstorage-1.21.1-1.5.46.1717.jar","hashes":[{"type":1,"value":"fb67f9f3593a2b105201fab9e7c88bfa4dfc4812"},{"type":2,"value":"d1c506c003fc4816bf98eb6dd91e1a32"}]},"dateInstalled":"2026-05-07T22:47:34.5908595Z","dateUpdated":"2026-05-07T22:47:34.5924585Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\sophisticatedstorage-1.21.1-1.5.46.1717.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8034906,"fileName":"sophisticatedstorage-1.21.1-1.5.46.1717.jar","fileDate":"2026-05-03T21:59:52.277Z","fileLength":1667008,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8034/906/sophisticatedstorage-1.21.1-1.5.46.1717.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":513769,"type":2},{"addonId":238222,"type":2},{"addonId":456956,"type":2},{"addonId":964817,"type":2},{"addonId":233071,"type":2},{"addonId":235577,"type":2},{"addonId":618298,"type":3},{"addonId":243121,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1363186743,"invalidFingerprint":false},{"foldername":"net","fingerprint":2517423276,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1208915687,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2680510921,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":345096578,"invalidFingerprint":false},{"foldername":"data","fingerprint":138112467,"invalidFingerprint":false}],"packageFingerprint":1693126415,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":619320,"fileNameOnDisk":"sophisticatedstorage-1.21.1-1.5.46.1717.jar","hashes":[{"type":1,"value":"fb67f9f3593a2b105201fab9e7c88bfa4dfc4812"},{"type":2,"value":"d1c506c003fc4816bf98eb6dd91e1a32"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"b4e8d6c9-ef1b-4852-a7b4-3dd9ac8148ad","modSource":0,"addonID":1335824,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[426,422,434,419,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Cataclysm: Spellbooks & BetterCombat - Compatibility","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"cataclysmspells_compat.jar","authors":[{"id":102254308,"name":"rymusov"}],"primaryAuthor":"rymusov","primaryCategoryId":426,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cataclysm-spellbooks-bettercombat-compatibility","issuesURL":null,"wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1418/361/256/256/638918939383350745.png","tags":[],"installedFile":{"id":6956563,"fileName":"cataclysmspells_compat.jar","fileDate":"2025-09-02T17:50:31.72Z","fileLength":4097,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6956/563/cataclysmspells_compat.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"pack.mcmeta","fingerprint":2685246262,"invalidFingerprint":false},{"foldername":"data","fingerprint":315356338,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":2582519377,"invalidFingerprint":false}],"packageFingerprint":1616038329,"gameVersion":["NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1335824,"fileNameOnDisk":"cataclysmspells_compat.jar","hashes":[{"type":1,"value":"6d012eb5c5a2d2332c6e2e41e738db87b3269a35"},{"type":2,"value":"6e98492cce5c0821f54057d923eec11d"}]},"dateInstalled":"2026-05-07T22:51:41.6580686Z","dateUpdated":"2026-05-07T22:51:41.6592083Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\cataclysmspells_compat.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6956563,"fileName":"cataclysmspells_compat.jar","fileDate":"2025-09-02T17:50:31.72Z","fileLength":4097,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6956/563/cataclysmspells_compat.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"pack.mcmeta","fingerprint":2685246262,"invalidFingerprint":false},{"foldername":"data","fingerprint":315356338,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":2582519377,"invalidFingerprint":false}],"packageFingerprint":1616038329,"gameVersion":["NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1335824,"fileNameOnDisk":"cataclysmspells_compat.jar","hashes":[{"type":1,"value":"6d012eb5c5a2d2332c6e2e41e738db87b3269a35"},{"type":2,"value":"6e98492cce5c0821f54057d923eec11d"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"2b38e26f-1627-4861-818c-251d98bd0ab3","modSource":0,"addonID":949555,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6814,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"BadOptimizations","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"BadOptimizations-2.4.1-1.21.1.jar","authors":[{"id":106927997,"name":"thosea"}],"primaryAuthor":"thosea","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/badoptimizations","issuesURL":"https://github.com/imthosea/BadOptimizations","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/918/720/256/256/638380210681797905.png","tags":[],"installedFile":{"id":7338300,"fileName":"BadOptimizations-2.4.1-1.21.1.jar","fileDate":"2025-12-15T23:15:19.003Z","fileLength":283566,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7338/300/BadOptimizations-2.4.1-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"fabric","fingerprint":2190801236,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3404611605,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":929453382,"invalidFingerprint":false},{"foldername":"assets","fingerprint":336259549,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":1761380522,"invalidFingerprint":false},{"foldername":"forge","fingerprint":3247576971,"invalidFingerprint":false},{"foldername":"bo-config-template.txt","fingerprint":2289034396,"invalidFingerprint":false},{"foldername":"forge-badoptimizations.mixins.json","fingerprint":3149879093,"invalidFingerprint":false},{"foldername":"fabric-badoptimizations.mixins.json","fingerprint":2253741962,"invalidFingerprint":false},{"foldername":"badoptimizations-icon.png","fingerprint":336259549,"invalidFingerprint":false}],"packageFingerprint":3053351722,"gameVersion":["Client","Fabric","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":949555,"fileNameOnDisk":"BadOptimizations-2.4.1-1.21.1.jar","hashes":[{"type":1,"value":"1461d8e46391efd32a3085150e86094c9f6f5c9d"},{"type":2,"value":"59ee243a5ccd09fff1dd2879b3cad72a"}]},"dateInstalled":"2026-05-07T21:58:15.9972996Z","dateUpdated":"2026-05-07T21:58:15.9986375Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\BadOptimizations-2.4.1-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7338300,"fileName":"BadOptimizations-2.4.1-1.21.1.jar","fileDate":"2025-12-15T23:15:19.003Z","fileLength":283566,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7338/300/BadOptimizations-2.4.1-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"fabric","fingerprint":2190801236,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3404611605,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":929453382,"invalidFingerprint":false},{"foldername":"assets","fingerprint":336259549,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":1761380522,"invalidFingerprint":false},{"foldername":"forge","fingerprint":3247576971,"invalidFingerprint":false},{"foldername":"bo-config-template.txt","fingerprint":2289034396,"invalidFingerprint":false},{"foldername":"forge-badoptimizations.mixins.json","fingerprint":3149879093,"invalidFingerprint":false},{"foldername":"fabric-badoptimizations.mixins.json","fingerprint":2253741962,"invalidFingerprint":false},{"foldername":"badoptimizations-icon.png","fingerprint":336259549,"invalidFingerprint":false}],"packageFingerprint":3053351722,"gameVersion":["Client","Fabric","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":949555,"fileNameOnDisk":"BadOptimizations-2.4.1-1.21.1.jar","hashes":[{"type":1,"value":"1461d8e46391efd32a3085150e86094c9f6f5c9d"},{"type":2,"value":"59ee243a5ccd09fff1dd2879b3cad72a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"bde18540-0e94-4dfd-9d18-880c974b38f0","modSource":0,"addonID":482378,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,5191,422],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"ParCool! ~ Minecraft Parkour ~","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"ParCool-1.21.1-3.4.3.3-NF.jar","authors":[{"id":102272291,"name":"alRex_U"}],"primaryAuthor":"alRex_U","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/parcool","issuesURL":"https://github.com/alRex-U/ParCool/issues","wikiURL":"https://github.com/alRex-U/ParCool/wiki","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/944/831/256/256/638429142781134750.png","tags":[],"installedFile":{"id":7760593,"fileName":"ParCool-1.21.1-3.4.3.3-NF.jar","fileDate":"2026-03-15T08:27:04.24Z","fileLength":1146864,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7760/593/ParCool-1.21.1-3.4.3.3-NF.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1132901,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2537108838,"invalidFingerprint":false},{"foldername":"com","fingerprint":2601344128,"invalidFingerprint":false},{"foldername":"assets","fingerprint":285712473,"invalidFingerprint":false},{"foldername":"data","fingerprint":2804807126,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":783925261,"invalidFingerprint":false},{"foldername":"parcool.mixins.json","fingerprint":3592437439,"invalidFingerprint":false},{"foldername":"parcool_logo.png","fingerprint":1876280143,"invalidFingerprint":false},{"foldername":"shouldersurfing_plugin.json","fingerprint":4164995369,"invalidFingerprint":false}],"packageFingerprint":2202278659,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":482378,"fileNameOnDisk":"ParCool-1.21.1-3.4.3.3-NF.jar","hashes":[{"type":1,"value":"d0ce92c2583875977919de722923abf18985c738"},{"type":2,"value":"9aa5c8ac0f634b9aaabb265074a0555c"}]},"dateInstalled":"2026-05-07T22:51:10.7159202Z","dateUpdated":"2026-05-07T22:51:10.7177813Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\ParCool-1.21.1-3.4.3.3-NF.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7760593,"fileName":"ParCool-1.21.1-3.4.3.3-NF.jar","fileDate":"2026-03-15T08:27:04.24Z","fileLength":1146864,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7760/593/ParCool-1.21.1-3.4.3.3-NF.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1132901,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2537108838,"invalidFingerprint":false},{"foldername":"com","fingerprint":2601344128,"invalidFingerprint":false},{"foldername":"assets","fingerprint":285712473,"invalidFingerprint":false},{"foldername":"data","fingerprint":2804807126,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":783925261,"invalidFingerprint":false},{"foldername":"parcool.mixins.json","fingerprint":3592437439,"invalidFingerprint":false},{"foldername":"parcool_logo.png","fingerprint":1876280143,"invalidFingerprint":false},{"foldername":"shouldersurfing_plugin.json","fingerprint":4164995369,"invalidFingerprint":false}],"packageFingerprint":2202278659,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":482378,"fileNameOnDisk":"ParCool-1.21.1-3.4.3.3-NF.jar","hashes":[{"type":1,"value":"d0ce92c2583875977919de722923abf18985c738"},{"type":2,"value":"9aa5c8ac0f634b9aaabb265074a0555c"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"02c3ecdb-093e-4647-88b7-02a6120e58a4","modSource":0,"addonID":790626,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,5191,6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"ModernFix","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"modernfix-neoforge-5.27.6+mc1.21.1.jar","authors":[{"id":101435003,"name":"embeddedt"}],"primaryAuthor":"embeddedt","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/modernfix","issuesURL":"https://github.com/embeddedt/ModernFix/issues","wikiURL":"https://github.com/embeddedt/ModernFix/wiki/Summary-of-Patches","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/881/436/256/256/638311693460984164.png","tags":[],"installedFile":{"id":8050208,"fileName":"modernfix-neoforge-5.27.6+mc1.21.1.jar","fileDate":"2026-05-06T22:30:59.67Z","fileLength":569173,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8050/208/modernfix-neoforge-5.27.6%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3179721186,"invalidFingerprint":false},{"foldername":"org","fingerprint":3543964576,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1177231304,"invalidFingerprint":false},{"foldername":"modernfix-modernfix.mixins.json","fingerprint":2801392757,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":88923539,"invalidFingerprint":false},{"foldername":"assets","fingerprint":309540392,"invalidFingerprint":false},{"foldername":"modernfix","fingerprint":1325599026,"invalidFingerprint":false}],"packageFingerprint":858463320,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":790626,"fileNameOnDisk":"modernfix-neoforge-5.27.6+mc1.21.1.jar","hashes":[{"type":1,"value":"19a1b616ba58b8cca06e82799a152073f76fbeb1"},{"type":2,"value":"28addfc45bfafe4417ee180d16626ac6"}]},"dateInstalled":"2026-05-07T21:58:38.7881245Z","dateUpdated":"2026-05-07T22:26:00.7214141Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\modernfix-neoforge-5.27.6+mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8050208,"fileName":"modernfix-neoforge-5.27.6+mc1.21.1.jar","fileDate":"2026-05-06T22:30:59.67Z","fileLength":569173,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8050/208/modernfix-neoforge-5.27.6%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3179721186,"invalidFingerprint":false},{"foldername":"org","fingerprint":3543964576,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1177231304,"invalidFingerprint":false},{"foldername":"modernfix-modernfix.mixins.json","fingerprint":2801392757,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":88923539,"invalidFingerprint":false},{"foldername":"assets","fingerprint":309540392,"invalidFingerprint":false},{"foldername":"modernfix","fingerprint":1325599026,"invalidFingerprint":false}],"packageFingerprint":858463320,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":790626,"fileNameOnDisk":"modernfix-neoforge-5.27.6+mc1.21.1.jar","hashes":[{"type":1,"value":"19a1b616ba58b8cca06e82799a152073f76fbeb1"},{"type":2,"value":"28addfc45bfafe4417ee180d16626ac6"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"c5db9be1-6adc-438e-9a5f-6738c24038ef","modSource":0,"addonID":328085,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[4558,424,412,434],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Create","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"create-1.21.1-6.0.10.jar","authors":[{"id":24065031,"name":"simibubi"},{"id":102652063,"name":"IThundxr"}],"primaryAuthor":"simibubi","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/create","issuesURL":"https://github.com/Creators-of-Create/Create/issues","wikiURL":"https://wiki.createmod.net","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1065/184/256/256/638598725500886388.png","tags":[],"installedFile":{"id":7963363,"fileName":"create-1.21.1-6.0.10.jar","fileDate":"2026-04-21T22:20:00.503Z","fileLength":19123767,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7963/363/create-1.21.1-6.0.10.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1769742327,"invalidFingerprint":false},{"foldername":"com","fingerprint":527141810,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3603264155,"invalidFingerprint":false},{"foldername":"create.mixins.json","fingerprint":3543733126,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3668285381,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1060038228,"invalidFingerprint":false},{"foldername":"data","fingerprint":616283090,"invalidFingerprint":false},{"foldername":"LICENSE.md_create-1.21.1","fingerprint":590043221,"invalidFingerprint":false}],"packageFingerprint":522093599,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":328085,"fileNameOnDisk":"create-1.21.1-6.0.10.jar","hashes":[{"type":1,"value":"0e97e49837bed766e6f28a4c95b04885d6acc353"},{"type":2,"value":"179189c52b45a469e683570be4e77188"}]},"dateInstalled":"2026-05-07T22:46:20.5492325Z","dateUpdated":"2026-05-07T22:46:20.582978Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\create-1.21.1-6.0.10.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7963363,"fileName":"create-1.21.1-6.0.10.jar","fileDate":"2026-04-21T22:20:00.503Z","fileLength":19123767,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7963/363/create-1.21.1-6.0.10.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1769742327,"invalidFingerprint":false},{"foldername":"com","fingerprint":527141810,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3603264155,"invalidFingerprint":false},{"foldername":"create.mixins.json","fingerprint":3543733126,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3668285381,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1060038228,"invalidFingerprint":false},{"foldername":"data","fingerprint":616283090,"invalidFingerprint":false},{"foldername":"LICENSE.md_create-1.21.1","fingerprint":590043221,"invalidFingerprint":false}],"packageFingerprint":522093599,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":328085,"fileNameOnDisk":"create-1.21.1-6.0.10.jar","hashes":[{"type":1,"value":"0e97e49837bed766e6f28a4c95b04885d6acc353"},{"type":2,"value":"179189c52b45a469e683570be4e77188"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"a8d7b6a7-94db-4737-b9ca-ef1db01f45e6","modSource":0,"addonID":429235,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"FerriteCore ((Neo)Forge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"ferritecore-7.0.3-neoforge.jar","authors":[{"id":23615989,"name":"malte0811"}],"primaryAuthor":"malte0811","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ferritecore","issuesURL":"https://github.com/malte0811/FerriteCore/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/323/941/256/256/637438748346113688.jpeg","tags":[],"installedFile":{"id":7524151,"fileName":"ferritecore-7.0.3-neoforge.jar","fileDate":"2026-01-25T12:59:44.447Z","fileLength":121559,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7524/151/ferritecore-7.0.3-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1204600136,"invalidFingerprint":false},{"foldername":"malte0811","fingerprint":4255052164,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2809587253,"invalidFingerprint":false},{"foldername":"roadrunner.overrides.properties","fingerprint":36475463,"invalidFingerprint":false},{"foldername":"ferritecore.accessors.mixin.json","fingerprint":2714315218,"invalidFingerprint":false},{"foldername":"ferritecore.blockstatecache.mixin.json","fingerprint":2488671011,"invalidFingerprint":false},{"foldername":"ferritecore.dedupbakedquad.mixin.json","fingerprint":3518028653,"invalidFingerprint":false},{"foldername":"ferritecore.dedupmultipart.mixin.json","fingerprint":4121395093,"invalidFingerprint":false},{"foldername":"ferritecore.fastmap.mixin.json","fingerprint":3382642885,"invalidFingerprint":false},{"foldername":"ferritecore.modelsides.mixin.json","fingerprint":743302889,"invalidFingerprint":false},{"foldername":"ferritecore.mrl.mixin.json","fingerprint":3015213942,"invalidFingerprint":false},{"foldername":"ferritecore.predicates.mixin.json","fingerprint":2749260350,"invalidFingerprint":false},{"foldername":"ferritecore.threaddetec.mixin.json","fingerprint":3143872293,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3369927219,"invalidFingerprint":false},{"foldername":"ferritecore.datacomponents.mixin.json","fingerprint":4281609817,"invalidFingerprint":false}],"packageFingerprint":2808038058,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":429235,"fileNameOnDisk":"ferritecore-7.0.3-neoforge.jar","hashes":[{"type":1,"value":"9563692efb708b6b568df27a01ec52f6311928ef"},{"type":2,"value":"e0374dac41d6c641903f9e241911e1d3"}]},"dateInstalled":"2026-05-07T21:57:57.8686312Z","dateUpdated":"2026-05-07T21:57:57.8697576Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\ferritecore-7.0.3-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7524151,"fileName":"ferritecore-7.0.3-neoforge.jar","fileDate":"2026-01-25T12:59:44.447Z","fileLength":121559,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7524/151/ferritecore-7.0.3-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1204600136,"invalidFingerprint":false},{"foldername":"malte0811","fingerprint":4255052164,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2809587253,"invalidFingerprint":false},{"foldername":"roadrunner.overrides.properties","fingerprint":36475463,"invalidFingerprint":false},{"foldername":"ferritecore.accessors.mixin.json","fingerprint":2714315218,"invalidFingerprint":false},{"foldername":"ferritecore.blockstatecache.mixin.json","fingerprint":2488671011,"invalidFingerprint":false},{"foldername":"ferritecore.dedupbakedquad.mixin.json","fingerprint":3518028653,"invalidFingerprint":false},{"foldername":"ferritecore.dedupmultipart.mixin.json","fingerprint":4121395093,"invalidFingerprint":false},{"foldername":"ferritecore.fastmap.mixin.json","fingerprint":3382642885,"invalidFingerprint":false},{"foldername":"ferritecore.modelsides.mixin.json","fingerprint":743302889,"invalidFingerprint":false},{"foldername":"ferritecore.mrl.mixin.json","fingerprint":3015213942,"invalidFingerprint":false},{"foldername":"ferritecore.predicates.mixin.json","fingerprint":2749260350,"invalidFingerprint":false},{"foldername":"ferritecore.threaddetec.mixin.json","fingerprint":3143872293,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3369927219,"invalidFingerprint":false},{"foldername":"ferritecore.datacomponents.mixin.json","fingerprint":4281609817,"invalidFingerprint":false}],"packageFingerprint":2808038058,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":429235,"fileNameOnDisk":"ferritecore-7.0.3-neoforge.jar","hashes":[{"type":1,"value":"9563692efb708b6b568df27a01ec52f6311928ef"},{"type":2,"value":"e0374dac41d6c641903f9e241911e1d3"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"da2235f0-db88-4058-bdf1-f13960cf33b0","modSource":0,"addonID":831663,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Chunk Sending[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"chunksending-1.21-2.9.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chunk-sending-forge-fabric","issuesURL":"https://github.com/someaddons/chunksending/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/782/744/256/256/638130016628532924.png","tags":[],"installedFile":{"id":7926632,"fileName":"chunksending-1.21-2.9.jar","fileDate":"2026-04-14T17:22:23.45Z","fileLength":12100,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7926/632/chunksending-1.21-2.9.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":307555864,"invalidFingerprint":false},{"foldername":"com","fingerprint":1842501639,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288801447,"invalidFingerprint":false},{"foldername":"chunksending.mixins.json","fingerprint":261029384,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":3840699650,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":831663,"fileNameOnDisk":"chunksending-1.21-2.9.jar","hashes":[{"type":1,"value":"636a121a3252028bb0ec14a3f39f9bbf723ddacd"},{"type":2,"value":"b11e59b474f20e203cfdfb7324905527"}]},"dateInstalled":"2026-05-07T21:58:16.5617695Z","dateUpdated":"2026-05-07T21:58:16.5627806Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\chunksending-1.21-2.9.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7926632,"fileName":"chunksending-1.21-2.9.jar","fileDate":"2026-04-14T17:22:23.45Z","fileLength":12100,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7926/632/chunksending-1.21-2.9.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":307555864,"invalidFingerprint":false},{"foldername":"com","fingerprint":1842501639,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4288801447,"invalidFingerprint":false},{"foldername":"chunksending.mixins.json","fingerprint":261029384,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":3840699650,"gameVersion":["1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":831663,"fileNameOnDisk":"chunksending-1.21-2.9.jar","hashes":[{"type":1,"value":"636a121a3252028bb0ec14a3f39f9bbf723ddacd"},{"type":2,"value":"b11e59b474f20e203cfdfb7324905527"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"56e79533-c630-4e63-bb78-0dbe8db675ec","modSource":0,"addonID":456640,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Limited Chunkloading - Chunk cleanup[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"limitedchunks-1.21-4.1.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/limited-chunkloading","issuesURL":"https://github.com/someaddons/limitedchunks/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/534/813/256/256/637856980833634930.png","tags":[],"installedFile":{"id":5571339,"fileName":"limitedchunks-1.21-4.1.jar","fileDate":"2024-07-27T15:43:36.25Z","fileLength":16692,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5571/339/limitedchunks-1.21-4.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2322812058,"invalidFingerprint":false},{"foldername":"com","fingerprint":1966960042,"invalidFingerprint":false},{"foldername":"limitedchunks.mixins.json","fingerprint":2588506866,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3600105266,"invalidFingerprint":false}],"packageFingerprint":2522201719,"gameVersion":["1.21","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":456640,"fileNameOnDisk":"limitedchunks-1.21-4.1.jar","hashes":[{"type":1,"value":"ef1ce5f6ac3d3a23cc4349c8a1a912032120955e"},{"type":2,"value":"ab430864559bd8b7a3c7ccf8e024ef19"}]},"dateInstalled":"2026-05-07T21:58:40.0901741Z","dateUpdated":"2026-05-07T21:58:40.0911745Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\limitedchunks-1.21-4.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5571339,"fileName":"limitedchunks-1.21-4.1.jar","fileDate":"2024-07-27T15:43:36.25Z","fileLength":16692,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5571/339/limitedchunks-1.21-4.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2322812058,"invalidFingerprint":false},{"foldername":"com","fingerprint":1966960042,"invalidFingerprint":false},{"foldername":"limitedchunks.mixins.json","fingerprint":2588506866,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3600105266,"invalidFingerprint":false}],"packageFingerprint":2522201719,"gameVersion":["1.21","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":456640,"fileNameOnDisk":"limitedchunks-1.21-4.1.jar","hashes":[{"type":1,"value":"ef1ce5f6ac3d3a23cc4349c8a1a912032120955e"},{"type":2,"value":"ab430864559bd8b7a3c7ccf8e024ef19"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"9a7c8510-688a-43b3-8c51-ae2e65e69544","modSource":0,"addonID":228525,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,435,421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Bookshelf","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"bookshelf-neoforge-1.21.1-21.1.81.jar","authors":[{"id":6968547,"name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/bookshelf","issuesURL":"https://github.com/Darkhax-Minecraft/Bookshelf/issues","wikiURL":"https://docs.darkhax.net/mods/bookshelf?curseforge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/981/432/256/256/638488256947873195.png","tags":[],"installedFile":{"id":7606240,"fileName":"bookshelf-neoforge-1.21.1-21.1.81.jar","fileDate":"2026-02-10T22:44:17.77Z","fileLength":328813,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7606/240/bookshelf-neoforge-1.21.1-21.1.81.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4108323996,"invalidFingerprint":false},{"foldername":"net","fingerprint":4180489765,"invalidFingerprint":false},{"foldername":"data","fingerprint":2815322003,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2811260136,"invalidFingerprint":false},{"foldername":"assets","fingerprint":218376142,"invalidFingerprint":false},{"foldername":"bookshelf.neoforge.mixins.json","fingerprint":776113314,"invalidFingerprint":false},{"foldername":"bookshelf.mixins.json","fingerprint":2101221140,"invalidFingerprint":false},{"foldername":"logo_bookshelf.png","fingerprint":619424013,"invalidFingerprint":false},{"foldername":"license_bookshelf.txt","fingerprint":1302837405,"invalidFingerprint":false}],"packageFingerprint":2267427357,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228525,"fileNameOnDisk":"bookshelf-neoforge-1.21.1-21.1.81.jar","hashes":[{"type":1,"value":"efc4cda6da4dd879f24d057ed0a6413764c9ba40"},{"type":2,"value":"9f627fe031221159d74a491e279f773a"}]},"dateInstalled":"2026-05-07T22:46:27.8020311Z","dateUpdated":"2026-05-07T22:46:27.8035554Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\bookshelf-neoforge-1.21.1-21.1.81.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7606240,"fileName":"bookshelf-neoforge-1.21.1-21.1.81.jar","fileDate":"2026-02-10T22:44:17.77Z","fileLength":328813,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7606/240/bookshelf-neoforge-1.21.1-21.1.81.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4108323996,"invalidFingerprint":false},{"foldername":"net","fingerprint":4180489765,"invalidFingerprint":false},{"foldername":"data","fingerprint":2815322003,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2811260136,"invalidFingerprint":false},{"foldername":"assets","fingerprint":218376142,"invalidFingerprint":false},{"foldername":"bookshelf.neoforge.mixins.json","fingerprint":776113314,"invalidFingerprint":false},{"foldername":"bookshelf.mixins.json","fingerprint":2101221140,"invalidFingerprint":false},{"foldername":"logo_bookshelf.png","fingerprint":619424013,"invalidFingerprint":false},{"foldername":"license_bookshelf.txt","fingerprint":1302837405,"invalidFingerprint":false}],"packageFingerprint":2267427357,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":228525,"fileNameOnDisk":"bookshelf-neoforge-1.21.1-21.1.81.jar","hashes":[{"type":1,"value":"efc4cda6da4dd879f24d057ed0a6413764c9ba40"},{"type":2,"value":"9f627fe031221159d74a491e279f773a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"8f0f831f-68a9-4263-a8ac-5ff31ce76144","modSource":0,"addonID":232131,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Default Options","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"defaultoptions-neoforge-1.21.1-21.1.6.jar","authors":[{"id":12099681,"name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/default-options","issuesURL":"https://github.com/TwelveIterations/DefaultOptions/issues","wikiURL":"https://mods.twelveiterations.com/mc/default-options","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/25/393/256/256/635772772655629740.png","tags":[],"installedFile":{"id":7966181,"fileName":"defaultoptions-neoforge-1.21.1-21.1.6.jar","fileDate":"2026-04-22T10:28:50.553Z","fileLength":95747,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7966/181/defaultoptions-neoforge-1.21.1-21.1.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2802724160,"invalidFingerprint":false},{"foldername":"net","fingerprint":583308028,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2947213061,"invalidFingerprint":false},{"foldername":"defaultoptions.png","fingerprint":3122342766,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1619557492,"invalidFingerprint":false},{"foldername":"defaultoptions.neoforge.mixins.json","fingerprint":1470398,"invalidFingerprint":false},{"foldername":"defaultoptions.mixins.json","fingerprint":1327365475,"invalidFingerprint":false},{"foldername":"LICENSE_Default Options","fingerprint":1031176930,"invalidFingerprint":false}],"packageFingerprint":1707003605,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"defaultoptions-neoforge-1.21.1-21.1.6.jar","hashes":[{"type":1,"value":"92c8695dff4b5143919c4e80e4940c6afe873750"},{"type":2,"value":"147d76b0a1953805898ed20a7f00de6b"}]},"dateInstalled":"2026-05-07T21:58:05.5047144Z","dateUpdated":"2026-05-07T21:58:05.5056569Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\defaultoptions-neoforge-1.21.1-21.1.6.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7966181,"fileName":"defaultoptions-neoforge-1.21.1-21.1.6.jar","fileDate":"2026-04-22T10:28:50.553Z","fileLength":95747,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7966/181/defaultoptions-neoforge-1.21.1-21.1.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2802724160,"invalidFingerprint":false},{"foldername":"net","fingerprint":583308028,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2947213061,"invalidFingerprint":false},{"foldername":"defaultoptions.png","fingerprint":3122342766,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1619557492,"invalidFingerprint":false},{"foldername":"defaultoptions.neoforge.mixins.json","fingerprint":1470398,"invalidFingerprint":false},{"foldername":"defaultoptions.mixins.json","fingerprint":1327365475,"invalidFingerprint":false},{"foldername":"LICENSE_Default Options","fingerprint":1031176930,"invalidFingerprint":false}],"packageFingerprint":1707003605,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"defaultoptions-neoforge-1.21.1-21.1.6.jar","hashes":[{"type":1,"value":"92c8695dff4b5143919c4e80e4940c6afe873750"},{"type":2,"value":"147d76b0a1953805898ed20a7f00de6b"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6304d020-40e0-4df5-88ef-433ba28624f8","modSource":0,"addonID":844662,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[424,5191,411],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"[EMF] Entity Model Features [Fabric & Forge]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"entity_model_features_1.21-neoforge-3.2.2.jar","authors":[{"id":102405316,"name":"Traben"}],"primaryAuthor":"Traben","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/entity-model-features","issuesURL":"https://github.com/Traben-0/Entity_Model_Features/issues","wikiURL":"https://github.com/Traben-0/Entity_Model_Features/blob/master/FEATURES.md","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/983/284/256/256/638491564386011875.png","tags":[],"installedFile":{"id":7998618,"fileName":"entity_model_features_1.21-neoforge-3.2.2.jar","fileDate":"2026-04-27T05:36:40.07Z","fileLength":565641,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7998/618/entity_model_features_1.21-neoforge-3.2.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":568563,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3961204964,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3237341129,"invalidFingerprint":false},{"foldername":"entity_model_features.mixins.json","fingerprint":4207040885,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":609070734,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2250763913,"invalidFingerprint":false},{"foldername":"traben","fingerprint":690430987,"invalidFingerprint":false}],"packageFingerprint":1145850900,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":844662,"fileNameOnDisk":"entity_model_features_1.21-neoforge-3.2.2.jar","hashes":[{"type":1,"value":"98d542ad10a55553d72fea135a67781f328b54aa"},{"type":2,"value":"ee06becd6534fd68c300e8bd0dd7eb8a"}]},"dateInstalled":"2026-05-07T21:58:02.1226138Z","dateUpdated":"2026-05-07T21:58:02.1236109Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\entity_model_features_1.21-neoforge-3.2.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7998618,"fileName":"entity_model_features_1.21-neoforge-3.2.2.jar","fileDate":"2026-04-27T05:36:40.07Z","fileLength":565641,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7998/618/entity_model_features_1.21-neoforge-3.2.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":568563,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3961204964,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3237341129,"invalidFingerprint":false},{"foldername":"entity_model_features.mixins.json","fingerprint":4207040885,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":609070734,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2250763913,"invalidFingerprint":false},{"foldername":"traben","fingerprint":690430987,"invalidFingerprint":false}],"packageFingerprint":1145850900,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":844662,"fileNameOnDisk":"entity_model_features_1.21-neoforge-3.2.2.jar","hashes":[{"type":1,"value":"98d542ad10a55553d72fea135a67781f328b54aa"},{"type":2,"value":"ee06becd6534fd68c300e8bd0dd7eb8a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"eb04bb25-7e55-4566-80b9-5403a2d1262c","modSource":0,"addonID":280510,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,6821],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"AttributeFix","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"attributefix-neoforge-1.21.1-21.1.3.jar","authors":[{"id":6968547,"name":"DarkhaxDev"}],"primaryAuthor":"DarkhaxDev","primaryCategoryId":6821,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/attributefix","issuesURL":"https://github.com/Darkhax-Minecraft/AttributeFix/issues","wikiURL":"https://docs.darkhax.net/mods/attributefix?curseforge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/981/435/256/256/638488257660151687.png","tags":[],"installedFile":{"id":7115922,"fileName":"attributefix-neoforge-1.21.1-21.1.3.jar","fileDate":"2025-10-17T05:18:21.26Z","fileLength":19809,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7115/922/attributefix-neoforge-1.21.1-21.1.3.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":228525,"type":3},{"addonId":1023259,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1710305830,"invalidFingerprint":false},{"foldername":"net","fingerprint":450418585,"invalidFingerprint":false},{"foldername":"attributefix.neoforge.mixins.json","fingerprint":4089978033,"invalidFingerprint":false},{"foldername":"attributefix.mixins.json","fingerprint":3375293079,"invalidFingerprint":false},{"foldername":"logo_attributefix.png","fingerprint":2632126595,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3089608866,"invalidFingerprint":false},{"foldername":"license_attributefix.txt","fingerprint":1302837405,"invalidFingerprint":false}],"packageFingerprint":979895498,"gameVersion":["Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":280510,"fileNameOnDisk":"attributefix-neoforge-1.21.1-21.1.3.jar","hashes":[{"type":1,"value":"7aae849f6d2a6cb1368227407ea5deb552e100ba"},{"type":2,"value":"1552cea16a40215f9773e609114ccce1"}]},"dateInstalled":"2026-05-07T22:46:28.9156889Z","dateUpdated":"2026-05-07T22:46:28.9169027Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\attributefix-neoforge-1.21.1-21.1.3.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7115922,"fileName":"attributefix-neoforge-1.21.1-21.1.3.jar","fileDate":"2025-10-17T05:18:21.26Z","fileLength":19809,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7115/922/attributefix-neoforge-1.21.1-21.1.3.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":228525,"type":3},{"addonId":1023259,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1710305830,"invalidFingerprint":false},{"foldername":"net","fingerprint":450418585,"invalidFingerprint":false},{"foldername":"attributefix.neoforge.mixins.json","fingerprint":4089978033,"invalidFingerprint":false},{"foldername":"attributefix.mixins.json","fingerprint":3375293079,"invalidFingerprint":false},{"foldername":"logo_attributefix.png","fingerprint":2632126595,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3089608866,"invalidFingerprint":false},{"foldername":"license_attributefix.txt","fingerprint":1302837405,"invalidFingerprint":false}],"packageFingerprint":979895498,"gameVersion":["Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":280510,"fileNameOnDisk":"attributefix-neoforge-1.21.1-21.1.3.jar","hashes":[{"type":1,"value":"7aae849f6d2a6cb1368227407ea5deb552e100ba"},{"type":2,"value":"1552cea16a40215f9773e609114ccce1"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"974ee029-c916-427d-ad73-615f75007fc4","modSource":0,"addonID":658587,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"playerAnimator","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"player-animation-lib-forge-2.0.4+1.21.1.jar","authors":[{"id":100940600,"name":"KosmX"}],"primaryAuthor":"KosmX","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/playeranimator","issuesURL":"https://github.com/KosmX/fabricPlayerAnimation/issues","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/418/256/256/637958435315527412.png","tags":[],"installedFile":{"id":7389814,"fileName":"player-animation-lib-forge-2.0.4+1.21.1.jar","fileDate":"2025-12-28T21:00:20.25Z","fileLength":203149,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7389/814/player-animation-lib-forge-2.0.4%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":623373,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1733563799,"invalidFingerprint":false},{"foldername":"architectury_inject_playerAnimator_common_dfd904282b214c0dbfcb1af10059f1f2_ab57f2790826365c0c1efa35ab50c2ec0633ee9aee38ea237cb7583590064e87playeranimationlib2041211devjar","fingerprint":4157654637,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1847487716,"invalidFingerprint":false},{"foldername":"player-animation-lib-minecraft_common-refmap.json","fingerprint":3361034148,"invalidFingerprint":false},{"foldername":"playerAnimator-common.mixins.json","fingerprint":927289632,"invalidFingerprint":false}],"packageFingerprint":533269171,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":658587,"fileNameOnDisk":"player-animation-lib-forge-2.0.4+1.21.1.jar","hashes":[{"type":1,"value":"05be8ddcc78532b9a5520c718edc6c971cd0057c"},{"type":2,"value":"ecb81c9479605db12a77bea774b88406"}]},"dateInstalled":"2026-05-07T22:48:13.6020882Z","dateUpdated":"2026-05-07T22:48:13.6035219Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\player-animation-lib-forge-2.0.4+1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7389814,"fileName":"player-animation-lib-forge-2.0.4+1.21.1.jar","fileDate":"2025-12-28T21:00:20.25Z","fileLength":203149,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7389/814/player-animation-lib-forge-2.0.4%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":623373,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1733563799,"invalidFingerprint":false},{"foldername":"architectury_inject_playerAnimator_common_dfd904282b214c0dbfcb1af10059f1f2_ab57f2790826365c0c1efa35ab50c2ec0633ee9aee38ea237cb7583590064e87playeranimationlib2041211devjar","fingerprint":4157654637,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1847487716,"invalidFingerprint":false},{"foldername":"player-animation-lib-minecraft_common-refmap.json","fingerprint":3361034148,"invalidFingerprint":false},{"foldername":"playerAnimator-common.mixins.json","fingerprint":927289632,"invalidFingerprint":false}],"packageFingerprint":533269171,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":658587,"fileNameOnDisk":"player-animation-lib-forge-2.0.4+1.21.1.jar","hashes":[{"type":1,"value":"05be8ddcc78532b9a5520c718edc6c971cd0057c"},{"type":2,"value":"ecb81c9479605db12a77bea774b88406"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"249a4c49-d610-41b7-8cad-fcb90bb31930","modSource":0,"addonID":888328,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[400,405,4465,5193],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Loading Backgrounds - Oceans","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"loadingbackgrounds_oceans-1.21.X-3.0.0.zip","authors":[{"id":101842572,"name":"Lupin"}],"primaryAuthor":"Lupin","primaryCategoryId":5193,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/loading-backgrounds-oceans","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1492/410/256/256/638969817566126463.webp","tags":[],"installedFile":{"id":7228353,"fileName":"loadingbackgrounds_oceans-1.21.X-3.0.0.zip","fileDate":"2025-11-16T11:46:08.873Z","fileLength":36124896,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/353/loadingbackgrounds_oceans-1.21.X-3.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2813639746,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":893004147,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":71818460,"invalidFingerprint":false}],"packageFingerprint":3076566335,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888328,"fileNameOnDisk":"loadingbackgrounds_oceans-1.21.X-3.0.0.zip","hashes":[{"type":1,"value":"7ab5a1473b4c404b7daab58d2b42ec4daf323b86"},{"type":2,"value":"54334cce025c031454832d246097a554"}]},"dateInstalled":"2026-05-07T21:58:12.1513157Z","dateUpdated":"2026-05-07T21:58:12.1641691Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\loadingbackgrounds_oceans-1.21.X-3.0.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7228353,"fileName":"loadingbackgrounds_oceans-1.21.X-3.0.0.zip","fileDate":"2025-11-16T11:46:08.873Z","fileLength":36124896,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/353/loadingbackgrounds_oceans-1.21.X-3.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2813639746,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":893004147,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":71818460,"invalidFingerprint":false}],"packageFingerprint":3076566335,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888328,"fileNameOnDisk":"loadingbackgrounds_oceans-1.21.X-3.0.0.zip","hashes":[{"type":1,"value":"7ab5a1473b4c404b7daab58d2b42ec4daf323b86"},{"type":2,"value":"54334cce025c031454832d246097a554"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"77db3d2c-9ffc-433a-86d5-93414c5a449f","modSource":0,"addonID":907856,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,435,412,4843],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Recipe Essentials[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"recipeessentials-1.21-4.0.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/recipe-essentials-forge-fabric","issuesURL":"https://github.com/someaddons/recipeessentials/issues/new/choose","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/871/402/256/256/638289037640254884.png","tags":[],"installedFile":{"id":6165711,"fileName":"recipeessentials-1.21-4.0.jar","fileDate":"2025-02-06T22:39:59.3Z","fileLength":43950,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6165/711/recipeessentials-1.21-4.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1511403144,"invalidFingerprint":false},{"foldername":"com","fingerprint":792041555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1722552194,"invalidFingerprint":false},{"foldername":"recipeessentials.mixins.json","fingerprint":2013170440,"invalidFingerprint":false}],"packageFingerprint":4175989887,"gameVersion":["1.21","Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":907856,"fileNameOnDisk":"recipeessentials-1.21-4.0.jar","hashes":[{"type":1,"value":"a1ea98e7ea194807201cc8618ac9e74da65716e5"},{"type":2,"value":"c6d1e7fb82f49e0d1a423d6bf41ad1fb"}]},"dateInstalled":"2026-05-07T21:57:59.7415826Z","dateUpdated":"2026-05-07T21:57:59.7424834Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\recipeessentials-1.21-4.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6165711,"fileName":"recipeessentials-1.21-4.0.jar","fileDate":"2025-02-06T22:39:59.3Z","fileLength":43950,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6165/711/recipeessentials-1.21-4.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1511403144,"invalidFingerprint":false},{"foldername":"com","fingerprint":792041555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1722552194,"invalidFingerprint":false},{"foldername":"recipeessentials.mixins.json","fingerprint":2013170440,"invalidFingerprint":false}],"packageFingerprint":4175989887,"gameVersion":["1.21","Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":907856,"fileNameOnDisk":"recipeessentials-1.21-4.0.jar","hashes":[{"type":1,"value":"a1ea98e7ea194807201cc8618ac9e74da65716e5"},{"type":2,"value":"c6d1e7fb82f49e0d1a423d6bf41ad1fb"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"427ed4a1-d9f6-4223-bd8a-c49067c0b33e","modSource":0,"addonID":335493,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Dynamic FPS","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar","authors":[{"id":6835575,"name":"juliand665"},{"id":102765053,"name":"LostLuma"}],"primaryAuthor":"juliand665","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/dynamic-fps","issuesURL":"https://github.com/juliand665/Dynamic-FPS/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/218/967/256/256/637013973797981040.png","tags":[],"installedFile":{"id":7546938,"fileName":"dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar","fileDate":"2026-01-29T18:23:46.537Z","fileLength":220193,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7546/938/dynamic-fps-3.11.4%2bminecraft-1.21.0-neoforge.jar","isAlternate":false,"alternateFileId":7546939,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2719458992,"invalidFingerprint":false},{"foldername":"architectury_inject_dynamicfps_common_96ad272d90fa4fcc8d67753a3449cf6d_48138490a95625983251b45ac7336d8a7e463234a1fad5dfdc4c144b1c5f439adynamicfps3114devjar","fingerprint":3518390575,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1233643626,"invalidFingerprint":false},{"foldername":"dynamic_fps-common.mixins.json","fingerprint":3529504325,"invalidFingerprint":false},{"foldername":"dynamic_fps.mixins.json","fingerprint":2139721154,"invalidFingerprint":false},{"foldername":"dynamic_fps.png","fingerprint":2545990837,"invalidFingerprint":false},{"foldername":"dynamic_fps","fingerprint":1181247587,"invalidFingerprint":false},{"foldername":"net","fingerprint":3056343028,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2415388098,"invalidFingerprint":false}],"packageFingerprint":250368856,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":335493,"fileNameOnDisk":"dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar","hashes":[{"type":1,"value":"35b17e95b2b65930116ccc83e0cc358ac1bfcf9e"},{"type":2,"value":"e5ef3e5d37eedad79cf44897229fd8f2"}]},"dateInstalled":"2026-05-07T21:58:41.3324906Z","dateUpdated":"2026-05-07T21:58:41.3335726Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7546938,"fileName":"dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar","fileDate":"2026-01-29T18:23:46.537Z","fileLength":220193,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7546/938/dynamic-fps-3.11.4%2bminecraft-1.21.0-neoforge.jar","isAlternate":false,"alternateFileId":7546939,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2719458992,"invalidFingerprint":false},{"foldername":"architectury_inject_dynamicfps_common_96ad272d90fa4fcc8d67753a3449cf6d_48138490a95625983251b45ac7336d8a7e463234a1fad5dfdc4c144b1c5f439adynamicfps3114devjar","fingerprint":3518390575,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1233643626,"invalidFingerprint":false},{"foldername":"dynamic_fps-common.mixins.json","fingerprint":3529504325,"invalidFingerprint":false},{"foldername":"dynamic_fps.mixins.json","fingerprint":2139721154,"invalidFingerprint":false},{"foldername":"dynamic_fps.png","fingerprint":2545990837,"invalidFingerprint":false},{"foldername":"dynamic_fps","fingerprint":1181247587,"invalidFingerprint":false},{"foldername":"net","fingerprint":3056343028,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2415388098,"invalidFingerprint":false}],"packageFingerprint":250368856,"gameVersion":["1.21","Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":335493,"fileNameOnDisk":"dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar","hashes":[{"type":1,"value":"35b17e95b2b65930116ccc83e0cc358ac1bfcf9e"},{"type":2,"value":"e5ef3e5d37eedad79cf44897229fd8f2"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"66c9e7ea-7112-4e9b-8661-7a6ea0fd3f12","modSource":0,"addonID":394468,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Sodium","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"sodium-neoforge-0.6.13+mc1.21.1.jar","authors":[{"id":28746583,"name":"JellySquid"}],"primaryAuthor":"JellySquid","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sodium","issuesURL":"https://github.com/CaffeineMC/sodium-fabric/issues","wikiURL":"https://github.com/CaffeineMC/sodium-fabric/wiki","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/284/773/256/256/637298471098686391.png","tags":[],"installedFile":{"id":6382651,"fileName":"sodium-neoforge-0.6.13+mc1.21.1.jar","fileDate":"2025-04-04T00:13:49.467Z","fileLength":1162994,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6382/651/sodium-neoforge-0.6.13%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1108577269,"invalidFingerprint":false},{"foldername":"net","fingerprint":3272062076,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3953782083,"invalidFingerprint":false},{"foldername":"sodium-icon.png","fingerprint":3041543243,"invalidFingerprint":false},{"foldername":"programmer_art","fingerprint":1942856804,"invalidFingerprint":false},{"foldername":"sodium-neoforge.mixins.json","fingerprint":2418719239,"invalidFingerprint":false},{"foldername":"sodium-common.mixins.json","fingerprint":3242769697,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2033162507,"invalidFingerprint":false}],"packageFingerprint":1900921493,"gameVersion":["Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":394468,"fileNameOnDisk":"sodium-neoforge-0.6.13+mc1.21.1.jar","hashes":[{"type":1,"value":"38af70fa4dc4b2aaac636e92fdba3bedd5a025e1"},{"type":2,"value":"e5018c782d851fea76be0205b7616e5d"}]},"dateInstalled":"2026-05-07T21:58:34.7473423Z","dateUpdated":"2026-05-07T21:58:34.748929Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\sodium-neoforge-0.6.13+mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6382651,"fileName":"sodium-neoforge-0.6.13+mc1.21.1.jar","fileDate":"2025-04-04T00:13:49.467Z","fileLength":1162994,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6382/651/sodium-neoforge-0.6.13%2bmc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1108577269,"invalidFingerprint":false},{"foldername":"net","fingerprint":3272062076,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3953782083,"invalidFingerprint":false},{"foldername":"sodium-icon.png","fingerprint":3041543243,"invalidFingerprint":false},{"foldername":"programmer_art","fingerprint":1942856804,"invalidFingerprint":false},{"foldername":"sodium-neoforge.mixins.json","fingerprint":2418719239,"invalidFingerprint":false},{"foldername":"sodium-common.mixins.json","fingerprint":3242769697,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2033162507,"invalidFingerprint":false}],"packageFingerprint":1900921493,"gameVersion":["Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":394468,"fileNameOnDisk":"sodium-neoforge-0.6.13+mc1.21.1.jar","hashes":[{"type":1,"value":"38af70fa4dc4b2aaac636e92fdba3bedd5a025e1"},{"type":2,"value":"e5018c782d851fea76be0205b7616e5d"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"7b9b49f1-02fa-45ef-ade5-537ae3814d5d","modSource":0,"addonID":348831,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[413,425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Double Doors","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"doubledoors-1.21.1-7.2.jar","authors":[{"id":7049004,"name":"Serilum"}],"primaryAuthor":"Serilum","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/double-doors","issuesURL":"https://github.com/Serilum/.issue-tracker/labels/Mod: Double Doors","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/233/519/256/256/637072440646369425.png","tags":[],"installedFile":{"id":7143842,"fileName":"doubledoors-1.21.1-7.2.jar","fileDate":"2025-10-24T10:34:04.757Z","fileLength":75041,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7143/842/doubledoors-1.21.1-7.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":342584,"type":3}],"isAvailable":true,"modules":[{"foldername":"doubledoors_fabric.mixins.json","fingerprint":3142535720,"invalidFingerprint":false},{"foldername":"doubledoors_fabric.refmap.json","fingerprint":3435314418,"invalidFingerprint":false},{"foldername":"doubledoors_forge.mixins.json","fingerprint":2350230178,"invalidFingerprint":false},{"foldername":"doubledoors_neoforge.mixins.json","fingerprint":302935574,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3546439557,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4037493495,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1629641011,"invalidFingerprint":false},{"foldername":"com","fingerprint":3784598438,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3088361447,"invalidFingerprint":false}],"packageFingerprint":1435909008,"gameVersion":["1.21","Fabric","NeoForge","Forge","1.21.1","Quilt"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348831,"fileNameOnDisk":"doubledoors-1.21.1-7.2.jar","hashes":[{"type":1,"value":"73ddb685749a0ae9223e9b827af5fd3e19ac732c"},{"type":2,"value":"bc5d5a4d5edfed10d09f149e173ec600"}]},"dateInstalled":"2026-05-07T22:37:23.3518187Z","dateUpdated":"2026-05-07T22:37:23.3533327Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\doubledoors-1.21.1-7.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7143842,"fileName":"doubledoors-1.21.1-7.2.jar","fileDate":"2025-10-24T10:34:04.757Z","fileLength":75041,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7143/842/doubledoors-1.21.1-7.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":342584,"type":3}],"isAvailable":true,"modules":[{"foldername":"doubledoors_fabric.mixins.json","fingerprint":3142535720,"invalidFingerprint":false},{"foldername":"doubledoors_fabric.refmap.json","fingerprint":3435314418,"invalidFingerprint":false},{"foldername":"doubledoors_forge.mixins.json","fingerprint":2350230178,"invalidFingerprint":false},{"foldername":"doubledoors_neoforge.mixins.json","fingerprint":302935574,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3546439557,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4037493495,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1629641011,"invalidFingerprint":false},{"foldername":"com","fingerprint":3784598438,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3088361447,"invalidFingerprint":false}],"packageFingerprint":1435909008,"gameVersion":["1.21","Fabric","NeoForge","Forge","1.21.1","Quilt"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348831,"fileNameOnDisk":"doubledoors-1.21.1-7.2.jar","hashes":[{"type":1,"value":"73ddb685749a0ae9223e9b827af5fd3e19ac732c"},{"type":2,"value":"bc5d5a4d5edfed10d09f149e173ec600"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"b7107a26-f27c-477b-9b69-ac680fcebefb","modSource":0,"addonID":256717,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,5191,420],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Clumps","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Clumps-neoforge-1.21.1-19.0.0.1.jar","authors":[{"id":10618648,"name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/clumps","issuesURL":"https://github.com/jaredlll08/Clumps/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1289/817/256/256/638838549850518521_animated.gif","tags":[],"installedFile":{"id":5623731,"fileName":"Clumps-neoforge-1.21.1-19.0.0.1.jar","fileDate":"2024-08-13T07:49:09.587Z","fileLength":18382,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5623/731/Clumps-neoforge-1.21.1-19.0.0.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":461241897,"invalidFingerprint":false},{"foldername":"com","fingerprint":207530136,"invalidFingerprint":false},{"foldername":"clumps.mixins.json","fingerprint":2145951388,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2425768564,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1788784743,"invalidFingerprint":false}],"packageFingerprint":2871381177,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256717,"fileNameOnDisk":"Clumps-neoforge-1.21.1-19.0.0.1.jar","hashes":[{"type":1,"value":"fa2576297c7bd12b28aa7070e8141792bd66da4c"},{"type":2,"value":"8b42a9d7a72bde90fa061d17e2859e7b"}]},"dateInstalled":"2026-05-07T21:58:39.357285Z","dateUpdated":"2026-05-07T21:58:39.3584549Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Clumps-neoforge-1.21.1-19.0.0.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5623731,"fileName":"Clumps-neoforge-1.21.1-19.0.0.1.jar","fileDate":"2024-08-13T07:49:09.587Z","fileLength":18382,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5623/731/Clumps-neoforge-1.21.1-19.0.0.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":461241897,"invalidFingerprint":false},{"foldername":"com","fingerprint":207530136,"invalidFingerprint":false},{"foldername":"clumps.mixins.json","fingerprint":2145951388,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2425768564,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1788784743,"invalidFingerprint":false}],"packageFingerprint":2871381177,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":256717,"fileNameOnDisk":"Clumps-neoforge-1.21.1-19.0.0.1.jar","hashes":[{"type":1,"value":"fa2576297c7bd12b28aa7070e8141792bd66da4c"},{"type":2,"value":"8b42a9d7a72bde90fa061d17e2859e7b"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"4a1e1847-3086-4917-87c0-d8bfec1dafd9","modSource":0,"addonID":868624,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,4843,424,435,423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"AutoMessage","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"automessage-merged-1.21.1-3.0.0.jar","authors":[{"id":101842572,"name":"Lupin"},{"id":104539068,"name":"jason13official"}],"primaryAuthor":"Lupin","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/automessage","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/845/496/256/256/638243423265811286.png","tags":[],"installedFile":{"id":7018836,"fileName":"automessage-merged-1.21.1-3.0.0.jar","fileDate":"2025-09-21T12:01:17.79Z","fileLength":140337,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7018/836/automessage-merged-1.21.1-3.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":968432,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2716787439,"invalidFingerprint":false},{"foldername":"automessage.png","fingerprint":4070782436,"invalidFingerprint":false},{"foldername":"common","fingerprint":923376612,"invalidFingerprint":false},{"foldername":"common-automessage.mixins.json","fingerprint":2473924825,"invalidFingerprint":false},{"foldername":"fabric","fingerprint":3995689679,"invalidFingerprint":false},{"foldername":"fabric-automessage.accesswidener","fingerprint":596709444,"invalidFingerprint":false},{"foldername":"fabric-automessage.fabric.mixins.json","fingerprint":435450200,"invalidFingerprint":false},{"foldername":"fabric-automessage.mixins.json","fingerprint":1498465287,"invalidFingerprint":false},{"foldername":"fabric-automessage.refmap.json","fingerprint":2951851005,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":1018662615,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":838918197,"invalidFingerprint":false},{"foldername":"neoforge","fingerprint":54389153,"invalidFingerprint":false},{"foldername":"neoforge-automessage.mixins.json","fingerprint":1052403198,"invalidFingerprint":false},{"foldername":"neoforge-automessage.neoforge.mixins.json","fingerprint":787445502,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":460465719,"invalidFingerprint":false}],"packageFingerprint":786879091,"gameVersion":["1.21","Fabric","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":868624,"fileNameOnDisk":"automessage-merged-1.21.1-3.0.0.jar","hashes":[{"type":1,"value":"1c312eb30c8e1bd608d4ea66b1a950f780ee814a"},{"type":2,"value":"0a8755bc91f1982df1cd1e4382bc478a"}]},"dateInstalled":"2026-05-07T21:58:15.4712586Z","dateUpdated":"2026-05-07T21:58:15.4722705Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\automessage-merged-1.21.1-3.0.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7018836,"fileName":"automessage-merged-1.21.1-3.0.0.jar","fileDate":"2025-09-21T12:01:17.79Z","fileLength":140337,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7018/836/automessage-merged-1.21.1-3.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":968432,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2716787439,"invalidFingerprint":false},{"foldername":"automessage.png","fingerprint":4070782436,"invalidFingerprint":false},{"foldername":"common","fingerprint":923376612,"invalidFingerprint":false},{"foldername":"common-automessage.mixins.json","fingerprint":2473924825,"invalidFingerprint":false},{"foldername":"fabric","fingerprint":3995689679,"invalidFingerprint":false},{"foldername":"fabric-automessage.accesswidener","fingerprint":596709444,"invalidFingerprint":false},{"foldername":"fabric-automessage.fabric.mixins.json","fingerprint":435450200,"invalidFingerprint":false},{"foldername":"fabric-automessage.mixins.json","fingerprint":1498465287,"invalidFingerprint":false},{"foldername":"fabric-automessage.refmap.json","fingerprint":2951851005,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":1018662615,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":838918197,"invalidFingerprint":false},{"foldername":"neoforge","fingerprint":54389153,"invalidFingerprint":false},{"foldername":"neoforge-automessage.mixins.json","fingerprint":1052403198,"invalidFingerprint":false},{"foldername":"neoforge-automessage.neoforge.mixins.json","fingerprint":787445502,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":460465719,"invalidFingerprint":false}],"packageFingerprint":786879091,"gameVersion":["1.21","Fabric","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":868624,"fileNameOnDisk":"automessage-merged-1.21.1-3.0.0.jar","hashes":[{"type":1,"value":"1c312eb30c8e1bd608d4ea66b1a950f780ee814a"},{"type":2,"value":"0a8755bc91f1982df1cd1e4382bc478a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"efe8c331-6570-4819-8d8c-f91d81ba883f","modSource":0,"addonID":250398,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Controlling","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Controlling-neoforge-1.21.1-19.0.5.jar","authors":[{"id":10618648,"name":"Jaredlll08"}],"primaryAuthor":"Jaredlll08","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/controlling","issuesURL":"https://github.com/jaredlll08/Controlling/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/49/603/256/256/636079972364045115.png","tags":[],"installedFile":{"id":6368976,"fileName":"Controlling-neoforge-1.21.1-19.0.5.jar","fileDate":"2025-03-30T23:44:28.983Z","fileLength":77555,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6368/976/Controlling-neoforge-1.21.1-19.0.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":858542,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1238902293,"invalidFingerprint":false},{"foldername":"com","fingerprint":807691357,"invalidFingerprint":false},{"foldername":"controlling.accesswidener","fingerprint":2385600630,"invalidFingerprint":false},{"foldername":"controlling.neoforge.mixins.json","fingerprint":1419589446,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3762604135,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1119875546,"invalidFingerprint":false},{"foldername":"controlling.mixins.json","fingerprint":2374489773,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1300801978,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1888588519,"invalidFingerprint":false}],"packageFingerprint":1306717928,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250398,"fileNameOnDisk":"Controlling-neoforge-1.21.1-19.0.5.jar","hashes":[{"type":1,"value":"8a34424fc1428778be2fdbfa4da67b21b70bcbfe"},{"type":2,"value":"7141c2d0bb774dc6e4481be32b685179"}]},"dateInstalled":"2026-05-07T21:58:48.4488998Z","dateUpdated":"2026-05-07T21:58:48.4502324Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Controlling-neoforge-1.21.1-19.0.5.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6368976,"fileName":"Controlling-neoforge-1.21.1-19.0.5.jar","fileDate":"2025-03-30T23:44:28.983Z","fileLength":77555,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6368/976/Controlling-neoforge-1.21.1-19.0.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":858542,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1238902293,"invalidFingerprint":false},{"foldername":"com","fingerprint":807691357,"invalidFingerprint":false},{"foldername":"controlling.accesswidener","fingerprint":2385600630,"invalidFingerprint":false},{"foldername":"controlling.neoforge.mixins.json","fingerprint":1419589446,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3762604135,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1119875546,"invalidFingerprint":false},{"foldername":"controlling.mixins.json","fingerprint":2374489773,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1300801978,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1888588519,"invalidFingerprint":false}],"packageFingerprint":1306717928,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":250398,"fileNameOnDisk":"Controlling-neoforge-1.21.1-19.0.5.jar","hashes":[{"type":1,"value":"8a34424fc1428778be2fdbfa4da67b21b70bcbfe"},{"type":2,"value":"7141c2d0bb774dc6e4481be32b685179"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"4c90fa85-9017-46f4-9af1-7ba306c7674d","modSource":0,"addonID":940057,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,406,407],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"TerraBlender (NeoForge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"TerraBlender-neoforge-1.21.1-4.1.0.8.jar","authors":[{"id":9704465,"name":"TheAdubbz"}],"primaryAuthor":"TheAdubbz","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/terrablender-neoforge","issuesURL":"https://github.com/Glitchfiend/TerraBlender/","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/907/934/256/256/638359485944942119.png","tags":[],"installedFile":{"id":6054947,"fileName":"TerraBlender-neoforge-1.21.1-4.1.0.8.jar","fileDate":"2025-01-05T04:27:14.547Z","fileLength":120364,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6054/947/TerraBlender-neoforge-1.21.1-4.1.0.8.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1678289793,"invalidFingerprint":false},{"foldername":"terrablender","fingerprint":509644644,"invalidFingerprint":false},{"foldername":"data","fingerprint":489731127,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3556098464,"invalidFingerprint":false},{"foldername":"terrablender_neoforge.mixins.json","fingerprint":1482893982,"invalidFingerprint":false},{"foldername":"tb_icon.png","fingerprint":479935004,"invalidFingerprint":false},{"foldername":"tb_logo.png","fingerprint":2564841619,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":313451693,"invalidFingerprint":false},{"foldername":"terrablender.mixins.json","fingerprint":1091151451,"invalidFingerprint":false},{"foldername":"terrablender.accesswidener","fingerprint":290806959,"invalidFingerprint":false}],"packageFingerprint":4290330137,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":940057,"fileNameOnDisk":"TerraBlender-neoforge-1.21.1-4.1.0.8.jar","hashes":[{"type":1,"value":"2016eed89eac0eb0510d2190c3b0b80bf4346191"},{"type":2,"value":"9510cef4ca24d7f6bc3144dbf6693f7d"}]},"dateInstalled":"2026-05-07T22:47:39.9516739Z","dateUpdated":"2026-05-07T22:47:39.9532355Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\TerraBlender-neoforge-1.21.1-4.1.0.8.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6054947,"fileName":"TerraBlender-neoforge-1.21.1-4.1.0.8.jar","fileDate":"2025-01-05T04:27:14.547Z","fileLength":120364,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6054/947/TerraBlender-neoforge-1.21.1-4.1.0.8.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1678289793,"invalidFingerprint":false},{"foldername":"terrablender","fingerprint":509644644,"invalidFingerprint":false},{"foldername":"data","fingerprint":489731127,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3556098464,"invalidFingerprint":false},{"foldername":"terrablender_neoforge.mixins.json","fingerprint":1482893982,"invalidFingerprint":false},{"foldername":"tb_icon.png","fingerprint":479935004,"invalidFingerprint":false},{"foldername":"tb_logo.png","fingerprint":2564841619,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":313451693,"invalidFingerprint":false},{"foldername":"terrablender.mixins.json","fingerprint":1091151451,"invalidFingerprint":false},{"foldername":"terrablender.accesswidener","fingerprint":290806959,"invalidFingerprint":false}],"packageFingerprint":4290330137,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":940057,"fileNameOnDisk":"TerraBlender-neoforge-1.21.1-4.1.0.8.jar","hashes":[{"type":1,"value":"2016eed89eac0eb0510d2190c3b0b80bf4346191"},{"type":2,"value":"9510cef4ca24d7f6bc3144dbf6693f7d"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f8d47c89-6500-4139-a542-ffa902d8020c","modSource":0,"addonID":1104882,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"TxniLib","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"txnilib-neoforge-1.0.24-1.21.1.jar","authors":[{"id":102782844,"name":"Txni"}],"primaryAuthor":"Txni","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/txnilib","issuesURL":"https://github.com/txnimc/TxniLib/issues","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1170/525/256/256/638741611474710951.png","tags":[],"installedFile":{"id":6533725,"fileName":"txnilib-neoforge-1.0.24-1.21.1.jar","fileDate":"2025-05-15T21:54:10.04Z","fileLength":6276522,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6533/725/txnilib-neoforge-1.0.24-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":718857338,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3525083395,"invalidFingerprint":false},{"foldername":"mixins.txnilib.json","fingerprint":464391895,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":3329088537,"invalidFingerprint":false}],"packageFingerprint":806726534,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1104882,"fileNameOnDisk":"txnilib-neoforge-1.0.24-1.21.1.jar","hashes":[{"type":1,"value":"17b1bbb96e922e683a1807a2e7bece603fdc491d"},{"type":2,"value":"69cd87744e40cc444b4176022ec6d17a"}]},"dateInstalled":"2026-05-07T21:58:14.9337143Z","dateUpdated":"2026-05-07T21:58:14.9376003Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\txnilib-neoforge-1.0.24-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6533725,"fileName":"txnilib-neoforge-1.0.24-1.21.1.jar","fileDate":"2025-05-15T21:54:10.04Z","fileLength":6276522,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6533/725/txnilib-neoforge-1.0.24-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":718857338,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3525083395,"invalidFingerprint":false},{"foldername":"mixins.txnilib.json","fingerprint":464391895,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":3329088537,"invalidFingerprint":false}],"packageFingerprint":806726534,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1104882,"fileNameOnDisk":"txnilib-neoforge-1.0.24-1.21.1.jar","hashes":[{"type":1,"value":"17b1bbb96e922e683a1807a2e7bece603fdc491d"},{"type":2,"value":"69cd87744e40cc444b4176022ec6d17a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"37fd489b-6f1a-436c-bf5b-a653c8369471","modSource":0,"addonID":904356,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Fast IP Ping","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","authors":[{"id":101275287,"name":"Fallen_Breath"}],"primaryAuthor":"Fallen_Breath","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fast-ip-ping","issuesURL":"https://github.com/Fallen-Breath/fast-ip-ping/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/867/209/256/256/638280200199358443.png","tags":[],"installedFile":{"id":7936390,"fileName":"fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","fileDate":"2026-04-16T18:16:33.347Z","fileLength":10413,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7936/390/fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4161778165,"invalidFingerprint":false},{"foldername":"LICENSE_fast-ip-ping","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"fastipping.mixins.json","fingerprint":3720741108,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2881503646,"invalidFingerprint":false},{"foldername":"me","fingerprint":3065581413,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4257965354,"invalidFingerprint":false}],"packageFingerprint":1798055327,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":904356,"fileNameOnDisk":"fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","hashes":[{"type":1,"value":"3e1a403f9298db23c163dbd85ab68210b4a8c688"},{"type":2,"value":"d94b835066ce722287652235370464bf"}]},"dateInstalled":"2026-05-07T21:58:51.2705312Z","dateUpdated":"2026-05-07T21:58:51.2715046Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7936390,"fileName":"fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","fileDate":"2026-04-16T18:16:33.347Z","fileLength":10413,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7936/390/fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4161778165,"invalidFingerprint":false},{"foldername":"LICENSE_fast-ip-ping","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"fastipping.mixins.json","fingerprint":3720741108,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2881503646,"invalidFingerprint":false},{"foldername":"me","fingerprint":3065581413,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4257965354,"invalidFingerprint":false}],"packageFingerprint":1798055327,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":904356,"fileNameOnDisk":"fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar","hashes":[{"type":1,"value":"3e1a403f9298db23c163dbd85ab68210b4a8c688"},{"type":2,"value":"d94b835066ce722287652235370464bf"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"28911af6-0a0d-4217-acc4-bbabc316a5d0","modSource":0,"addonID":431203,"gameID":432,"categoryClassID":6552,"categorySection":{"id":288,"gameId":432,"name":"Shaders","packageType":3,"path":"shaderpacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"","gameCategoryId":6552},"categoryIds":[6553,6554],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"MakeUp - Ultra Fast | Shaders","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\shaderpacks","fileNameOnDisk":"MakeUp-UltraFast-9.4e.zip","authors":[{"id":101746556,"name":"XavierFST"}],"primaryAuthor":"XavierFST","primaryCategoryId":6554,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/shaders/makeup-ultra-fast-shader","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1044/516/256/256/638572074817465930.webp","tags":[],"installedFile":{"id":7980983,"fileName":"MakeUp-UltraFast-9.4e.zip","fileDate":"2026-04-25T06:04:36.98Z","fileLength":402763,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7980/983/MakeUp-UltraFast-9.4e.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"shaders","fingerprint":1717399592,"invalidFingerprint":false},{"foldername":"Credits","fingerprint":1197809470,"invalidFingerprint":false},{"foldername":"ForDevelopers.EN.md","fingerprint":1863242517,"invalidFingerprint":false},{"foldername":"helpful.txt","fingerprint":2044483143,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"ParaDesarrolladores.ES.md","fingerprint":3396595915,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":1042804598,"invalidFingerprint":false}],"packageFingerprint":4072554301,"gameVersion":["1.16.3","1.13.1","1.17.1","1.21","1.16.1","1.18.1","1.14.3","1.15","1.16","1.13","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.14.4","1.14.1","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","OptiFine","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.15.2","1.14","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.13.2","1.15.1","1.12.2","Iris","1.16.4","1.14.2","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.13.1","gameVersionName":"1.13.1","gameVersionTypeId":55023},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.14.3","gameVersionName":"1.14.3","gameVersionTypeId":64806},{"gameVersion":"1.15","gameVersionName":"1.15","gameVersionTypeId":68722},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.13","gameVersionName":"1.13","gameVersionTypeId":55023},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.14.4","gameVersionName":"1.14.4","gameVersionTypeId":64806},{"gameVersion":"1.14.1","gameVersionName":"1.14.1","gameVersionTypeId":64806},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"OptiFine","gameVersionTypeId":76871},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.15.2","gameVersionName":"1.15.2","gameVersionTypeId":68722},{"gameVersion":"1.14","gameVersionName":"1.14","gameVersionTypeId":64806},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.13.2","gameVersionName":"1.13.2","gameVersionTypeId":55023},{"gameVersion":"1.15.1","gameVersionName":"1.15.1","gameVersionTypeId":68722},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Iris","gameVersionTypeId":76871},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.14.2","gameVersionName":"1.14.2","gameVersionTypeId":64806},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":431203,"fileNameOnDisk":"MakeUp-UltraFast-9.4e.zip","hashes":[{"type":1,"value":"37946af829940e921d710fcf89bd444a42ce33d0"},{"type":2,"value":"49bfaa432435bd49c70d443b64b7c6da"}]},"dateInstalled":"2026-05-07T21:58:26.9487649Z","dateUpdated":"2026-05-07T21:58:26.9528807Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\shaderpacks\\MakeUp-UltraFast-9.4e.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8041788,"fileName":"MakeUp-UltraFast-9.5.zip","fileDate":"2026-05-05T06:17:40.013Z","fileLength":397921,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8041/788/MakeUp-UltraFast-9.5.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"shaders","fingerprint":1238462176,"invalidFingerprint":false},{"foldername":"Credits","fingerprint":1197809470,"invalidFingerprint":false},{"foldername":"ForDevelopers.EN.md","fingerprint":1436727958,"invalidFingerprint":false},{"foldername":"helpful.txt","fingerprint":2044483143,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"ParaDesarrolladores.ES.md","fingerprint":4158765609,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":2350326154,"invalidFingerprint":false}],"packageFingerprint":3788180019,"gameVersion":["1.16.3","1.13.1","1.17.1","1.21","1.16.1","1.18.1","1.14.3","1.15","1.16","1.13","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.14.4","1.14.1","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","OptiFine","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.15.2","1.14","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.13.2","1.15.1","1.12.2","Iris","1.16.4","1.14.2","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.13.1","gameVersionName":"1.13.1","gameVersionTypeId":55023},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.14.3","gameVersionName":"1.14.3","gameVersionTypeId":64806},{"gameVersion":"1.15","gameVersionName":"1.15","gameVersionTypeId":68722},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.13","gameVersionName":"1.13","gameVersionTypeId":55023},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.14.4","gameVersionName":"1.14.4","gameVersionTypeId":64806},{"gameVersion":"1.14.1","gameVersionName":"1.14.1","gameVersionTypeId":64806},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"OptiFine","gameVersionTypeId":76871},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.15.2","gameVersionName":"1.15.2","gameVersionTypeId":68722},{"gameVersion":"1.14","gameVersionName":"1.14","gameVersionTypeId":64806},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.13.2","gameVersionName":"1.13.2","gameVersionTypeId":55023},{"gameVersion":"1.15.1","gameVersionName":"1.15.1","gameVersionTypeId":68722},{"gameVersion":"1.12.2","gameVersionName":"1.12.2","gameVersionTypeId":628},{"gameVersion":"","gameVersionName":"Iris","gameVersionTypeId":76871},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.14.2","gameVersionName":"1.14.2","gameVersionTypeId":64806},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":431203,"fileNameOnDisk":"MakeUp-UltraFast-9.5.zip","hashes":[{"type":1,"value":"fb2400acf7260393193e7f95d6a33d55351bd949"},{"type":2,"value":"b953a17db4bad70e6526ecab31d1ebf0"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"e8375786-921b-455a-a07a-162f813fe606","modSource":0,"addonID":1216624,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[415,421,6484,412,413],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Create: Dragons Plus","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"CreateDragonsPlus-1.10.0b.jar","authors":[{"id":103651564,"name":"DragonsPlus"},{"id":102642294,"name":"RaymondBlaze"}],"primaryAuthor":"DragonsPlus","primaryCategoryId":6484,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/create-dragons-plus","issuesURL":"https://github.com/DragonsPlusMinecraft/CreateDragonsPlus/issues","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1195/420/256/256/638771027943462603.png","tags":[],"installedFile":{"id":7970093,"fileName":"CreateDragonsPlus-1.10.0b.jar","fileDate":"2026-04-23T02:10:36.103Z","fileLength":756460,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7970/93/CreateDragonsPlus-1.10.0b.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":328085,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":285889198,"invalidFingerprint":false},{"foldername":"plus","fingerprint":2088382533,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2978998256,"invalidFingerprint":false},{"foldername":"data","fingerprint":1124534152,"invalidFingerprint":false},{"foldername":"create_dragons_plus.mixins.json","fingerprint":3053512535,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":350386812,"invalidFingerprint":false},{"foldername":"LICENSING.txt","fingerprint":748253416,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3788311694,"invalidFingerprint":false},{"foldername":"LICENSE-CREATE.txt","fingerprint":1927476733,"invalidFingerprint":false},{"foldername":"create_dragons_plus.simulated.mixins.json","fingerprint":3711695609,"invalidFingerprint":false}],"packageFingerprint":2901045699,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1216624,"fileNameOnDisk":"CreateDragonsPlus-1.10.0b.jar","hashes":[{"type":1,"value":"e50ae4f50173b12232b8dbd6b85568b4b657c0cf"},{"type":2,"value":"0417f6dc9cf5f4d5fdadc334df8ef289"}]},"dateInstalled":"2026-05-07T22:48:47.2716613Z","dateUpdated":"2026-05-07T22:48:47.2731111Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\CreateDragonsPlus-1.10.0b.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7970093,"fileName":"CreateDragonsPlus-1.10.0b.jar","fileDate":"2026-04-23T02:10:36.103Z","fileLength":756460,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7970/93/CreateDragonsPlus-1.10.0b.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":328085,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":285889198,"invalidFingerprint":false},{"foldername":"plus","fingerprint":2088382533,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2978998256,"invalidFingerprint":false},{"foldername":"data","fingerprint":1124534152,"invalidFingerprint":false},{"foldername":"create_dragons_plus.mixins.json","fingerprint":3053512535,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":350386812,"invalidFingerprint":false},{"foldername":"LICENSING.txt","fingerprint":748253416,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3788311694,"invalidFingerprint":false},{"foldername":"LICENSE-CREATE.txt","fingerprint":1927476733,"invalidFingerprint":false},{"foldername":"create_dragons_plus.simulated.mixins.json","fingerprint":3711695609,"invalidFingerprint":false}],"packageFingerprint":2901045699,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1216624,"fileNameOnDisk":"CreateDragonsPlus-1.10.0b.jar","hashes":[{"type":1,"value":"e50ae4f50173b12232b8dbd6b85568b4b657c0cf"},{"type":2,"value":"0417f6dc9cf5f4d5fdadc334df8ef289"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"4a3a1a13-929b-463a-8927-aa9b8eff74a2","modSource":0,"addonID":958881,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,422,5191,406,423],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Time On Display","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"time_on_display-merged-1.21-2.0.0.jar","authors":[{"id":101842572,"name":"Lupin"},{"id":104539068,"name":"jason13official"}],"primaryAuthor":"Lupin","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/time-on-display","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1043/640/256/256/638570980199473653.webp","tags":[],"installedFile":{"id":5609781,"fileName":"time_on_display-merged-1.21-2.0.0.jar","fileDate":"2024-08-09T00:26:27.71Z","fileLength":86367,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5609/781/time_on_display-merged-1.21-2.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":968432,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3399074719,"invalidFingerprint":false},{"foldername":"common","fingerprint":2867161478,"invalidFingerprint":false},{"foldername":"common-time_on_display.mixins.json","fingerprint":4191055761,"invalidFingerprint":false},{"foldername":"fabric","fingerprint":819714272,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.fabric.mixins.json","fingerprint":2807255377,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.mixins.json","fingerprint":2807255377,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.refmap.json","fingerprint":801273145,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":798270154,"invalidFingerprint":false},{"foldername":"forge","fingerprint":4078146579,"invalidFingerprint":false},{"foldername":"forge-time_on_display.forge.mixins.json","fingerprint":1555934667,"invalidFingerprint":false},{"foldername":"forge-time_on_display.mixins.json","fingerprint":1555934667,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3493022719,"invalidFingerprint":false},{"foldername":"neoforge","fingerprint":3436262722,"invalidFingerprint":false},{"foldername":"neoforge-time_on_display.mixins.json","fingerprint":1929102713,"invalidFingerprint":false},{"foldername":"neoforge-time_on_display.neoforge.mixins.json","fingerprint":4008966462,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3583625351,"invalidFingerprint":false}],"packageFingerprint":407219464,"gameVersion":["Fabric","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":958881,"fileNameOnDisk":"time_on_display-merged-1.21-2.0.0.jar","hashes":[{"type":1,"value":"8d77892c5a990533366119f03be9b8cf15c7febe"},{"type":2,"value":"eeec198fb868f1568472a32342cb4a86"}]},"dateInstalled":"2026-05-07T21:58:07.2287546Z","dateUpdated":"2026-05-07T21:58:07.2299917Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\time_on_display-merged-1.21-2.0.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5609781,"fileName":"time_on_display-merged-1.21-2.0.0.jar","fileDate":"2024-08-09T00:26:27.71Z","fileLength":86367,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5609/781/time_on_display-merged-1.21-2.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":968432,"type":3}],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":3399074719,"invalidFingerprint":false},{"foldername":"common","fingerprint":2867161478,"invalidFingerprint":false},{"foldername":"common-time_on_display.mixins.json","fingerprint":4191055761,"invalidFingerprint":false},{"foldername":"fabric","fingerprint":819714272,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.fabric.mixins.json","fingerprint":2807255377,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.mixins.json","fingerprint":2807255377,"invalidFingerprint":false},{"foldername":"fabric-time_on_display.refmap.json","fingerprint":801273145,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":798270154,"invalidFingerprint":false},{"foldername":"forge","fingerprint":4078146579,"invalidFingerprint":false},{"foldername":"forge-time_on_display.forge.mixins.json","fingerprint":1555934667,"invalidFingerprint":false},{"foldername":"forge-time_on_display.mixins.json","fingerprint":1555934667,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3493022719,"invalidFingerprint":false},{"foldername":"neoforge","fingerprint":3436262722,"invalidFingerprint":false},{"foldername":"neoforge-time_on_display.mixins.json","fingerprint":1929102713,"invalidFingerprint":false},{"foldername":"neoforge-time_on_display.neoforge.mixins.json","fingerprint":4008966462,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3583625351,"invalidFingerprint":false}],"packageFingerprint":407219464,"gameVersion":["Fabric","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":958881,"fileNameOnDisk":"time_on_display-merged-1.21-2.0.0.jar","hashes":[{"type":1,"value":"8d77892c5a990533366119f03be9b8cf15c7febe"},{"type":2,"value":"eeec198fb868f1568472a32342cb4a86"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f657c0cd-babf-4ef8-946d-1af7b6e46542","modSource":0,"addonID":1191845,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,6814,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Redirected","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"redirected-neoforge-1.0.0-1.21.1.jar","authors":[{"id":102782844,"name":"Txni"}],"primaryAuthor":"Txni","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/redirected","issuesURL":"https://github.com/txnimc/Redirected/issues","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1169/700/256/256/638740760495846032.png","tags":[],"installedFile":{"id":6148845,"fileName":"redirected-neoforge-1.0.0-1.21.1.jar","fileDate":"2025-02-02T07:04:31.317Z","fileLength":217587,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6148/845/redirected-neoforge-1.0.0-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1104882,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":374013366,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3903574420,"invalidFingerprint":false},{"foldername":"mixins.redirected_fabric_1.20.1.json","fingerprint":3497248790,"invalidFingerprint":false},{"foldername":"mixins.redirected_fabric_1.21.1.json","fingerprint":2345491289,"invalidFingerprint":false},{"foldername":"mixins.redirected_forge_1.20.1.json","fingerprint":2820300077,"invalidFingerprint":false},{"foldername":"mixins.redirected_neoforge_1.21.1.json","fingerprint":3426188056,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":180397325,"invalidFingerprint":false}],"packageFingerprint":1977061386,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1191845,"fileNameOnDisk":"redirected-neoforge-1.0.0-1.21.1.jar","hashes":[{"type":1,"value":"2704eeefedf52edc30d68c84e2ee0ccf4eea6da0"},{"type":2,"value":"8cdabfc021f961363b24f1abe57a4fb2"}]},"dateInstalled":"2026-05-07T21:58:48.945266Z","dateUpdated":"2026-05-07T21:58:48.9465221Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\redirected-neoforge-1.0.0-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6148845,"fileName":"redirected-neoforge-1.0.0-1.21.1.jar","fileDate":"2025-02-02T07:04:31.317Z","fileLength":217587,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6148/845/redirected-neoforge-1.0.0-1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1104882,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":374013366,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3903574420,"invalidFingerprint":false},{"foldername":"mixins.redirected_fabric_1.20.1.json","fingerprint":3497248790,"invalidFingerprint":false},{"foldername":"mixins.redirected_fabric_1.21.1.json","fingerprint":2345491289,"invalidFingerprint":false},{"foldername":"mixins.redirected_forge_1.20.1.json","fingerprint":2820300077,"invalidFingerprint":false},{"foldername":"mixins.redirected_neoforge_1.21.1.json","fingerprint":3426188056,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":180397325,"invalidFingerprint":false}],"packageFingerprint":1977061386,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1191845,"fileNameOnDisk":"redirected-neoforge-1.0.0-1.21.1.jar","hashes":[{"type":1,"value":"2704eeefedf52edc30d68c84e2ee0ccf4eea6da0"},{"type":2,"value":"8cdabfc021f961363b24f1abe57a4fb2"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"3cfb7ab6-c5be-4d7c-a26b-85f00e98bd16","modSource":0,"addonID":944149,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,422,406,426,421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"StartInv | Seconds of Immortality!","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"neo_startinv-1.0.0-1.21.jar","authors":[{"id":101842572,"name":"Lupin"}],"primaryAuthor":"Lupin","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/startinv","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/920/239/256/256/638383488361008302.png","tags":[],"installedFile":{"id":5499027,"fileName":"neo_startinv-1.0.0-1.21.jar","fileDate":"2024-07-03T17:39:19.627Z","fileLength":9275,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5499/27/neo_startinv-1.0.0-1.21.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1714468772,"invalidFingerprint":false},{"foldername":"com","fingerprint":1190132239,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":682857377,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3880423854,"invalidFingerprint":false},{"foldername":"mixins.startinv.json","fingerprint":228722849,"invalidFingerprint":false}],"packageFingerprint":982140947,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":944149,"fileNameOnDisk":"neo_startinv-1.0.0-1.21.jar","hashes":[{"type":1,"value":"405274c56f428c5e3c8e5e552626c011696b55ac"},{"type":2,"value":"fe345a0e0a9e25b6395e16df5d0b9fac"}]},"dateInstalled":"2026-05-07T21:58:17.1197581Z","dateUpdated":"2026-05-07T21:58:17.1208073Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\neo_startinv-1.0.0-1.21.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5499027,"fileName":"neo_startinv-1.0.0-1.21.jar","fileDate":"2024-07-03T17:39:19.627Z","fileLength":9275,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5499/27/neo_startinv-1.0.0-1.21.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1714468772,"invalidFingerprint":false},{"foldername":"com","fingerprint":1190132239,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":682857377,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3880423854,"invalidFingerprint":false},{"foldername":"mixins.startinv.json","fingerprint":228722849,"invalidFingerprint":false}],"packageFingerprint":982140947,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":944149,"fileNameOnDisk":"neo_startinv-1.0.0-1.21.jar","hashes":[{"type":1,"value":"405274c56f428c5e3c8e5e552626c011696b55ac"},{"type":2,"value":"fe345a0e0a9e25b6395e16df5d0b9fac"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"27d67f5d-4382-4c34-8423-7d728bbe0011","modSource":0,"addonID":60089,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[420,425,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Mouse Tweaks","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","authors":[{"id":7495712,"name":"YaLTeR"}],"primaryAuthor":"YaLTeR","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks","issuesURL":"https://github.com/YaLTeR/MouseTweaks/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/467/691/256/256/637749969243449870.png","tags":[],"installedFile":{"id":5637846,"fileName":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","fileDate":"2024-08-17T15:55:16.403Z","fileLength":73938,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5637/846/MouseTweaks-neoforge-mc1.21-2.26.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1247581823,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":2881444305,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2140027510,"invalidFingerprint":false},{"foldername":"mousetweaks-fabric.mixins.json","fingerprint":3954768689,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.json","fingerprint":1642826513,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":1781016577,"invalidFingerprint":false}],"packageFingerprint":845432825,"gameVersion":["1.21","Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","hashes":[{"type":1,"value":"6dae57f4f50f7808d2ed9a18f6cd1c0d4640c6bc"},{"type":2,"value":"4ab6e808a59fdebecfbc92438b85b470"}]},"dateInstalled":"2026-05-07T21:58:01.3085301Z","dateUpdated":"2026-05-07T21:58:01.309584Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\MouseTweaks-neoforge-mc1.21-2.26.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5637846,"fileName":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","fileDate":"2024-08-17T15:55:16.403Z","fileLength":73938,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5637/846/MouseTweaks-neoforge-mc1.21-2.26.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1247581823,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":2881444305,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2140027510,"invalidFingerprint":false},{"foldername":"mousetweaks-fabric.mixins.json","fingerprint":3954768689,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.json","fingerprint":1642826513,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":1781016577,"invalidFingerprint":false}],"packageFingerprint":845432825,"gameVersion":["1.21","Client","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","hashes":[{"type":1,"value":"6dae57f4f50f7808d2ed9a18f6cd1c0d4640c6bc"},{"type":2,"value":"4ab6e808a59fdebecfbc92438b85b470"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"5e49e31c-7ab2-4b17-97b1-25bd67b85aad","modSource":0,"addonID":1091339,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6814,6821,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"AllTheLeaks (Memory Leak Fix)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"alltheleaks-1.1.8+1.21.1-neoforge.jar","authors":[{"id":107406482,"name":"Uncandango"}],"primaryAuthor":"Uncandango","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/alltheleaks","issuesURL":"https://github.com/pietro-lopes/AllTheLeaks/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1068/365/256/256/638602852129913496.png","tags":[],"installedFile":{"id":7955700,"fileName":"alltheleaks-1.1.8+1.21.1-neoforge.jar","fileDate":"2026-04-20T12:41:05.377Z","fileLength":536828,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7955/700/alltheleaks-1.1.8%2b1.21.1-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2795963896,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1979001933,"invalidFingerprint":false},{"foldername":"alltheleaks.mixins.json","fingerprint":1753949237,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":82175170,"invalidFingerprint":false}],"packageFingerprint":810386014,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1091339,"fileNameOnDisk":"alltheleaks-1.1.8+1.21.1-neoforge.jar","hashes":[{"type":1,"value":"f91b11a1cfa718b9291fbe7b80356f17a572577e"},{"type":2,"value":"f13d96d14efa73161caacc6df0aa808a"}]},"dateInstalled":"2026-05-07T21:58:38.241496Z","dateUpdated":"2026-05-07T21:58:38.242485Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\alltheleaks-1.1.8+1.21.1-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7955700,"fileName":"alltheleaks-1.1.8+1.21.1-neoforge.jar","fileDate":"2026-04-20T12:41:05.377Z","fileLength":536828,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7955/700/alltheleaks-1.1.8%2b1.21.1-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2795963896,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1979001933,"invalidFingerprint":false},{"foldername":"alltheleaks.mixins.json","fingerprint":1753949237,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":82175170,"invalidFingerprint":false}],"packageFingerprint":810386014,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1091339,"fileNameOnDisk":"alltheleaks-1.1.8+1.21.1-neoforge.jar","hashes":[{"type":1,"value":"f91b11a1cfa718b9291fbe7b80356f17a572577e"},{"type":2,"value":"f13d96d14efa73161caacc6df0aa808a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"36f6598d-fc4c-4505-a443-5980f2d38159","modSource":0,"addonID":499980,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Moonlight Lib","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"moonlight-neoforge-1.21.1-3.0.5.jar","authors":[{"id":101295357,"name":"MehVahdJukaar"}],"primaryAuthor":"MehVahdJukaar","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/selene","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/402/662/256/256/637610797055895331.png","tags":[],"installedFile":{"id":8037440,"fileName":"moonlight-neoforge-1.21.1-3.0.5.jar","fileDate":"2026-05-04T11:42:02.987Z","fileLength":1573067,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8037/440/moonlight-neoforge-1.21.1-3.0.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3690277498,"invalidFingerprint":false},{"foldername":"net","fingerprint":2044505660,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4140233105,"invalidFingerprint":false},{"foldername":"moonlight-common.mixins.json","fingerprint":1823906894,"invalidFingerprint":false},{"foldername":"moonlight.accesswidener","fingerprint":394236303,"invalidFingerprint":false},{"foldername":"moonlight.mixins.json","fingerprint":2704494782,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2032883417,"invalidFingerprint":false},{"foldername":"data","fingerprint":534078977,"invalidFingerprint":false},{"foldername":"LICENSE_Moonlight Lib.md","fingerprint":2838826641,"invalidFingerprint":false}],"packageFingerprint":816371809,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":499980,"fileNameOnDisk":"moonlight-neoforge-1.21.1-3.0.5.jar","hashes":[{"type":1,"value":"c37ec1c8f2798354ff37851a5c620ca5d2564c2b"},{"type":2,"value":"5d4835b89314651bd2e3f43e8ce32e40"}]},"dateInstalled":"2026-05-07T21:58:04.8299047Z","dateUpdated":"2026-05-07T22:26:02.093541Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\moonlight-neoforge-1.21.1-3.0.5.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8037440,"fileName":"moonlight-neoforge-1.21.1-3.0.5.jar","fileDate":"2026-05-04T11:42:02.987Z","fileLength":1573067,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8037/440/moonlight-neoforge-1.21.1-3.0.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3690277498,"invalidFingerprint":false},{"foldername":"net","fingerprint":2044505660,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4140233105,"invalidFingerprint":false},{"foldername":"moonlight-common.mixins.json","fingerprint":1823906894,"invalidFingerprint":false},{"foldername":"moonlight.accesswidener","fingerprint":394236303,"invalidFingerprint":false},{"foldername":"moonlight.mixins.json","fingerprint":2704494782,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2032883417,"invalidFingerprint":false},{"foldername":"data","fingerprint":534078977,"invalidFingerprint":false},{"foldername":"LICENSE_Moonlight Lib.md","fingerprint":2838826641,"invalidFingerprint":false}],"packageFingerprint":816371809,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":499980,"fileNameOnDisk":"moonlight-neoforge-1.21.1-3.0.5.jar","hashes":[{"type":1,"value":"c37ec1c8f2798354ff37851a5c620ca5d2564c2b"},{"type":2,"value":"5d4835b89314651bd2e3f43e8ce32e40"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"3276bc00-6a53-4444-b6ff-aef2eec69f34","modSource":0,"addonID":882495,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"fix GPU memory leak[Forge/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"gpumemleakfix-1.21-1.8.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fix-gpu-memory-leak","issuesURL":"https://github.com/someaddons/gpumemleakfix/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/841/827/256/256/638236647684351264.png","tags":[],"installedFile":{"id":5513549,"fileName":"gpumemleakfix-1.21-1.8.jar","fileDate":"2024-07-08T12:10:50.6Z","fileLength":6574,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5513/549/gpumemleakfix-1.21-1.8.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1891078187,"invalidFingerprint":false},{"foldername":"com","fingerprint":1771624309,"invalidFingerprint":false},{"foldername":"gpumemleakfix.mixins.json","fingerprint":510417135,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1348339019,"invalidFingerprint":false}],"packageFingerprint":1193908577,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":882495,"fileNameOnDisk":"gpumemleakfix-1.21-1.8.jar","hashes":[{"type":1,"value":"1894d2f0dd0c275aea0f1a6265ebd5715569c208"},{"type":2,"value":"96a47a7cff915294a949f73a5f2a8816"}]},"dateInstalled":"2026-05-07T21:58:49.9944301Z","dateUpdated":"2026-05-07T21:58:49.9955648Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\gpumemleakfix-1.21-1.8.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5513549,"fileName":"gpumemleakfix-1.21-1.8.jar","fileDate":"2024-07-08T12:10:50.6Z","fileLength":6574,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5513/549/gpumemleakfix-1.21-1.8.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1891078187,"invalidFingerprint":false},{"foldername":"com","fingerprint":1771624309,"invalidFingerprint":false},{"foldername":"gpumemleakfix.mixins.json","fingerprint":510417135,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1348339019,"invalidFingerprint":false}],"packageFingerprint":1193908577,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":882495,"fileNameOnDisk":"gpumemleakfix-1.21-1.8.jar","hashes":[{"type":1,"value":"1894d2f0dd0c275aea0f1a6265ebd5715569c208"},{"type":2,"value":"96a47a7cff915294a949f73a5f2a8816"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"ed74ddac-2358-4f81-a709-de19b251b1bf","modSource":0,"addonID":558905,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,424,6814],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Sodium/Embeddium Extras","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"sodiumextras-neoforge-1.0.8-1.21.1.jar","authors":[{"id":102782844,"name":"Txni"}],"primaryAuthor":"Txni","primaryCategoryId":6814,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/magnesium-extras","issuesURL":"https://github.com/txnimc/SodiumExtras/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1066/735/256/256/638600914286319886.png","tags":[],"installedFile":{"id":6394141,"fileName":"sodiumextras-neoforge-1.0.8-1.21.1.jar","fileDate":"2025-04-07T04:44:42.343Z","fileLength":276988,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6394/141/sodiumextras-neoforge-1.0.8-1.21.1.jar","isAlternate":false,"alternateFileId":6394143,"serverPackFileId":0,"dependencies":[{"addonId":1103431,"type":3},{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3948137030,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2169881499,"invalidFingerprint":false},{"foldername":"mixins.sodiumextras.json","fingerprint":2195999977,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":4133244206,"invalidFingerprint":false}],"packageFingerprint":4051323827,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":558905,"fileNameOnDisk":"sodiumextras-neoforge-1.0.8-1.21.1.jar","hashes":[{"type":1,"value":"d678f6eb28fec11f3e99bc7f17f5e385703bc44a"},{"type":2,"value":"acbf3c92a89bcd595e7c0c668fc7309f"}]},"dateInstalled":"2026-05-07T21:58:37.5221069Z","dateUpdated":"2026-05-07T21:58:37.5231695Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\sodiumextras-neoforge-1.0.8-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6394141,"fileName":"sodiumextras-neoforge-1.0.8-1.21.1.jar","fileDate":"2025-04-07T04:44:42.343Z","fileLength":276988,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6394/141/sodiumextras-neoforge-1.0.8-1.21.1.jar","isAlternate":false,"alternateFileId":6394143,"serverPackFileId":0,"dependencies":[{"addonId":1103431,"type":3},{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3948137030,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2169881499,"invalidFingerprint":false},{"foldername":"mixins.sodiumextras.json","fingerprint":2195999977,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4105100827,"invalidFingerprint":false},{"foldername":"toni","fingerprint":4133244206,"invalidFingerprint":false}],"packageFingerprint":4051323827,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":558905,"fileNameOnDisk":"sodiumextras-neoforge-1.0.8-1.21.1.jar","hashes":[{"type":1,"value":"d678f6eb28fec11f3e99bc7f17f5e385703bc44a"},{"type":2,"value":"acbf3c92a89bcd595e7c0c668fc7309f"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"df78585a-7d51-4b70-813c-7a2aa4225fbf","modSource":0,"addonID":271740,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Toast Control","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"ToastControl-1.21.1-9.0.1.jar","authors":[{"id":10368195,"name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/toast-control","issuesURL":"https://github.com/Shadows-of-Fire/Toast-Control/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/105/330/256/256/636352185216944005.png","tags":[],"installedFile":{"id":6751464,"fileName":"ToastControl-1.21.1-9.0.1.jar","fileDate":"2025-07-10T07:02:27.877Z","fileLength":21079,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6751/464/ToastControl-1.21.1-9.0.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":276283000,"invalidFingerprint":false},{"foldername":"dev","fingerprint":634000606,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3433595591,"invalidFingerprint":false},{"foldername":"toastcontrol.mixins.json","fingerprint":1861248534,"invalidFingerprint":false}],"packageFingerprint":3258843963,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271740,"fileNameOnDisk":"ToastControl-1.21.1-9.0.1.jar","hashes":[{"type":1,"value":"33477c2db0479c9be33d1ca3b2fa47cf6c97988c"},{"type":2,"value":"1f83b8749f48753bb50d9e22e5f6706c"}]},"dateInstalled":"2026-05-07T21:58:54.6980392Z","dateUpdated":"2026-05-07T21:58:54.6990175Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\ToastControl-1.21.1-9.0.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6751464,"fileName":"ToastControl-1.21.1-9.0.1.jar","fileDate":"2025-07-10T07:02:27.877Z","fileLength":21079,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6751/464/ToastControl-1.21.1-9.0.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":276283000,"invalidFingerprint":false},{"foldername":"dev","fingerprint":634000606,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3433595591,"invalidFingerprint":false},{"foldername":"toastcontrol.mixins.json","fingerprint":1861248534,"invalidFingerprint":false}],"packageFingerprint":3258843963,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":271740,"fileNameOnDisk":"ToastControl-1.21.1-9.0.1.jar","hashes":[{"type":1,"value":"33477c2db0479c9be33d1ca3b2fa47cf6c97988c"},{"type":2,"value":"1f83b8749f48753bb50d9e22e5f6706c"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"53e0805f-f267-4157-9344-0755b328050a","modSource":0,"addonID":361276,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,409],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Lootr (Forge & NeoForge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"lootr-neoforge-1.21.1-1.11.37.120.jar","authors":[{"id":10343357,"name":"Noobanidus"},{"id":101435003,"name":"embeddedt"},{"id":101090122,"name":"ZestyBlaze"}],"primaryAuthor":"Noobanidus","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lootr","issuesURL":"https://github.com/noobanidus/lootr/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1131/830/256/256/638691606432990450.png","tags":[],"installedFile":{"id":8041234,"fileName":"lootr-neoforge-1.21.1-1.11.37.120.jar","fileDate":"2026-05-05T02:13:59Z","fileLength":976023,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8041/234/lootr-neoforge-1.21.1-1.11.37.120.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2372064542,"invalidFingerprint":false},{"foldername":"noobanidus","fingerprint":3846940814,"invalidFingerprint":false},{"foldername":"lootr-common.mixins.json","fingerprint":827376249,"invalidFingerprint":false},{"foldername":"lootr-neoforge-digsite_workshop.mixins.json","fingerprint":1536792109,"invalidFingerprint":false},{"foldername":"lootr-neoforge.mixins.json","fingerprint":3250557091,"invalidFingerprint":false},{"foldername":".cache","fingerprint":986135317,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2326843005,"invalidFingerprint":false},{"foldername":"data","fingerprint":3238902936,"invalidFingerprint":false},{"foldername":"datapacks","fingerprint":109395380,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":2860865587,"invalidFingerprint":false}],"packageFingerprint":2200001215,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":361276,"fileNameOnDisk":"lootr-neoforge-1.21.1-1.11.37.120.jar","hashes":[{"type":1,"value":"a8acaf64fb3991526bfe7456189ccde247334265"},{"type":2,"value":"c854cb36df6947d1a8bc222fec365359"}]},"dateInstalled":"2026-05-07T22:46:22.2211682Z","dateUpdated":"2026-05-07T22:46:22.2234087Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\lootr-neoforge-1.21.1-1.11.37.120.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8041234,"fileName":"lootr-neoforge-1.21.1-1.11.37.120.jar","fileDate":"2026-05-05T02:13:59Z","fileLength":976023,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8041/234/lootr-neoforge-1.21.1-1.11.37.120.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2372064542,"invalidFingerprint":false},{"foldername":"noobanidus","fingerprint":3846940814,"invalidFingerprint":false},{"foldername":"lootr-common.mixins.json","fingerprint":827376249,"invalidFingerprint":false},{"foldername":"lootr-neoforge-digsite_workshop.mixins.json","fingerprint":1536792109,"invalidFingerprint":false},{"foldername":"lootr-neoforge.mixins.json","fingerprint":3250557091,"invalidFingerprint":false},{"foldername":".cache","fingerprint":986135317,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2326843005,"invalidFingerprint":false},{"foldername":"data","fingerprint":3238902936,"invalidFingerprint":false},{"foldername":"datapacks","fingerprint":109395380,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":2860865587,"invalidFingerprint":false}],"packageFingerprint":2200001215,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":361276,"fileNameOnDisk":"lootr-neoforge-1.21.1-1.11.37.120.jar","hashes":[{"type":1,"value":"a8acaf64fb3991526bfe7456189ccde247334265"},{"type":2,"value":"c854cb36df6947d1a8bc222fec365359"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"ccf23053-f5f0-4b6f-8f66-b3cde6446044","modSource":0,"addonID":886331,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[4465,5193,400,405],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Loading Backgrounds - Default Images","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"loadingbackgrounds_default_images-1.21.X-4.0.0.zip","authors":[{"id":101842572,"name":"Lupin"}],"primaryAuthor":"Lupin","primaryCategoryId":5193,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/loading-backgrounds-loading-images","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1496/124/256/256/638971892831575978.webp","tags":[],"installedFile":{"id":7228406,"fileName":"loadingbackgrounds_default_images-1.21.X-4.0.0.zip","fileDate":"2025-11-16T12:01:50.41Z","fileLength":50544037,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/406/loadingbackgrounds_default_images-1.21.X-4.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2176806187,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":2207580623,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1436098848,"invalidFingerprint":false}],"packageFingerprint":3695994406,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":886331,"fileNameOnDisk":"loadingbackgrounds_default_images-1.21.X-4.0.0.zip","hashes":[{"type":1,"value":"0bacab4fba302803918bacc6e31540e461919a23"},{"type":2,"value":"a9f51da498a93f84f67abb3221704d9c"}]},"dateInstalled":"2026-05-07T21:58:33.5139953Z","dateUpdated":"2026-05-07T21:58:33.5253651Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\loadingbackgrounds_default_images-1.21.X-4.0.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7228406,"fileName":"loadingbackgrounds_default_images-1.21.X-4.0.0.zip","fileDate":"2025-11-16T12:01:50.41Z","fileLength":50544037,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/406/loadingbackgrounds_default_images-1.21.X-4.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2176806187,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":2207580623,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1436098848,"invalidFingerprint":false}],"packageFingerprint":3695994406,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":886331,"fileNameOnDisk":"loadingbackgrounds_default_images-1.21.X-4.0.0.zip","hashes":[{"type":1,"value":"0bacab4fba302803918bacc6e31540e461919a23"},{"type":2,"value":"a9f51da498a93f84f67abb3221704d9c"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f8e28e63-e630-4b1b-b96a-c7a93f05e738","modSource":0,"addonID":955399,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"GlitchCore","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"GlitchCore-neoforge-1.21.1-2.1.0.0.jar","authors":[{"id":9704465,"name":"TheAdubbz"}],"primaryAuthor":"TheAdubbz","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/glitchcore","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/925/423/256/256/638393995566142829.png","tags":[],"installedFile":{"id":5660740,"fileName":"GlitchCore-neoforge-1.21.1-2.1.0.0.jar","fileDate":"2024-08-25T01:50:50.273Z","fileLength":90918,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5660/740/GlitchCore-neoforge-1.21.1-2.1.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1811036338,"invalidFingerprint":false},{"foldername":"glitchcore","fingerprint":2063544425,"invalidFingerprint":false},{"foldername":"glitchcore_logo.png","fingerprint":2312769639,"invalidFingerprint":false},{"foldername":"glitchcore.mixins.json","fingerprint":2847458275,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3711728899,"invalidFingerprint":false},{"foldername":"glitchcore.neoforge.mixins.json","fingerprint":1853363929,"invalidFingerprint":false},{"foldername":"glitchcore_icon_small.png","fingerprint":2023160491,"invalidFingerprint":false},{"foldername":"glitchcore.accesswidener","fingerprint":4145101881,"invalidFingerprint":false}],"packageFingerprint":152279774,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":955399,"fileNameOnDisk":"GlitchCore-neoforge-1.21.1-2.1.0.0.jar","hashes":[{"type":1,"value":"8bce11b0b5233146051bb7b7a227247e03fe88b2"},{"type":2,"value":"ec491ad844e966641c5a124913c3c1e7"}]},"dateInstalled":"2026-05-07T22:47:40.2875644Z","dateUpdated":"2026-05-07T22:47:40.2890708Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\GlitchCore-neoforge-1.21.1-2.1.0.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5660740,"fileName":"GlitchCore-neoforge-1.21.1-2.1.0.0.jar","fileDate":"2024-08-25T01:50:50.273Z","fileLength":90918,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5660/740/GlitchCore-neoforge-1.21.1-2.1.0.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1811036338,"invalidFingerprint":false},{"foldername":"glitchcore","fingerprint":2063544425,"invalidFingerprint":false},{"foldername":"glitchcore_logo.png","fingerprint":2312769639,"invalidFingerprint":false},{"foldername":"glitchcore.mixins.json","fingerprint":2847458275,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3711728899,"invalidFingerprint":false},{"foldername":"glitchcore.neoforge.mixins.json","fingerprint":1853363929,"invalidFingerprint":false},{"foldername":"glitchcore_icon_small.png","fingerprint":2023160491,"invalidFingerprint":false},{"foldername":"glitchcore.accesswidener","fingerprint":4145101881,"invalidFingerprint":false}],"packageFingerprint":152279774,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":955399,"fileNameOnDisk":"GlitchCore-neoforge-1.21.1-2.1.0.0.jar","hashes":[{"type":1,"value":"8bce11b0b5233146051bb7b7a227247e03fe88b2"},{"type":2,"value":"ec491ad844e966641c5a124913c3c1e7"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"1eb7f816-7f57-4978-8e40-a7ae124751c2","modSource":0,"addonID":60028,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[436,422,434,411],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Aquaculture 2","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Aquaculture-1.21.1-2.7.21.jar","authors":[{"id":458081,"name":"Shadow"},{"id":8631507,"name":"Girafi"}],"primaryAuthor":"Shadow","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/aquaculture","issuesURL":"https://github.com/TeamMetallurgy/Aquaculture/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/230/320/256/256/637059909042064016.png","tags":[],"installedFile":{"id":7901588,"fileName":"Aquaculture-1.21.1-2.7.21.jar","fileDate":"2026-04-09T21:20:09.987Z","fileLength":605949,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7901/588/Aquaculture-1.21.1-2.7.21.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3120780631,"invalidFingerprint":false},{"foldername":"com","fingerprint":3488997465,"invalidFingerprint":false},{"foldername":"assets","fingerprint":489220449,"invalidFingerprint":false},{"foldername":"data","fingerprint":3757468306,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2564931986,"invalidFingerprint":false}],"packageFingerprint":4284657502,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60028,"fileNameOnDisk":"Aquaculture-1.21.1-2.7.21.jar","hashes":[{"type":1,"value":"93c2043c6a5cfbfbfba93321d044bc61d8a6547b"},{"type":2,"value":"53d4d0d0f62c555638c27206087c2476"}]},"dateInstalled":"2026-05-07T22:47:52.715588Z","dateUpdated":"2026-05-07T22:47:52.717004Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Aquaculture-1.21.1-2.7.21.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7901588,"fileName":"Aquaculture-1.21.1-2.7.21.jar","fileDate":"2026-04-09T21:20:09.987Z","fileLength":605949,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7901/588/Aquaculture-1.21.1-2.7.21.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3120780631,"invalidFingerprint":false},{"foldername":"com","fingerprint":3488997465,"invalidFingerprint":false},{"foldername":"assets","fingerprint":489220449,"invalidFingerprint":false},{"foldername":"data","fingerprint":3757468306,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2564931986,"invalidFingerprint":false}],"packageFingerprint":4284657502,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60028,"fileNameOnDisk":"Aquaculture-1.21.1-2.7.21.jar","hashes":[{"type":1,"value":"93c2043c6a5cfbfbfba93321d044bc61d8a6547b"},{"type":2,"value":"53d4d0d0f62c555638c27206087c2476"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"abd0256f-6980-4564-a5c0-cee97f90d712","modSource":0,"addonID":419699,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Architectury API","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"architectury-13.0.8-neoforge.jar","authors":[{"id":32851078,"name":"shedaniel"},{"id":19463137,"name":"MaxNeedsSnacks"},{"id":57500433,"name":"Juicebus"}],"primaryAuthor":"shedaniel","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/architectury-api","issuesURL":"https://github.com/architectury/architectury/issues","wikiURL":"https://docs.architectury.dev/plugin:get_started","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/313/420/256/256/637408811378175814.png","tags":[],"installedFile":{"id":5786327,"fileName":"architectury-13.0.8-neoforge.jar","fileDate":"2024-10-05T19:24:07.34Z","fileLength":584004,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5786/327/architectury-13.0.8-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2830765833,"invalidFingerprint":false},{"foldername":"architectury-common-refmap.json","fingerprint":2053242975,"invalidFingerprint":false},{"foldername":"architectury-common.mixins.json","fingerprint":3973693202,"invalidFingerprint":false},{"foldername":"architectury.mixins.json","fingerprint":1646327958,"invalidFingerprint":false},{"foldername":"architectury_inject_architectury_common_90b77f7e91db42de8d10e5cc821610bb_5bd1878b82892d39a5055ed8d0e40a74688282c910e605d53cbddbcf6ff84c53architectury1308devjar","fingerprint":2353119672,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3788613633,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":337711864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1096803035,"invalidFingerprint":false}],"packageFingerprint":418634412,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419699,"fileNameOnDisk":"architectury-13.0.8-neoforge.jar","hashes":[{"type":1,"value":"6ca11d3cc136bf69bb8f4d56982481eb85b5100b"},{"type":2,"value":"7a45a948b525c031ca85d221dfdbed85"}]},"dateInstalled":"2026-05-07T21:58:45.0710902Z","dateUpdated":"2026-05-07T21:58:45.0721519Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\architectury-13.0.8-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5786327,"fileName":"architectury-13.0.8-neoforge.jar","fileDate":"2024-10-05T19:24:07.34Z","fileLength":584004,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5786/327/architectury-13.0.8-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2830765833,"invalidFingerprint":false},{"foldername":"architectury-common-refmap.json","fingerprint":2053242975,"invalidFingerprint":false},{"foldername":"architectury-common.mixins.json","fingerprint":3973693202,"invalidFingerprint":false},{"foldername":"architectury.mixins.json","fingerprint":1646327958,"invalidFingerprint":false},{"foldername":"architectury_inject_architectury_common_90b77f7e91db42de8d10e5cc821610bb_5bd1878b82892d39a5055ed8d0e40a74688282c910e605d53cbddbcf6ff84c53architectury1308devjar","fingerprint":2353119672,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3788613633,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":337711864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1096803035,"invalidFingerprint":false}],"packageFingerprint":418634412,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419699,"fileNameOnDisk":"architectury-13.0.8-neoforge.jar","hashes":[{"type":1,"value":"6ca11d3cc136bf69bb8f4d56982481eb85b5100b"},{"type":2,"value":"7a45a948b525c031ca85d221dfdbed85"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"911fe5ef-8359-41ec-b3eb-52f730db1639","modSource":0,"addonID":326652,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Cupboard","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"cupboard-1.21-3.5.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cupboard","issuesURL":"https://github.com/someaddons/cupboard/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/852/567/256/256/638255508280634753.png","tags":[],"installedFile":{"id":7746488,"fileName":"cupboard-1.21-3.5.jar","fileDate":"2026-03-12T10:30:19.31Z","fileLength":26659,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7746/488/cupboard-1.21-3.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1134223964,"invalidFingerprint":false},{"foldername":"com","fingerprint":2916834756,"invalidFingerprint":false},{"foldername":"cupboard.mixins.json","fingerprint":768032476,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152166936,"invalidFingerprint":false}],"packageFingerprint":3036562125,"gameVersion":["1.21","Client","1.21.5","1.21.4","1.21.1","1.21.3","NeoForge","Server","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":326652,"fileNameOnDisk":"cupboard-1.21-3.5.jar","hashes":[{"type":1,"value":"e5f55c8f9d172048fe6f8b919cda1dbe3cbfbc70"},{"type":2,"value":"48430a7d993b39ac3559f4773acc6678"}]},"dateInstalled":"2026-05-07T21:58:25.3022977Z","dateUpdated":"2026-05-07T21:58:25.303541Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\cupboard-1.21-3.5.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7746488,"fileName":"cupboard-1.21-3.5.jar","fileDate":"2026-03-12T10:30:19.31Z","fileLength":26659,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7746/488/cupboard-1.21-3.5.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1134223964,"invalidFingerprint":false},{"foldername":"com","fingerprint":2916834756,"invalidFingerprint":false},{"foldername":"cupboard.mixins.json","fingerprint":768032476,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152166936,"invalidFingerprint":false}],"packageFingerprint":3036562125,"gameVersion":["1.21","Client","1.21.5","1.21.4","1.21.1","1.21.3","NeoForge","Server","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":326652,"fileNameOnDisk":"cupboard-1.21-3.5.jar","hashes":[{"type":1,"value":"e5f55c8f9d172048fe6f8b919cda1dbe3cbfbc70"},{"type":2,"value":"48430a7d993b39ac3559f4773acc6678"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"0e34dde9-e582-4bcc-a5d9-2d60c776ee30","modSource":0,"addonID":412082,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,4558,424,420],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Supplementaries","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"supplementaries-neoforge-1.21.1-3.6.4.jar","authors":[{"id":101295357,"name":"MehVahdJukaar"}],"primaryAuthor":"MehVahdJukaar","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/supplementaries","issuesURL":"https://github.com/MehVahdJukaar/Supplementaries/issues","wikiURL":"https://github.com/MehVahdJukaar/Supplementaries/wiki/Customization","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/358/166/256/256/637518566737953306_animated.gif","tags":[],"installedFile":{"id":8051628,"fileName":"supplementaries-neoforge-1.21.1-3.6.4.jar","fileDate":"2026-05-07T07:08:01.613Z","fileLength":13282562,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8051/628/supplementaries-neoforge-1.21.1-3.6.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":499980,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1771785152,"invalidFingerprint":false},{"foldername":"net","fingerprint":3364092196,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1807538907,"invalidFingerprint":false},{"foldername":"supplementaries-common.mixins.json","fingerprint":2347168856,"invalidFingerprint":false},{"foldername":"supplementaries.accesswidener","fingerprint":644601365,"invalidFingerprint":false},{"foldername":"supplementaries.mixins.json","fingerprint":1992579400,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1204094186,"invalidFingerprint":false},{"foldername":"data","fingerprint":3549520724,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":566625331,"invalidFingerprint":false},{"foldername":"LICENSE_Supplementaries.md","fingerprint":2838826641,"invalidFingerprint":false}],"packageFingerprint":3238514946,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":412082,"fileNameOnDisk":"supplementaries-neoforge-1.21.1-3.6.4.jar","hashes":[{"type":1,"value":"54ac028b2a73cca26c021cdccb7328cf0037ff62"},{"type":2,"value":"c445a6b793e996e80305ff882ebed844"}]},"dateInstalled":"2026-05-07T22:45:40.8993192Z","dateUpdated":"2026-05-07T22:45:40.9037583Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\supplementaries-neoforge-1.21.1-3.6.4.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8051628,"fileName":"supplementaries-neoforge-1.21.1-3.6.4.jar","fileDate":"2026-05-07T07:08:01.613Z","fileLength":13282562,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8051/628/supplementaries-neoforge-1.21.1-3.6.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":499980,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1771785152,"invalidFingerprint":false},{"foldername":"net","fingerprint":3364092196,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1807538907,"invalidFingerprint":false},{"foldername":"supplementaries-common.mixins.json","fingerprint":2347168856,"invalidFingerprint":false},{"foldername":"supplementaries.accesswidener","fingerprint":644601365,"invalidFingerprint":false},{"foldername":"supplementaries.mixins.json","fingerprint":1992579400,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1204094186,"invalidFingerprint":false},{"foldername":"data","fingerprint":3549520724,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":566625331,"invalidFingerprint":false},{"foldername":"LICENSE_Supplementaries.md","fingerprint":2838826641,"invalidFingerprint":false}],"packageFingerprint":3238514946,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":412082,"fileNameOnDisk":"supplementaries-neoforge-1.21.1-3.6.4.jar","hashes":[{"type":1,"value":"54ac028b2a73cca26c021cdccb7328cf0037ff62"},{"type":2,"value":"c445a6b793e996e80305ff882ebed844"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"21d46178-505e-40cd-a628-a71335dbdfc2","modSource":0,"addonID":238086,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423,421,5314,406,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"KubeJS","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"kubejs-neoforge-2101.7.2-build.363.jar","authors":[{"id":11776558,"name":"LatvianModder"}],"primaryAuthor":"LatvianModder","primaryCategoryId":5314,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/kubejs","issuesURL":"https://kubejs.com/support?source=kubejs","wikiURL":"https://kubejs.com/","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1053/159/256/256/638583716122159056.png","tags":[],"installedFile":{"id":8012065,"fileName":"kubejs-neoforge-2101.7.2-build.363.jar","fileDate":"2026-04-29T22:00:01.697Z","fileLength":2270442,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8012/65/kubejs-neoforge-2101.7.2-build.363.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":416294,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4225922610,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1033092382,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":769867264,"invalidFingerprint":false},{"foldername":"kubejs.mixins.json","fingerprint":4290470743,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":1479902872,"invalidFingerprint":false},{"foldername":"kubejs_logo.png","fingerprint":2417335303,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3450518192,"invalidFingerprint":false},{"foldername":"data","fingerprint":1232684477,"invalidFingerprint":false}],"packageFingerprint":3609311698,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238086,"fileNameOnDisk":"kubejs-neoforge-2101.7.2-build.363.jar","hashes":[{"type":1,"value":"d4e88254e8c26687d4c6aeb4dfa9c2ad70f260a2"},{"type":2,"value":"b8d47302e577f0ca33d08f46c3e6625b"}]},"dateInstalled":"2026-05-07T22:46:40.7653178Z","dateUpdated":"2026-05-07T22:46:40.7672689Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\kubejs-neoforge-2101.7.2-build.363.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8012065,"fileName":"kubejs-neoforge-2101.7.2-build.363.jar","fileDate":"2026-04-29T22:00:01.697Z","fileLength":2270442,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8012/65/kubejs-neoforge-2101.7.2-build.363.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":416294,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4225922610,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1033092382,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":769867264,"invalidFingerprint":false},{"foldername":"kubejs.mixins.json","fingerprint":4290470743,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":1479902872,"invalidFingerprint":false},{"foldername":"kubejs_logo.png","fingerprint":2417335303,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3450518192,"invalidFingerprint":false},{"foldername":"data","fingerprint":1232684477,"invalidFingerprint":false}],"packageFingerprint":3609311698,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238086,"fileNameOnDisk":"kubejs-neoforge-2101.7.2-build.363.jar","hashes":[{"type":1,"value":"d4e88254e8c26687d4c6aeb4dfa9c2ad70f260a2"},{"type":2,"value":"b8d47302e577f0ca33d08f46c3e6625b"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"5180f6ee-9235-44da-9f3a-10727e10c29f","modSource":0,"addonID":618298,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Sophisticated Core","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"sophisticatedcore-1.21.1-1.4.38.1847.jar","authors":[{"id":13011800,"name":"P3pp3rF1y"}],"primaryAuthor":"P3pp3rF1y","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sophisticated-core","issuesURL":null,"wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/540/438/256/256/637866039314801108.png","tags":[],"installedFile":{"id":8046952,"fileName":"sophisticatedcore-1.21.1-1.4.38.1847.jar","fileDate":"2026-05-06T07:37:22.877Z","fileLength":1518673,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8046/952/sophisticatedcore-1.21.1-1.4.38.1847.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4047366804,"invalidFingerprint":false},{"foldername":"net","fingerprint":3117517409,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1532756958,"invalidFingerprint":false},{"foldername":"sophisticatedcore.mixins.json","fingerprint":2078575015,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3640101168,"invalidFingerprint":false},{"foldername":"sophisticatedcore.create.mixins.json","fingerprint":1928847927,"invalidFingerprint":false},{"foldername":"data","fingerprint":1813028607,"invalidFingerprint":false}],"packageFingerprint":2847046695,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":618298,"fileNameOnDisk":"sophisticatedcore-1.21.1-1.4.38.1847.jar","hashes":[{"type":1,"value":"1a1245e38ede90317d08b75d68f41494a1b97704"},{"type":2,"value":"9ab42d1c8f1e1c694858f3c770bb15a7"}]},"dateInstalled":"2026-05-07T22:44:42.3062255Z","dateUpdated":"2026-05-07T22:44:42.3079085Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\sophisticatedcore-1.21.1-1.4.38.1847.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8046952,"fileName":"sophisticatedcore-1.21.1-1.4.38.1847.jar","fileDate":"2026-05-06T07:37:22.877Z","fileLength":1518673,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8046/952/sophisticatedcore-1.21.1-1.4.38.1847.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4047366804,"invalidFingerprint":false},{"foldername":"net","fingerprint":3117517409,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1532756958,"invalidFingerprint":false},{"foldername":"sophisticatedcore.mixins.json","fingerprint":2078575015,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3640101168,"invalidFingerprint":false},{"foldername":"sophisticatedcore.create.mixins.json","fingerprint":1928847927,"invalidFingerprint":false},{"foldername":"data","fingerprint":1813028607,"invalidFingerprint":false}],"packageFingerprint":2847046695,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":618298,"fileNameOnDisk":"sophisticatedcore-1.21.1-1.4.38.1847.jar","hashes":[{"type":1,"value":"1a1245e38ede90317d08b75d68f41494a1b97704"},{"type":2,"value":"9ab42d1c8f1e1c694858f3c770bb15a7"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6015b356-12a6-4375-8012-8419b1aa064e","modSource":0,"addonID":388800,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Polymorph (Fabric/Forge/Quilt)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"polymorph-neoforge-1.1.0+1.21.1.jar","authors":[{"id":34683772,"name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/polymorph","issuesURL":"https://github.com/TheIllusiveC4/Polymorph/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/279/271/256/256/637277042531842540.png","tags":[],"installedFile":{"id":6794589,"fileName":"polymorph-neoforge-1.1.0+1.21.1.jar","fileDate":"2025-07-21T10:56:20.123Z","fileLength":174972,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6794/589/polymorph-neoforge-1.1.0%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1898173682,"invalidFingerprint":false},{"foldername":"com","fingerprint":1750886828,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4252131204,"invalidFingerprint":false},{"foldername":"polymorph_icon.png","fingerprint":2565812113,"invalidFingerprint":false},{"foldername":"polymorph.mixins.json","fingerprint":3447760356,"invalidFingerprint":false},{"foldername":"polymorph-compatibility.neoforge.mixins.json","fingerprint":2969094330,"invalidFingerprint":false},{"foldername":"polymorph-compatibility.mixins.json","fingerprint":1413208718,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1851461949,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1157955771,"invalidFingerprint":false},{"foldername":"COPYING","fingerprint":2226923820,"invalidFingerprint":false},{"foldername":"COPYING.LESSER","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":4104718648,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":661612897,"invalidFingerprint":false}],"packageFingerprint":2982501720,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":388800,"fileNameOnDisk":"polymorph-neoforge-1.1.0+1.21.1.jar","hashes":[{"type":1,"value":"84f8c539fa326dc723ae62b7a6916d6b01982d07"},{"type":2,"value":"2368e0c92ae882677bbf4b87418656b9"}]},"dateInstalled":"2026-05-07T21:58:06.2033557Z","dateUpdated":"2026-05-07T21:58:06.2044413Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\polymorph-neoforge-1.1.0+1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6794589,"fileName":"polymorph-neoforge-1.1.0+1.21.1.jar","fileDate":"2025-07-21T10:56:20.123Z","fileLength":174972,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6794/589/polymorph-neoforge-1.1.0%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1898173682,"invalidFingerprint":false},{"foldername":"com","fingerprint":1750886828,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4252131204,"invalidFingerprint":false},{"foldername":"polymorph_icon.png","fingerprint":2565812113,"invalidFingerprint":false},{"foldername":"polymorph.mixins.json","fingerprint":3447760356,"invalidFingerprint":false},{"foldername":"polymorph-compatibility.neoforge.mixins.json","fingerprint":2969094330,"invalidFingerprint":false},{"foldername":"polymorph-compatibility.mixins.json","fingerprint":1413208718,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1851461949,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1157955771,"invalidFingerprint":false},{"foldername":"COPYING","fingerprint":2226923820,"invalidFingerprint":false},{"foldername":"COPYING.LESSER","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":4104718648,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":661612897,"invalidFingerprint":false}],"packageFingerprint":2982501720,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":388800,"fileNameOnDisk":"polymorph-neoforge-1.1.0+1.21.1.jar","hashes":[{"type":1,"value":"84f8c539fa326dc723ae62b7a6916d6b01982d07"},{"type":2,"value":"2368e0c92ae882677bbf4b87418656b9"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"43b4ac96-6fa1-475c-af76-b2a2ab09a9c2","modSource":0,"addonID":254284,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"AmbientSounds 6","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar","authors":[{"id":8685730,"name":"CreativeMD"}],"primaryAuthor":"CreativeMD","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ambientsounds","issuesURL":"https://github.com/CreativeMD/AmbientSounds/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/65/45/256/256/636158453613581226.png","tags":[],"installedFile":{"id":8043019,"fileName":"AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar","fileDate":"2026-05-05T12:27:30.767Z","fileLength":84811632,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8043/19/AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":257814,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2339489981,"invalidFingerprint":false},{"foldername":"team","fingerprint":2058735581,"invalidFingerprint":false},{"foldername":"ambientsounds.mixins.json","fingerprint":3880996333,"invalidFingerprint":false},{"foldername":"ambientsounds.png","fingerprint":3887141381,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3518751924,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":844488719,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3371263586,"invalidFingerprint":false}],"packageFingerprint":169092502,"gameVersion":["Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254284,"fileNameOnDisk":"AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar","hashes":[{"type":1,"value":"c79ab328b2c46068effebdcb3f26e98dc4404cb0"},{"type":2,"value":"fdd3f4054a8a2716cb4057d81e61a0c7"}]},"dateInstalled":"2026-05-07T22:47:11.6952515Z","dateUpdated":"2026-05-07T22:47:11.7159099Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8043019,"fileName":"AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar","fileDate":"2026-05-05T12:27:30.767Z","fileLength":84811632,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8043/19/AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":257814,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2339489981,"invalidFingerprint":false},{"foldername":"team","fingerprint":2058735581,"invalidFingerprint":false},{"foldername":"ambientsounds.mixins.json","fingerprint":3880996333,"invalidFingerprint":false},{"foldername":"ambientsounds.png","fingerprint":3887141381,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3518751924,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":844488719,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3371263586,"invalidFingerprint":false}],"packageFingerprint":169092502,"gameVersion":["Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254284,"fileNameOnDisk":"AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar","hashes":[{"type":1,"value":"c79ab328b2c46068effebdcb3f26e98dc4404cb0"},{"type":2,"value":"fdd3f4054a8a2716cb4057d81e61a0c7"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"0bed0127-f99b-4043-9c3d-00eb3b383da3","modSource":0,"addonID":317780,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423,414],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Xaero's World Map","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"xaeroworldmap-neoforge-1.21.1-1.40.16.jar","authors":[{"id":12362980,"name":"xaero96"}],"primaryAuthor":"xaero96","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map","issuesURL":"https://legacy.curseforge.com/minecraft/mc-mods/xaeros-world-map/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/196/654/256/256/636886857118683130.png","tags":[],"installedFile":{"id":8042208,"fileName":"xaeroworldmap-neoforge-1.21.1-1.40.16.jar","fileDate":"2026-05-05T08:36:40.087Z","fileLength":1387011,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8042/208/xaeroworldmap-neoforge-1.21.1-1.40.16.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":263420,"type":2},{"addonId":636608,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2915310817,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1873849846,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1565779974,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":91174732,"invalidFingerprint":false},{"foldername":"xaeroworldmap.mixins.json","fingerprint":1689920110,"invalidFingerprint":false},{"foldername":"xaeroworldmap.neoforge.mixins.json","fingerprint":401619445,"invalidFingerprint":false}],"packageFingerprint":2287221288,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":317780,"fileNameOnDisk":"xaeroworldmap-neoforge-1.21.1-1.40.16.jar","hashes":[{"type":1,"value":"d0865b6153c4d0feaf1551fb5309884ec3568c03"},{"type":2,"value":"0b76c5c6d2e7598a801f159844f7bfab"}]},"dateInstalled":"2026-05-07T22:44:47.0059371Z","dateUpdated":"2026-05-07T22:44:47.0077218Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\xaeroworldmap-neoforge-1.21.1-1.40.16.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8042208,"fileName":"xaeroworldmap-neoforge-1.21.1-1.40.16.jar","fileDate":"2026-05-05T08:36:40.087Z","fileLength":1387011,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8042/208/xaeroworldmap-neoforge-1.21.1-1.40.16.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":263420,"type":2},{"addonId":636608,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2915310817,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1873849846,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1565779974,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":91174732,"invalidFingerprint":false},{"foldername":"xaeroworldmap.mixins.json","fingerprint":1689920110,"invalidFingerprint":false},{"foldername":"xaeroworldmap.neoforge.mixins.json","fingerprint":401619445,"invalidFingerprint":false}],"packageFingerprint":2287221288,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":317780,"fileNameOnDisk":"xaeroworldmap-neoforge-1.21.1-1.40.16.jar","hashes":[{"type":1,"value":"d0865b6153c4d0feaf1551fb5309884ec3568c03"},{"type":2,"value":"0b76c5c6d2e7598a801f159844f7bfab"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"7a3454ae-d110-4a94-bb45-0a688ac475ae","modSource":0,"addonID":223852,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[420,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Storage Drawers","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"StorageDrawers-neoforge-1.21.1-13.11.4.jar","authors":[{"id":6833007,"name":"Texelsaur"}],"primaryAuthor":"Texelsaur","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/storage-drawers","issuesURL":"https://github.com/jaquadro/StorageDrawers/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/10/842/256/256/635468327818431130.png","tags":[],"installedFile":{"id":6995432,"fileName":"StorageDrawers-neoforge-1.21.1-13.11.4.jar","fileDate":"2025-09-14T09:40:03.98Z","fileLength":1131419,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6995/432/StorageDrawers-neoforge-1.21.1-13.11.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3937469495,"invalidFingerprint":false},{"foldername":"com","fingerprint":408188765,"invalidFingerprint":false},{"foldername":"assets","fingerprint":188157379,"invalidFingerprint":false},{"foldername":"data","fingerprint":3286145630,"invalidFingerprint":false},{"foldername":"storagedrawers.accesswidener","fingerprint":2358561593,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":784390785,"invalidFingerprint":false}],"packageFingerprint":1362863274,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223852,"fileNameOnDisk":"StorageDrawers-neoforge-1.21.1-13.11.4.jar","hashes":[{"type":1,"value":"5347db4d1150b132841bd124d1608f812bf8076f"},{"type":2,"value":"dabc8395767c993960db28b301bfbcf1"}]},"dateInstalled":"2026-05-07T22:48:43.6707702Z","dateUpdated":"2026-05-07T22:48:43.6722834Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\StorageDrawers-neoforge-1.21.1-13.11.4.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6995432,"fileName":"StorageDrawers-neoforge-1.21.1-13.11.4.jar","fileDate":"2025-09-14T09:40:03.98Z","fileLength":1131419,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6995/432/StorageDrawers-neoforge-1.21.1-13.11.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3937469495,"invalidFingerprint":false},{"foldername":"com","fingerprint":408188765,"invalidFingerprint":false},{"foldername":"assets","fingerprint":188157379,"invalidFingerprint":false},{"foldername":"data","fingerprint":3286145630,"invalidFingerprint":false},{"foldername":"storagedrawers.accesswidener","fingerprint":2358561593,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":784390785,"invalidFingerprint":false}],"packageFingerprint":1362863274,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223852,"fileNameOnDisk":"StorageDrawers-neoforge-1.21.1-13.11.4.jar","hashes":[{"type":1,"value":"5347db4d1150b132841bd124d1608f812bf8076f"},{"type":2,"value":"dabc8395767c993960db28b301bfbcf1"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6d978328-df74-4659-bc97-da8a304d9abd","modSource":0,"addonID":1037680,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[408,434,422,5191,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Awesome 3D Mace","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"mace3d-1.2.0-1.21.1+neoforge.jar","authors":[{"id":101842572,"name":"Lupin"},{"id":102790755,"name":"luavixen"},{"id":129240526,"name":"lowercasebtw"},{"id":108329762,"name":"Skatric_"}],"primaryAuthor":"Lupin","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/awesome-3d-mace","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1018/233/256/256/638544822272410121.png","tags":[],"installedFile":{"id":7243121,"fileName":"mace3d-1.2.0-1.21.1+neoforge.jar","fileDate":"2025-11-20T18:04:21.317Z","fileLength":188719,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7243/121/mace3d-1.2.0-1.21.1%2bneoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1843129765,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2913730749,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2738780732,"invalidFingerprint":false},{"foldername":"mace3d.mixins.json","fingerprint":1705950270,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":273960316,"invalidFingerprint":false}],"packageFingerprint":3820136208,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1037680,"fileNameOnDisk":"mace3d-1.2.0-1.21.1+neoforge.jar","hashes":[{"type":1,"value":"47bc853901ab453be4f55c4759d1bc01364d7316"},{"type":2,"value":"0d8747635dd74a25116ae4bef769bc0a"}]},"dateInstalled":"2026-05-07T21:58:42.5750142Z","dateUpdated":"2026-05-07T21:58:42.5758878Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\mace3d-1.2.0-1.21.1+neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7243121,"fileName":"mace3d-1.2.0-1.21.1+neoforge.jar","fileDate":"2025-11-20T18:04:21.317Z","fileLength":188719,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7243/121/mace3d-1.2.0-1.21.1%2bneoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1843129765,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2913730749,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2738780732,"invalidFingerprint":false},{"foldername":"mace3d.mixins.json","fingerprint":1705950270,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":273960316,"invalidFingerprint":false}],"packageFingerprint":3820136208,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1037680,"fileNameOnDisk":"mace3d-1.2.0-1.21.1+neoforge.jar","hashes":[{"type":1,"value":"47bc853901ab453be4f55c4759d1bc01364d7316"},{"type":2,"value":"0d8747635dd74a25116ae4bef769bc0a"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"86a1d40f-236d-4513-b2ef-a0bd06b5370f","modSource":0,"addonID":220318,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[407,406],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Biomes O' Plenty","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar","authors":[{"id":6883388,"name":"Forstride"},{"id":9704465,"name":"TheAdubbz"}],"primaryAuthor":"Forstride","primaryCategoryId":407,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty","issuesURL":"https://github.com/Glitchfiend/BiomesOPlenty/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/477/194/256/256/637771671789296797.png","tags":[],"installedFile":{"id":7251965,"fileName":"BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar","fileDate":"2025-11-23T04:05:05.193Z","fileLength":22338081,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7251/965/BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":940057,"type":3},{"addonId":955399,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1375306347,"invalidFingerprint":false},{"foldername":"biomesoplenty","fingerprint":436268774,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1499534005,"invalidFingerprint":false},{"foldername":"biomesoplenty.neoforge.mixins.json","fingerprint":3621304227,"invalidFingerprint":false},{"foldername":"assets","fingerprint":903437356,"invalidFingerprint":false},{"foldername":"biomesoplenty.accesswidener","fingerprint":403888900,"invalidFingerprint":false},{"foldername":"biomesoplenty_logo.png","fingerprint":2745841392,"invalidFingerprint":false},{"foldername":"data","fingerprint":2356029796,"invalidFingerprint":false},{"foldername":"biomesoplenty.mixins.json","fingerprint":3338520145,"invalidFingerprint":false},{"foldername":".cache","fingerprint":1018158453,"invalidFingerprint":false}],"packageFingerprint":2025728047,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":220318,"fileNameOnDisk":"BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar","hashes":[{"type":1,"value":"a0dec78a9c1bb7e0167e5326aaf3c58a94f3aa86"},{"type":2,"value":"5fffd607544c0c158957a5df7a510bd8"}]},"dateInstalled":"2026-05-07T22:47:42.5862646Z","dateUpdated":"2026-05-07T22:47:42.5923713Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7251965,"fileName":"BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar","fileDate":"2025-11-23T04:05:05.193Z","fileLength":22338081,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7251/965/BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":940057,"type":3},{"addonId":955399,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1375306347,"invalidFingerprint":false},{"foldername":"biomesoplenty","fingerprint":436268774,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1499534005,"invalidFingerprint":false},{"foldername":"biomesoplenty.neoforge.mixins.json","fingerprint":3621304227,"invalidFingerprint":false},{"foldername":"assets","fingerprint":903437356,"invalidFingerprint":false},{"foldername":"biomesoplenty.accesswidener","fingerprint":403888900,"invalidFingerprint":false},{"foldername":"biomesoplenty_logo.png","fingerprint":2745841392,"invalidFingerprint":false},{"foldername":"data","fingerprint":2356029796,"invalidFingerprint":false},{"foldername":"biomesoplenty.mixins.json","fingerprint":3338520145,"invalidFingerprint":false},{"foldername":".cache","fingerprint":1018158453,"invalidFingerprint":false}],"packageFingerprint":2025728047,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":220318,"fileNameOnDisk":"BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar","hashes":[{"type":1,"value":"a0dec78a9c1bb7e0167e5326aaf3c58a94f3aa86"},{"type":2,"value":"5fffd607544c0c158957a5df7a510bd8"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"ee707879-a427-47ee-9eef-135c96a00388","modSource":0,"addonID":361579,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"spark","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"spark-1.10.124-neoforge.jar","authors":[{"id":54676657,"name":"Iucko"}],"primaryAuthor":"Iucko","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/spark","issuesURL":"https://github.com/lucko/spark/issues","wikiURL":"https://spark.lucko.me/docs","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/495/151/256/256/637808085409071880.png","tags":[],"installedFile":{"id":6225208,"fileName":"spark-1.10.124-neoforge.jar","fileDate":"2025-02-23T11:38:31.027Z","fileLength":3642581,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6225/208/spark-1.10.124-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2169941584,"invalidFingerprint":false},{"foldername":"me","fingerprint":620895083,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":875227375,"invalidFingerprint":false},{"foldername":"spark-native","fingerprint":433455606,"invalidFingerprint":false},{"foldername":"win32-x86","fingerprint":2564852001,"invalidFingerprint":false},{"foldername":"win32-x86-64","fingerprint":2158727245,"invalidFingerprint":false}],"packageFingerprint":3447435049,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":361579,"fileNameOnDisk":"spark-1.10.124-neoforge.jar","hashes":[{"type":1,"value":"9430cc2ab64ff89d698be593769fb9f9ee4efae6"},{"type":2,"value":"a61dd250e618f8fd62fc6b0943831c50"}]},"dateInstalled":"2026-05-07T21:58:55.9444532Z","dateUpdated":"2026-05-07T21:58:55.9462454Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\spark-1.10.124-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6225208,"fileName":"spark-1.10.124-neoforge.jar","fileDate":"2025-02-23T11:38:31.027Z","fileLength":3642581,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6225/208/spark-1.10.124-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2169941584,"invalidFingerprint":false},{"foldername":"me","fingerprint":620895083,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":875227375,"invalidFingerprint":false},{"foldername":"spark-native","fingerprint":433455606,"invalidFingerprint":false},{"foldername":"win32-x86","fingerprint":2564852001,"invalidFingerprint":false},{"foldername":"win32-x86-64","fingerprint":2158727245,"invalidFingerprint":false}],"packageFingerprint":3447435049,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":361579,"fileNameOnDisk":"spark-1.10.124-neoforge.jar","hashes":[{"type":1,"value":"9430cc2ab64ff89d698be593769fb9f9ee4efae6"},{"type":2,"value":"a61dd250e618f8fd62fc6b0943831c50"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"68ffa61f-2ddc-4b75-bbd9-5b7c32e1e96b","modSource":0,"addonID":531761,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Balm","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"balm-neoforge-1.21.1-21.0.56.jar","authors":[{"id":12099681,"name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/balm","issuesURL":"https://github.com/TwelveIterations/Balm/issues","wikiURL":"https://balm.twelveiterations.com/","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1107/117/256/256/638657111836546584.png","tags":[],"installedFile":{"id":7420963,"fileName":"balm-neoforge-1.21.1-21.0.56.jar","fileDate":"2026-01-05T13:50:26.647Z","fileLength":739709,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7420/963/balm-neoforge-1.21.1-21.0.56.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4013853730,"invalidFingerprint":false},{"foldername":"net","fingerprint":2433240582,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":320221365,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2093007951,"invalidFingerprint":false},{"foldername":"balm.neoforge.mixins.json","fingerprint":3931949274,"invalidFingerprint":false},{"foldername":"data","fingerprint":3917391617,"invalidFingerprint":false},{"foldername":"balm.png","fingerprint":3535347704,"invalidFingerprint":false},{"foldername":"wthit_plugins.json","fingerprint":2086325127,"invalidFingerprint":false},{"foldername":"balm.mixins.json","fingerprint":451320591,"invalidFingerprint":false},{"foldername":"LICENSE_Balm","fingerprint":1031176930,"invalidFingerprint":false}],"packageFingerprint":1850182331,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":531761,"fileNameOnDisk":"balm-neoforge-1.21.1-21.0.56.jar","hashes":[{"type":1,"value":"c1c1d4859c7943c7d1c181c07fa7273a1d56df15"},{"type":2,"value":"7ab16721c9a8bb96666233d8ef46b47d"}]},"dateInstalled":"2026-05-07T21:58:06.7251958Z","dateUpdated":"2026-05-07T21:58:06.7263838Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\balm-neoforge-1.21.1-21.0.56.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7420963,"fileName":"balm-neoforge-1.21.1-21.0.56.jar","fileDate":"2026-01-05T13:50:26.647Z","fileLength":739709,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7420/963/balm-neoforge-1.21.1-21.0.56.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4013853730,"invalidFingerprint":false},{"foldername":"net","fingerprint":2433240582,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":320221365,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2093007951,"invalidFingerprint":false},{"foldername":"balm.neoforge.mixins.json","fingerprint":3931949274,"invalidFingerprint":false},{"foldername":"data","fingerprint":3917391617,"invalidFingerprint":false},{"foldername":"balm.png","fingerprint":3535347704,"invalidFingerprint":false},{"foldername":"wthit_plugins.json","fingerprint":2086325127,"invalidFingerprint":false},{"foldername":"balm.mixins.json","fingerprint":451320591,"invalidFingerprint":false},{"foldername":"LICENSE_Balm","fingerprint":1031176930,"invalidFingerprint":false}],"packageFingerprint":1850182331,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":531761,"fileNameOnDisk":"balm-neoforge-1.21.1-21.0.56.jar","hashes":[{"type":1,"value":"c1c1d4859c7943c7d1c181c07fa7273a1d56df15"},{"type":2,"value":"7ab16721c9a8bb96666233d8ef46b47d"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"06aea849-7169-442d-8af0-effdc435542c","modSource":0,"addonID":1016013,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[402,394,405,403,401],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Realistic Chests","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Realistic Chests - 1.1.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":109518791,"name":"AviArt"}],"primaryAuthor":"Lupin","primaryCategoryId":394,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/realistic-chests","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1302/596/256/256/638846733472264521.webp","tags":[],"installedFile":{"id":7451276,"fileName":"Realistic Chests - 1.1.zip","fileDate":"2026-01-12T18:12:27.543Z","fileLength":475866,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7451/276/Realistic%20Chests%20-%201.1.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2291289666,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3660398786,"invalidFingerprint":false}],"packageFingerprint":916013278,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1016013,"fileNameOnDisk":"Realistic Chests - 1.1.zip","hashes":[{"type":1,"value":"22960c0ddc700e0debf1acb70b60b751af8ab38e"},{"type":2,"value":"c5849bd0460bcf3c7752d8d6864f6dae"}]},"dateInstalled":"2026-05-07T21:58:35.515544Z","dateUpdated":"2026-05-07T21:58:35.5174269Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Realistic Chests - 1.1.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7451276,"fileName":"Realistic Chests - 1.1.zip","fileDate":"2026-01-12T18:12:27.543Z","fileLength":475866,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7451/276/Realistic%20Chests%20-%201.1.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":2291289666,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3660398786,"invalidFingerprint":false}],"packageFingerprint":916013278,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1016013,"fileNameOnDisk":"Realistic Chests - 1.1.zip","hashes":[{"type":1,"value":"22960c0ddc700e0debf1acb70b60b751af8ab38e"},{"type":2,"value":"c5849bd0460bcf3c7752d8d6864f6dae"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"6852120c-5547-4998-be13-3902682a8c4b","modSource":0,"addonID":448233,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Entity Culling Fabric/Forge","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"entityculling-neoforge-1.10.2-mc1.21.1.jar","authors":[{"id":100212189,"name":"tr7zw"}],"primaryAuthor":"tr7zw","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/entityculling","issuesURL":"https://github.com/tr7zw/EntityCulling/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/345/318/256/256/637492631463701682.png","tags":[],"installedFile":{"id":8053771,"fileName":"entityculling-neoforge-1.10.2-mc1.21.1.jar","fileDate":"2026-05-07T17:02:06.093Z","fileLength":1582824,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8053/771/entityculling-neoforge-1.10.2-mc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2096466311,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1929528592,"invalidFingerprint":false},{"foldername":"LICENSE-EntityCulling","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"assets","fingerprint":225464463,"invalidFingerprint":false},{"foldername":"com","fingerprint":1200952869,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3474774877,"invalidFingerprint":false},{"foldername":"entityculling.mixins.json","fingerprint":2732222196,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1128112900,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1336019042,"invalidFingerprint":false}],"packageFingerprint":1090075427,"gameVersion":["Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":448233,"fileNameOnDisk":"entityculling-neoforge-1.10.2-mc1.21.1.jar","hashes":[{"type":1,"value":"6c6f885e0359c2b0601cbec76fda406caeb49cca"},{"type":2,"value":"88831a176ed788b91d9c881a70a86902"}]},"dateInstalled":"2026-05-07T21:58:02.953484Z","dateUpdated":"2026-05-07T22:25:59.3890691Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\entityculling-neoforge-1.10.2-mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8053771,"fileName":"entityculling-neoforge-1.10.2-mc1.21.1.jar","fileDate":"2026-05-07T17:02:06.093Z","fileLength":1582824,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8053/771/entityculling-neoforge-1.10.2-mc1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2096466311,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1929528592,"invalidFingerprint":false},{"foldername":"LICENSE-EntityCulling","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"assets","fingerprint":225464463,"invalidFingerprint":false},{"foldername":"com","fingerprint":1200952869,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3474774877,"invalidFingerprint":false},{"foldername":"entityculling.mixins.json","fingerprint":2732222196,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1128112900,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1336019042,"invalidFingerprint":false}],"packageFingerprint":1090075427,"gameVersion":["Client","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":448233,"fileNameOnDisk":"entityculling-neoforge-1.10.2-mc1.21.1.jar","hashes":[{"type":1,"value":"6c6f885e0359c2b0601cbec76fda406caeb49cca"},{"type":2,"value":"88831a176ed788b91d9c881a70a86902"}]},"allowModDistribution":false,"exportDisabledReason":0,"groupId":null},{"instanceID":"034eca0f-b951-4e92-b6cf-77c8e505482b","modSource":0,"addonID":1386611,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[5193,404,400,405,403],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Better GUI - Workbench, Villagers...","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Better Vanilla GUI (With OptiGUI) - MC 1.21.1 - 3.1.0.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":114802045,"name":"yusuf26"}],"primaryAuthor":"Lupin","primaryCategoryId":5193,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/better-vanilla-gui","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1524/317/256/256/638989765415539180.webp","tags":[],"installedFile":{"id":7819803,"fileName":"Better Vanilla GUI (With OptiGUI) - MC 1.21.1 - 3.1.0.zip","fileDate":"2026-03-26T22:54:16.04Z","fileLength":12423207,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7819/803/Better%20Vanilla%20GUI%20(With%20OptiGUI)%20-%20MC%201.21.1%20-%203.1.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"Credits.txt","fingerprint":2159287669,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4120494466,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1348194029,"invalidFingerprint":false},{"foldername":"respackopts.json5","fingerprint":4034398857,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1902362250,"invalidFingerprint":false}],"packageFingerprint":2249827972,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1386611,"fileNameOnDisk":"Better Vanilla GUI (With OptiGUI) - MC 1.21.1 - 3.1.0.zip","hashes":[{"type":1,"value":"55d241004872ac30f6deaa5b5accdb08d2d3ac9b"},{"type":2,"value":"9ef853347ecf2c4f1dae8bccb982a6af"}]},"dateInstalled":"2026-05-07T21:58:13.7767189Z","dateUpdated":"2026-05-07T21:58:14.3882714Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Better Vanilla GUI (With OptiGUI) - MC 1.21.1 - 3.1.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7819808,"fileName":"Better Vanilla GUI (Without OptiGUI) - MC 1.21.1 - 3.1.0.zip","fileDate":"2026-03-26T22:54:55.433Z","fileLength":12423207,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7819/808/Better%20Vanilla%20GUI%20(Without%20OptiGUI)%20-%20MC%201.21.1%20-%203.1.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"Credits.txt","fingerprint":2159287669,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4120494466,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1348194029,"invalidFingerprint":false},{"foldername":"respackopts.json5","fingerprint":4034398857,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1902362250,"invalidFingerprint":false}],"packageFingerprint":3074793684,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1386611,"fileNameOnDisk":"Better Vanilla GUI (Without OptiGUI) - MC 1.21.1 - 3.1.0.zip","hashes":[{"type":1,"value":"1136fdacdf63dae37993d77730b99001310c1dfa"},{"type":2,"value":"3b98e99ffffefddb76e22c969b5613e1"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"76842d4c-e98d-4a96-b37a-b0b42a27fd27","modSource":0,"addonID":1103431,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Sodium/Embeddium Options API","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","authors":[{"id":102782844,"name":"Txni"}],"primaryAuthor":"Txni","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sodium-options-api","issuesURL":"https://github.com/txnimc/SodiumOptionsAPI/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1080/739/256/256/638620165439711976.png","tags":[],"installedFile":{"id":6100815,"fileName":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","fileDate":"2025-01-18T20:48:18.213Z","fileLength":309122,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6100/815/sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","isAlternate":false,"alternateFileId":6100821,"serverPackFileId":0,"dependencies":[{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":937528710,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1038961657,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":4180073098,"invalidFingerprint":false},{"foldername":"mixins.sodiumoptionsapi.json","fingerprint":997596813,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1740227982,"invalidFingerprint":false},{"foldername":"toni","fingerprint":4153736018,"invalidFingerprint":false}],"packageFingerprint":2527579799,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1103431,"fileNameOnDisk":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","hashes":[{"type":1,"value":"5d014d031fa77ab600e07835b032ef4dcb79b442"},{"type":2,"value":"1411af8defb5136119d3cf706d3d9cd8"}]},"dateInstalled":"2026-05-07T21:58:41.8857856Z","dateUpdated":"2026-05-07T21:58:41.88701Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6100815,"fileName":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","fileDate":"2025-01-18T20:48:18.213Z","fileLength":309122,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6100/815/sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","isAlternate":false,"alternateFileId":6100821,"serverPackFileId":0,"dependencies":[{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":937528710,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1038961657,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":4180073098,"invalidFingerprint":false},{"foldername":"mixins.sodiumoptionsapi.json","fingerprint":997596813,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1740227982,"invalidFingerprint":false},{"foldername":"toni","fingerprint":4153736018,"invalidFingerprint":false}],"packageFingerprint":2527579799,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1103431,"fileNameOnDisk":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","hashes":[{"type":1,"value":"5d014d031fa77ab600e07835b032ef4dcb79b442"},{"type":2,"value":"1411af8defb5136119d3cf706d3d9cd8"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"09cbcabc-2070-4df6-8154-f9a33ed43a8e","modSource":0,"addonID":416294,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,5314],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Rhino","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"rhino-2101.2.7-build.81.jar","authors":[{"id":11776558,"name":"LatvianModder"}],"primaryAuthor":"LatvianModder","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rhino","issuesURL":"https://kubejs.com/support?source=rhino","wikiURL":"https://kubejs.com/","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1053/155/256/256/638583713150199979.png","tags":[],"installedFile":{"id":7104526,"fileName":"rhino-2101.2.7-build.81.jar","fileDate":"2025-10-13T22:22:58.843Z","fileLength":882032,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7104/526/rhino-2101.2.7-build.81.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":965621183,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3693405486,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":178108278,"invalidFingerprint":false},{"foldername":"rhino_logo.png","fingerprint":1543393451,"invalidFingerprint":false}],"packageFingerprint":3887879530,"gameVersion":["1.21","Fabric","1.21.4","Forge","1.21.1","1.21.3","NeoForge","1.21.2","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":416294,"fileNameOnDisk":"rhino-2101.2.7-build.81.jar","hashes":[{"type":1,"value":"5dcc80079095706645d567353095297948a41eea"},{"type":2,"value":"050aad61e018a810b0f183ad50e084c6"}]},"dateInstalled":"2026-05-07T22:46:40.2391884Z","dateUpdated":"2026-05-07T22:46:40.2410542Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\rhino-2101.2.7-build.81.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7104526,"fileName":"rhino-2101.2.7-build.81.jar","fileDate":"2025-10-13T22:22:58.843Z","fileLength":882032,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7104/526/rhino-2101.2.7-build.81.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":965621183,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3693405486,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":178108278,"invalidFingerprint":false},{"foldername":"rhino_logo.png","fingerprint":1543393451,"invalidFingerprint":false}],"packageFingerprint":3887879530,"gameVersion":["1.21","Fabric","1.21.4","Forge","1.21.1","1.21.3","NeoForge","1.21.2","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":416294,"fileNameOnDisk":"rhino-2101.2.7-build.81.jar","hashes":[{"type":1,"value":"5dcc80079095706645d567353095297948a41eea"},{"type":2,"value":"050aad61e018a810b0f183ad50e084c6"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"65556eb6-04d2-4b0f-bd66-62841d5c73c2","modSource":0,"addonID":348521,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Cloth Config API (Fabric/Forge/NeoForge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"cloth-config-15.0.140-neoforge.jar","authors":[{"id":32851078,"name":"shedaniel"},{"id":101070148,"name":"LinkieIsBetterThanK9"}],"primaryAuthor":"shedaniel","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cloth-config","issuesURL":"https://github.com/shedaniel/ClothConfig/issues","wikiURL":"https://shedaniel.gitbook.io/cloth-config/","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/282/467/256/256/637289313020452406.png","tags":[],"installedFile":{"id":5729127,"fileName":"cloth-config-15.0.140-neoforge.jar","fileDate":"2024-09-16T17:18:01.157Z","fileLength":1163890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5729/127/cloth-config-15.0.140-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2767812205,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":4008471873,"invalidFingerprint":false},{"foldername":"architectury_inject_clothconfig_common_d551de04735c42148ec07a78c43007d1_c487a9cf12e7d5bea169da255b814f03602bdeb8b51cff67162252c24f285789clothconfig150140devjar","fingerprint":2775278757,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1622707384,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2356087988,"invalidFingerprint":false},{"foldername":"me","fingerprint":1406389870,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524945892,"invalidFingerprint":false}],"packageFingerprint":1440957232,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348521,"fileNameOnDisk":"cloth-config-15.0.140-neoforge.jar","hashes":[{"type":1,"value":"c3e5733ba4503b102589a026000fd5ce0212f6f2"},{"type":2,"value":"4c3757160403fcccb8ad468c2ea22862"}]},"dateInstalled":"2026-05-07T21:57:59.1039313Z","dateUpdated":"2026-05-07T21:57:59.1054777Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\cloth-config-15.0.140-neoforge.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5729127,"fileName":"cloth-config-15.0.140-neoforge.jar","fileDate":"2024-09-16T17:18:01.157Z","fileLength":1163890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5729/127/cloth-config-15.0.140-neoforge.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2767812205,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":4008471873,"invalidFingerprint":false},{"foldername":"architectury_inject_clothconfig_common_d551de04735c42148ec07a78c43007d1_c487a9cf12e7d5bea169da255b814f03602bdeb8b51cff67162252c24f285789clothconfig150140devjar","fingerprint":2775278757,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1622707384,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2356087988,"invalidFingerprint":false},{"foldername":"me","fingerprint":1406389870,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524945892,"invalidFingerprint":false}],"packageFingerprint":1440957232,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348521,"fileNameOnDisk":"cloth-config-15.0.140-neoforge.jar","hashes":[{"type":1,"value":"c3e5733ba4503b102589a026000fd5ce0212f6f2"},{"type":2,"value":"4c3757160403fcccb8ad468c2ea22862"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"309086e2-d220-4bb9-8726-2e146ce43ce9","modSource":0,"addonID":888288,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[400,405,4465,5193],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Loading Backgrounds - Structures","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"loadingbackgrounds_structures-1.21.X-3.0.0.zip","authors":[{"id":101842572,"name":"Lupin"}],"primaryAuthor":"Lupin","primaryCategoryId":5193,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/loading-backgrounds-structures","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1492/409/256/256/638969816572464931.webp","tags":[],"installedFile":{"id":7228395,"fileName":"loadingbackgrounds_structures-1.21.X-3.0.0.zip","fileDate":"2025-11-16T11:59:48.38Z","fileLength":55570868,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/395/loadingbackgrounds_structures-1.21.X-3.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1336439579,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1952494468,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":173428093,"invalidFingerprint":false}],"packageFingerprint":2703244904,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888288,"fileNameOnDisk":"loadingbackgrounds_structures-1.21.X-3.0.0.zip","hashes":[{"type":1,"value":"6a56a36686a55ed9d6e4b9d8b9f36d04338495d9"},{"type":2,"value":"c04bf18745d4dbe53cb0cef4396bf1bc"}]},"dateInstalled":"2026-05-07T21:58:24.7645391Z","dateUpdated":"2026-05-07T21:58:24.7798674Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\loadingbackgrounds_structures-1.21.X-3.0.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7228395,"fileName":"loadingbackgrounds_structures-1.21.X-3.0.0.zip","fileDate":"2025-11-16T11:59:48.38Z","fileLength":55570868,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7228/395/loadingbackgrounds_structures-1.21.X-3.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1336439579,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1952494468,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":173428093,"invalidFingerprint":false}],"packageFingerprint":2703244904,"gameVersion":["1.21","1.21.8","1.21.5","1.21.4","1.21.1","1.21.6","1.21.3","1.21.7","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":888288,"fileNameOnDisk":"loadingbackgrounds_structures-1.21.X-3.0.0.zip","hashes":[{"type":1,"value":"6a56a36686a55ed9d6e4b9d8b9f36d04338495d9"},{"type":2,"value":"c04bf18745d4dbe53cb0cef4396bf1bc"}]},"allowModDistribution":false,"exportDisabledReason":0,"groupId":null},{"instanceID":"2f71fc3d-2235-4097-8ca2-2ee7c3d19b1b","modSource":0,"addonID":257814,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"CreativeCore","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar","authors":[{"id":8685730,"name":"CreativeMD"}],"primaryAuthor":"CreativeMD","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/creativecore","issuesURL":"https://github.com/CreativeMD/CreativeCore/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/86/225/256/256/636207446427836220.png","tags":[],"installedFile":{"id":8004779,"fileName":"CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar","fileDate":"2026-04-28T11:32:11.477Z","fileLength":1216443,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8004/779/CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar","isAlternate":false,"alternateFileId":8004780,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3247265611,"invalidFingerprint":false},{"foldername":"team","fingerprint":2262564845,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1402582953,"invalidFingerprint":false},{"foldername":"creativecore.forge.mixins.json","fingerprint":3478165571,"invalidFingerprint":false},{"foldername":"creativecore.mixins.json","fingerprint":1356086701,"invalidFingerprint":false},{"foldername":"creativecore.png","fingerprint":1124175186,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1565355498,"invalidFingerprint":false}],"packageFingerprint":1531775076,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":257814,"fileNameOnDisk":"CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar","hashes":[{"type":1,"value":"c3f1aa493ce0d3d60ba76e2b2d6b1dd65f60bde6"},{"type":2,"value":"294370b4063e84654bc9c662a33b6a5b"}]},"dateInstalled":"2026-05-07T22:47:03.7274599Z","dateUpdated":"2026-05-07T22:47:03.7288977Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8004779,"fileName":"CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar","fileDate":"2026-04-28T11:32:11.477Z","fileLength":1216443,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8004/779/CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar","isAlternate":false,"alternateFileId":8004780,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3247265611,"invalidFingerprint":false},{"foldername":"team","fingerprint":2262564845,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1402582953,"invalidFingerprint":false},{"foldername":"creativecore.forge.mixins.json","fingerprint":3478165571,"invalidFingerprint":false},{"foldername":"creativecore.mixins.json","fingerprint":1356086701,"invalidFingerprint":false},{"foldername":"creativecore.png","fingerprint":1124175186,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1565355498,"invalidFingerprint":false}],"packageFingerprint":1531775076,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":257814,"fileNameOnDisk":"CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar","hashes":[{"type":1,"value":"c3f1aa493ce0d3d60ba76e2b2d6b1dd65f60bde6"},{"type":2,"value":"294370b4063e84654bc9c662a33b6a5b"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"788a31fb-efa0-4544-b446-68757634d7bd","modSource":0,"addonID":291874,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[416,407,424],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Serene Seasons","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"SereneSeasons-neoforge-1.21.1-10.1.0.3.jar","authors":[{"id":9704465,"name":"TheAdubbz"},{"id":6883388,"name":"Forstride"}],"primaryAuthor":"TheAdubbz","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/serene-seasons","issuesURL":"https://github.com/Glitchfiend/SereneSeasons/issues","wikiURL":"https://github.com/Glitchfiend/SereneSeasons/wiki","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/881/200/256/256/638311173747555092.png","tags":[],"installedFile":{"id":6182596,"fileName":"SereneSeasons-neoforge-1.21.1-10.1.0.3.jar","fileDate":"2025-02-11T19:35:48.86Z","fileLength":159205,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6182/596/SereneSeasons-neoforge-1.21.1-10.1.0.3.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":955399,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1976747111,"invalidFingerprint":false},{"foldername":"sereneseasons","fingerprint":902611544,"invalidFingerprint":false},{"foldername":"sereneseasons.accesswidener","fingerprint":2881013965,"invalidFingerprint":false},{"foldername":"sereneseasons.neoforge.mixins.json","fingerprint":275329139,"invalidFingerprint":false},{"foldername":"data","fingerprint":1943920533,"invalidFingerprint":false},{"foldername":".cache","fingerprint":2737650996,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1630887287,"invalidFingerprint":false},{"foldername":"sereneseasons.mixins.json","fingerprint":1526950209,"invalidFingerprint":false},{"foldername":"sereneseasons_logo.png","fingerprint":2591895052,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1101028231,"invalidFingerprint":false}],"packageFingerprint":341671071,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291874,"fileNameOnDisk":"SereneSeasons-neoforge-1.21.1-10.1.0.3.jar","hashes":[{"type":1,"value":"8b9034d4c43f880b1f1ebdd3943219de0b0bc4c5"},{"type":2,"value":"2928f502140c1ff72adf2df7642d9ba6"}]},"dateInstalled":"2026-05-07T22:48:12.7793975Z","dateUpdated":"2026-05-07T22:48:13.1968922Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\SereneSeasons-neoforge-1.21.1-10.1.0.3.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6182596,"fileName":"SereneSeasons-neoforge-1.21.1-10.1.0.3.jar","fileDate":"2025-02-11T19:35:48.86Z","fileLength":159205,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6182/596/SereneSeasons-neoforge-1.21.1-10.1.0.3.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":955399,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1976747111,"invalidFingerprint":false},{"foldername":"sereneseasons","fingerprint":902611544,"invalidFingerprint":false},{"foldername":"sereneseasons.accesswidener","fingerprint":2881013965,"invalidFingerprint":false},{"foldername":"sereneseasons.neoforge.mixins.json","fingerprint":275329139,"invalidFingerprint":false},{"foldername":"data","fingerprint":1943920533,"invalidFingerprint":false},{"foldername":".cache","fingerprint":2737650996,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1630887287,"invalidFingerprint":false},{"foldername":"sereneseasons.mixins.json","fingerprint":1526950209,"invalidFingerprint":false},{"foldername":"sereneseasons_logo.png","fingerprint":2591895052,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1101028231,"invalidFingerprint":false}],"packageFingerprint":341671071,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":291874,"fileNameOnDisk":"SereneSeasons-neoforge-1.21.1-10.1.0.3.jar","hashes":[{"type":1,"value":"8b9034d4c43f880b1f1ebdd3943219de0b0bc4c5"},{"type":2,"value":"2928f502140c1ff72adf2df7642d9ba6"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"137eceb0-638e-405d-98e5-115d4a71a82f","modSource":0,"addonID":422301,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[420,434],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Sophisticated Backpacks","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"sophisticatedbackpacks-1.21.1-3.25.44.1736.jar","authors":[{"id":13011800,"name":"P3pp3rF1y"}],"primaryAuthor":"P3pp3rF1y","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sophisticated-backpacks","issuesURL":"https://github.com/P3pp3rF1y/SophisticatedBackpacks/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/375/56/256/256/637549610342642859.png","tags":[],"installedFile":{"id":8034895,"fileName":"sophisticatedbackpacks-1.21.1-3.25.44.1736.jar","fileDate":"2026-05-03T21:56:40.073Z","fileLength":1023758,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8034/895/sophisticatedbackpacks-1.21.1-3.25.44.1736.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":618298,"type":3},{"addonId":235577,"type":2},{"addonId":309927,"type":2},{"addonId":513769,"type":2},{"addonId":233071,"type":2},{"addonId":964817,"type":2},{"addonId":456956,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":944465999,"invalidFingerprint":false},{"foldername":"net","fingerprint":3077487566,"invalidFingerprint":false},{"foldername":"assets","fingerprint":792390393,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1102936719,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2552684475,"invalidFingerprint":false},{"foldername":"data","fingerprint":3427607510,"invalidFingerprint":false}],"packageFingerprint":1820929664,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":422301,"fileNameOnDisk":"sophisticatedbackpacks-1.21.1-3.25.44.1736.jar","hashes":[{"type":1,"value":"52cd2b8ddbb79509b5b268849658097ebb8ed947"},{"type":2,"value":"8dfae39d2266f457798791c74deff8e6"}]},"dateInstalled":"2026-05-07T22:44:42.7361296Z","dateUpdated":"2026-05-07T22:44:42.7381227Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\sophisticatedbackpacks-1.21.1-3.25.44.1736.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8034895,"fileName":"sophisticatedbackpacks-1.21.1-3.25.44.1736.jar","fileDate":"2026-05-03T21:56:40.073Z","fileLength":1023758,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8034/895/sophisticatedbackpacks-1.21.1-3.25.44.1736.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":618298,"type":3},{"addonId":235577,"type":2},{"addonId":309927,"type":2},{"addonId":513769,"type":2},{"addonId":233071,"type":2},{"addonId":964817,"type":2},{"addonId":456956,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":944465999,"invalidFingerprint":false},{"foldername":"net","fingerprint":3077487566,"invalidFingerprint":false},{"foldername":"assets","fingerprint":792390393,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1102936719,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2552684475,"invalidFingerprint":false},{"foldername":"data","fingerprint":3427607510,"invalidFingerprint":false}],"packageFingerprint":1820929664,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":422301,"fileNameOnDisk":"sophisticatedbackpacks-1.21.1-3.25.44.1736.jar","hashes":[{"type":1,"value":"52cd2b8ddbb79509b5b268849658097ebb8ed947"},{"type":2,"value":"8dfae39d2266f457798791c74deff8e6"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"4bf64d1f-7e22-4911-8b36-9c4e06f6f123","modSource":0,"addonID":245755,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[414,422,419,435],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Waystones","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"waystones-neoforge-1.21.1-21.1.30.jar","authors":[{"id":12099681,"name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":414,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/waystones","issuesURL":"https://github.com/TwelveIterations/Waystones/issues","wikiURL":"https://mods.twelveiterations.com/mc/waystones","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1107/108/256/256/638657104456838765.png","tags":[],"installedFile":{"id":7966157,"fileName":"waystones-neoforge-1.21.1-21.1.30.jar","fileDate":"2026-04-22T10:25:41.083Z","fileLength":877356,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7966/157/waystones-neoforge-1.21.1-21.1.30.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2418406938,"invalidFingerprint":false},{"foldername":"net","fingerprint":14642118,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4230722188,"invalidFingerprint":false},{"foldername":"data","fingerprint":3199261378,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4101434448,"invalidFingerprint":false},{"foldername":"waystones.png","fingerprint":3621685521,"invalidFingerprint":false},{"foldername":"waystones.mixins.json","fingerprint":1757013245,"invalidFingerprint":false},{"foldername":"waystones.neoforge.mixins.json","fingerprint":3074898549,"invalidFingerprint":false},{"foldername":"waila_plugins.json","fingerprint":2657459217,"invalidFingerprint":false},{"foldername":"LICENSE_Waystones","fingerprint":3262730626,"invalidFingerprint":false}],"packageFingerprint":2011091434,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245755,"fileNameOnDisk":"waystones-neoforge-1.21.1-21.1.30.jar","hashes":[{"type":1,"value":"1321fbbe1484498b481ef05b6aef374b07fe6a23"},{"type":2,"value":"9863a0076b33e3fa7b066d9a87099580"}]},"dateInstalled":"2026-05-07T22:44:38.9149136Z","dateUpdated":"2026-05-07T22:44:38.9181841Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\waystones-neoforge-1.21.1-21.1.30.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7966157,"fileName":"waystones-neoforge-1.21.1-21.1.30.jar","fileDate":"2026-04-22T10:25:41.083Z","fileLength":877356,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7966/157/waystones-neoforge-1.21.1-21.1.30.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2418406938,"invalidFingerprint":false},{"foldername":"net","fingerprint":14642118,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4230722188,"invalidFingerprint":false},{"foldername":"data","fingerprint":3199261378,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4101434448,"invalidFingerprint":false},{"foldername":"waystones.png","fingerprint":3621685521,"invalidFingerprint":false},{"foldername":"waystones.mixins.json","fingerprint":1757013245,"invalidFingerprint":false},{"foldername":"waystones.neoforge.mixins.json","fingerprint":3074898549,"invalidFingerprint":false},{"foldername":"waila_plugins.json","fingerprint":2657459217,"invalidFingerprint":false},{"foldername":"LICENSE_Waystones","fingerprint":3262730626,"invalidFingerprint":false}],"packageFingerprint":2011091434,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":245755,"fileNameOnDisk":"waystones-neoforge-1.21.1-21.1.30.jar","hashes":[{"type":1,"value":"1321fbbe1484498b481ef05b6aef374b07fe6a23"},{"type":2,"value":"9863a0076b33e3fa7b066d9a87099580"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"31c6aa14-0156-48ae-8dcc-b09896fd8d6d","modSource":0,"addonID":398521,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[436,424,416],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Farmer's Delight","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"FarmersDelight-1.21.1-1.3.1.jar","authors":[{"id":101274836,"name":"vectorwing"}],"primaryAuthor":"vectorwing","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/farmers-delight","issuesURL":"https://github.com/vectorwing/FarmersDelight/issues","wikiURL":"https://github.com/vectorwing/FarmersDelight/wiki","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/396/11/256/256/637595005615179370.png","tags":[],"installedFile":{"id":8007613,"fileName":"FarmersDelight-1.21.1-1.3.1.jar","fileDate":"2026-04-28T23:36:59.26Z","fileLength":3124506,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8007/613/FarmersDelight-1.21.1-1.3.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":906165429,"invalidFingerprint":false},{"foldername":"vectorwing","fingerprint":2588209880,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2450840978,"invalidFingerprint":false},{"foldername":"data","fingerprint":3387193386,"invalidFingerprint":false},{"foldername":"farmersdelight.mixins.json","fingerprint":3352035160,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":1179971505,"invalidFingerprint":false}],"packageFingerprint":4238055937,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":398521,"fileNameOnDisk":"FarmersDelight-1.21.1-1.3.1.jar","hashes":[{"type":1,"value":"49477fafca740e7ae348d934b552fb313358e8fe"},{"type":2,"value":"ca20746e84b96587248b08ae9bc7a4a1"}]},"dateInstalled":"2026-05-07T22:45:09.6199455Z","dateUpdated":"2026-05-07T22:45:09.6222045Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\FarmersDelight-1.21.1-1.3.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":8007613,"fileName":"FarmersDelight-1.21.1-1.3.1.jar","fileDate":"2026-04-28T23:36:59.26Z","fileLength":3124506,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/8007/613/FarmersDelight-1.21.1-1.3.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":906165429,"invalidFingerprint":false},{"foldername":"vectorwing","fingerprint":2588209880,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2450840978,"invalidFingerprint":false},{"foldername":"data","fingerprint":3387193386,"invalidFingerprint":false},{"foldername":"farmersdelight.mixins.json","fingerprint":3352035160,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":1179971505,"invalidFingerprint":false}],"packageFingerprint":4238055937,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":398521,"fileNameOnDisk":"FarmersDelight-1.21.1-1.3.1.jar","hashes":[{"type":1,"value":"49477fafca740e7ae348d934b552fb313358e8fe"},{"type":2,"value":"ca20746e84b96587248b08ae9bc7a4a1"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"9c572686-ffe7-491f-9cd0-f58d99416968","modSource":0,"addonID":248787,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[423,436],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"AppleSkin","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"appleskin-neoforge-mc1.21-3.0.9.jar","authors":[{"id":13914149,"name":"squeek502"}],"primaryAuthor":"squeek502","primaryCategoryId":436,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/appleskin","issuesURL":"https://github.com/squeek502/AppleSkin/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/47/527/256/256/636066936394500688.png","tags":[],"installedFile":{"id":7854442,"fileName":"appleskin-neoforge-mc1.21-3.0.9.jar","fileDate":"2026-04-01T04:44:43.28Z","fileLength":75804,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7854/442/appleskin-neoforge-mc1.21-3.0.9.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1402117717,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":1948646999,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3071333817,"invalidFingerprint":false},{"foldername":"appleskin.png","fingerprint":1383794256,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3550300041,"invalidFingerprint":false}],"packageFingerprint":3551532297,"gameVersion":["1.21","1.21.1","NeoForge","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248787,"fileNameOnDisk":"appleskin-neoforge-mc1.21-3.0.9.jar","hashes":[{"type":1,"value":"81cf0e668f991f83ac8820c386fbd6c9c3602246"},{"type":2,"value":"db5fe7619d502cf5b9bc972a955cd3bc"}]},"dateInstalled":"2026-05-07T22:35:20.55543Z","dateUpdated":"2026-05-07T22:35:20.5570005Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\appleskin-neoforge-mc1.21-3.0.9.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7854442,"fileName":"appleskin-neoforge-mc1.21-3.0.9.jar","fileDate":"2026-04-01T04:44:43.28Z","fileLength":75804,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7854/442/appleskin-neoforge-mc1.21-3.0.9.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1402117717,"invalidFingerprint":false},{"foldername":"squeek","fingerprint":1948646999,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3071333817,"invalidFingerprint":false},{"foldername":"appleskin.png","fingerprint":1383794256,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3550300041,"invalidFingerprint":false}],"packageFingerprint":3551532297,"gameVersion":["1.21","1.21.1","NeoForge","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":248787,"fileNameOnDisk":"appleskin-neoforge-mc1.21-3.0.9.jar","hashes":[{"type":1,"value":"81cf0e668f991f83ac8820c386fbd6c9c3602246"},{"type":2,"value":"db5fe7619d502cf5b9bc972a955cd3bc"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"a85a4d49-1a04-4356-a810-bd97a79c4ec3","modSource":0,"addonID":969926,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[400,405,404,4465,393],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Beautiful Enchanted Books","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":101158803,"name":"arkadyaaa"}],"primaryAuthor":"Lupin","primaryCategoryId":393,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/beautiful-enchanted-books","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1034/7/256/256/638557790324640117.png","tags":[],"installedFile":{"id":7186843,"fileName":"Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip","fileDate":"2025-11-04T20:34:51.733Z","fileLength":1481276,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7186/843/Beautiful%20Enchanted%20Books%20-%20MC%201.21.1%20-%208.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"pack.png","fingerprint":3621463897,"invalidFingerprint":false},{"foldername":"assets","fingerprint":941511318,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4269189600,"invalidFingerprint":false}],"packageFingerprint":2251500048,"gameVersion":["1.21","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":969926,"fileNameOnDisk":"Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip","hashes":[{"type":1,"value":"2365ef13a4b01c11ae4341eb346a707d5500fdf8"},{"type":2,"value":"3c22aaa8f4a662c3234227957afea625"}]},"dateInstalled":"2026-05-07T21:58:46.2791336Z","dateUpdated":"2026-05-07T21:58:46.2803882Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7186843,"fileName":"Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip","fileDate":"2025-11-04T20:34:51.733Z","fileLength":1481276,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7186/843/Beautiful%20Enchanted%20Books%20-%20MC%201.21.1%20-%208.0.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"pack.png","fingerprint":3621463897,"invalidFingerprint":false},{"foldername":"assets","fingerprint":941511318,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4269189600,"invalidFingerprint":false}],"packageFingerprint":2251500048,"gameVersion":["1.21","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":969926,"fileNameOnDisk":"Beautiful Enchanted Books - MC 1.21.1 - 8.0.0.zip","hashes":[{"type":1,"value":"2365ef13a4b01c11ae4341eb346a707d5500fdf8"},{"type":2,"value":"3c22aaa8f4a662c3234227957afea625"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"8776050d-fdc8-4235-828d-e02f193f3a0c","modSource":0,"addonID":882539,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[5191,6814,421,424,426],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Loading Backgrounds","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","authors":[{"id":101842572,"name":"Lupin"},{"id":102790755,"name":"luavixen"},{"id":108329762,"name":"Skatric_"}],"primaryAuthor":"Lupin","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/loading-backgrounds","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/982/463/256/256/638490256256247666.png","tags":[],"installedFile":{"id":6843634,"fileName":"loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","fileDate":"2025-08-03T17:17:35.27Z","fileLength":173392,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6843/634/loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3035020781,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3048128871,"invalidFingerprint":false},{"foldername":"loadingbackgrounds-icon.png","fingerprint":1658491222,"invalidFingerprint":false},{"foldername":"loadingbackgrounds-mixins.json","fingerprint":3354045684,"invalidFingerprint":false},{"foldername":"lupin-loadingbackgrounds-common-1.20.2-common-refmap.json","fingerprint":2995555857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2499582814,"invalidFingerprint":false}],"packageFingerprint":1461452846,"gameVersion":["1.20.2","1.21","1.20.5","NeoForge","1.20.3","1.20.6","1.20.4","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":882539,"fileNameOnDisk":"loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","hashes":[{"type":1,"value":"4a84d25201376f369045e4bec5263c7f0666b457"},{"type":2,"value":"de2b469a6bc78a5c27b435d16f464949"}]},"dateInstalled":"2026-05-07T21:58:34.2411747Z","dateUpdated":"2026-05-07T21:58:34.2425137Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6843634,"fileName":"loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","fileDate":"2025-08-03T17:17:35.27Z","fileLength":173392,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6843/634/loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3035020781,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3048128871,"invalidFingerprint":false},{"foldername":"loadingbackgrounds-icon.png","fingerprint":1658491222,"invalidFingerprint":false},{"foldername":"loadingbackgrounds-mixins.json","fingerprint":3354045684,"invalidFingerprint":false},{"foldername":"lupin-loadingbackgrounds-common-1.20.2-common-refmap.json","fingerprint":2995555857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2499582814,"invalidFingerprint":false}],"packageFingerprint":1461452846,"gameVersion":["1.20.2","1.21","1.20.5","NeoForge","1.20.3","1.20.6","1.20.4","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":882539,"fileNameOnDisk":"loadingbackgrounds-2.0.0-neoforge-1.20.2_to_1.21.1.jar","hashes":[{"type":1,"value":"4a84d25201376f369045e4bec5263c7f0666b457"},{"type":2,"value":"de2b469a6bc78a5c27b435d16f464949"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"60f000a4-8192-4db9-8f18-5196b8c227b7","modSource":0,"addonID":233019,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,411],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"AI Improvements","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"AI-Improvements-1.21-0.5.3.jar","authors":[{"id":7270863,"name":"QueenOfMissiles"}],"primaryAuthor":"QueenOfMissiles","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ai-improvements","issuesURL":"https://github.com/BuiltBrokenModding/AI-Improvements/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/21/699/256/256/635731173265581096.png","tags":[],"installedFile":{"id":5426792,"fileName":"AI-Improvements-1.21-0.5.3.jar","fileDate":"2024-06-14T06:55:01.61Z","fileLength":28984,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5426/792/AI-Improvements-1.21-0.5.3.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1822189550,"invalidFingerprint":false},{"foldername":"com","fingerprint":3430159950,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1560577833,"invalidFingerprint":false}],"packageFingerprint":3163557722,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","Server","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":233019,"fileNameOnDisk":"AI-Improvements-1.21-0.5.3.jar","hashes":[{"type":1,"value":"b4a8e11384454bcc341043b251db7fb5afdfdf45"},{"type":2,"value":"fd80ae9f154ac230e60fb138f9b5453f"}]},"dateInstalled":"2026-05-07T21:58:04.1076106Z","dateUpdated":"2026-05-07T21:58:04.1087471Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\AI-Improvements-1.21-0.5.3.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5426792,"fileName":"AI-Improvements-1.21-0.5.3.jar","fileDate":"2024-06-14T06:55:01.61Z","fileLength":28984,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5426/792/AI-Improvements-1.21-0.5.3.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1822189550,"invalidFingerprint":false},{"foldername":"com","fingerprint":3430159950,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1560577833,"invalidFingerprint":false}],"packageFingerprint":3163557722,"gameVersion":["1.21","Client","1.21.4","NeoForge","1.21.3","1.21.1","Server","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":233019,"fileNameOnDisk":"AI-Improvements-1.21-0.5.3.jar","hashes":[{"type":1,"value":"b4a8e11384454bcc341043b251db7fb5afdfdf45"},{"type":2,"value":"fd80ae9f154ac230e60fb138f9b5453f"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"03b7e0bd-80be-46be-95aa-3b73c0d83c88","modSource":0,"addonID":459701,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421,423,5191,425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Catalogue","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"catalogue-neoforge-1.21.1-1.11.2.jar","authors":[{"id":7244595,"name":"MrCrayfish"}],"primaryAuthor":"MrCrayfish","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/catalogue","issuesURL":"https://github.com/MrCrayfish/Catalogue/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/871/330/256/256/638288815001830113.png","tags":[],"installedFile":{"id":6926815,"fileName":"catalogue-neoforge-1.21.1-1.11.2.jar","fileDate":"2025-08-25T14:04:06.81Z","fileLength":302750,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6926/815/catalogue-neoforge-1.21.1-1.11.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":457570,"type":2}],"isAvailable":true,"modules":[{"foldername":"LICENSE_catalogue","fingerprint":2228520401,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3157043706,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3435018633,"invalidFingerprint":false},{"foldername":"com","fingerprint":2403037888,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":817107357,"invalidFingerprint":false}],"packageFingerprint":3329807613,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":459701,"fileNameOnDisk":"catalogue-neoforge-1.21.1-1.11.2.jar","hashes":[{"type":1,"value":"6d67f855c20bc6392763cfb22e1152da4e8015b4"},{"type":2,"value":"cc87e5716eb52398b2c46e4032126de4"}]},"dateInstalled":"2026-05-07T21:58:36.0434778Z","dateUpdated":"2026-05-07T21:58:36.0448444Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\catalogue-neoforge-1.21.1-1.11.2.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6926815,"fileName":"catalogue-neoforge-1.21.1-1.11.2.jar","fileDate":"2025-08-25T14:04:06.81Z","fileLength":302750,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6926/815/catalogue-neoforge-1.21.1-1.11.2.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":457570,"type":2}],"isAvailable":true,"modules":[{"foldername":"LICENSE_catalogue","fingerprint":2228520401,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":3157043706,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3435018633,"invalidFingerprint":false},{"foldername":"com","fingerprint":2403037888,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":817107357,"invalidFingerprint":false}],"packageFingerprint":3329807613,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":459701,"fileNameOnDisk":"catalogue-neoforge-1.21.1-1.11.2.jar","hashes":[{"type":1,"value":"6d67f855c20bc6392763cfb22e1152da4e8015b4"},{"type":2,"value":"cc87e5716eb52398b2c46e4032126de4"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"9117b92d-0d1e-457a-bc49-b499a18872fd","modSource":0,"addonID":548115,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,4558,5191,412],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Alternate Current","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"alternate_current-mc1.21-1.9.0.jar","authors":[{"id":101963199,"name":"SpaceWalkerRS"}],"primaryAuthor":"SpaceWalkerRS","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/alternate-current","issuesURL":"https://github.com/SpaceWalkerRS/alternate-current/issues","wikiURL":null,"thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/456/903/256/256/637728514120819434.png","tags":[],"installedFile":{"id":5665477,"fileName":"alternate_current-mc1.21-1.9.0.jar","fileDate":"2024-08-26T15:08:51.89Z","fileLength":50425,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5665/477/alternate_current-mc1.21-1.9.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3580729026,"invalidFingerprint":false},{"foldername":"alternate","fingerprint":1771629927,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1819287746,"invalidFingerprint":false},{"foldername":"alternate-current.mixins.json","fingerprint":3359494202,"invalidFingerprint":false}],"packageFingerprint":4040730689,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":548115,"fileNameOnDisk":"alternate_current-mc1.21-1.9.0.jar","hashes":[{"type":1,"value":"1201c14362f2bad7062d315f8a9b26afbabd2c9c"},{"type":2,"value":"27530bb4fcd327476406d6e3caf94523"}]},"dateInstalled":"2026-05-07T21:58:47.6913027Z","dateUpdated":"2026-05-07T21:58:47.692377Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\alternate_current-mc1.21-1.9.0.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":5665477,"fileName":"alternate_current-mc1.21-1.9.0.jar","fileDate":"2024-08-26T15:08:51.89Z","fileLength":50425,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/5665/477/alternate_current-mc1.21-1.9.0.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3580729026,"invalidFingerprint":false},{"foldername":"alternate","fingerprint":1771629927,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1819287746,"invalidFingerprint":false},{"foldername":"alternate-current.mixins.json","fingerprint":3359494202,"invalidFingerprint":false}],"packageFingerprint":4040730689,"gameVersion":["1.21","NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":548115,"fileNameOnDisk":"alternate_current-mc1.21-1.9.0.jar","hashes":[{"type":1,"value":"1201c14362f2bad7062d315f8a9b26afbabd2c9c"},{"type":2,"value":"27530bb4fcd327476406d6e3caf94523"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"f84cb194-d746-4b16-b3c0-b2c4322310bb","modSource":0,"addonID":511319,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[425],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Reese's Sodium Options","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","authors":[{"id":101292193,"name":"FlashyReese"}],"primaryAuthor":"FlashyReese","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/reeses-sodium-options","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/414/599/256/256/637636962431399112.png","tags":[],"installedFile":{"id":6091021,"fileName":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","fileDate":"2025-01-15T20:35:53.37Z","fileLength":78451,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6091/21/reeses-sodium-options-neoforge-1.8.3%2bmc1.21.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":447673,"type":2},{"addonId":455508,"type":2},{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1745742539,"invalidFingerprint":false},{"foldername":"me","fingerprint":577932017,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1671116850,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":222260298,"invalidFingerprint":false},{"foldername":"reeses-sodium-options.mixins.json","fingerprint":307738624,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":4014633969,"invalidFingerprint":false}],"packageFingerprint":3206533594,"gameVersion":["1.21","1.21.5","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":511319,"fileNameOnDisk":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","hashes":[{"type":1,"value":"b03d05495be28d8cef7a34872941bb8d703d60e6"},{"type":2,"value":"f3a0d7f31993d6f34e90f816f82cbcaf"}]},"dateInstalled":"2026-05-07T21:58:45.6371147Z","dateUpdated":"2026-05-07T21:58:45.6383847Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6091021,"fileName":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","fileDate":"2025-01-15T20:35:53.37Z","fileLength":78451,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6091/21/reeses-sodium-options-neoforge-1.8.3%2bmc1.21.4.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":447673,"type":2},{"addonId":455508,"type":2},{"addonId":394468,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1745742539,"invalidFingerprint":false},{"foldername":"me","fingerprint":577932017,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1671116850,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":222260298,"invalidFingerprint":false},{"foldername":"reeses-sodium-options.mixins.json","fingerprint":307738624,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":4014633969,"invalidFingerprint":false}],"packageFingerprint":3206533594,"gameVersion":["1.21","1.21.5","1.21.4","NeoForge","1.21.3","1.21.1","1.21.2"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":511319,"fileNameOnDisk":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","hashes":[{"type":1,"value":"b03d05495be28d8cef7a34872941bb8d703d60e6"},{"type":2,"value":"f3a0d7f31993d6f34e90f816f82cbcaf"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"23fb3f55-390f-4c90-afb9-16311f04afc5","modSource":0,"addonID":688768,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[6484,412,426,420],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Create: Enchantment Industry","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"create-enchantment-industry-2.3.1.jar","authors":[{"id":103651564,"name":"DragonsPlus"},{"id":101665330,"name":"MarbleGate"},{"id":102642294,"name":"RaymondBlaze"}],"primaryAuthor":"DragonsPlus","primaryCategoryId":6484,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/create-enchantment-industry","issuesURL":"https://github.com/DragonsPlusMinecraft/CreateEnchantmentIndustry/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1224/199/256/256/638802282774958966.png","tags":[],"installedFile":{"id":7970748,"fileName":"create-enchantment-industry-2.3.1.jar","fileDate":"2026-04-23T05:38:15.267Z","fileLength":684729,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7970/748/create-enchantment-industry-2.3.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1216624,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":911849162,"invalidFingerprint":false},{"foldername":"plus","fingerprint":1655801640,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3754098218,"invalidFingerprint":false},{"foldername":"create_enchantment_industry.mixins.json","fingerprint":2866782084,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":833838587,"invalidFingerprint":false},{"foldername":"data","fingerprint":3417059926,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3788311694,"invalidFingerprint":false}],"packageFingerprint":2385602194,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":688768,"fileNameOnDisk":"create-enchantment-industry-2.3.1.jar","hashes":[{"type":1,"value":"e9a57b322459bda9905e4287d2582ad600909b11"},{"type":2,"value":"726c75329cdaa2fdfb1cb07b2f12e034"}]},"dateInstalled":"2026-05-07T22:48:47.8275882Z","dateUpdated":"2026-05-07T22:48:47.8290574Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\create-enchantment-industry-2.3.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7970748,"fileName":"create-enchantment-industry-2.3.1.jar","fileDate":"2026-04-23T05:38:15.267Z","fileLength":684729,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7970/748/create-enchantment-industry-2.3.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":1216624,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":911849162,"invalidFingerprint":false},{"foldername":"plus","fingerprint":1655801640,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3754098218,"invalidFingerprint":false},{"foldername":"create_enchantment_industry.mixins.json","fingerprint":2866782084,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":833838587,"invalidFingerprint":false},{"foldername":"data","fingerprint":3417059926,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3788311694,"invalidFingerprint":false}],"packageFingerprint":2385602194,"gameVersion":["1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":688768,"fileNameOnDisk":"create-enchantment-industry-2.3.1.jar","hashes":[{"type":1,"value":"e9a57b322459bda9905e4287d2582ad600909b11"},{"type":2,"value":"726c75329cdaa2fdfb1cb07b2f12e034"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"3be4275e-ccaa-4243-be83-7d01bf345e41","modSource":0,"addonID":1109361,"gameID":432,"categoryClassID":12,"categorySection":{"id":9,"gameId":432,"name":"Resource Packs","packageType":3,"path":"resourcepacks","initialInclusionPattern":"([^\\/\\\\]+\\.zip)$","extraIncludePattern":"([^\\/\\\\]+\\.zip)$","gameCategoryId":12},"categoryIds":[400,403,404,393,401],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Realistic Animals","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks","fileNameOnDisk":"Realistic Animals - 4.0.zip","authors":[{"id":101842572,"name":"Lupin"},{"id":109518791,"name":"AviArt"}],"primaryAuthor":"Lupin","primaryCategoryId":393,"packageType":3,"webSiteURL":"https://www.curseforge.com/minecraft/texture-packs/realistic-animals","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/1099/937/256/256/638647010872522095.png","tags":[],"installedFile":{"id":7890871,"fileName":"Realistic Animals - 4.0.zip","fileDate":"2026-04-07T17:05:26.007Z","fileLength":364263,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7890/871/Realistic%20Animals%20-%204.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1620957069,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3479019965,"invalidFingerprint":false}],"packageFingerprint":313675047,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1109361,"fileNameOnDisk":"Realistic Animals - 4.0.zip","hashes":[{"type":1,"value":"1244bd6127251904f010d917dd143b0a0d4f8066"},{"type":2,"value":"425f6c838dc74e13c35141c7ce4dbad1"}]},"dateInstalled":"2026-05-07T21:58:44.0032835Z","dateUpdated":"2026-05-07T21:58:44.0049813Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\resourcepacks\\Realistic Animals - 4.0.zip"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7890871,"fileName":"Realistic Animals - 4.0.zip","fileDate":"2026-04-07T17:05:26.007Z","fileLength":364263,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7890/871/Realistic%20Animals%20-%204.0.zip","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"assets","fingerprint":1620957069,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1724043574,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3479019965,"invalidFingerprint":false}],"packageFingerprint":313675047,"gameVersion":["1.16.3","1.17.1","1.21","1.16.1","1.18.1","1.16","1.16.5","1.19.3","1.20.2","1.19.4","1.21.8","1.17","1.20.5","1.21.5","1.18","1.21.4","1.20.1","1.20","1.20.6","1.21.1","1.21.6","1.21.3","1.21.7","1.19.1","1.20.4","1.18.2","1.19.2","1.20.3","1.16.2","1.16.4","1.19","1.21.2","1.21.9","1.21.10","1.21.11","26.1","26.1.1","26.1.2"],"sortableGameVersion":[{"gameVersion":"1.16.3","gameVersionName":"1.16.3","gameVersionTypeId":70886},{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.16.1","gameVersionName":"1.16.1","gameVersionTypeId":70886},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.16","gameVersionName":"1.16","gameVersionTypeId":70886},{"gameVersion":"1.16.5","gameVersionName":"1.16.5","gameVersionTypeId":70886},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.21.8","gameVersionName":"1.21.8","gameVersionTypeId":77784},{"gameVersion":"1.17","gameVersionName":"1.17","gameVersionTypeId":73242},{"gameVersion":"1.20.5","gameVersionName":"1.20.5","gameVersionTypeId":75125},{"gameVersion":"1.21.5","gameVersionName":"1.21.5","gameVersionTypeId":77784},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.21.4","gameVersionName":"1.21.4","gameVersionTypeId":77784},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.6","gameVersionName":"1.20.6","gameVersionTypeId":75125},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"1.21.6","gameVersionName":"1.21.6","gameVersionTypeId":77784},{"gameVersion":"1.21.3","gameVersionName":"1.21.3","gameVersionTypeId":77784},{"gameVersion":"1.21.7","gameVersionName":"1.21.7","gameVersionTypeId":77784},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.20.4","gameVersionName":"1.20.4","gameVersionTypeId":75125},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.3","gameVersionName":"1.20.3","gameVersionTypeId":75125},{"gameVersion":"1.16.2","gameVersionName":"1.16.2","gameVersionTypeId":70886},{"gameVersion":"1.16.4","gameVersionName":"1.16.4","gameVersionTypeId":70886},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407},{"gameVersion":"1.21.2","gameVersionName":"1.21.2","gameVersionTypeId":77784},{"gameVersion":"1.21.9","gameVersionName":"1.21.9","gameVersionTypeId":77784},{"gameVersion":"1.21.10","gameVersionName":"1.21.10","gameVersionTypeId":77784},{"gameVersion":"1.21.11","gameVersionName":"1.21.11","gameVersionTypeId":77784},{"gameVersion":"26.1","gameVersionName":"26.1","gameVersionTypeId":83806},{"gameVersion":"26.1.1","gameVersionName":"26.1.1","gameVersionTypeId":83806},{"gameVersion":"26.1.2","gameVersionName":"26.1.2","gameVersionTypeId":83806}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":1109361,"fileNameOnDisk":"Realistic Animals - 4.0.zip","hashes":[{"type":1,"value":"1244bd6127251904f010d917dd143b0a0d4f8066"},{"type":2,"value":"425f6c838dc74e13c35141c7ce4dbad1"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"88285737-628e-4af3-bbed-4d7f7a421176","modSource":0,"addonID":551586,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[434,409,422,411],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"L_Ender 's Cataclysm","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"L_Ender's Cataclysm 1.21.1-3.27.jar","authors":[{"id":102522496,"name":"mcl_ender"}],"primaryAuthor":"mcl_ender","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lendercataclysm","issuesURL":null,"wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/460/870/256/256/637739722679428303.png","tags":[],"installedFile":{"id":7908490,"fileName":"L_Ender's Cataclysm 1.21.1-3.27.jar","fileDate":"2026-04-11T04:44:09.66Z","fileLength":73346519,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7908/490/L_Ender%27s%20Cataclysm%201.21.1-3.27.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":309927,"type":3},{"addonId":1001614,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2561796072,"invalidFingerprint":false},{"foldername":"com","fingerprint":1489347563,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1941882570,"invalidFingerprint":false},{"foldername":"cataclysm.mixins.json","fingerprint":1376117912,"invalidFingerprint":false},{"foldername":"data","fingerprint":2168082264,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1286228978,"invalidFingerprint":false}],"packageFingerprint":2946987299,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551586,"fileNameOnDisk":"L_Ender's Cataclysm 1.21.1-3.27.jar","hashes":[{"type":1,"value":"f34a5e3994fff1953c631b87b3dfa89ed62c26dc"},{"type":2,"value":"2d2a331b023c5569d2a7793a46b8ccb6"}]},"dateInstalled":"2026-05-07T22:51:48.2490835Z","dateUpdated":"2026-05-07T22:51:48.2658186Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\L_Ender's Cataclysm 1.21.1-3.27.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7908490,"fileName":"L_Ender's Cataclysm 1.21.1-3.27.jar","fileDate":"2026-04-11T04:44:09.66Z","fileLength":73346519,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7908/490/L_Ender%27s%20Cataclysm%201.21.1-3.27.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":309927,"type":3},{"addonId":1001614,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2561796072,"invalidFingerprint":false},{"foldername":"com","fingerprint":1489347563,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1941882570,"invalidFingerprint":false},{"foldername":"cataclysm.mixins.json","fingerprint":1376117912,"invalidFingerprint":false},{"foldername":"data","fingerprint":2168082264,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1286228978,"invalidFingerprint":false}],"packageFingerprint":2946987299,"gameVersion":["Client","1.21.1","NeoForge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551586,"fileNameOnDisk":"L_Ender's Cataclysm 1.21.1-3.27.jar","hashes":[{"type":1,"value":"f34a5e3994fff1953c631b87b3dfa89ed62c26dc"},{"type":2,"value":"2d2a331b023c5569d2a7793a46b8ccb6"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"531f3de7-e387-433f-afa3-73ab11488469","modSource":0,"addonID":485681,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[410,435,406],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Chunky (Forge/NeoForge)","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Chunky-NeoForge-1.4.23.jar","authors":[{"id":43770124,"name":"pop4959"}],"primaryAuthor":"pop4959","primaryCategoryId":406,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/chunky-pregenerator-forge","issuesURL":"https://github.com/pop4959/Chunky/issues","wikiURL":"https://github.com/pop4959/Chunky/wiki","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/385/932/256/256/637574074357834213.png","tags":[],"installedFile":{"id":6383261,"fileName":"Chunky-NeoForge-1.4.23.jar","fileDate":"2025-04-04T06:52:00.777Z","fileLength":340572,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6383/261/Chunky-NeoForge-1.4.23.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3902992925,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":455959045,"invalidFingerprint":false},{"foldername":"lang","fingerprint":1106760030,"invalidFingerprint":false},{"foldername":"org","fingerprint":4219575363,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3497244563,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3786076894,"invalidFingerprint":false}],"packageFingerprint":233801764,"gameVersion":["1.21","Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":485681,"fileNameOnDisk":"Chunky-NeoForge-1.4.23.jar","hashes":[{"type":1,"value":"ab0c74743a653020fe2dfc4986b43e893947f3e9"},{"type":2,"value":"c461f3132c48d7bc71a9f2b307273a88"}]},"dateInstalled":"2026-05-07T21:58:17.8223864Z","dateUpdated":"2026-05-07T21:58:17.8235759Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Chunky-NeoForge-1.4.23.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6383261,"fileName":"Chunky-NeoForge-1.4.23.jar","fileDate":"2025-04-04T06:52:00.777Z","fileLength":340572,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6383/261/Chunky-NeoForge-1.4.23.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3902992925,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":455959045,"invalidFingerprint":false},{"foldername":"lang","fingerprint":1106760030,"invalidFingerprint":false},{"foldername":"org","fingerprint":4219575363,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3497244563,"invalidFingerprint":false},{"foldername":"version.properties","fingerprint":3786076894,"invalidFingerprint":false}],"packageFingerprint":233801764,"gameVersion":["1.21","Client","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":485681,"fileNameOnDisk":"Chunky-NeoForge-1.4.23.jar","hashes":[{"type":1,"value":"ab0c74743a653020fe2dfc4986b43e893947f3e9"},{"type":2,"value":"c461f3132c48d7bc71a9f2b307273a88"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"2f9f3341-228e-472f-87b8-cb52c5f4cef8","modSource":0,"addonID":283644,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[421],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Placebo","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"Placebo-1.21.1-9.9.1.jar","authors":[{"id":10368195,"name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/placebo","issuesURL":"https://github.com/Shadows-of-Fire/Placebo/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/134/260/256/256/636490526725752670.png","tags":[],"installedFile":{"id":6926281,"fileName":"Placebo-1.21.1-9.9.1.jar","fileDate":"2025-08-25T10:59:44.943Z","fileLength":324056,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6926/281/Placebo-1.21.1-9.9.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1393014458,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1358407876,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3944127840,"invalidFingerprint":false},{"foldername":"placebo.mixins.json","fingerprint":2415682722,"invalidFingerprint":false}],"packageFingerprint":2914591491,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.21.1-9.9.1.jar","hashes":[{"type":1,"value":"1c2b8c38066d6f36209c5dadee25c184ef65202e"},{"type":2,"value":"cc725fc5406d3af893484cfbba06f6ed"}]},"dateInstalled":"2026-05-07T21:58:43.1184776Z","dateUpdated":"2026-05-07T21:58:43.1197119Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\Placebo-1.21.1-9.9.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6926281,"fileName":"Placebo-1.21.1-9.9.1.jar","fileDate":"2025-08-25T10:59:44.943Z","fileLength":324056,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6926/281/Placebo-1.21.1-9.9.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1393014458,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1358407876,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3944127840,"invalidFingerprint":false},{"foldername":"placebo.mixins.json","fingerprint":2415682722,"invalidFingerprint":false}],"packageFingerprint":2914591491,"gameVersion":["NeoForge","1.21.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.21.1-9.9.1.jar","hashes":[{"type":1,"value":"1c2b8c38066d6f36209c5dadee25c184ef65202e"},{"type":2,"value":"cc725fc5406d3af893484cfbba06f6ed"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"b044f96d-c9f4-4bb8-b32f-722dda834723","modSource":0,"addonID":639842,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[434,5191,421,422],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Better Combat [Fabric & Forge]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"bettercombat-neoforge-2.3.2+1.21.1.jar","authors":[{"id":103343666,"name":"daedelus_dev"}],"primaryAuthor":"daedelus_dev","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-combat-by-daedelus","issuesURL":"https://github.com/ZsoltMolnarrr/BetterCombat/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/566/413/256/256/637925434672465483.png","tags":[],"installedFile":{"id":7721843,"fileName":"bettercombat-neoforge-2.3.2+1.21.1.jar","fileDate":"2026-03-07T00:07:02.223Z","fileLength":1041845,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7721/843/bettercombat-neoforge-2.3.2%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":3},{"addonId":658587,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":369848084,"invalidFingerprint":false},{"foldername":"architectury_inject_bettercombat_common_9d2909d1bdc740dc9068c5095b3e016f_b9bc9fc20502f9be054ebf38606fc1f0e67f2294ec4967cb549764635c89d610bettercombatcommon2321211devjar","fingerprint":1588863865,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2801934907,"invalidFingerprint":false},{"foldername":"bettercombat-common-common-refmap.json","fingerprint":1121318103,"invalidFingerprint":false},{"foldername":"bettercombat.mixins.json","fingerprint":532072833,"invalidFingerprint":false},{"foldername":"data","fingerprint":3859456340,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2872503917,"invalidFingerprint":false},{"foldername":"net","fingerprint":1996889433,"invalidFingerprint":false}],"packageFingerprint":4062790500,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":639842,"fileNameOnDisk":"bettercombat-neoforge-2.3.2+1.21.1.jar","hashes":[{"type":1,"value":"f752fbbf81027948ef4ab0fc0066260ccf574179"},{"type":2,"value":"c474bddc1a32e216eb6b0986b8a1eb51"}]},"dateInstalled":"2026-05-07T22:48:14.1675365Z","dateUpdated":"2026-05-07T22:48:14.1690836Z","status":4,"installSource":7,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\bettercombat-neoforge-2.3.2+1.21.1.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":7721843,"fileName":"bettercombat-neoforge-2.3.2+1.21.1.jar","fileDate":"2026-03-07T00:07:02.223Z","fileLength":1041845,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/7721/843/bettercombat-neoforge-2.3.2%2b1.21.1.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":348521,"type":3},{"addonId":658587,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":369848084,"invalidFingerprint":false},{"foldername":"architectury_inject_bettercombat_common_9d2909d1bdc740dc9068c5095b3e016f_b9bc9fc20502f9be054ebf38606fc1f0e67f2294ec4967cb549764635c89d610bettercombatcommon2321211devjar","fingerprint":1588863865,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2801934907,"invalidFingerprint":false},{"foldername":"bettercombat-common-common-refmap.json","fingerprint":1121318103,"invalidFingerprint":false},{"foldername":"bettercombat.mixins.json","fingerprint":532072833,"invalidFingerprint":false},{"foldername":"data","fingerprint":3859456340,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2872503917,"invalidFingerprint":false},{"foldername":"net","fingerprint":1996889433,"invalidFingerprint":false}],"packageFingerprint":4062790500,"gameVersion":["1.21","1.21.1","NeoForge"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":639842,"fileNameOnDisk":"bettercombat-neoforge-2.3.2+1.21.1.jar","hashes":[{"type":1,"value":"f752fbbf81027948ef4ab0fc0066260ccf574179"},{"type":2,"value":"c474bddc1a32e216eb6b0986b8a1eb51"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null},{"instanceID":"2fe50a9c-af8c-47a3-99de-438bcd66e58a","modSource":0,"addonID":951499,"gameID":432,"categoryClassID":6,"categorySection":{"id":8,"gameId":432,"name":"Mods","packageType":6,"path":"mods","initialInclusionPattern":".","gameCategoryId":6},"categoryIds":[435,423,5191],"gameInstanceID":"adf66e7d-eb8b-4303-b93b-0a79aaa895cc","name":"Fast Async World Save[Forge/Neo/Fabric]","modFolderPath":"C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods","fileNameOnDisk":"fastasyncworldsave-1.21-2.6.jar","authors":[{"id":100114338,"name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fast-async-world-save-forge-fabric","issuesURL":"https://github.com/someaddons/FastAsyncWorldSave/issues","wikiURL":"","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/920/973/256/256/638384996050010285.png","tags":[],"installedFile":{"id":6935204,"fileName":"fastasyncworldsave-1.21-2.6.jar","fileDate":"2025-08-27T19:36:35.293Z","fileLength":11050,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6935/204/fastasyncworldsave-1.21-2.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4202243576,"invalidFingerprint":false},{"foldername":"com","fingerprint":2002104558,"invalidFingerprint":false},{"foldername":"fastasyncworldsave.mixins.json","fingerprint":2089655399,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3185219565,"invalidFingerprint":false}],"packageFingerprint":1703092068,"gameVersion":["1.21","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":951499,"fileNameOnDisk":"fastasyncworldsave-1.21-2.6.jar","hashes":[{"type":1,"value":"87e019715314631f2c8288cf7c73a52a61b2d61b"},{"type":2,"value":"4df9371b5466dfbb56c375f4963f2845"}]},"dateInstalled":"2026-05-07T21:58:19.0103569Z","dateUpdated":"2026-05-07T21:58:19.0118457Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"isEnabled":true,"isLocked":false,"filePaths":["C:\\Users\\mrleo1nid\\curseforge\\minecraft\\Instances\\PupaMLupa\\mods\\fastasyncworldsave-1.21-2.6.jar"],"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":6935204,"fileName":"fastasyncworldsave-1.21-2.6.jar","fileDate":"2025-08-27T19:36:35.293Z","fileLength":11050,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/6935/204/fastasyncworldsave-1.21-2.6.jar","isAlternate":false,"alternateFileId":0,"serverPackFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4202243576,"invalidFingerprint":false},{"foldername":"com","fingerprint":2002104558,"invalidFingerprint":false},{"foldername":"fastasyncworldsave.mixins.json","fingerprint":2089655399,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3185219565,"invalidFingerprint":false}],"packageFingerprint":1703092068,"gameVersion":["1.21","NeoForge","1.21.1","Server"],"sortableGameVersion":[{"gameVersion":"1.21","gameVersionName":"1.21","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.21.1","gameVersionName":"1.21.1","gameVersionTypeId":77784},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":951499,"fileNameOnDisk":"fastasyncworldsave-1.21-2.6.jar","hashes":[{"type":1,"value":"87e019715314631f2c8288cf7c73a52a61b2d61b"},{"type":2,"value":"4df9371b5466dfbb56c375f4963f2845"}]},"allowModDistribution":true,"exportDisabledReason":0,"groupId":null}],"installedGamePrerequisites":[],"wasNameManuallyChanged":false,"wasGameVersionTypeIdManuallyChanged":false} \ No newline at end of file diff --git a/mods/AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar b/mods/AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar new file mode 100644 index 0000000..fc37c29 Binary files /dev/null and b/mods/AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar differ diff --git a/mods/Aquaculture-1.21.1-2.7.21.jar b/mods/Aquaculture-1.21.1-2.7.21.jar new file mode 100644 index 0000000..ccb48df Binary files /dev/null and b/mods/Aquaculture-1.21.1-2.7.21.jar differ diff --git a/mods/BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar b/mods/BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar new file mode 100644 index 0000000..66cbad2 Binary files /dev/null and b/mods/BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar differ diff --git a/mods/CreateDragonsPlus-1.10.0b.jar b/mods/CreateDragonsPlus-1.10.0b.jar new file mode 100644 index 0000000..6467170 Binary files /dev/null and b/mods/CreateDragonsPlus-1.10.0b.jar differ diff --git a/mods/CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar b/mods/CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar new file mode 100644 index 0000000..1760007 Binary files /dev/null and b/mods/CreativeCore_NEOFORGE_v2.13.38_mc1.21.1.jar differ diff --git a/mods/FarmersDelight-1.21.1-1.3.1.jar b/mods/FarmersDelight-1.21.1-1.3.1.jar new file mode 100644 index 0000000..440294b Binary files /dev/null and b/mods/FarmersDelight-1.21.1-1.3.1.jar differ diff --git a/mods/GlitchCore-neoforge-1.21.1-2.1.0.0.jar b/mods/GlitchCore-neoforge-1.21.1-2.1.0.0.jar new file mode 100644 index 0000000..f81471d Binary files /dev/null and b/mods/GlitchCore-neoforge-1.21.1-2.1.0.0.jar differ diff --git a/mods/Jade-1.21.1-NeoForge-15.10.5.jar b/mods/Jade-1.21.1-NeoForge-15.10.5.jar new file mode 100644 index 0000000..8113653 Binary files /dev/null and b/mods/Jade-1.21.1-NeoForge-15.10.5.jar differ diff --git a/mods/L_Ender's Cataclysm 1.21.1-3.27.jar b/mods/L_Ender's Cataclysm 1.21.1-3.27.jar new file mode 100644 index 0000000..cb719d9 Binary files /dev/null and b/mods/L_Ender's Cataclysm 1.21.1-3.27.jar differ diff --git a/mods/ParCool-1.21.1-3.4.3.3-NF.jar b/mods/ParCool-1.21.1-3.4.3.3-NF.jar new file mode 100644 index 0000000..121c449 Binary files /dev/null and b/mods/ParCool-1.21.1-3.4.3.3-NF.jar differ diff --git a/mods/ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar b/mods/ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar new file mode 100644 index 0000000..b309859 Binary files /dev/null and b/mods/ParCool-CompatibilityAddon-1.21.1-3.4.3.1-1.1.jar differ diff --git a/mods/SereneSeasons-neoforge-1.21.1-10.1.0.3.jar b/mods/SereneSeasons-neoforge-1.21.1-10.1.0.3.jar new file mode 100644 index 0000000..edfcd91 Binary files /dev/null and b/mods/SereneSeasons-neoforge-1.21.1-10.1.0.3.jar differ diff --git a/mods/StorageDrawers-neoforge-1.21.1-13.11.4.jar b/mods/StorageDrawers-neoforge-1.21.1-13.11.4.jar new file mode 100644 index 0000000..2b9e116 Binary files /dev/null and b/mods/StorageDrawers-neoforge-1.21.1-13.11.4.jar differ diff --git a/mods/TerraBlender-neoforge-1.21.1-4.1.0.8.jar b/mods/TerraBlender-neoforge-1.21.1-4.1.0.8.jar new file mode 100644 index 0000000..19022fe Binary files /dev/null and b/mods/TerraBlender-neoforge-1.21.1-4.1.0.8.jar differ diff --git a/mods/attributefix-neoforge-1.21.1-21.1.3.jar b/mods/attributefix-neoforge-1.21.1-21.1.3.jar new file mode 100644 index 0000000..7ca10a4 Binary files /dev/null and b/mods/attributefix-neoforge-1.21.1-21.1.3.jar differ diff --git a/mods/bettercombat-neoforge-2.3.2+1.21.1.jar b/mods/bettercombat-neoforge-2.3.2+1.21.1.jar new file mode 100644 index 0000000..978f596 Binary files /dev/null and b/mods/bettercombat-neoforge-2.3.2+1.21.1.jar differ diff --git a/mods/bookshelf-neoforge-1.21.1-21.1.81.jar b/mods/bookshelf-neoforge-1.21.1-21.1.81.jar new file mode 100644 index 0000000..3193590 Binary files /dev/null and b/mods/bookshelf-neoforge-1.21.1-21.1.81.jar differ diff --git a/mods/carryon-neoforge-1.21.1-2.2.4.4.jar b/mods/carryon-neoforge-1.21.1-2.2.4.4.jar new file mode 100644 index 0000000..5159f06 Binary files /dev/null and b/mods/carryon-neoforge-1.21.1-2.2.4.4.jar differ diff --git a/mods/cataclysm_compat_1.21.1-1.0.2.jar b/mods/cataclysm_compat_1.21.1-1.0.2.jar new file mode 100644 index 0000000..18ae283 Binary files /dev/null and b/mods/cataclysm_compat_1.21.1-1.0.2.jar differ diff --git a/mods/cataclysmspells_compat.jar b/mods/cataclysmspells_compat.jar new file mode 100644 index 0000000..ee73d70 Binary files /dev/null and b/mods/cataclysmspells_compat.jar differ diff --git a/mods/create-1.21.1-6.0.10.jar b/mods/create-1.21.1-6.0.10.jar new file mode 100644 index 0000000..9cb2e61 Binary files /dev/null and b/mods/create-1.21.1-6.0.10.jar differ diff --git a/mods/create-enchantment-industry-2.3.1.jar b/mods/create-enchantment-industry-2.3.1.jar new file mode 100644 index 0000000..bbd885a Binary files /dev/null and b/mods/create-enchantment-industry-2.3.1.jar differ diff --git a/mods/curios-neoforge-9.5.1+1.21.1.jar b/mods/curios-neoforge-9.5.1+1.21.1.jar new file mode 100644 index 0000000..bdd9486 Binary files /dev/null and b/mods/curios-neoforge-9.5.1+1.21.1.jar differ diff --git a/mods/kubejs-neoforge-2101.7.2-build.363.jar b/mods/kubejs-neoforge-2101.7.2-build.363.jar new file mode 100644 index 0000000..ddd4800 Binary files /dev/null and b/mods/kubejs-neoforge-2101.7.2-build.363.jar differ diff --git a/mods/lionfishapi-2.7-fix-fix.jar b/mods/lionfishapi-2.7-fix-fix.jar new file mode 100644 index 0000000..e12e14c Binary files /dev/null and b/mods/lionfishapi-2.7-fix-fix.jar differ diff --git a/mods/lootintegrations-1.21.1-4.7.jar b/mods/lootintegrations-1.21.1-4.7.jar new file mode 100644 index 0000000..cf9a2f1 Binary files /dev/null and b/mods/lootintegrations-1.21.1-4.7.jar differ diff --git a/mods/lootr-neoforge-1.21.1-1.11.37.120.jar b/mods/lootr-neoforge-1.21.1-1.11.37.120.jar new file mode 100644 index 0000000..0afe5b9 Binary files /dev/null and b/mods/lootr-neoforge-1.21.1-1.11.37.120.jar differ diff --git a/mods/player-animation-lib-forge-2.0.4+1.21.1.jar b/mods/player-animation-lib-forge-2.0.4+1.21.1.jar new file mode 100644 index 0000000..e8394c4 Binary files /dev/null and b/mods/player-animation-lib-forge-2.0.4+1.21.1.jar differ diff --git a/mods/prickle-neoforge-1.21.1-21.1.11.jar b/mods/prickle-neoforge-1.21.1-21.1.11.jar new file mode 100644 index 0000000..d1339d4 Binary files /dev/null and b/mods/prickle-neoforge-1.21.1-21.1.11.jar differ diff --git a/mods/rhino-2101.2.7-build.81.jar b/mods/rhino-2101.2.7-build.81.jar new file mode 100644 index 0000000..aec3b68 Binary files /dev/null and b/mods/rhino-2101.2.7-build.81.jar differ diff --git a/mods/sophisticatedbackpacks-1.21.1-3.25.44.1736.jar b/mods/sophisticatedbackpacks-1.21.1-3.25.44.1736.jar new file mode 100644 index 0000000..89cfb78 Binary files /dev/null and b/mods/sophisticatedbackpacks-1.21.1-3.25.44.1736.jar differ diff --git a/mods/sophisticatedcore-1.21.1-1.4.38.1847.jar b/mods/sophisticatedcore-1.21.1-1.4.38.1847.jar new file mode 100644 index 0000000..f0c29c3 Binary files /dev/null and b/mods/sophisticatedcore-1.21.1-1.4.38.1847.jar differ diff --git a/mods/sophisticatedstorage-1.21.1-1.5.46.1717.jar b/mods/sophisticatedstorage-1.21.1-1.5.46.1717.jar new file mode 100644 index 0000000..aee5566 Binary files /dev/null and b/mods/sophisticatedstorage-1.21.1-1.5.46.1717.jar differ diff --git a/mods/sound-physics-remastered-neoforge-1.21.1-1.4.10.jar b/mods/sound-physics-remastered-neoforge-1.21.1-1.4.10.jar new file mode 100644 index 0000000..8f6b385 Binary files /dev/null and b/mods/sound-physics-remastered-neoforge-1.21.1-1.4.10.jar differ diff --git a/mods/supplementaries-neoforge-1.21.1-3.6.4.jar b/mods/supplementaries-neoforge-1.21.1-3.6.4.jar new file mode 100644 index 0000000..a6511ff Binary files /dev/null and b/mods/supplementaries-neoforge-1.21.1-3.6.4.jar differ diff --git a/mods/waystones-neoforge-1.21.1-21.1.30.jar b/mods/waystones-neoforge-1.21.1-21.1.30.jar new file mode 100644 index 0000000..67f8444 Binary files /dev/null and b/mods/waystones-neoforge-1.21.1-21.1.30.jar differ diff --git a/mods/xaerominimap-neoforge-1.21.1-25.3.13.jar b/mods/xaerominimap-neoforge-1.21.1-25.3.13.jar new file mode 100644 index 0000000..3c70ea5 Binary files /dev/null and b/mods/xaerominimap-neoforge-1.21.1-25.3.13.jar differ diff --git a/mods/xaeroworldmap-neoforge-1.21.1-1.40.16.jar b/mods/xaeroworldmap-neoforge-1.21.1-1.40.16.jar new file mode 100644 index 0000000..47bfa0e Binary files /dev/null and b/mods/xaeroworldmap-neoforge-1.21.1-1.40.16.jar differ