Skip to content

Commit 27109da

Browse files
committed
Add update.json to mod
1 parent af4d6a0 commit 27109da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/lionzxy/fastlogblock/FastLogBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import java.io.IOException;
1818

19-
@Mod(modid = FastLogBlock.MODID, version = FastLogBlock.VERSION)
19+
@Mod(modid = FastLogBlock.MODID, version = FastLogBlock.VERSION, updateJSON = "https://raw.githubusercontent.com/LionZXY/FastLogBlock/master/update.json")
2020
public class FastLogBlock {
2121
public static final String MODID = "fastlogblock";
2222
public static final String VERSION = "1.0";

0 commit comments

Comments
 (0)