Skip to content

Commit fb66e9e

Browse files
author
Michael Hillcox
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into pr/1
# Conflicts: # resources/mcmod.info
2 parents 7f10dde + 33462c0 commit fb66e9e

3 files changed

Lines changed: 11 additions & 14 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ Minecraft Forge XRay mod
99

1010
Working on: Minecraft 1.7.10 and Forge 10.13.2.1291
1111

12-
Tested with:
12+
##### Tested with:
13+
Minecraft Forge 1.7.10
14+
FTB: Direwolf20 modpack
1315

14-
- Minecraft Forge 1.7.10
15-
- FTB: Direwolf20 modpack
1616

17-
The rendering is copied off of CJB's MoreInfo mod. Thanks CJB.
18-
19-
Contributors:
20-
21-
[mcd1992](https://github.com/mcd1992)
17+
##### Contributors:
18+
[mcd1992](https://github.com/mcd1992) | [gitlab](http://gitlab.com/u/mcd1992)
2219

2320
[AoKMiKeY](https://github.com/aokmikey)
2421

java/com/fgtXray/FgtXRay.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import com.fgtXray.config.DefaultConfig;
2525
import com.fgtXray.config.ConfigHandler;
2626

27-
@Mod(modid="fgtXray", name="Fgt X-Ray", version="1.0.1.75")
27+
@Mod(modid="fgtXray", name="Fgt X-Ray", version="1.0.8")
2828
public class FgtXRay
2929
{
3030
public static int localPlyX, localPlyY, localPlyZ; // For internal use in the ClientTick thread.

resources/mcmod.info

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[
22
{
3-
"modid": "fgtXray",
3+
"modid": "fgtxray",
44
"name": "Fgt X-Ray",
55
"description": "An advanced XRay mod for Minecraft.",
6-
"version": "1.0.1.76",
6+
"version": "1.0.9",
77
"mcversion": "1.9.4",
8-
"url": "github.com/mcd1992/fgt_xray",
8+
"url": "https://github.com/MichaelHillcox/XRay-Mod/",
99
"updateUrl": "",
10-
"authorList": ["mcd1992"],
11-
"credits": "Creator: mcd1992, Contributors: AoKMiKeY, uaBArt",
10+
"authorList": ["mcd1992", "AoKMiKeY"],
11+
"credits": "Contributors: uaBArt",
1212
"logoFile": "",
1313
"screenshots": [],
1414
"dependencies": []

0 commit comments

Comments
 (0)