Advertisement
Superloup10

sounds.json

Apr 11th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.24 KB | None | 0 0
  1. {
  2.   "mob.nanuqsaurus.living": { //Le nom du son pour l'appeler dans ton entitée
  3.         "category": "hostile",
  4.         "sounds": [
  5.             "dinosaurs/Nanuqsaurus/carnotaurus_living_1" //Chemin depuis le sounds.json, jusqu'à ton son
  6.         ]
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement