]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/commitdiff
Update readme and version
authorIrtimaled <irtimaled@gmail.com>
Mon, 23 Feb 2015 15:42:51 +0000 (15:42 +0000)
committerIrtimaled <irtimaled@gmail.com>
Mon, 23 Feb 2015 15:42:51 +0000 (15:42 +0000)
README.md
java/com/irtimaled/bbor/forge/ForgeMod.java

index 5ce096d360743ce457d3dd96f5d121215b1e4586..501aa3ef89131a4665f300ddeeb829a1018cc742 100644 (file)
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ Mine Shafts | Both | Process/Render Mine Shafts | drawMineShafts | true/false |
 Villages | Both | Process/Render Villages | drawVillages | true/false | true
 Village spheres | Client | Render Villages as spheres instead of cuboids | renderVillageAsSphere | true/false | true
 Village Iron Golem Spawn Area | Client | Render Iron Golem Spawn Area within valid Villages | drawIronGolemSpawnArea | true/false | true
+Village doors | Client | Render lines between village centre and doors | drawVillageDoors | true/false | false
 Slime Chunks | Client | Process/Render Slime Chunks | drawSlimeChunks | true/false | true
 Slime Chunks Maximum Y | Client | Maximum Y value of the dynamic slime chunk boxes | slimeChunkMaxY | -1-255 (see below) | -1
 World Spawn | Client | Process/Render World Spawn & Spawn Active Chunks | drawWorldSpawn | true/false | true
index bbe76c34ca76555ece5b2f4a4be58adf27d1a0b8..e22ce00a29e9e385bd59ac056465aed78004087a 100644 (file)
@@ -14,7 +14,7 @@ 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-beta9";
+    public static final String VERSION = "1.0.0-beta10";
 
     private ConfigManager configManager;