mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 21:47:42 -05:00
Unmark Quilt and NeoForge as experimental
This commit is contained in:
@@ -36,11 +36,11 @@ import net.fabricmc.loom.api.LoomGradleExtensionAPI;
|
||||
public enum ModPlatform {
|
||||
FABRIC("Fabric", false),
|
||||
FORGE("Forge", false),
|
||||
QUILT("Quilt", true),
|
||||
NEOFORGE("NeoForge", true);
|
||||
QUILT("Quilt", false),
|
||||
NEOFORGE("NeoForge", false);
|
||||
|
||||
private final String displayName;
|
||||
boolean experimental;
|
||||
private final boolean experimental;
|
||||
|
||||
ModPlatform(String displayName, boolean experimental) {
|
||||
this.displayName = displayName;
|
||||
|
||||
Reference in New Issue
Block a user