mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Publish and mark Loom 1.6 as beta
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -16,6 +16,7 @@ on:
|
|||||||
- 'dev/1.3'
|
- 'dev/1.3'
|
||||||
- 'dev/1.4'
|
- 'dev/1.4'
|
||||||
- 'dev/1.5'
|
- 'dev/1.5'
|
||||||
|
- 'dev/1.6'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ import org.objectweb.asm.Opcodes;
|
|||||||
|
|
||||||
public class Constants {
|
public class Constants {
|
||||||
public static final String PLUGIN_ID = "dev.architectury.loom";
|
public static final String PLUGIN_ID = "dev.architectury.loom";
|
||||||
public static final boolean PLUGIN_BETA = false;
|
public static final boolean PLUGIN_BETA = true;
|
||||||
public static final boolean PLUGIN_DEPRECATED = false;
|
public static final boolean PLUGIN_DEPRECATED = false;
|
||||||
public static final String LIBRARIES_BASE = "https://libraries.minecraft.net/";
|
public static final String LIBRARIES_BASE = "https://libraries.minecraft.net/";
|
||||||
public static final String RESOURCES_BASE = "https://resources.download.minecraft.net/";
|
public static final String RESOURCES_BASE = "https://resources.download.minecraft.net/";
|
||||||
|
|||||||
Reference in New Issue
Block a user