Fix custom direct BlockState being not correctly set in DamageSource
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
+ }
|
||||
+ // Cloning the instance lets us return unique instances of DamageSource without affecting constants defined in DamageSources
|
||||
+ DamageSource damageSource = this.cloneInstance();
|
||||
+ damageSource.directBlockState = directBlockState;
|
||||
+ damageSource.directBlockState = blockState;
|
||||
+ return damageSource;
|
||||
+ }
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user