Skip to content

Commit

Permalink
Add fabric platform
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Feb 14, 2024
1 parent 813aaeb commit 344aeec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'io.izzel.arclight'
version '1.6.2'
version '1.6.3'

repositories {
mavenCentral()
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/io/izzel/arclight/api/ArclightPlatform.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
public enum ArclightPlatform {
VANILLA,
FORGE,
NEOFORGE;
NEOFORGE,
FABRIC;

private static ArclightPlatform platform;

Expand Down

0 comments on commit 344aeec

Please sign in to comment.