Advertisement
Guest User

Test Script

a guest
Nov 17th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.44 KB | None | 0 0
  1. FurnaceSounds1:
  2.   type: world
  3.   events:
  4.     on furnace smelts iron_ore into iron_ingot:
  5.    - playsound <context.location> sound:item.firecharge.use volume:1
  6.  
  7. FurnaceSounds2:
  8.   type: world
  9.   events:
  10.     on furnace smelts item:
  11.    - playsound <context.location> sound:item.firecharge.use volume:1
  12.  
  13. FurnaceSounds3:
  14.   type: world
  15.   events:
  16.     on furnace smelts iron_ore:
  17.    - playsound <context.location> sound:item.firecharge.use volume:1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement