Add configurable fix for TNT cannnons.
This attempts to revert cannoning mechanics to pre-1.8 behavior. A huge thanks to TheIceAP who championed almost every fix in this patch. Another shoutout to Jebediah Smith from SportBukkit for the velocity update patch which mostly fixes the client issue of TNT moving in water.
This commit is contained in:
@@ -147,8 +147,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+
|
||||
+ commands = new HashMap<String, Command>();
|
||||
+
|
||||
+ version = getInt( "config-version", 8 );
|
||||
+ set( "config-version", 8 );
|
||||
+ version = getInt( "config-version", 9 );
|
||||
+ set( "config-version", 9 );
|
||||
+ readConfig( PaperSpigotConfig.class, null );
|
||||
+ }
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user