mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Fix focus script to always include "fabric-client-gametest-api-v1" (#4363)
* Fix focus script to always include "fabric-client-gametest-api-v1"
* Fix comment
(cherry picked from commit 6aa3fa3b24
)
This commit is contained in:
parent
c5f09f3952
commit
0b371b50a0
1 changed files with 2 additions and 1 deletions
|
@ -54,8 +54,9 @@ public class Focus {
|
|||
readDependencies(arg, dependencies);
|
||||
}
|
||||
|
||||
// All modules depend on fabric-gametest-api-v1 and fabric-registry-sync-v0
|
||||
// All modules depend on the following modules:
|
||||
readDependencies("fabric-gametest-api-v1", dependencies);
|
||||
readDependencies("fabric-client-gametest-api-v1", dependencies);
|
||||
readDependencies("fabric-registry-sync-v0", dependencies);
|
||||
|
||||
System.out.println("Focusing on:\n" + String.join("\n", dependencies));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue