2014-06-22 19:25:10 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								From 9dcf96ddd617afe5aa500b21e38280ee90a58e22 Mon Sep 17 00:00:00 2001
							 
						 
					
						
							
								
									
										
										
										
											2014-04-12 14:18:37 +10:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								From: md_5 <md_5@live.com.au>
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Date: Sat, 21 Sep 2013 12:33:09 +1000
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Subject: [PATCH] Allow Disabling of 1.6.3 Structure Saving
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								diff --git a/src/main/java/net/minecraft/server/StructureGenerator.java b/src/main/java/net/minecraft/server/StructureGenerator.java
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								index 97308d0..4d336d8 100644
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								--- a/src/main/java/net/minecraft/server/StructureGenerator.java
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+++ b/src/main/java/net/minecraft/server/StructureGenerator.java
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								@@ -178,7 +178,15 @@ public abstract class StructureGenerator extends WorldGenBase {
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								     private void a(World world) {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								         if (this.e == null) {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+            // Spigot Start
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+            if ( world.spigotConfig.saveStructureInfo )
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+            {
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								             this.e = (PersistentStructure) world.a(PersistentStructure.class, this.a());
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+            } else
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+            {
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+                this.e = new PersistentStructure( this.a() );
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+            }
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+            // Spigot End
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								             if (this.e == null) {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                 this.e = new PersistentStructure(this.a());
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                 world.a(this.a(), (PersistentBase) this.e);
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								diff --git a/src/main/java/org/spigotmc/SpigotWorldConfig.java b/src/main/java/org/spigotmc/SpigotWorldConfig.java
 
							 
						 
					
						
							
								
									
										
										
										
											2014-04-19 09:22:44 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								index 8868ea3..48ae475 100644
 
							 
						 
					
						
							
								
									
										
										
										
											2014-04-12 14:18:37 +10:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								--- a/src/main/java/org/spigotmc/SpigotWorldConfig.java
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+++ b/src/main/java/org/spigotmc/SpigotWorldConfig.java
 
							 
						 
					
						
							
								
									
										
										
										
											2014-04-19 09:22:44 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								@@ -186,4 +186,16 @@ public class SpigotWorldConfig
 
							 
						 
					
						
							
								
									
										
										
										
											2014-04-12 14:18:37 +10:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								         randomLightUpdates = getBoolean( "random-light-updates", false );
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								         log( "Random Lighting Updates: " + randomLightUpdates );
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								     }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+    public boolean saveStructureInfo;
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+    private void structureInfo()
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+    {
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+        saveStructureInfo = getBoolean( "save-structure-info", true );
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+        log( "Structure Info Saving: " + saveStructureInfo );
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+        if ( !saveStructureInfo )
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+        {
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+            log( "*** WARNING *** You have selected to NOT save structure info. This may cause structures such as fortresses to not spawn mobs when updating to 1.7!" );
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+            log( "*** WARNING *** Please use this option with caution, SpigotMC is not responsible for any issues this option may cause in the future!" );
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+        }
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+    }
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								 }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								-- 
 
							 
						 
					
						
							
								
									
										
										
										
											2014-04-19 09:15:23 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								1.9.1
							 
						 
					
						
							
								
									
										
										
										
											2014-04-12 14:18:37 +10:00