Paste #126677: Diff Report Between Paste #126676 and #126675

Date: 2024/09/21 10:55:42 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste Edit Of Paste 126676
Copy Link


 CFour:
     type: item
     material: stone_button
     display name: C4 Brick
-Detinator:
+Detonator:
     type: item
     material: wooden_shovel
     display name: Detinator
-Detinate:
+Detonate:
     type: world
     events:
-        after player right clicks block with:Detinator:
+        after player right clicks block with:Detonator:
             - foreach <list> as:Bombloc:
                 - explode power:8 <[Bombloc]>
                 - narrate "detinating at <[Bombloc]>"
 PlaceCfour:
     type: world
     events:
         after player places CFour:
             - tablist add name:Bomblocations Bombloc:<player.cursor_on>
             - narrate "C4 placed"