mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-08 21:14:41 -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
This commit is contained in:
parent
5f21acd061
commit
6aa3fa3b24
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
Reference in a new issue