Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. crates {
  2. sosbasic {
  3. items=[
  4. {
  5. count=2
  6. damage=3
  7. formatversion=1
  8. huskydata {
  9. rewards=[
  10. overrideRewardName=BLAM
  11. type=item
  12. ]
  13. weight=1
  14. }
  15. overrideItem {
  16. id="minecraft:planks"
  17. lore=[
  18. "123"
  19. ]
  20. name=BLAM
  21. }
  22. }
  23. ]
  24. options {
  25. name="ceshi"
  26. crateBlockID="minecraft:sponge"
  27. keyID="minecraft:iron_nugget"
  28. particle1 {
  29. color=[
  30. 150,
  31. 150,
  32. 0
  33. ]
  34. }
  35. particle2 {
  36. color=[
  37. 100,
  38. 100,
  39. 0
  40. ]
  41. }
  42. }
  43. spinnerOptions {
  44. dampening=1.025
  45. maxClicks=50
  46. }
  47. type="spinner"
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement