File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
java/ru/lionzxy/fastlogblock Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 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
3032Filename: nickmap.bytelog
3133
34+ Thanks for item texture: https://github.com/CyanideX/Unity
35+
Original file line number Diff line number Diff line change 1616
1717import java .io .IOException ;
1818
19- @ Mod (modid = FastLogBlock .MODID , version = FastLogBlock .VERSION , acceptableRemoteVersions = "*" )
19+ @ Mod (modid = FastLogBlock .MODID , version = FastLogBlock .VERSION )
2020public class FastLogBlock {
2121 public static final String MODID = "fastlogblock" ;
2222 public static final String VERSION = "1.0" ;
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments