Advertisement
rnordst76

15w31a => 15w31c

Aug 6th, 2015
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.77 KB | None | 0 0
  1. diff -rw minecraft_15w31b/assets/minecraft/lang/en_US.lang minecraft_15w31c/assets/minecraft/lang/en_US.lang
  2. 1240a1241
  3. > death.attack.dragonBreath=%1$s was roasted in dragon breath
  4. 1284a1286
  5. > tipped_arrow.effect.water=Arrow of Splashing
  6. diff -rw minecraft_15w31b/assets/minecraft/models/block/fire_side_alt.json minecraft_15w31c/assets/minecraft/models/block/fire_side_alt.json
  7. 4,5c4,5
  8. <         {   "from": [ 0, 1, 0.01 ],
  9. <             "to": [ 16, 23.4, 0.01 ],
  10. ---
  11. >         {   "from": [ 0, 0, 0.01 ],
  12. >             "to": [ 16, 22.4, 0.01 ],
  13. diff -rw minecraft_15w31b/assets/minecraft/models/block/fire_side.json minecraft_15w31c/assets/minecraft/models/block/fire_side.json
  14. 4,5c4,5
  15. <         {   "from": [ 0, 1, 0.01 ],
  16. <             "to": [ 16, 23.4, 0.01 ],
  17. ---
  18. >         {   "from": [ 0, 0, 0.01 ],
  19. >             "to": [ 16, 22.4, 0.01 ],
  20. diff -rw minecraft_15w31b/assets/minecraft/models/item/chest.json minecraft_15w31c/assets/minecraft/models/item/chest.json
  21. 25,26c25,26
  22. <             "rotation": [ 45, 225, 0 ],
  23. <             "translation": [ 0, 3, 0],
  24. ---
  25. >             "rotation": [ 75, 315, 0 ],
  26. >             "translation": [ 0, 2.5, 0],
  27. 30,32c30,32
  28. <             "rotation": [ 30, 315, 0 ],
  29. <             "translation": [ 0, 3, 0],
  30. <             "scale": [ 0.375, 0.375, 0.375 ]
  31. ---
  32. >             "rotation": [ 0, 315, 0 ],
  33. >             "translation": [ 0, 0, 0],
  34. >             "scale": [ 0.4, 0.4, 0.4 ]
  35. diff -rw minecraft_15w31b/assets/minecraft/models/item/handheld.json minecraft_15w31c/assets/minecraft/models/item/handheld.json
  36. 16c16
  37. <             "translation": [ 0, 1.6, 0.8 ],
  38. ---
  39. >             "translation": [ 1.13, 3.2, 1.13 ],
  40. 21c21
  41. <             "translation": [ 0, 1.6, 0.8 ],
  42. ---
  43. >             "translation": [ 1.13, 3.2, 1.13 ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement