FallingBlock and TNT entities collide with specific blocks

This commit is contained in:
Byteflux
2015-06-05 01:24:22 -07:00
parent 55b9d1c093
commit 38aa4c080b
2 changed files with 47 additions and 1 deletions

View File

@@ -342,7 +342,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ }
+
+ fixCannons = getBoolean( "fix-cannons", false );
+ log( "Fix TNT cannons: " + fixCannons);
+ log( "Fix TNT cannons: " + fixCannons );
+ }
}
--