mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
fix mixinConfig
This commit is contained in:
@@ -83,7 +83,7 @@ public class LoomGradleExtension {
|
||||
public boolean shareCaches = false;
|
||||
@Deprecated
|
||||
public String mixinConfig = null; // FORGE: Passed to Minecraft
|
||||
public List<String> mixinConfigs = null; // FORGE: Passed to Minecraft
|
||||
public List<String> mixinConfigs = new ArrayList<>(); // FORGE: Passed to Minecraft
|
||||
public boolean useFabricMixin = false; // FORGE: Use Fabric Mixin for better refmap resolutions
|
||||
|
||||
private final ConfigurableFileCollection unmappedMods;
|
||||
|
||||
Reference in New Issue
Block a user