Paste #26699: Diff note for paste #26698

Date: 2015/12/22 16:41:21 UTC-08:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


-        on player right clicks block with water_bucket:
-        - if <c.location.is_within[ChristmasArena]>
-            {
-            - foreach <c.location.find.blocks[stationary_water].within[2]>
+    on player right clicks block with water_bucket:
+        - if <c.location.is_within[ChristmasArena]> {
+            - modifyblock <c.location.find.blocks[stationary_water].within[2]> m@air
+        }
-                {
-                - modifyblock <def[value].location> m@air <-- This location returns as null
-                }
-            }