Skip to content

Commit af4d6a0

Browse files
committed
Add update.json
1 parent 717831e commit af4d6a0

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Fast Log Block [![Build Status](https://travis-ci.org/LionZXY/FastLogBlock.svg?branch=master)](https://travis-ci.org/LionZXY/FastLogBlock) [![codecov](https://codecov.io/gh/LionZXY/FastLogBlock/branch/master/graph/badge.svg)](https://codecov.io/gh/LionZXY/FastLogBlock)
22

3+
This is minecraft mod for easy and fast logging block place and break.
4+
35
## Event multithread handling
46
![](https://image.ibb.co/hyaPRw/Fast_Log_Block.png)
57

@@ -29,3 +31,5 @@ Total: ~ 10 bytes per Player
2931

3032
Filename: nickmap.bytelog
3133

34+
Thanks for item texture: https://github.com/CyanideX/Unity
35+

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, acceptableRemoteVersions = "*")
19+
@Mod(modid = FastLogBlock.MODID, version = FastLogBlock.VERSION)
2020
public class FastLogBlock {
2121
public static final String MODID = "fastlogblock";
2222
public static final String VERSION = "1.0";

src/main/resources/mcmod.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"description": "Mod for logging block place and break",
66
"version": "${version}",
77
"mcversion": "${mcversion}",
8-
"url": "",
9-
"updateUrl": "",
8+
"url": "https://minecraft.curseforge.com/projects/fast-log-block",
9+
"updateUrl": "https://minecraft.curseforge.com/projects/fast-log-block/files",
1010
"authorList": [
1111
"LionZXY"
1212
],
1313
"credits": "The Forge and FML guys, for making Forge ;)",
14-
"logoFile": "",
14+
"logoFile": "https://image.ibb.co/iR8jM6/km.png",
1515
"screenshots": [],
1616
"dependencies": []
1717
}

update.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"homepage": "https://minecraft.curseforge.com/projects/fast-log-block/",
3+
"promos": {
4+
"1.12.2-recommended": "1.0"
5+
},
6+
"1.12.2": {
7+
"1.0": "Initial version"
8+
}
9+
}

0 commit comments

Comments
 (0)