User Tools

Site Tools


tutorial:dependency_overrides

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tutorial:dependency_overrides [2021/01/17 06:26] – created this page, it is not listed under any sidebar as it isn't complete. ytg1234tutorial:dependency_overrides [2024/11/28 20:01] (current) – [Practical Example] Override instead of add dep (@kevinthegreat1) skycatminepokie
Line 1: Line 1:
 ====== Dependency Overrides ====== ====== Dependency Overrides ======
-Fabric Loader version ''0.11.1'' introduced a feature named "Dependency Overrides"Here's how to use it:+Fabric Loader version ''0.11.1'' introduced a feature named "Dependency Overrides". 
 + 
 +**Before you use it: This feature is designed to give modpack developers more control over mod dependencies.** 
 + 
 +As a regular player, you shouldn't use this, but ask the mod developers to do whatever is that you want to change.
  
 ===== Requirements ===== ===== Requirements =====
Line 7: Line 11:
  
 ===== Starting ===== ===== Starting =====
-First, create a file named ''fabric_loader_dependencies.json'' inside the ''config'' folder (which should be inside your ''.minecraft'' folder). We will be using Json syntax for this, so get familiar with Json before using dependency overrides.+First, create a file named ''fabric_loader_dependencies.json'' inside the ''config'' folder (which should be inside your ''.minecraft'' folder).
  
 Next, we fill in the file with the following boilerplate content: Next, we fill in the file with the following boilerplate content:
Line 59: Line 63:
   "overrides": {   "overrides": {
     "specificmod": {     "specificmod": {
-      "+depends": {+      "depends": {
         "minecraft": "1.16.x"         "minecraft": "1.16.x"
       }       }
tutorial/dependency_overrides.1610864804.txt.gz · Last modified: 2021/01/17 06:26 by ytg1234