Skip to content

Commit 9005a56

Browse files
author
Michael Hillcox
committed
Readme and versions changes
1 parent a780300 commit 9005a56

2 files changed

Lines changed: 17 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Minecraft Forge XRay mod
33

44
### Feature:
55
- Full Support for Forge
6-
- Supports versions back from 1.7.10
6+
- Supports versions back from 1.6.4
77
- Clean and simple GUI to add blocks
88
- Colour RGB Selector
99
- Auto adds ores from other mods.
@@ -14,11 +14,13 @@ Minecraft Forge XRay mod
1414
The [Imgur Album](http://imgur.com/a/23dX5)
1515

1616
### Supports
17-
|Minecraft Version | Forge Version |
18-
|---|---|
19-
|1.10.2 | 12.18.3.2185
20-
|1.9.4 | 12.17.0.2051
21-
|1.7.10 | 10.13.2.1291
17+
|Minecraft Version | Forge Version | Branch
18+
|---|---|---
19+
|1.10.2 | 12.18.3.2185 | [XRay-Mod/tree/master](https://github.com/MichaelHillcox/XRay-Mod/tree/master)
20+
|1.9.4 | 12.17.0.2051 | [XRay-Mod/tree/1.9.4](https://github.com/MichaelHillcox/XRay-Mod/tree/1.9.4)
21+
|1.8.9 | 11.15.1.1722 | [XRay-Mod/tree/1.8.x](https://github.com/MichaelHillcox/XRay-Mod/tree/1.8.x)
22+
|1.7.10 | 10.13.2.1291 | [XRay-Mod/tree/1.7.10](https://github.com/MichaelHillcox/XRay-Mod/tree/1.7.10)
23+
|1.6.4 | 9.11.1.953 | [XRay-Mod/tree/1.6.4](https://github.com/MichaelHillcox/XRay-Mod/tree/1.6.4)
2224

2325

2426
### Contributors:

versions.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
{
22
"1.10.2": {
3-
"r1.1.0.1": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.1.0.1",
4-
"r1.1.0": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.1.0"
3+
"1.10.2-r1.1.0.1": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.10.2-v1.1.0.1",
4+
"1.10.2-r1.1.0": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.10.2-v1.1.0"
55
},
66
"1.9.4": {
77
"r1.0.9": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.0.9"
88
},
9+
"1.8.9": {
10+
"1.8.9-r1.1.0": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.8.9-v1.1.0",
11+
},
912
"1.7.10": {
1013
"r1.0.8": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.0.8",
1114
"r1.0.7": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.0.1.75"
1215
},
1316
"homepage": "https://github.com/MichaelHillcox/XRay-Mod",
1417
"promos": {
15-
"1.10.2-latest": "r1.1.0.1",
16-
"1.10.2-recommended": "r1.1.0.1",
18+
"1.10.2-latest": "1.10.2-r1.1.0.1",
19+
"1.10.2-recommended": "1.10.2-r1.1.0.1",
1720
"1.9.4-latest": "r1.0.9",
1821
"1.9.4-recommended": "r1.0.9",
22+
"1.8.9-latest": "1.8.9-r1.1.0",
23+
"1.8.9-recommended": "1.8.9-r1.1.0",
1924
"1.7.10-latest": "r1.0.8",
2025
"1.7.10-recommended": "r1.0.8"
2126
}

0 commit comments

Comments
 (0)