Fix custom direct BlockState being not correctly set in DamageSource
This commit is contained in:
parent
f2182ed473
commit
0e22fdd1eb
@ -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;
|
||||
+ }
|
||||
+
|
||||
|
Loading…
x
Reference in New Issue
Block a user