Skip to content

Commit 3589beb

Browse files
committed
rename value -> weight in SpatialAttributeInterpolator to be consistent
1 parent 8d40e39 commit 3589beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/net/minecraft/world/attribute/SpatialAttributeInterpolator.mapping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CLASS net/minecraft/world/attribute/SpatialAttributeInterpolator
22
METHOD accumulate (DLnet/minecraft/world/attribute/EnvironmentAttributeMap;)Lnet/minecraft/world/attribute/SpatialAttributeInterpolator;
3-
ARG 1 value
3+
ARG 1 weight
44
ARG 3 attributes
55
METHOD applyAttributeLayer (Lnet/minecraft/world/attribute/EnvironmentAttribute;Ljava/lang/Object;)Ljava/lang/Object;
66
ARG 1 attribute

0 commit comments

Comments
 (0)