We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4d6a0 commit 27109daCopy full SHA for 27109da
src/main/java/ru/lionzxy/fastlogblock/FastLogBlock.java
@@ -16,7 +16,7 @@
16
17
import java.io.IOException;
18
19
-@Mod(modid = FastLogBlock.MODID, version = FastLogBlock.VERSION)
+@Mod(modid = FastLogBlock.MODID, version = FastLogBlock.VERSION, updateJSON = "https://raw.githubusercontent.com/LionZXY/FastLogBlock/master/update.json")
20
public class FastLogBlock {
21
public static final String MODID = "fastlogblock";
22
public static final String VERSION = "1.0";
0 commit comments