]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/commitdiff
Prep for beta 15 release
authorirtimaled <irtimaled@gmail.com>
Tue, 10 Jan 2017 23:45:41 +0000 (23:45 +0000)
committerirtimaled <irtimaled@gmail.com>
Tue, 10 Jan 2017 23:48:57 +0000 (23:48 +0000)
README.md
java/com/irtimaled/bbor/forge/ForgeMod.java

index cad51695695338892208a8a15879303a9cbdcbe6..0acd31a121f9e4261ebf84b4a4af8e7569f94abf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # BoundingBoxOutlineReloaded
 
-BoundingBoxOutlineReloaded is a mod for Minecraft Forge 1.11 and Vanilla 1.11
+BoundingBoxOutlineReloaded is a mod for Minecraft Forge 1.11.2, 1.11 & 1.10.2 and Vanilla 1.11.2 & 1.11
 
 # Why did I make it?
 
@@ -95,6 +95,6 @@ There are two options when you want bounding boxes to show whilst accessing vani
   It is also possible to include the villages.dat, villages_end.dat & villages_nether.dat files and it will render villages however these files only contain the villages that were loaded when the files were copied and will not handle any changes that occur with villages such as when doors are added/removed or villager population changes.
 
 # Links
-- Forge - [1.11](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.11.html)
+- Forge - [1.11.2](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.11.2.html) | [1.11](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.11.html)
 - 4poc's BBOutline mod - [Forum](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1286555-bounding-box-outline) | [Source](http://www.github.com/4poc/bboutline)
 - KaboPC's VillageMarker mod - [Forum](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1288327-village-marker-mod)
index 0da9dbb4243e57c7d5b4442fb36273b06fd5fd59..38e35cab8560f238c61672102c1051e9a32d97d4 100644 (file)
@@ -14,8 +14,8 @@ public class ForgeMod {
 
     public static final String MODID = "bbor";
     public static final String NAME = "Bounding Box Outline Reloaded";
-    public static final String VERSION = "1.0.0-beta14";
-    public static final String MCVERSION = "[1.10,1.11]";
+    public static final String VERSION = "1.0.0-beta15";
+    public static final String MCVERSION = "1.11.2";
 
     private ConfigManager configManager;