feat: initial commit

This commit is contained in:
2026-04-30 20:07:08 -04:00
commit 7c80df5236
12 changed files with 195 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
* -text
+2
View File
@@ -0,0 +1,2 @@
*.zip
*.mrpack
+1
View File
@@ -0,0 +1 @@
/README.md
+106
View File
@@ -0,0 +1,106 @@
{
"lastSavedVersion": "1.7.3",
"maxPokemonLevel": 1,
"maxPokemonFriendship": 255,
"announceDropItems": true,
"defaultDropItemMethod": "on-entity",
"dropAfterDeathAnimation": false,
"ambientPokemonCryTicks": 1080,
"defaultKeyItems": [],
"defaultBoxCount": 40,
"pokemonSaveIntervalSeconds": 30,
"storageFormat": "nbt",
"preventCompletePartyDeposit": false,
"mongoDBConnectionString": "mongodb://localhost:27017",
"mongoDBDatabaseName": "cobblemon",
"maxVerticalCorrectionBlocks": 64,
"minimumLevelRangeMax": 10,
"enableSpawning": true,
"minimumDistanceBetweenEntities": 8.0,
"maxNearbyBlocksHorizontalRange": 4,
"maxNearbyBlocksVerticalRange": 2,
"maxVerticalSpace": 8,
"spawningZoneDiameter": 8,
"spawningZoneHeight": 16,
"ticksBetweenSpawnAttempts": 20.0,
"minimumSpawningZoneDistanceFromPlayer": 16.0,
"maximumSpawningZoneDistanceFromPlayer": 64.0,
"maximumSpawnsPerPass": 8,
"exportSpawnConfig": false,
"savePokemonToWorld": true,
"exportStarterConfig": false,
"autoUpdateShowdown": true,
"defaultFleeDistance": 32.0,
"allowExperienceFromPvP": true,
"experienceShareMultiplier": 0.5,
"luckyEggMultiplier": 1.5,
"allowSpectating": true,
"experienceMultiplier": 2.0,
"pokemonPerChunk": 1.0,
"pokeSnackPokemonPerChunk": 2.0,
"passiveStatuses": {
"cobblemon:poison": "180-300",
"cobblemon:poisonbadly": "180-300",
"cobblemon:paralysis": "180-300",
"cobblemon:frozen": "180-300",
"cobblemon:sleep": "180-300",
"cobblemon:burn": "180-300"
},
"infiniteHealerCharge": false,
"maxHealerCharge": 6.0,
"secondsToChargeHealingMachine": 900.0,
"defaultFaintTimer": 300,
"faintAwakenHealthPercent": 0.2,
"healPercent": 0.05,
"healTimer": 60,
"baseApricornTreeGenerationChance": 0.1,
"displayEntityLevelLabel": true,
"displayEntityNameLabel": true,
"displayNameForUnknownPokemon": false,
"displayEntityLabelsWhenCrouchingOnly": false,
"shinyRate": 8192.0,
"shinyNoticeParticlesDistance": 24.0,
"captureCalculator": "cobblemon",
"playerDamagePokemon": true,
"appleLeftoversChance": 0.025,
"maxRootsInArea": 9,
"bigRootPropagationChance": 0.5,
"energyRootChance": 0.25,
"maxDynamaxLevel": 10,
"teraTypeRate": 20.0,
"defaultPasturedPokemonLimit": 16,
"pastureBlockUpdateTicks": 40,
"pastureMaxWanderDistance": 64,
"pastureMaxPerChunk": 4.0,
"maxInsertedFossilItems": 2,
"walkingInBattleAnimations": false,
"battleWildMaxDistance": 12.0,
"tradeMaxDistance": 12.0,
"battlePvPMaxDistance": 32.0,
"battleSpectateMaxDistance": 64.0,
"maxPokedexScanningDetectionRange": 10.0,
"hideUnimplementedPokemonInThePokedex": false,
"summaryPokemonFollowCursor": true,
"partyPortraitAnimations": "NEVER_ANIMATE",
"pcProfileAnimations": "ANIMATE_SELECTED",
"summaryProfileAnimations": "ANIMATE_SELECTED",
"animateBattleTiles": false,
"thirdPersonViewBobbing": true,
"invertRoll": false,
"invertPitch": false,
"invertYaw": false,
"xAxisSensitivity": 1.0,
"yAxisSensitivity": 1.0,
"swapXAndYAxes": false,
"rightingDelay": -1.0,
"disableRoll": false,
"displayControlSeconds": 0,
"infiniteRideStamina": false,
"rememberRidingCamera": false,
"enableInFlightDismounting": false,
"enableDebugKeys": false,
"despawnerNearDistance": 32.0,
"despawnerFarDistance": 96.0,
"despawnerMinAgeTicks": 600,
"despawnerMaxAgeTicks": 3600
}
+32
View File
@@ -0,0 +1,32 @@
hash-format = "sha256"
[[files]]
file = "config/cobblemon/main.json"
hash = "46513d954241bf38f9b769b384f5d97805494b359f52a50622bf4af795467904"
[[files]]
file = "mods/Cobblemon-fabric-1.7.3+1.21.1.jar"
hash = "f7c25955176badc444ad6211fc556514fedbdba776227f105fe899f8819d74e3"
[[files]]
file = "mods/cobblemon.pw.toml"
hash = "6413f6c6bef7abc5a808a54111f093a17daf4471e89d8535840f2a24966bdcd4"
metafile = true
[[files]]
file = "mods/fabric-api-0.116.11+1.21.1.jar"
hash = "b791de6f6dce9c58d4ea2af6c713bbcc6dc64d0a5995a8bad6f225ee58cf17d2"
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "7494d3ab9667c29b19cc48b65e39b3623bd6c521e4357526176f71ace8ec17eb"
metafile = true
[[files]]
file = "mods/jade.pw.toml"
hash = "37a45ed98e4edc9c8224cb06f72be8914fae69687601d4e15009f1cb9f27563c"
metafile = true
[[files]]
file = "packwiz.json"
hash = "e5c43306b43cfaa8ede9a2b6311d4e9ee8e3f69f12854294a8ddcdf72885d59b"
Binary file not shown.
+13
View File
@@ -0,0 +1,13 @@
name = "Cobblemon"
filename = "Cobblemon-fabric-1.7.3+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MdwFAVRL/versions/kF7CvxTo/Cobblemon-fabric-1.7.3%2B1.21.1.jar"
hash-format = "sha512"
hash = "7b5376f5f48177db53790237b6fb25378806972b5d3b756151b4d8f2d3c27238d6b587b77da422bc1780bfd358b4702e74369fd82cef2a35301b4b68a2f13c2e"
[update]
[update.modrinth]
mod-id = "MdwFAVRL"
version = "kF7CvxTo"
Binary file not shown.
+13
View File
@@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.116.11+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/IpaMcBLh/fabric-api-0.116.11%2B1.21.1.jar"
hash-format = "sha512"
hash = "756b8c086f4c911d012f2eb70ca792aef0439503b31bc52026b82830870a94d472de30d61a6a0a9988c02b8462d9c47aa6baa6cd84da1eaf00edb77249b3c413"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "IpaMcBLh"
+13
View File
@@ -0,0 +1,13 @@
name = "Jade 🔍"
filename = "Jade-1.21.1-Fabric-15.10.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/5Sbkzz4O/Jade-1.21.1-Fabric-15.10.5.jar"
hash-format = "sha512"
hash = "14b8ff98fc964d31a650e953fca7b4dcef07b976195a8061b8258469a227bd990205cf3682ccf6ad0e5243258d4be46def7deff6fed0434c136d189cdccf184a"
[update]
[update.modrinth]
mod-id = "nvQzSEkH"
version = "5Sbkzz4O"
+13
View File
@@ -0,0 +1,13 @@
name = "Daguerro Cobblemon Modpack"
author = "Floturcocantsee"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "b605779c5f629b7c33cdff815c9c8842a6adb73d3c343c9d58950b6efb59c43c"
[versions]
fabric = "0.19.2"
minecraft = "1.21.1"
+1
View File
@@ -0,0 +1 @@
{"packFileHash":{"type":"sha256","value":"a682afe2fc61759a3b0bffe34cabda7ea14457286ff88733508bf175e6d3a8d0"},"indexFileHash":{"type":"sha256","value":"c5857d521d0562b99ca6f29ec0759630e509abf8c8f9ab8bece92d7bc017176d"},"cachedFiles":{"mods/cobblemon.pw.toml":{"hash":{"type":"sha256","value":"6413f6c6bef7abc5a808a54111f093a17daf4471e89d8535840f2a24966bdcd4"},"linkedFileHash":{"type":"sha512","value":"7b5376f5f48177db53790237b6fb25378806972b5d3b756151b4d8f2d3c27238d6b587b77da422bc1780bfd358b4702e74369fd82cef2a35301b4b68a2f13c2e"},"cachedLocation":"mods/Cobblemon-fabric-1.7.3+1.21.1.jar","optionValue":true},"packwiz-installer.jar":{"hash":{"type":"sha256","value":"c9f646908d340d84773948a9a7d98bc1dae250d35e1016dc6e2b8459760b5598"},"cachedLocation":"packwiz-installer.jar","optionValue":true},"mods/fabric-api.pw.toml":{"hash":{"type":"sha256","value":"7494d3ab9667c29b19cc48b65e39b3623bd6c521e4357526176f71ace8ec17eb"},"linkedFileHash":{"type":"sha512","value":"756b8c086f4c911d012f2eb70ca792aef0439503b31bc52026b82830870a94d472de30d61a6a0a9988c02b8462d9c47aa6baa6cd84da1eaf00edb77249b3c413"},"cachedLocation":"mods/fabric-api-0.116.11+1.21.1.jar","optionValue":true},"packwiz-installer-bootstrap.jar":{"hash":{"type":"sha256","value":"a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c"},"cachedLocation":"packwiz-installer-bootstrap.jar","optionValue":true},"mods/fabric-api-0.116.11+1.21.1.jar":{"hash":{"type":"sha256","value":"b791de6f6dce9c58d4ea2af6c713bbcc6dc64d0a5995a8bad6f225ee58cf17d2"},"cachedLocation":"mods/fabric-api-0.116.11+1.21.1.jar","optionValue":true},"mods/Cobblemon-fabric-1.7.3+1.21.1.jar":{"hash":{"type":"sha256","value":"f7c25955176badc444ad6211fc556514fedbdba776227f105fe899f8819d74e3"},"cachedLocation":"mods/Cobblemon-fabric-1.7.3+1.21.1.jar","optionValue":true},"packwiz.json":{"hash":{"type":"sha256","value":"a787e4e6c5b108a7d3a0a0656db5a618b223b454d4cf130618498ffc5d2e7a7d"},"cachedLocation":"packwiz.json","optionValue":true}},"cachedSide":"client"}