mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
Fix dev launch for fabric and forge
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"terra.fabric.mixins.json"
|
||||
"terra.fabric.mixins.json",
|
||||
"terra.common.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.2",
|
||||
|
||||
@@ -16,6 +16,5 @@
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"refmap": "terra-fabric-refmap.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user