Base Modpack

This commit is contained in:
Merith-TK 2023-04-14 18:53:08 -07:00
commit da69a10f9d
95 changed files with 2200 additions and 0 deletions

30
.gitignore vendored Normal file
View file

@ -0,0 +1,30 @@
## Prevent Vanillia Minecraft folders from being tracked
.minecraft/coremods
.minecraft/crash-reports
.minecraft/logs
.minecraft/resourcepacks
.minecraft/saves
.minecraft/screenshots
.minecraft/server-resource-packs
.minecraft/shaderpacks
.minecraft/texturepacks
.minecraft/realms_persistence.json
.minecraft/servers.dat
.minecraft/servers.dat_old
.minecraft/servers.dat
.minecraft/usercache.json
## Ignore Modpack Updater Script loose files
.technic
.build
*.zip
*.mrpack
!.minecraft/.packwizignore
## Add your modded folders/files to ignore here
## Minecraft Configs
.minecraft/options.*
!.minecraft/config/yosbr
!.minecraft/config/dashloader.json

7
.gitpod.Dockerfile vendored Normal file
View file

@ -0,0 +1,7 @@
FROM gitpod/workspace-go
RUN sudo apt-get -q update && \
sudo apt install p7zip-full make && \
sudo apt install -yq openjdk-17-jdk
RUN sudo update-java-alternatives --set java-1.17.0-openjdk-amd64

5
.gitpod.yml Normal file
View file

@ -0,0 +1,5 @@
image:
file: .gitpod.Dockerfile
tasks:
- command: make update-packwiz

Binary file not shown.

View file

@ -0,0 +1,55 @@
{
"id": "1.18.2",
"inheritsFrom": "1.18.2",
"releaseTime": "2023-04-10T20:53:19+0000",
"time": "2023-04-10T20:53:19+0000",
"type": "release",
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}",
"libraries": [
{
"name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:sponge-mixin:0.12.4+mixin.0.8.5",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:tiny-remapper:0.8.2",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:access-widener:2.1.0",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm:9.4",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-analysis:9.4",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-commons:9.4",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-tree:9.4",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-util:9.4",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:intermediary:1.18.2",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:fabric-loader:0.14.19",
"url": "https://maven.fabricmc.net/"
}
],
"mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient"
}

View file

@ -0,0 +1,111 @@
{
"general": {
"disable_mod": false,
"hide_bossbar": true,
"shadow_text": true,
"auto_start": false,
"animationSpeed": 1.0,
"hide_debug_crosshair": true,
"background_color": 1867534416,
"space_modules": false,
"always_show_profiler": false,
"animations": true,
"fontScale": 1.0,
"hide_sidebar": true,
"always_show_tps": false
},
"modules_right": [
{
"name": "system",
"name_color": 16755200,
"value_color": 5636095,
"lines": {
"opengl_version": false,
"allocation_rate": true,
"display": false,
"java_version": true,
"gpu_driver": true,
"memory_usage": true,
"allocated_memory": true,
"cpu": false,
"gpu_utilization": false,
"time": true,
"gpu": false
},
"enabled": true
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"name": "target",
"name_color": 43775,
"value_color": 16777045,
"lines": {
"id_fluid": false,
"fluid_tags": false,
"block_states": true,
"targeted_block": true,
"block_tags": false,
"id_block": true,
"nothing": true,
"nothing2": true,
"targeted_fluid": false,
"targeted_entity": false,
"fluid_states": false
},
"enabled": true
}
],
"modules_left": [
{
"name": "minecraft",
"name_color": 10506797,
"value_color": 43520,
"lines": {
"minecraft": true
},
"enabled": true
},
{
"color_high": 5635925,
"color_med": 16777045,
"name": "fps",
"lines": {
"fps": true
},
"enabled": true,
"color_low": 16733525
},
{
"name": "server",
"name_color": 11184810,
"value_color": 16777045,
"lines": {
"server_tick": true,
"packets_sent": true,
"packets_received": true
},
"enabled": true
},
{
"color_x": 16733525,
"color_y": 5635925,
"color_z": 5636095,
"name": "coords",
"name_color": 16733525,
"lines": {
"chunk_coords": true,
"player_coords": true,
"block_coords": true,
"chunk_relative_coords": true
},
"enabled": true
}
]
}

View file

@ -0,0 +1,21 @@
{
"time": true,
"timeDate": "HH:mm",
"timeFormat": "[$]",
"timeColor": 16733695,
"hover": true,
"hoverDate": "MM/dd/yyyy",
"hoverFormat": "$",
"hoverColor": 16777215,
"counter": true,
"counterFormat": "\u00268(\u00267x\u0026e$\u00268)",
"counterColor": 16777045,
"boundary": true,
"boundaryFormat": "\u00268[\u0026b$\u00268]",
"boundaryColor": 5636095,
"saveChat": true,
"shiftChat": 10,
"chatWidth": 0,
"nameFormat": "\u003c$\u003e",
"maxMsgs": 16384
}

View file

@ -0,0 +1,128 @@
#CONFIG ONLY OPTIONS
ignoreUpdate:0
settingsButton:false
allowWrongWorldTeleportation:false
differentiateByServerAddress:true
debugEntityIcons:false
debugEntityVariantIds:false
radarHideInvisibleEntities:true
#INGAME SETTINGS (DO NOT EDIT!)
updateNotification:true
minimap:true
caveMaps:2
caveZoom:1
showWaypoints:true
showIngameWaypoints:true
displayRedstone:true
deathpoints:true
oldDeathpoints:true
distance:1
lockNorth:false
zoom:0
minimapSize:0
chunkGrid:-1
slimeChunks:false
mapSafeMode:false
minimapOpacity:100.0
waypointsIngameIconScale:0
waypointsIngameDistanceScale:0
waypointsIngameNameScale:0
waypointsIngameCloseScale:1.0
antiAliasing:true
blockColours:0
lighting:true
dotsStyle:0
dotNameScale:1.0
compassOverEverything:true
showFlowers:true
keepWaypointNames:true
waypointsDistanceExp:0
waypointsDistanceMin:0.0
defaultWaypointTPCommandFormat:/tp @s {x} {y} {z}
defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~
arrowScale:1.5
arrowColour:0
smoothDots:true
worldMap:true
terrainDepth:true
terrainSlopes:2
mainEntityAs:0
blockTransparency:true
waypointOpacityIngame:80
waypointOpacityMap:90
hideWorldNames:1
openSlimeSettings:true
alwaysShowDistance:false
renderLayerIndex:1
crossDimensionalTp:true
biomeColorsVanillaMode:false
lookingAtAngle:10
lookingAtAngleVertical:180
centeredEnlarged:false
zoomOnEnlarged:0
minimapTextAlign:0
waypointsMutualEdit:true
compassLocation:1
compassScale:1
caveMapsDepth:30
hideWaypointCoordinates:false
renderAllSets:false
playerArrowOpacity:100
waypointsBottom:false
minimapShape:0
lightOverlayType:0
lightOverlayMaxLight:7
lightOverlayMinLight:0
lightOverlayColor:13
uiScale:0
bossHealthPushBox:1
potionEffectPushBox:1
minimapFrame:0
minimapFrameColor:9
compassColor:9
northCompassColor:-1
displayMultipleWaypointInfo:1
entityRadar:true
adjustHeightForCarpetLikeBlocks:true
autoConvertWaypointDistanceToKmThreshold:10000
waypointDistancePrecision:1
mainDotSize:2
partialYTeleportation:true
deleteReachedDeathpoints:true
hideMinimapUnderScreen:true
hideMinimapUnderF3:true
manualCaveModeStartAuto:true
manualCaveModeStart:-1
chunkGridLineWidth:1
temporaryWaypointsGlobal:true
keepUnlockedWhenEnlarged:false
enlargedMinimapAToggle:false
displayStainedGlass:true
waypointOnMapScale:0
switchToAutoOnDeath:true
infoDisplayBackgroundOpacity:40
displayPacPlayers:true
displayClaims:true
displayCurrentClaim:true
claimsFillOpacity:46
claimsBorderOpacity:80
infoDisplayOrder: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:chunk_coords:false:15:-1
infoDisplay:angles:false:15:-1
infoDisplay:dimension:false:15:-1
infoDisplay:biome:false:15:-1
infoDisplay:weather:false:15:-1
infoDisplay:light_level:0:15:-1
infoDisplay:time:0:15:-1
infoDisplay:real_time:0:15:-1
infoDisplay:highlights:true:15:-1
infoDisplay:light_overlay_indicator:true:15:-1
infoDisplay:manual_cave_mode_indicator:true:15:-1
infoDisplay:custom_sub_world:true:15:-1
interface:dummy:0:36:true:false:false:false
interface:dummy:0:10000:true:false:false:false
interface:dummy:0:0:false:false:true:false
interface:dummy:0:36:true:false:false:false
interface:gui.xaero_minimap:0:10000:false:false:true:false
#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints

View file

@ -0,0 +1,167 @@
{
"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,
"dotSize": 2.0,
"startFadingAt": 0.0,
"renderOverMinimapFrame": 1.0,
"icons": 1.0,
"heightLimit": 20.0,
"names": 0.0,
"iconScale": 1.0
},
"subCategories": [
{
"hardInclude": "living",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [
"minecraft:armor_stand"
],
"name": "gui.xaero_entity_category_living",
"protection": true,
"settingOverrides": {
"renderOrder": 2.0,
"color": 14.0
},
"subCategories": [
{
"hardInclude": "players",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_players",
"protection": true,
"settingOverrides": {
"renderOrder": 6.0,
"heightLimit": 2050.0,
"color": 15.0
},
"subCategories": [
{
"hardInclude": "same-team",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_same_team",
"protection": true,
"settingOverrides": {},
"subCategories": []
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_other_teams",
"protection": true,
"settingOverrides": {
"renderOrder": 7.0
},
"subCategories": []
}
]
},
{
"hardInclude": "hostile",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_hostile",
"protection": true,
"settingOverrides": {
"renderOrder": 3.0
},
"subCategories": [
{
"hardInclude": "tamed",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_hostile_tamed",
"protection": true,
"settingOverrides": {
"renderOrder": 5.0
},
"subCategories": []
}
]
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friendly",
"protection": true,
"settingOverrides": {},
"subCategories": [
{
"hardInclude": "tamed",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friendly_tamed",
"protection": true,
"settingOverrides": {
"renderOrder": 4.0
},
"subCategories": []
}
]
}
]
},
{
"hardInclude": "items",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_items",
"protection": true,
"settingOverrides": {
"renderOrder": 1.0,
"color": 12.0
},
"subCategories": []
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_other_entities",
"protection": true,
"settingOverrides": {
"color": 5.0
},
"subCategories": []
}
]
}

View file

@ -0,0 +1 @@
showCapes:true

View file

@ -0,0 +1,41 @@
ignoreUpdate:155
updateNotification:true
differentiateByServerAddress:true
netherlikeCaveMapAllowed:true
debug:false
lighting:true
colours:0
loadChunks:true
updateChunks:true
terrainSlopes:2
terrainDepth:true
footsteps:false
flowers:true
coordinates:true
hoveredBiome:true
biomeColorsVanillaMode:false
waypoints:true
renderArrow:true
displayZoom:true
worldmapWaypointsScale:1.0
openMapAnimation:true
reloadVersion:0
reloadEverything:false
zoomButtons:true
waypointBackgrounds:true
detectAmbiguousY:true
showDisabledWaypoints:false
closeWaypointsWhenHopping:true
adjustHeightForCarpetLikeBlocks:true
onlyCurrentMapWaypoints:false
minZoomForLocalWaypoints:0.0
arrowColour:-2
minimapRadar:true
renderWaypoints:true
partialYTeleportation:true
displayStainedGlass:true
pacPlayers:true
displayClaims:true
claimsFillOpacity:46
claimsBorderOpacity:80
globalVersion:1

View file

@ -0,0 +1,29 @@
version:3337
autoJump:false
fullscreen:false
bobView:true
darkMojangStudiosBackground:false
hideLightningFlashes:false
renderDistance:16
simulationDistance:8
guiScale:2
particles:0
maxFps:60
renderClouds:"false"
skipMultiplayerWarning:true
joinedFirstServer:true
key_key.itemswapper.itemswitcher:key.keyboard.r
key_key.cpm.gestureMenu:key.keyboard.unknown
key_key.lighty.enable:key.keyboard.f7
key_key.lighty.toggle:key.keyboard.f8
key_key.craftingtweaks.compressOne:key.keyboard.unknown
key_key.craftingtweaks.compressStack:key.keyboard.unknown
key_key.craftingtweaks.compressAll:key.keyboard.unknown
key_key.craftingtweaks.decompressOne:key.keyboard.unknown
key_key.craftingtweaks.decompressStack:key.keyboard.unknown
key_key.craftingtweaks.decompressAll:key.keyboard.unknown
key_key.craftingtweaks.refill_last:key.keyboard.unknown
key_key.craftingtweaks.refill_last_stack:key.keyboard.unknown
key_key.modmenu.open_menu:key.keyboard.unknown
key_key.waig.toggle:key.keyboard.f6
key_gui.xaero_open_map:key.keyboard.comma

425
.minecraft/index.toml Normal file
View file

@ -0,0 +1,425 @@
hash-format = "sha256"
[[files]]
file = ".modpack/explode.ogg"
hash = "fd1efad541304e851e8d3308d94d58d3abc4a4eaa39470205eb4af598e0c427d"
[[files]]
file = "bin/version.json"
hash = "daa187c344df623b466756874799fd0753b17e375a1b1dbb9e94c7c65972e4cb"
[[files]]
file = "config/yosbr/config/betterf3.json"
hash = "d98063af8b58f3fcdbec4ee05fbd8fb6284fcc22816fdc629e2135d697a69992"
[[files]]
file = "config/yosbr/config/chatpatches.json"
hash = "8f972a76c15172f6bd49a1c52d889a597a03389c8dd7f2d9386a4e5e98c618cb"
[[files]]
file = "config/yosbr/config/xaerominimap.txt"
hash = "35b5881663d7f9d548746b362e4f905d3d841eb234ab4f4b11de0e1bb3ebe0b7"
[[files]]
file = "config/yosbr/config/xaerominimap_entities.json"
hash = "77073b8451ff514a6982d8b19b108af59bbfda208ad2917e3030654ee9d27c8d"
[[files]]
file = "config/yosbr/config/xaeropatreon.txt"
hash = "36a890045fce4aa69f1c550d5a49a62b336cbb7911a7afa6956fcce5d4d9dcb8"
[[files]]
file = "config/yosbr/config/xaeroworldmap.txt"
hash = "b3972803ddb0a76e13d5bd03c7468237dbf2928949a1fb2923a0c20f77a18b7a"
[[files]]
file = "config/yosbr/options.txt"
hash = "35437b4437d2a9292a0f05a7567a4c74da8b414a28cb7e53bdcae7f71d34f3b9"
[[files]]
file = "import.txt"
hash = "3de5b8d73889836357e2cea23b2f112e5b698e396b10bd9126b96e05e56357db"
[[files]]
file = "mods/adorn.pw.toml"
hash = "0904d6eaf57c3a13708c22af5eccaac980cbaa38097d1ebfff6429be207b367a"
metafile = true
[[files]]
file = "mods/appleskin.pw.toml"
hash = "4d571d5ebe245ffb62a0df83e81d1c03670807d3528650d6dd9c983bd26ae860"
metafile = true
[[files]]
file = "mods/architectury-api.pw.toml"
hash = "843fefd7cf34bfe36b1fb2b6dc35ddfe44db53e23637d6b2674a7fb4e05e803f"
metafile = true
[[files]]
file = "mods/auth-me.pw.toml"
hash = "b119ad0ab00cff9062b29233e4f452d21f9ce690b53426e235670d54d84ac812"
metafile = true
[[files]]
file = "mods/balm.pw.toml"
hash = "0708223179ebe2bad131cfc063dde7cf65ec355c18a3c1392646142e46ea95f3"
metafile = true
[[files]]
file = "mods/better-combat.pw.toml"
hash = "878848f04fee74c36e3fe0d53e0d506d9f50966036edeb4fdd7268951cb73fc8"
metafile = true
[[files]]
file = "mods/betterf3.pw.toml"
hash = "e8cd685b609577ab23e2a55ec3273a1ff9475daef52f0999b2c5d27f7c795f5c"
metafile = true
[[files]]
file = "mods/biomesyougo.pw.toml"
hash = "f9daa7f4a22030249d4ba643df59c7fc4e49b2cdaf6fc4adb9df70a8827d3f6e"
metafile = true
[[files]]
file = "mods/bobby.pw.toml"
hash = "33d8e4f2b5e3546f8dd4df0aadcc374b2b1e811f456bdea741dc53b94ac22f11"
metafile = true
[[files]]
file = "mods/cardinal-components-api.pw.toml"
hash = "5d898bbdb655828c59223382f85016f8328884b3ff176b697c51e8dedaec68c1"
metafile = true
[[files]]
file = "mods/cc-restitched.pw.toml"
hash = "6e8faa4779dca8bafd4cc91cad8f7fe425f6d3d08511463466c6c13b8ffa55dd"
metafile = true
[[files]]
file = "mods/chalk.pw.toml"
hash = "776d8d4d93ed3052d46f77857707a09dfd77196b2e55de23455e2e4c81e36af9"
metafile = true
[[files]]
file = "mods/chatpatches.pw.toml"
hash = "15590379221e4b4d9d1ce045a7e01585aca9a4217c322cc0e072dd196b633e47"
metafile = true
[[files]]
file = "mods/chunky.pw.toml"
hash = "b52cd1f4295d855882a41b5f164385e2ba460d7766a2e2e6183ef56c00c824ab"
metafile = true
[[files]]
file = "mods/cit-resewn.pw.toml"
hash = "0da3b33d0d62fcaf24835fb432b8dd9be02e82897cd43fddc38fa81106203d37"
metafile = true
[[files]]
file = "mods/cloth-config.pw.toml"
hash = "213cad77d46ff46fe20780b01856cb1a8812747e9c3564203669bf3905e646e2"
metafile = true
[[files]]
file = "mods/completeconfig.pw.toml"
hash = "a206bc693d41eb72f431abfc5d4556f9e9bf7f0bb6237224b750df85aeddd434"
metafile = true
[[files]]
file = "mods/continuity.pw.toml"
hash = "984741a3b4d5612df37b81d7349dd1f130257eaf7d94d95b72ce43fff9411885"
metafile = true
[[files]]
file = "mods/corgilib.pw.toml"
hash = "9322278362644f81f8cc456b622d0b761eaf2677abbaca5db1952b23098a33bb"
metafile = true
[[files]]
file = "mods/couplings.pw.toml"
hash = "e9959b342401ffdb0ddae4e9fd151b97a9cb94624d4658daafdac0c17d8bc262"
metafile = true
[[files]]
file = "mods/crafting-tweaks.pw.toml"
hash = "a572748a834652cad447f8113c080d986114d0d2610fc0a769b0376a0c197990"
metafile = true
[[files]]
file = "mods/create-fabric.pw.toml"
hash = "d3b6493205ea43ac22c65a229b2be0611f4c947c2180364fd5881bdef74f0104"
metafile = true
[[files]]
file = "mods/croptopia.pw.toml"
hash = "3318c70374f860b9b2ab3699621a7ace4a199dd63f06d3b5c6892067ec5f269d"
metafile = true
[[files]]
file = "mods/custom-player-models.pw.toml"
hash = "1f7a3d08fa0c2723e95864dfb6e950b1e323f701dbb3ce5631aed9f09814361f"
metafile = true
[[files]]
file = "mods/data-attributes.pw.toml"
hash = "c11c619bab23d83691aeb891a98c355e14600fd0cc87e15e8976f8630910c3b6"
metafile = true
[[files]]
file = "mods/dawn.pw.toml"
hash = "4a13d096e82525f8cd4eb0e8c14f43929d11d7d8b54d7d34a981f7ac29614699"
metafile = true
[[files]]
file = "mods/eating-animation.pw.toml"
hash = "92f796bb39c6235298ccf33b64505923870bc3a258cbb2114d0ec036bfe18b6d"
metafile = true
[[files]]
file = "mods/entitytexturefeatures.pw.toml"
hash = "c3b9347961a06e85aad24fa8f863f617da394df49a67b0b1a1a952ad7f0056f7"
metafile = true
[[files]]
file = "mods/ex-hud.pw.toml"
hash = "48b1a2bec5668a356dc9e27b14541137b6be24afae201e3f832c98280d626a1d"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "7873ca5fa00f1d5bcc11ba839aed4866e660017f8caee9337c7dffc8682d5653"
metafile = true
[[files]]
file = "mods/fabric-language-kotlin.pw.toml"
hash = "62360beac5e427be02b732421c9e4fe53819bc6f5e2cc821fd6f2d9278c5485b"
metafile = true
[[files]]
file = "mods/fabricskyboxes.pw.toml"
hash = "1ef7f8449365aa7f1185447ca46bc1c742e3d766c9dffb90b90447daed049042"
metafile = true
[[files]]
file = "mods/ferrite-core.pw.toml"
hash = "98da553a1ba2d41bfce3585198641c2d927c702d5403ebec82402ae51ddf707f"
metafile = true
[[files]]
file = "mods/forge-config-api-port.pw.toml"
hash = "3a68d8f694877589b9d29bd7b44b590a123007f28142d0deed1ba34c9b90b51c"
metafile = true
[[files]]
file = "mods/geckolib.pw.toml"
hash = "c7864e8e3af437b95455a51a7dbb04bcc0f006eb70fcea661d25f8633295ff97"
metafile = true
[[files]]
file = "mods/icarus.pw.toml"
hash = "2045ed4e0218b8f51e318199cf2fe818bc5fa4b347a956552d88932c1f0095a3"
metafile = true
[[files]]
file = "mods/iceberg.pw.toml"
hash = "a81c6e60f18faf727ed743029c8a4d093c6c96f0c450be7bf3535985ee6f4288"
metafile = true
[[files]]
file = "mods/immersive-armors.pw.toml"
hash = "8b1c95b10891c6a3fbbd0b4d22882fc0234c450d2fedee0b1a6c2fe5b290132f"
metafile = true
[[files]]
file = "mods/indium.pw.toml"
hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635"
metafile = true
[[files]]
file = "mods/iris.pw.toml"
hash = "8a762171b89a5265ad651263b4691a098ce6429edd74b4ddb09c7c33286fcc75"
metafile = true
[[files]]
file = "mods/item-alchemy.pw.toml"
hash = "49c49a9b94805ccc57f1721ea10aaf7260c0335b2064787dac8461a446813e06"
metafile = true
[[files]]
file = "mods/itemswapper.pw.toml"
hash = "cdc6994dedc82cf7807f6afbdde9000cf11841c174008b2aad20f62d9b0b08c7"
metafile = true
[[files]]
file = "mods/konkrete.pw.toml"
hash = "564839c03425a367fc1503ca946f74277580bcdf4174d429d3d40750f3cb46bf"
metafile = true
[[files]]
file = "mods/krypton.pw.toml"
hash = "998f45a9037fa4663bc5e2bea5de925bf4ce6352328fcaaa830db8466cc62416"
metafile = true
[[files]]
file = "mods/lambdynamiclights.pw.toml"
hash = "9b628c73b749c901f12ba08b8304c161801903b1dd3fdbb6d4b93a9d42d25afa"
metafile = true
[[files]]
file = "mods/lazydfu.pw.toml"
hash = "b4ca05b39b85c27cd97ccb65d5fb832f5e9fd7ee5710542a3e69dfa30a97ea7d"
metafile = true
[[files]]
file = "mods/legendary-tooltips.pw.toml"
hash = "e4958dc5dc67d3595710ee4b644edd1bed50eecf2fd990949487d47999e40729"
metafile = true
[[files]]
file = "mods/libjf.pw.toml"
hash = "e77e9a89bf7c70cb6eeb25b95f190dbc9a63e155c61c193a77c01ca63a32b9bb"
metafile = true
[[files]]
file = "mods/lighty.pw.toml"
hash = "1031c190ba7ad5671af83738f2dcd2755fdaa93abfcf257039ad4866af0e7c60"
metafile = true
[[files]]
file = "mods/mcpitanlibarch.pw.toml"
hash = "2f9f9dfc3816fc94e425e671b19c246b3b529aba913a9617bc2fc0e786051126"
metafile = true
[[files]]
file = "mods/midnightlib.pw.toml"
hash = "d8e9c12d291ecb9f829fe57504ceeb404bbdd2f9de2595595659ebb90440c826"
metafile = true
[[files]]
file = "mods/mo-structures.pw.toml"
hash = "083e1237dbbc9ff8bd1ea9d4674043d964da40e0e0414830bd9a91a997a0bd28"
metafile = true
[[files]]
file = "mods/modmenu.pw.toml"
hash = "be0fd8b9cd9f8a94428ea8ac5ec84f4f7bab23697236b7a2e54d8537834e0315"
metafile = true
[[files]]
file = "mods/mouse-tweaks.pw.toml"
hash = "8f554f10f3ca26505c1f51871263a7d75fca1e07a288c60c1a96b18f830beede"
metafile = true
[[files]]
file = "mods/numismatic-overhaul.pw.toml"
hash = "943ef78dd994c3ab19e78201dabd0a60f6308e763d2e8dcd23a022def7d3148a"
metafile = true
[[files]]
file = "mods/origins-classes.pw.toml"
hash = "d5b2f9d8624b485a9730cc7ad5d73349e969231f40bc4afbc64a48ebff9b39c0"
metafile = true
[[files]]
file = "mods/origins.pw.toml"
hash = "862b429a623762ef0469eb2a409b9450a9b70071cf9bffabca654b97f7528424"
metafile = true
[[files]]
file = "mods/owo-lib.pw.toml"
hash = "d6a99e144be13fb3d0865925bf73357a2ff82f4114929cc2f35930eb21f3c7e9"
metafile = true
[[files]]
file = "mods/pehkui.pw.toml"
hash = "f20bf84a820c2c157ffe838f6ea821524cfe4eb056664ac250fac5af3fbac68a"
metafile = true
[[files]]
file = "mods/playeranimator.pw.toml"
hash = "bc5420f20c163dffd4c32178bfc8004da8da6e48561a3960c27537c826d85a17"
metafile = true
[[files]]
file = "mods/playerex.pw.toml"
hash = "a96d4a8eac791c0bc58649e827b4221da58eb91557d861d67e122d8e15820572"
metafile = true
[[files]]
file = "mods/prism-lib.pw.toml"
hash = "8134c08af1ac4d5c8aef4b134d205fb12b202c2a6ad323cc93b7bb8ada19de21"
metafile = true
[[files]]
file = "mods/reeses-sodium-options.pw.toml"
hash = "b2e3be698473bfb3f08865a11e74c9ee8d47239ac72a79d60acc1ee381722a50"
metafile = true
[[files]]
file = "mods/rei.pw.toml"
hash = "f37d98015547fa4c5c392eec612376bebf6af9ed83cde466938bebf60c7ab68d"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "a030cd72bfa72fe3844b95348fe4a35770e2e9b6e13c13bc0833c4fa56bc49b5"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "8da0d4c285e7e57aee3f08ab4e268d04518704ace4060744f042aef3a7f6bc50"
metafile = true
[[files]]
file = "mods/sodium.pw.toml"
hash = "aa4dcf55ac3191b0b31437521714c1d28364c3396cf06ef07fa76a08488c1837"
metafile = true
[[files]]
file = "mods/starlight.pw.toml"
hash = "2aeab4f3b0a720ed02f400d9b521f1858474d4f8f7c3577ce916d5aa31fe37e1"
metafile = true
[[files]]
file = "mods/stendhal.pw.toml"
hash = "b4bff2848944097fff7cff99a65c0164e29c616ce83b7fc8261f0aef2db85f08"
metafile = true
[[files]]
file = "mods/terrablender.pw.toml"
hash = "ff9734e83519d4b1a516101f16b30650d00877d55ac1b62c24466ee2cc2a825a"
metafile = true
[[files]]
file = "mods/travelersbackpack.pw.toml"
hash = "8a533ee0a14837da5f9101161de18908c96e098e54d521c8839f0d9d73eff213"
metafile = true
[[files]]
file = "mods/trinkets.pw.toml"
hash = "e4e021f4e9647d01496dfd9f4dbf77cf46575318bd54f40aac7d3b4996baecb8"
metafile = true
[[files]]
file = "mods/universal_ores.pw.toml"
hash = "377f9bb0ff4133e639b9017434cb8ad9bd0af6c9eef4366de04764ab755dc688"
metafile = true
[[files]]
file = "mods/xaeros-minimap-fair-play-edition.pw.toml"
hash = "8ea90a90292ef89b77fba94f89870023d002708bf4e1d19e3e78e8ca20f51519"
metafile = true
[[files]]
file = "mods/xaeros-world-map.pw.toml"
hash = "c071fa54273dc9f6358fb0b740e4893e617ffbe779c14909c27ad928bd246411"
metafile = true
[[files]]
file = "mods/yosbr.pw.toml"
hash = "003dee7fef878abc298c3c6589b7b21e8922def090c9cf8259ae8c6aacc0946f"
metafile = true
[[files]]
file = "packwiz-installer-bootstrap.jar"
hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c"

View file

@ -0,0 +1,13 @@
name = "Adorn"
filename = "Adorn-3.8.2+1.19.2-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/hIgE4jl7/Adorn-3.8.2%2B1.19.2-fabric.jar"
hash-format = "sha1"
hash = "93783a5e0c950091a9d01f775d44528a497b046c"
[update]
[update.modrinth]
mod-id = "E6FUtRJh"
version = "hIgE4jl7"

View file

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

View file

@ -0,0 +1,13 @@
name = "Architectury API"
filename = "architectury-6.5.77-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/6hcOpiuA/architectury-6.5.77-fabric.jar"
hash-format = "sha1"
hash = "42f85cc42c10b5b72c3a678710ce653dadff580f"
[update]
[update.modrinth]
mod-id = "lhGA9TYQ"
version = "6hcOpiuA"

View file

@ -0,0 +1,13 @@
name = "Auth Me"
filename = "authme-mc1.19.2-4.2.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/X5k3gLRb/authme-mc1.19.2-4.2.0.jar"
hash-format = "sha1"
hash = "16a99205b99e78d8c716c25b257fa5c42696f366"
[update]
[update.modrinth]
mod-id = "yjgIrBjZ"
version = "X5k3gLRb"

View file

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

View file

@ -0,0 +1,13 @@
name = "Better Combat"
filename = "bettercombat-fabric-1.6.2+1.19.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/ibYfuIUH/bettercombat-fabric-1.6.2%2B1.19.jar"
hash-format = "sha1"
hash = "97295e5f2526cb75f7de5e3c24b456fa1f95937a"
[update]
[update.modrinth]
mod-id = "5sy6g3kz"
version = "ibYfuIUH"

View file

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

View file

@ -0,0 +1,13 @@
name = "Oh The Biomes You'll Go"
filename = "Oh_The_Biomes_You'll_Go-fabric-1.19.2-2.0.1.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uE1WpIAk/versions/9MInWvhi/Oh_The_Biomes_You%27ll_Go-fabric-1.19.2-2.0.1.1.jar"
hash-format = "sha1"
hash = "08f3b99c84935cbb6655cb97b2c037e81929806e"
[update]
[update.modrinth]
mod-id = "uE1WpIAk"
version = "9MInWvhi"

View file

@ -0,0 +1,13 @@
name = "Bobby"
filename = "bobby-4.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/M08ruV16/versions/5UUzbXgz/bobby-4.0.1.jar"
hash-format = "sha1"
hash = "3f7be87e0416ec055498324f6a5d896cdb07c589"
[update]
[update.modrinth]
mod-id = "M08ruV16"
version = "5UUzbXgz"

View file

@ -0,0 +1,13 @@
name = "Cardinal Components API"
filename = "cardinal-components-api-5.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/K01OU20C/versions/tPfCTMiZ/cardinal-components-api-5.0.2.jar"
hash-format = "sha1"
hash = "2ca37fd1372f48d39154aea952a9db148d1db9e5"
[update]
[update.modrinth]
mod-id = "K01OU20C"
version = "tPfCTMiZ"

View file

@ -0,0 +1,13 @@
name = "CC: Restitched"
filename = "cc-restitched-1.101.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/eldBwa5V/versions/1.101.2%2B1.19.1/cc-restitched-1.101.2.jar"
hash-format = "sha1"
hash = "428b306c317e38d5829972f1944c873858b740da"
[update]
[update.modrinth]
mod-id = "eldBwa5V"
version = "3S6HU7nl"

View file

@ -0,0 +1,13 @@
name = "Chalk (Fabric)"
filename = "chalk-2.1.0+1.19.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/OrtjXTCH/versions/2.1.0/chalk-2.1.0%2B1.19.jar"
hash-format = "sha1"
hash = "300d8b999e87665b4c66ba9c3f83dc5a0eefe0dd"
[update]
[update.modrinth]
mod-id = "OrtjXTCH"
version = "2kBPnANn"

View file

@ -0,0 +1,13 @@
name = "Chat Patches"
filename = "chatpatches-192.2.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/MOqt4Z5n/versions/mkSBPVio/chatpatches-192.2.1.jar"
hash-format = "sha1"
hash = "27bd7e4d689b285a25bd06beeca75ac5927801a1"
[update]
[update.modrinth]
mod-id = "MOqt4Z5n"
version = "mkSBPVio"

View file

@ -0,0 +1,13 @@
name = "Chunky"
filename = "Chunky-1.3.38.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fALzjamp/versions/wFqA1p32/Chunky-1.3.38.jar"
hash-format = "sha1"
hash = "55c845eb6f951f7ef9bffbc27e0bf36b881c71e2"
[update]
[update.modrinth]
mod-id = "fALzjamp"
version = "wFqA1p32"

View file

@ -0,0 +1,13 @@
name = "CIT Resewn"
filename = "CITResewn-1.1.2+1.19.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/otVJckYQ/versions/lYmW1wnD/CITResewn-1.1.2%2B1.19.2.jar"
hash-format = "sha1"
hash = "8eee04b02dcb7543633c8a2001d6bc89abb5d5ac"
[update]
[update.modrinth]
mod-id = "otVJckYQ"
version = "lYmW1wnD"

View file

@ -0,0 +1,13 @@
name = "Cloth Config API"
filename = "cloth-config-8.2.88-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/EXrxCjl6/cloth-config-8.2.88-fabric.jar"
hash-format = "sha1"
hash = "4b93c69f22e9bdeeca201992e99632824b55f9cb"
[update]
[update.modrinth]
mod-id = "9s6osm5g"
version = "EXrxCjl6"

View file

@ -0,0 +1,13 @@
name = "CompleteConfig"
filename = "completeconfig-2.1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/GtqG8z1h/versions/u6LwMxu3/completeconfig-2.1.0.jar"
hash-format = "sha1"
hash = "705cbe0beaee191088de4fc3d25745130eb57dbc"
[update]
[update.modrinth]
mod-id = "GtqG8z1h"
version = "u6LwMxu3"

View file

@ -0,0 +1,13 @@
name = "Continuity"
filename = "continuity-2.0.2+1.19.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/1IjD5062/versions/Ql3Ho9eR/continuity-2.0.2%2B1.19.jar"
hash-format = "sha1"
hash = "b7f4060c66eee13fa1385da89090560de30358e1"
[update]
[update.modrinth]
mod-id = "1IjD5062"
version = "Ql3Ho9eR"

View file

@ -0,0 +1,13 @@
name = "CorgiLib"
filename = "CorgiLib-fabric-1.19.2-1.0.0.32.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/VLaSLzb2/CorgiLib-fabric-1.19.2-1.0.0.32.jar"
hash-format = "sha1"
hash = "cee3b865499c928363ae892029772cc174e4ac0d"
[update]
[update.modrinth]
mod-id = "ziOp6EO8"
version = "VLaSLzb2"

View file

@ -0,0 +1,13 @@
name = "Couplings"
filename = "Couplings-1.9.1+1.19.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/80ulerjA/versions/1.9.1%2B1.19/Couplings-1.9.1%2B1.19.jar"
hash-format = "sha1"
hash = "8adcc4d19154e3e79a754700519daf5c80821acf"
[update]
[update.modrinth]
mod-id = "80ulerjA"
version = "cOTJKyN0"

View file

@ -0,0 +1,13 @@
name = "Crafting Tweaks"
filename = "craftingtweaks-fabric-1.19-15.1.6.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DMu0oBKf/versions/c3oJXxtm/craftingtweaks-fabric-1.19-15.1.6.jar"
hash-format = "sha1"
hash = "d8c0cc5573c0a81408f7adc3758c41539bd3b8ff"
[update]
[update.modrinth]
mod-id = "DMu0oBKf"
version = "c3oJXxtm"

View file

@ -0,0 +1,13 @@
name = "Create Fabric"
filename = "create-fabric-0.5.0.i-991+1.19.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/MpeKaF3n/create-fabric-0.5.0.i-991%2B1.19.2.jar"
hash-format = "sha1"
hash = "9f6c509505b2ca7dae52cd3a03f5a18e58cd042c"
[update]
[update.modrinth]
mod-id = "Xbc0uyRg"
version = "MpeKaF3n"

View file

@ -0,0 +1,13 @@
name = "Croptopia"
filename = "Croptopia-1.19.2-FABRIC-2.2.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "726c6268da4b0023ea166ca9bc00f5b10e97cfca"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4344773
project-id = 415438

View file

@ -0,0 +1,13 @@
name = "Customizable Player Models"
filename = "CustomPlayerModels-Fabric-1.19-0.6.7a.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/IQDpg3fQ/CustomPlayerModels-Fabric-1.19-0.6.7a.jar"
hash-format = "sha1"
hash = "2be62148341ba64f7a4bd858c4cd32f8f2eb16c9"
[update]
[update.modrinth]
mod-id = "h1E7sQNL"
version = "IQDpg3fQ"

View file

@ -0,0 +1,13 @@
name = "Data Attributes"
filename = "dataattributes-1.4.3+1.19.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/wFyCClLQ/versions/ierNywVF/dataattributes-1.4.3%2B1.19.2.jar"
hash-format = "sha1"
hash = "36ca303f265faa21504059df2c245fb47a39a392"
[update]
[update.modrinth]
mod-id = "wFyCClLQ"
version = "ierNywVF"

View file

@ -0,0 +1,13 @@
name = "Dawn API"
filename = "dawn-3.5.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/meZK2DCX/versions/3.5.0/dawn-3.5.0.jar"
hash-format = "sha1"
hash = "50b0c2030ae6e7936b29e489df7a09866032be78"
[update]
[update.modrinth]
mod-id = "meZK2DCX"
version = "YdQQ22Uv"

View file

@ -0,0 +1,13 @@
name = "Eating Animation [Fabric]"
filename = "eating-animation-1.9.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/rUgZvGzi/versions/UulaTOZ0/eating-animation-1.9.1.jar"
hash-format = "sha1"
hash = "30aac8a879bb2c0f9ade411359239bf5a4cefced"
[update]
[update.modrinth]
mod-id = "rUgZvGzi"
version = "UulaTOZ0"

View file

@ -0,0 +1,13 @@
name = "Entity Texture Features"
filename = "entity_texture_features_fabric_1.19.2-4.3.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/Mm7KueIp/entity_texture_features_fabric_1.19.2-4.3.3.jar"
hash-format = "sha1"
hash = "2a2a6bb3d618be61cb99eb98f305d3a28d9ce1c9"
[update]
[update.modrinth]
mod-id = "BVzZfTc1"
version = "Mm7KueIp"

View file

@ -0,0 +1,13 @@
name = "Ex HUD"
filename = "exhud-1.1.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/387DYXF9/versions/55HkuUcM/exhud-1.1.0.jar"
hash-format = "sha1"
hash = "55efe2dbca3945553acc6fadd7d667c9977d01e9"
[update]
[update.modrinth]
mod-id = "387DYXF9"
version = "55HkuUcM"

View file

@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.76.0+1.19.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/hfsU4hXq/fabric-api-0.76.0%2B1.19.2.jar"
hash-format = "sha1"
hash = "f29a349b29324338ebe3acaa2914637008be15f4"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "hfsU4hXq"

View file

@ -0,0 +1,13 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.9.3+kotlin.1.8.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/MkcO8aQ0/fabric-language-kotlin-1.9.3%2Bkotlin.1.8.20.jar"
hash-format = "sha1"
hash = "2a3d3f8aa263ba7748550a94e97cf760712bc2c6"
[update]
[update.modrinth]
mod-id = "Ha28R6CL"
version = "MkcO8aQ0"

View file

@ -0,0 +1,13 @@
name = "FabricSkyboxes"
filename = "fabricskyboxes-0.6.2+mc1.19.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/YBz7DOs8/versions/JF3TQ8aT/fabricskyboxes-0.6.2%2Bmc1.19.2.jar"
hash-format = "sha1"
hash = "498a4d0d41ee0aff2e8a6066d2e950f868c3a1e1"
[update]
[update.modrinth]
mod-id = "YBz7DOs8"
version = "JF3TQ8aT"

View file

@ -0,0 +1,13 @@
name = "FerriteCore"
filename = "ferritecore-5.0.3-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/kwjHqfz7/ferritecore-5.0.3-fabric.jar"
hash-format = "sha1"
hash = "4a124f8205e39b84a156db2d1e435c5708328d7b"
[update]
[update.modrinth]
mod-id = "uXXizFIs"
version = "kwjHqfz7"

View file

@ -0,0 +1,13 @@
name = "Forge Config API Port"
filename = "ForgeConfigAPIPort-v4.2.11-1.19.2-Fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ohNO6lps/versions/3VCgXZ79/ForgeConfigAPIPort-v4.2.11-1.19.2-Fabric.jar"
hash-format = "sha1"
hash = "00d05a6d57ee557ab216de5527e1434e3cf50c24"
[update]
[update.modrinth]
mod-id = "ohNO6lps"
version = "3VCgXZ79"

View file

@ -0,0 +1,13 @@
name = "Geckolib"
filename = "geckolib-fabric-1.19-3.1.40.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/ATPZfRS1/geckolib-fabric-1.19-3.1.40.jar"
hash-format = "sha1"
hash = "dab6fa804356b1599ce60601213530bcc5732cbc"
[update]
[update.modrinth]
mod-id = "8BmcQJ2H"
version = "ATPZfRS1"

View file

@ -0,0 +1,13 @@
name = "Icarus"
filename = "icarus-1.14.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Dw7M6XKW/versions/IFD7Mtvp/icarus-1.14.jar"
hash-format = "sha1"
hash = "3ebdb5578036b5833e3c842a7a147fe7696dd334"
[update]
[update.modrinth]
mod-id = "Dw7M6XKW"
version = "IFD7Mtvp"

View file

@ -0,0 +1,13 @@
name = "Iceberg"
filename = "Iceberg-1.19.1-fabric-1.0.46.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5faXoLqX/versions/qC0waeNX/Iceberg-1.19.1-fabric-1.0.46.jar"
hash-format = "sha1"
hash = "cff3a1f0aa7bd3c6f3ac29ae5cb9e6aba991ecd1"
[update]
[update.modrinth]
mod-id = "5faXoLqX"
version = "qC0waeNX"

View file

@ -0,0 +1,13 @@
name = "Immersive Armors"
filename = "immersive_armors-1.5.5+1.19.2-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/eE2Db4YU/versions/T62TvUwh/immersive_armors-1.5.5%2B1.19.2-fabric.jar"
hash-format = "sha1"
hash = "dd4019135c50a77a897e3aaa9aabf03c7866b62a"
[update]
[update.modrinth]
mod-id = "eE2Db4YU"
version = "T62TvUwh"

View file

@ -0,0 +1,13 @@
name = "Indium"
filename = "indium-1.0.9+mc1.19.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/yTfou6df/indium-1.0.9%2Bmc1.19.2.jar"
hash-format = "sha1"
hash = "a74ab16af990cf55dd1a3b5c76eadfc9ca25e25e"
[update]
[update.modrinth]
mod-id = "Orvt0mRa"
version = "yTfou6df"

View file

@ -0,0 +1,13 @@
name = "Iris Shaders"
filename = "iris-mc1.19.2-1.6.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/1g7raUdU/iris-mc1.19.2-1.6.1.jar"
hash-format = "sha1"
hash = "b33019df6fad5be485409eb3bac92007aa31401e"
[update]
[update.modrinth]
mod-id = "YL57xq9U"
version = "1g7raUdU"

View file

@ -0,0 +1,13 @@
name = "Item Alchemy"
filename = "itemalchemy-0.5.6.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/cfQx2fbQ/versions/YZgAzgxS/itemalchemy-0.5.6.jar"
hash-format = "sha1"
hash = "563898d82087259b00a26fe2fdfe23fa0ac10bbb"
[update]
[update.modrinth]
mod-id = "cfQx2fbQ"
version = "YZgAzgxS"

View file

@ -0,0 +1,13 @@
name = "ItemSwapper"
filename = "itemswapper-fabric-0.4.0-mc1.19.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/RPOSBQgq/versions/WZU4j0Uk/itemswapper-fabric-0.4.0-mc1.19.2.jar"
hash-format = "sha1"
hash = "eee366ad8bab093d816b660a511a54efc3ac1d0c"
[update]
[update.modrinth]
mod-id = "RPOSBQgq"
version = "WZU4j0Uk"

View file

@ -0,0 +1,13 @@
name = "Konkrete"
filename = "konkrete_fabric_1.6.0_MC_1.19.1-1.19.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/J81TRJWm/versions/OJaX8Ruf/konkrete_fabric_1.6.0_MC_1.19.1-1.19.2.jar"
hash-format = "sha1"
hash = "4317c1801cb1ea88107e65cc571c86a4a70aa514"
[update]
[update.modrinth]
mod-id = "J81TRJWm"
version = "OJaX8Ruf"

View file

@ -0,0 +1,13 @@
name = "Krypton"
filename = "krypton-0.2.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/0.2.1/krypton-0.2.1.jar"
hash-format = "sha1"
hash = "ebf02e469c028ea9e548401cacbb62e434874c08"
[update]
[update.modrinth]
mod-id = "fQEb0iXm"
version = "vx0mZa04"

View file

@ -0,0 +1,13 @@
name = "LambDynamicLights"
filename = "lambdynamiclights-2.2.0+1.19.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yBW8D80W/versions/YQkZSlfq/lambdynamiclights-2.2.0%2B1.19.2.jar"
hash-format = "sha1"
hash = "a2f8ab8fc203a6b4a2d2a756ab5e74ac621ebfdd"
[update]
[update.modrinth]
mod-id = "yBW8D80W"
version = "YQkZSlfq"

View file

@ -0,0 +1,13 @@
name = "LazyDFU"
filename = "lazydfu-0.1.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hvFnDODi/versions/0.1.3/lazydfu-0.1.3.jar"
hash-format = "sha1"
hash = "0dfa8b03ed408fb7fdada29e01cfebba02af1049"
[update]
[update.modrinth]
mod-id = "hvFnDODi"
version = "4SHylIO9"

View file

@ -0,0 +1,13 @@
name = "Legendary Tooltips"
filename = "LegendaryTooltips-1.19.2-fabric-1.3.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/atHH8NyV/versions/QqAHVnpI/LegendaryTooltips-1.19.2-fabric-1.3.3.jar"
hash-format = "sha1"
hash = "5edec0968a0b24d559de8c82660d526bc0bd5648"
[update]
[update.modrinth]
mod-id = "atHH8NyV"
version = "QqAHVnpI"

View file

@ -0,0 +1,13 @@
name = "LibJF"
filename = "libjf-3.2.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/WKwQAwke/versions/iCk0kj45/libjf-3.2.1.jar"
hash-format = "sha1"
hash = "762af23e803cc360b6bf9f8e9ab0c023e7334d68"
[update]
[update.modrinth]
mod-id = "WKwQAwke"
version = "iCk0kj45"

View file

@ -0,0 +1,13 @@
name = "Lighty"
filename = "lighty-1.2.1+1.19.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yjvKidNM/versions/GzFkrvMc/lighty-1.2.1%2B1.19.2.jar"
hash-format = "sha1"
hash = "c4bd0a8c3bbbd0c651b5dca92f525cce19b70da9"
[update]
[update.modrinth]
mod-id = "yjvKidNM"
version = "GzFkrvMc"

View file

@ -0,0 +1,13 @@
name = "MCPitanLibarch"
filename = "mcpitanlibarch-1.6.3-1.19.2-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uNRoUnGT/versions/TimNdi2K/mcpitanlibarch-1.6.3-1.19.2-fabric.jar"
hash-format = "sha1"
hash = "d3b9eabad1463112fee8deb1c97ba9498c93275e"
[update]
[update.modrinth]
mod-id = "uNRoUnGT"
version = "TimNdi2K"

View file

@ -0,0 +1,13 @@
name = "MidnightLib"
filename = "midnightlib-0.6.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/codAaoxh/versions/WjT0Llfm/midnightlib-0.6.1.jar"
hash-format = "sha1"
hash = "1900376fa98df38ceec337874fc5ffe33501e5f0"
[update]
[update.modrinth]
mod-id = "codAaoxh"
version = "WjT0Llfm"

View file

@ -0,0 +1,13 @@
name = "Mo' Structures"
filename = "mostructures-1.4.3+1.19.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/PTGd6dWp/versions/l5IdZ68C/mostructures-1.4.3%2B1.19.2.jar"
hash-format = "sha1"
hash = "66acda08dd33a97e2611902e38d421dd429b398d"
[update]
[update.modrinth]
mod-id = "PTGd6dWp"
version = "l5IdZ68C"

View file

@ -0,0 +1,13 @@
name = "Mod Menu"
filename = "modmenu-4.2.0-beta.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/gSoPJyVn/modmenu-4.2.0-beta.2.jar"
hash-format = "sha1"
hash = "6e627ee1b31f5be89e14c85e888f47463d8da9c2"
[update]
[update.modrinth]
mod-id = "mOgUt4GM"
version = "gSoPJyVn"

View file

@ -0,0 +1,13 @@
name = "Mouse Tweaks"
filename = "MouseTweaks-fabric-mc1.19-2.22.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/1.19-2.22-fabric/MouseTweaks-fabric-mc1.19-2.22.jar"
hash-format = "sha1"
hash = "6004ccf55a3013c54fdbef3b28613c3326231d2c"
[update]
[update.modrinth]
mod-id = "aC3cM3Vq"
version = "pmMCbsN3"

View file

@ -0,0 +1,13 @@
name = "Numismatic Overhaul"
filename = "numismatic-overhaul-0.2.5+1.19.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ZXm8hVxN/versions/Yu0uj2X9/numismatic-overhaul-0.2.5%2B1.19.jar"
hash-format = "sha1"
hash = "9c38b8862609446d236e0d0f9902b78b2f8317b9"
[update]
[update.modrinth]
mod-id = "ZXm8hVxN"
version = "Yu0uj2X9"

View file

@ -0,0 +1,13 @@
name = "Origins: Classes"
filename = "Origins-Classes-1.19-1.4.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/FiDptjtR/versions/1.4.0/Origins-Classes-1.19-1.4.0.jar"
hash-format = "sha1"
hash = "0e789bc4f5c5150f5e62b5955adce8b528aabcda"
[update]
[update.modrinth]
mod-id = "FiDptjtR"
version = "9ATzOPjO"

View file

@ -0,0 +1,13 @@
name = "Origins"
filename = "Origins-1.19.2-1.7.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/3BeIrqZR/versions/FxSutbg1/Origins-1.19.2-1.7.1.jar"
hash-format = "sha1"
hash = "b1410b30daeb585da247d0c48a3a9fe2f650fede"
[update]
[update.modrinth]
mod-id = "3BeIrqZR"
version = "FxSutbg1"

View file

@ -0,0 +1,13 @@
name = "oωo (owo-lib)"
filename = "owo-lib-0.9.3+1.19.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/yGLYmVnT/owo-lib-0.9.3%2B1.19.jar"
hash-format = "sha1"
hash = "86a14dfac6a05d8ee78a331a2ce2a06382e1a271"
[update]
[update.modrinth]
mod-id = "ccKDOlHs"
version = "yGLYmVnT"

View file

@ -0,0 +1,13 @@
name = "Pehkui"
filename = "Pehkui-3.7.2+1.14.4-1.19.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/79X6I2xj/Pehkui-3.7.2%2B1.14.4-1.19.4.jar"
hash-format = "sha1"
hash = "5c40d17bcfd6a9387d017fb8ad77a8447f6eecd5"
[update]
[update.modrinth]
mod-id = "t5W7Jfwy"
version = "79X6I2xj"

View file

@ -0,0 +1,13 @@
name = "playerAnimator"
filename = "player-animation-lib-fabric-1.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gedNE4y2/versions/sqgkbmQD/player-animation-lib-fabric-1.0.2.jar"
hash-format = "sha1"
hash = "4b9341b70949bb285f05106cf3c8550e2b07ec31"
[update]
[update.modrinth]
mod-id = "gedNE4y2"
version = "sqgkbmQD"

View file

@ -0,0 +1,13 @@
name = "PlayerEx"
filename = "playerex-3.5.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/o5GUN4b1/versions/3aJLgtoZ/playerex-3.5.2.jar"
hash-format = "sha1"
hash = "bc954f5eb51e71710b79218a99add9196743ab2c"
[update]
[update.modrinth]
mod-id = "o5GUN4b1"
version = "3aJLgtoZ"

View file

@ -0,0 +1,13 @@
name = "Prism"
filename = "Prism-1.19.2-fabric-1.0.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1OE8wbN0/versions/IZHmnX6H/Prism-1.19.2-fabric-1.0.3.jar"
hash-format = "sha1"
hash = "21ff90e99c357f407cf170d36bc5387e01d88706"
[update]
[update.modrinth]
mod-id = "1OE8wbN0"
version = "IZHmnX6H"

View file

@ -0,0 +1,13 @@
name = "Reese's Sodium Options"
filename = "reeses_sodium_options-1.4.9+mc1.19.2-build.67.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/hkSQ9RqT/reeses_sodium_options-1.4.9%2Bmc1.19.2-build.67.jar"
hash-format = "sha1"
hash = "3b48ed460ce30c38e6058fdd0c3d6a221913e4e4"
[update]
[update.modrinth]
mod-id = "Bh37bMuy"
version = "hkSQ9RqT"

View file

@ -0,0 +1,13 @@
name = "Roughly Enough Items (REI)"
filename = "RoughlyEnoughItems-9.1.595.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/AE6AqZDy/RoughlyEnoughItems-9.1.595.jar"
hash-format = "sha1"
hash = "e4603da9f1b64e672018a359d83125d2c8235d07"
[update]
[update.modrinth]
mod-id = "nfn13YXA"
version = "AE6AqZDy"

View file

@ -0,0 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-1.19.2-2.4.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/4rKGtleq/voicechat-fabric-1.19.2-2.4.4.jar"
hash-format = "sha1"
hash = "f94a9a969c9251227585d10ac23ac27139056ba8"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "4rKGtleq"

View file

@ -0,0 +1,13 @@
name = "Sodium Extra"
filename = "sodium-extra-0.4.16+mc1.19.2-build.90.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/MTxUvPFz/sodium-extra-0.4.16%2Bmc1.19.2-build.90.jar"
hash-format = "sha1"
hash = "39a06ef409c407304dd9581b3f2d6537ecd5b63d"
[update]
[update.modrinth]
mod-id = "PtjYWJkn"
version = "MTxUvPFz"

View file

@ -0,0 +1,13 @@
name = "Sodium"
filename = "sodium-fabric-mc1.19.2-0.4.4+build.18.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/AANobbMI/versions/rAfhHfow/sodium-fabric-mc1.19.2-0.4.4%2Bbuild.18.jar"
hash-format = "sha1"
hash = "227648dc4f6a8604bafc282612a6de47eff70cd8"
[update]
[update.modrinth]
mod-id = "AANobbMI"
version = "rAfhHfow"

View file

@ -0,0 +1,13 @@
name = "Starlight (Fabric)"
filename = "starlight-1.1.1+fabric.ae22326.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/1.1.1%2B1.19/starlight-1.1.1%2Bfabric.ae22326.jar"
hash-format = "sha1"
hash = "de6fe932555604345477db89b59d59249909c640"
[update]
[update.modrinth]
mod-id = "H8CaAYZC"
version = "qH1xCwoC"

View file

@ -0,0 +1,13 @@
name = "Stendhal"
filename = "stendhal-1.3.5-1.19.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BWloQ9jK/versions/5OcCVJdV/stendhal-1.3.5-1.19.jar"
hash-format = "sha1"
hash = "9d242369a279a1d55449946a284de7b625666b5a"
[update]
[update.modrinth]
mod-id = "BWloQ9jK"
version = "5OcCVJdV"

View file

@ -0,0 +1,13 @@
name = "TerraBlender"
filename = "TerraBlender-fabric-1.19.2-2.0.1.136.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kkmrDlKT/versions/nZwFn2MJ/TerraBlender-fabric-1.19.2-2.0.1.136.jar"
hash-format = "sha1"
hash = "5ca6cc1eb69df42650c6d5d478f58e1241109771"
[update]
[update.modrinth]
mod-id = "kkmrDlKT"
version = "nZwFn2MJ"

View file

@ -0,0 +1,13 @@
name = "Traveler's Backpack"
filename = "travelers-backpack-1.19.2-8.2.18.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/rlloIFEV/versions/nnDkqHOG/travelers-backpack-1.19.2-8.2.18.jar"
hash-format = "sha1"
hash = "2bb8fb06c8b0328ba75bd5c7d62e8bcbdbdf9704"
[update]
[update.modrinth]
mod-id = "rlloIFEV"
version = "nnDkqHOG"

View file

@ -0,0 +1,13 @@
name = "Trinkets"
filename = "trinkets-3.4.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5aaWibi9/versions/OLwsMJv4/trinkets-3.4.2.jar"
hash-format = "sha1"
hash = "83deb9f7ab28737a5d27a57e49fe105e9053804c"
[update]
[update.modrinth]
mod-id = "5aaWibi9"
version = "OLwsMJv4"

View file

@ -0,0 +1,13 @@
name = "Universal Ores"
filename = "universal_ores-1.4.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/68kWHuUF/versions/1.4.2/universal_ores-1.4.2.jar"
hash-format = "sha1"
hash = "d3918e862d743e9d4dddcfd900b7ed0096c5f90d"
[update]
[update.modrinth]
mod-id = "68kWHuUF"
version = "rbYMIYTX"

View file

@ -0,0 +1,13 @@
name = "Xaero's Minimap (Fair-play Edition)"
filename = "Xaeros_Minimap_FP23.3.1_Fabric_1.19.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b1d94e7523c974909ee76edc59752e6322349079"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4449130
project-id = 263466

View file

@ -0,0 +1,13 @@
name = "Xaero's World Map"
filename = "XaerosWorldMap_1.29.5_Fabric_1.19.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "f5e659df4bb8276cce0ba40afd672895940a7900"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4470076
project-id = 317780

View file

@ -0,0 +1,13 @@
name = "Your Options Shall Be Respected (YOSBR)"
filename = "yosbr-0.1.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "0643830cab952fc96872702e681b863b550c8530"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 2934596
project-id = 374274

16
.minecraft/pack.toml Normal file
View file

@ -0,0 +1,16 @@
name = "Forgotten Frontier"
author = "Daedreus, Merith.TK"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "05af785b94159683273dce50cdb847c00e6c22893e84269c925a148f14030d58"
[versions]
fabric = "0.14.19"
minecraft = "1.19.2"
[options]
acceptable-game-versions = ["1.19.2"]

Binary file not shown.

59
LICENSE Normal file
View file

@ -0,0 +1,59 @@
Draconis Code and Content License v1.1
Copyright (c) 2022-2023, [Copyright Holder]
All rights reserved.
Redistribution and use in source and binary forms, without
modification, are permitted provided that the following conditions are met:
1. Redistributions in any form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
2. The name of the copyright holder may not be used to endorse or
promote products derived from this material without specific prior
written permission.
3. Derivative works based on this material are not permitted without
the express written permission of the copyright holder, and must have
permission from the copyright holder to be distributed. Derivative
works based on this material may not be distributed under any other
license unless the copyright holder has given permission to do so.
4. Contributions to this material must be licensed under this license,
and must not be distributed under any other license without the express
written permission of the copyright holder.
5. Contributions to this material, unless otherwise specified by the
contributor, belong to the contributors and are licensed under
this license. The copyright holder may not attempt to claim ownership
of contributions to this material made by others.
6. The copyright holder may not use the name of the contributors to
endorse or promote products derived from this material without specific
prior written permission.
7. By Contributing to this material, you agree to the terms of this
license. As well, you agree that the copyright holder may use your
contributions to this material in any way they see fit, excluding
changing the license of the material or claiming ownership of your
contributions.
8. Contributors may reuse their contributions to this material in any
they see fit, so long as they do not replicate the material or
claim ownership of the material they did not create.
The Copyright Holder may remove Clause 8 from this license at any time
with 24 hours notice to the contributors. This clause will still apply
to all contributions made before the clause is removed.
THIS MATERIAL IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS MATERIAL, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

59
Makefile Normal file
View file

@ -0,0 +1,59 @@
default:
@echo "No Default make command configured"
@echo "Please use either"
@echo " - make curseforge"
@echo " - make multimc"
@echo " - make technic"
@echo " - make all"
@echo ""
@echo "Curseforge will make a curseforge compatible zip"
@echo "Multimc will make a multimc zip file which contains"
@echo " the packwiz updater"
@echo ""
@echo "Technic will make a technic pack zip"
@echo ""
@echo "All will make all packs it can"
@echo ""
PACKNAME := $(notdir $(CURDIR))
curseforge: preBuild
@echo "Making Curseforge pack"
packwiz curseforge export --pack-file .minecraft/pack.toml
mv ./*.zip ./.build/
modrinth: preBuild
@echo "Making Modrinth pack"
packwiz modrinth export --pack-file .minecraft/pack.toml
mv ./*.mrpack ./.build/
multimc: preBuild
@echo "Making MultiMC pack"
-rm .build/${PACKNAME}-multimc.zip
7z a .build/${PACKNAME}-multimc.zip ./* -x!Makefile -x!README.md
7z a .build/${PACKNAME}-multimc.zip .minecraft/packwiz-installer-bootstrap.jar -r
technic: preBuild
@echo "Making Technic pack"
@-mkdir .technic
@-cp ${PACKNAME}_icon.png .technic/icon.png
@cd .technic && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml && cd ..
@-mv .technic/frontier_mc.png .technic/icon.png
7z a .build/${PACKNAME}-technic.zip .technic/* -r
preClean:
-rm -rf .build
postClean:
-rm -rf .technic
-git gc --aggressive --prune
preBuild:
@-mkdir .build
all: preClean curseforge modrinth multimc technic postClean
update-packwiz:
go install github.com/packwiz/packwiz@latest
clear
@echo "Packwiz has been Updated"

7
instance.cfg Normal file
View file

@ -0,0 +1,7 @@
InstanceType=OneSix
iconKey=frontier_mc
name=Forgotten Frontier
OverrideCommands=true
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://git.merith.xyz/modpacks/Forgotten_Frontier/raw/branch/beta/.minecraft/pack.toml
MaxMemAlloc=3072
MinMemAlloc=512

51
mmc-pack.json Normal file
View file

@ -0,0 +1,51 @@
{
"components": [
{
"cachedName": "LWJGL 3",
"cachedVersion": "3.3.1",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "org.lwjgl3",
"version": "3.3.1"
},
{
"cachedName": "Minecraft",
"cachedRequires": [
{
"suggests": "3.2.2",
"uid": "org.lwjgl3"
}
],
"cachedVersion": "1.18.2",
"important": true,
"uid": "net.minecraft",
"version": "1.18.2"
},
{
"cachedName": "Intermediary Mappings",
"cachedRequires": [
{
"equals": "1.18.2",
"uid": "net.minecraft"
}
],
"cachedVersion": "1.18.2",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "net.fabricmc.intermediary",
"version": "1.18.2"
},
{
"cachedName": "Fabric Loader",
"cachedRequires": [
{
"uid": "net.fabricmc.intermediary"
}
],
"cachedVersion": "0.14.19",
"uid": "net.fabricmc.fabric-loader",
"version": "0.14.19"
}
],
"formatVersion": 1
}