Advertisement
Luke616

Magiculture 2 - drink_stats.json

Mar 26th, 2018
3,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.91 KB | None | 0 0
  1. [
  2.  
  3. // VANILLA EDITS
  4.  
  5. {
  6. "item": {
  7. "name": "minecraft:milk_bucket",
  8. "metadata": 0
  9. },
  10. "thirst": 6,
  11. "hydration": 0.7,
  12. "poisonChance": 0.0
  13. },
  14.  
  15. // ANIMANIA
  16.  
  17. {
  18. "item": {
  19. "name": "animania:milk_bottle",
  20. "metadata": 0
  21. },
  22. "thirst": 7,
  23. "hydration": 1.2,
  24. "poisonChance": 0.0
  25. },
  26.  
  27. // RUSTIC
  28.  
  29. {
  30. "item": {
  31. "name": "rustic:fluid_bottle",
  32. "metadata": 0
  33. },
  34. "thirst": 8,
  35. "hydration": 0.7,
  36. "poisonChance": 0.0
  37. },
  38. {
  39. "item": {
  40. "name": "rustic:elixir",
  41. "metadata": 0
  42. },
  43. "thirst": 6,
  44. "hydration": 0.7,
  45. "poisonChance": 0.0
  46. },
  47.  
  48. // MISC
  49.  
  50. {
  51. "item": {
  52. "name": "xreliquary:emperor_chalice",
  53. "metadata": 0
  54. },
  55. "thirst": 2,
  56. "hydration": 0.3,
  57. "poisonChance": 0.0
  58. },
  59. {
  60. "item": {
  61. "name": "cfm:item_drink",
  62. "metadata": 0
  63. },
  64. "thirst": 6,
  65. "hydration": 0.7,
  66. "poisonChance": 0.0
  67. },
  68. {
  69. "item": {
  70. "name": "botania:brewvial",
  71. "metadata": 0
  72. },
  73. "thirst": 6,
  74. "hydration": 0.7,
  75. "poisonChance": 0.0
  76. },
  77. {
  78. "item": {
  79. "name": "botania:brewflask",
  80. "metadata": 0
  81. },
  82. "thirst": 6,
  83. "hydration": 0.7,
  84. "poisonChance": 0.0
  85. },
  86.  
  87. // HARVESTCRAFT
  88. // MISC HC DRINKS
  89.  
  90. {
  91. "item": {
  92. "name": "harvestcraft:ironbrewitem",
  93. "metadata": 0
  94. },
  95. "thirst": 12,
  96. "hydration": 0.8,
  97. "poisonChance": 0.0
  98. },
  99. {
  100. "item": {
  101. "name": "harvestcraft:lemonaideitem",
  102. "metadata": 0
  103. },
  104. "thirst": 10,
  105. "hydration": 1.0,
  106. "poisonChance": 0.0
  107. },
  108.  
  109. {
  110. "item": {
  111. "name": "harvestcraft:eggnogitem",
  112. "metadata": 0
  113. },
  114. "thirst": 12,
  115. "hydration": 1.5,
  116. "poisonChance": 0.0
  117. },
  118. {
  119. "item": {
  120. "name": "harvestcraft:hotchocolateitem",
  121. "metadata": 0
  122. },
  123. "thirst": 12,
  124. "hydration": 1.2,
  125. "poisonChance": 0.0
  126. },
  127. {
  128. "item": {
  129. "name": "harvestcraft:bubblywateritem",
  130. "metadata": 0
  131. },
  132. "thirst": 7,
  133. "hydration": 0.7,
  134. "poisonChance": 0.0
  135. },
  136. {
  137. "item": {
  138. "name": "harvestcraft:fruitpunchitem",
  139. "metadata": 0
  140. },
  141. "thirst": 7,
  142. "hydration": 1.0,
  143. "poisonChance": 0.0
  144. },
  145. {
  146. "item": {
  147. "name": "harvestcraft:pinacoladaitem",
  148. "metadata": 0
  149. },
  150. "thirst": 9,
  151. "hydration": 1.0,
  152. "poisonChance": 0.0
  153. },
  154. {
  155. "item": {
  156. "name": "harvestcraft:energydrinkitem",
  157. "metadata": 0
  158. },
  159. "thirst": 12,
  160. "hydration": 3.0,
  161. "poisonChance": 0.0
  162. },
  163.  
  164. // JUICE
  165.  
  166. {
  167. "item": {
  168. "name": "harvestcraft:strawberryjuiceitem",
  169. "metadata": 0
  170. },
  171. "thirst": 7,
  172. "hydration": 0.7,
  173. "poisonChance": 0.0
  174. },
  175. {
  176. "item": {
  177. "name": "harvestcraft:applejuiceitem",
  178. "metadata": 0
  179. },
  180. "thirst": 7,
  181. "hydration": 0.7,
  182. "poisonChance": 0.0
  183. },
  184. {
  185. "item": {
  186. "name": "harvestcraft:melonjuiceitem",
  187. "metadata": 0
  188. },
  189. "thirst": 7,
  190. "hydration": 0.7,
  191. "poisonChance": 0.0
  192. },
  193. {
  194. "item": {
  195. "name": "harvestcraft:carrotjuiceitem",
  196. "metadata": 0
  197. },
  198. "thirst": 7,
  199. "hydration": 0.7,
  200. "poisonChance": 0.0
  201. },
  202. {
  203. "item": {
  204. "name": "harvestcraft:grapejuiceitem",
  205. "metadata": 0
  206. },
  207. "thirst": 7,
  208. "hydration": 0.7,
  209. "poisonChance": 0.0
  210. },
  211. {
  212. "item": {
  213. "name": "harvestcraft:blueberryjuiceitem",
  214. "metadata": 0
  215. },
  216. "thirst": 7,
  217. "hydration": 0.7,
  218. "poisonChance": 0.0
  219. },
  220. {
  221. "item": {
  222. "name": "harvestcraft:cherryjuiceitem",
  223. "metadata": 0
  224. },
  225. "thirst": 7,
  226. "hydration": 0.7,
  227. "poisonChance": 0.0
  228. },
  229. {
  230. "item": {
  231. "name": "harvestcraft:papayajuiceitem",
  232. "metadata": 0
  233. },
  234. "thirst": 7,
  235. "hydration": 0.7,
  236. "poisonChance": 0.0
  237. },
  238. {
  239. "item": {
  240. "name": "harvestcraft:starfruitjuiceitem",
  241. "metadata": 0
  242. },
  243. "thirst": 7,
  244. "hydration": 0.7,
  245. "poisonChance": 0.0
  246. },
  247. {
  248. "item": {
  249. "name": "harvestcraft:orangejuiceitem",
  250. "metadata": 0
  251. },
  252. "thirst": 7,
  253. "hydration": 0.7,
  254. "poisonChance": 0.0
  255. },
  256. {
  257. "item": {
  258. "name": "harvestcraft:peachjuiceitem",
  259. "metadata": 0
  260. },
  261. "thirst": 7,
  262. "hydration": 0.7,
  263. "poisonChance": 0.0
  264. },
  265. {
  266. "item": {
  267. "name": "harvestcraft:limejuiceitem",
  268. "metadata": 0
  269. },
  270. "thirst": 7,
  271. "hydration": 0.7,
  272. "poisonChance": 0.0
  273. },
  274. {
  275. "item": {
  276. "name": "harvestcraft:mangojuiceitem",
  277. "metadata": 0
  278. },
  279. "thirst": 7,
  280. "hydration": 0.7,
  281. "poisonChance": 0.0
  282. },
  283. {
  284. "item": {
  285. "name": "harvestcraft:pomegranatejuiceitem",
  286. "metadata": 0
  287. },
  288. "thirst": 7,
  289. "hydration": 0.7,
  290. "poisonChance": 0.0
  291. },
  292. {
  293. "item": {
  294. "name": "harvestcraft:blackberryjuiceitem",
  295. "metadata": 0
  296. },
  297. "thirst": 7,
  298. "hydration": 0.7,
  299. "poisonChance": 0.0
  300. },
  301. {
  302. "item": {
  303. "name": "harvestcraft:raspberryjuiceitem",
  304. "metadata": 0
  305. },
  306. "thirst": 7,
  307. "hydration": 0.7,
  308. "poisonChance": 0.0
  309. },
  310. {
  311. "item": {
  312. "name": "harvestcraft:kiwijuiceitem",
  313. "metadata": 0
  314. },
  315. "thirst": 7,
  316. "hydration": 0.7,
  317. "poisonChance": 0.0
  318. },
  319. {
  320. "item": {
  321. "name": "harvestcraft:cranberryjuiceitem",
  322. "metadata": 0
  323. },
  324. "thirst": 7,
  325. "hydration": 0.7,
  326. "poisonChance": 0.0
  327. },
  328. {
  329. "item": {
  330. "name": "harvestcraft:cactusfruitjuiceitem",
  331. "metadata": 0
  332. },
  333. "thirst": 7,
  334. "hydration": 0.7,
  335. "poisonChance": 0.0
  336. },
  337. {
  338. "item": {
  339. "name": "harvestcraft:plumjuiceitem",
  340. "metadata": 0
  341. },
  342. "thirst": 7,
  343. "hydration": 0.7,
  344. "poisonChance": 0.0
  345. },
  346. {
  347. "item": {
  348. "name": "harvestcraft:pearjuiceitem",
  349. "metadata": 0
  350. },
  351. "thirst": 7,
  352. "hydration": 0.7,
  353. "poisonChance": 0.0
  354. },
  355. {
  356. "item": {
  357. "name": "harvestcraft:apricotjuiceitem",
  358. "metadata": 0
  359. },
  360. "thirst": 7,
  361. "hydration": 0.7,
  362. "poisonChance": 0.0
  363. },
  364. {
  365. "item": {
  366. "name": "harvestcraft:figjuiceitem",
  367. "metadata": 0
  368. },
  369. "thirst": 7,
  370. "hydration": 0.7,
  371. "poisonChance": 0.0
  372. },
  373. {
  374. "item": {
  375. "name": "harvestcraft:grapefruitjuiceitem",
  376. "metadata": 0
  377. },
  378. "thirst": 7,
  379. "hydration": 0.7,
  380. "poisonChance": 0.0
  381. },
  382. {
  383. "item": {
  384. "name": "harvestcraft:persimmonjuiceitem",
  385. "metadata": 0
  386. },
  387. "thirst": 7,
  388. "hydration": 0.7,
  389. "poisonChance": 0.0
  390. },
  391.  
  392. // SODA
  393.  
  394. {
  395. "item": {
  396. "name": "harvestcraft:strawberrysodaitem",
  397. "metadata": 0
  398. },
  399. "thirst": 12,
  400. "hydration": 1.0,
  401. "poisonChance": 0.0
  402. },
  403. {
  404. "item": {
  405. "name": "harvestcraft:grapefruitsodaitem",
  406. "metadata": 0
  407. },
  408. "thirst": 12,
  409. "hydration": 1.0,
  410. "poisonChance": 0.0
  411. },
  412. {
  413. "item": {
  414. "name": "harvestcraft:orangesodaitem",
  415. "metadata": 0
  416. },
  417. "thirst": 12,
  418. "hydration": 1.0,
  419. "poisonChance": 0.0
  420. },
  421. {
  422. "item": {
  423. "name": "harvestcraft:lemonlimesodaitem",
  424. "metadata": 0
  425. },
  426. "thirst": 12,
  427. "hydration": 1.0,
  428. "poisonChance": 0.0
  429. },
  430. {
  431. "item": {
  432. "name": "harvestcraft:grapesodaitem",
  433. "metadata": 0
  434. },
  435. "thirst": 12,
  436. "hydration": 1.0,
  437. "poisonChance": 0.0
  438. },
  439. {
  440. "item": {
  441. "name": "harvestcraft:cherrysodaitem",
  442. "metadata": 0
  443. },
  444. "thirst": 12,
  445. "hydration": 1.0,
  446. "poisonChance": 0.0
  447. },
  448. {
  449. "item": {
  450. "name": "harvestcraft:colasodaitem",
  451. "metadata": 0
  452. },
  453. "thirst": 10,
  454. "hydration": 1.0,
  455. "poisonChance": 0.0
  456. },
  457. {
  458. "item": {
  459. "name": "harvestcraft:rootbeersodaitem",
  460. "metadata": 0
  461. },
  462. "thirst": 12,
  463. "hydration": 1.0,
  464. "poisonChance": 0.0
  465. },
  466. {
  467. "item": {
  468. "name": "harvestcraft:gingersodaitem",
  469. "metadata": 0
  470. },
  471. "thirst": 10,
  472. "hydration": 1.0,
  473. "poisonChance": 0.0
  474. },
  475.  
  476. // SMOOTHIES
  477.  
  478. {
  479. "item": {
  480. "name": "harvestcraft:strawberrysmoothieitem",
  481. "metadata": 0
  482. },
  483. "thirst": 8,
  484. "hydration": 1.0,
  485. "poisonChance": 0.0
  486. },
  487. {
  488. "item": {
  489. "name": "harvestcraft:applesmoothieitem",
  490. "metadata": 0
  491. },
  492. "thirst": 8,
  493. "hydration": 1.0,
  494. "poisonChance": 0.0
  495. },
  496. {
  497. "item": {
  498. "name": "harvestcraft:melonsmoothieitem",
  499. "metadata": 0
  500. },
  501. "thirst": 8,
  502. "hydration": 1.0,
  503. "poisonChance": 0.0
  504. },
  505. {
  506. "item": {
  507. "name": "harvestcraft:grapesmoothieitem",
  508. "metadata": 0
  509. },
  510. "thirst": 8,
  511. "hydration": 1.0,
  512. "poisonChance": 0.0
  513. },
  514. {
  515. "item": {
  516. "name": "harvestcraft:blueberrysmoothieitem",
  517. "metadata": 0
  518. },
  519. "thirst": 8,
  520. "hydration": 1.0,
  521. "poisonChance": 0.0
  522. },
  523. {
  524. "item": {
  525. "name": "harvestcraft:cherrysmoothieitem",
  526. "metadata": 0
  527. },
  528. "thirst": 8,
  529. "hydration": 1.0,
  530. "poisonChance": 0.0
  531. },
  532. {
  533. "item": {
  534. "name": "harvestcraft:papayasmoothieitem",
  535. "metadata": 0
  536. },
  537. "thirst": 8,
  538. "hydration": 1.0,
  539. "poisonChance": 0.0
  540. },
  541. {
  542. "item": {
  543. "name": "harvestcraft:starfruitsmoothieitem",
  544. "metadata": 0
  545. },
  546. "thirst": 8,
  547. "hydration": 1.0,
  548. "poisonChance": 0.0
  549. },
  550. {
  551. "item": {
  552. "name": "harvestcraft:orangesmoothieitem",
  553. "metadata": 0
  554. },
  555. "thirst": 8,
  556. "hydration": 1.0,
  557. "poisonChance": 0.0
  558. },
  559. {
  560. "item": {
  561. "name": "harvestcraft:peachsmoothieitem",
  562. "metadata": 0
  563. },
  564. "thirst": 8,
  565. "hydration": 1.0,
  566. "poisonChance": 0.0
  567. },
  568. {
  569. "item": {
  570. "name": "harvestcraft:limesmoothieitem",
  571. "metadata": 0
  572. },
  573. "thirst": 8,
  574. "hydration": 1.0,
  575. "poisonChance": 0.0
  576. },
  577. {
  578. "item": {
  579. "name": "harvestcraft:mangosmoothieitem",
  580. "metadata": 0
  581. },
  582. "thirst": 8,
  583. "hydration": 1.0,
  584. "poisonChance": 0.0
  585. },
  586. {
  587. "item": {
  588. "name": "harvestcraft:pomegranatesmoothieitem",
  589. "metadata": 0
  590. },
  591. "thirst": 8,
  592. "hydration": 1.0,
  593. "poisonChance": 0.0
  594. },
  595. {
  596. "item": {
  597. "name": "harvestcraft:blackberrysmoothieitem",
  598. "metadata": 0
  599. },
  600. "thirst": 8,
  601. "hydration": 1.0,
  602. "poisonChance": 0.0
  603. },
  604. {
  605. "item": {
  606. "name": "harvestcraft:raspberrysmoothieitem",
  607. "metadata": 0
  608. },
  609. "thirst": 8,
  610. "hydration": 1.0,
  611. "poisonChance": 0.0
  612. },
  613. {
  614. "item": {
  615. "name": "harvestcraft:kiwismoothieitem",
  616. "metadata": 0
  617. },
  618. "thirst": 8,
  619. "hydration": 1.0,
  620. "poisonChance": 0.0
  621. },
  622. {
  623. "item": {
  624. "name": "harvestcraft:cranberrysmoothieitem",
  625. "metadata": 0
  626. },
  627. "thirst": 8,
  628. "hydration": 1.0,
  629. "poisonChance": 0.0
  630. },
  631. {
  632. "item": {
  633. "name": "harvestcraft:plumsmoothieitem",
  634. "metadata": 0
  635. },
  636. "thirst": 8,
  637. "hydration": 1.0,
  638. "poisonChance": 0.0
  639. },
  640. {
  641. "item": {
  642. "name": "harvestcraft:pearsmoothieitem",
  643. "metadata": 0
  644. },
  645. "thirst": 8,
  646. "hydration": 1.0,
  647. "poisonChance": 0.0
  648. },
  649. {
  650. "item": {
  651. "name": "harvestcraft:apricotsmoothieitem",
  652. "metadata": 0
  653. },
  654. "thirst": 8,
  655. "hydration": 1.0,
  656. "poisonChance": 0.0
  657. },
  658. {
  659. "item": {
  660. "name": "harvestcraft:figsmoothieitem",
  661. "metadata": 0
  662. },
  663. "thirst": 8,
  664. "hydration": 1.0,
  665. "poisonChance": 0.0
  666. },
  667. {
  668. "item": {
  669. "name": "harvestcraft:grapefruitsmoothieitem",
  670. "metadata": 0
  671. },
  672. "thirst": 8,
  673. "hydration": 1.0,
  674. "poisonChance": 0.0
  675. },
  676. {
  677. "item": {
  678. "name": "harvestcraft:persimmonsmoothieitem",
  679. "metadata": 0
  680. },
  681. "thirst": 8,
  682. "hydration": 1.0,
  683. "poisonChance": 0.0
  684. },
  685. {
  686. "item": {
  687. "name": "harvestcraft:lemonsmoothieitem",
  688. "metadata": 0
  689. },
  690. "thirst": 8,
  691. "hydration": 1.0,
  692. "poisonChance": 0.0
  693. },
  694. {
  695. "item": {
  696. "name": "harvestcraft:bananasmoothieitem",
  697. "metadata": 0
  698. },
  699. "thirst": 8,
  700. "hydration": 1.0,
  701. "poisonChance": 0.0
  702. },
  703. {
  704. "item": {
  705. "name": "harvestcraft:gooseberrysmoothieitem",
  706. "metadata": 0
  707. },
  708. "thirst": 8,
  709. "hydration": 1.0,
  710. "poisonChance": 0.0
  711. },
  712. {
  713. "item": {
  714. "name": "harvestcraft:coconutsmoothieitem",
  715. "metadata": 0
  716. },
  717. "thirst": 8,
  718. "hydration": 1.0,
  719. "poisonChance": 0.0
  720. },
  721.  
  722. // MILKSHAKES
  723.  
  724.  
  725. {
  726. "item": {
  727. "name": "harvestcraft:bananamilkshakeitem",
  728. "metadata": 0
  729. },
  730. "thirst": 10,
  731. "hydration": 1.2,
  732. "poisonChance": 0.0
  733. },
  734. {
  735. "item": {
  736. "name": "harvestcraft:strawberrymilkshakeitem",
  737. "metadata": 0
  738. },
  739. "thirst": 10,
  740. "hydration": 1.2,
  741. "poisonChance": 0.0
  742. },
  743. {
  744. "item": {
  745. "name": "harvestcraft:durianmilkshakeitem",
  746. "metadata": 0
  747. },
  748. "thirst": 10,
  749. "hydration": 1.2,
  750. "poisonChance": 0.0
  751. },
  752. {
  753. "item": {
  754. "name": "harvestcraft:chocolatemilkshakeitem",
  755. "metadata": 0
  756. },
  757. "thirst": 10,
  758. "hydration": 1.2,
  759. "poisonChance": 0.0
  760. },
  761. {
  762. "item": {
  763. "name": "harvestcraft:gooseberrymilkshakeitem",
  764. "metadata": 0
  765. },
  766. "thirst": 10,
  767. "hydration": 1.2,
  768. "poisonChance": 0.0
  769. },
  770.  
  771. // TEAS AND COFFEE
  772.  
  773.  
  774. {
  775. "item": {
  776. "name": "harvestcraft:bubbleteaitem",
  777. "metadata": 0
  778. },
  779. "thirst": 8,
  780. "hydration": 1.2,
  781. "poisonChance": 0.0
  782. },
  783. {
  784. "item": {
  785. "name": "harvestcraft:sweetteaitem",
  786. "metadata": 0
  787. },
  788. "thirst": 12,
  789. "hydration": 1.5,
  790. "poisonChance": 0.0
  791. },
  792. {
  793. "item": {
  794. "name": "harvestcraft:teaitem",
  795. "metadata": 0
  796. },
  797. "thirst": 6,
  798. "hydration": 1.0,
  799. "poisonChance": 0.0
  800. },
  801. {
  802. "item": {
  803. "name": "harvestcraft:greenteaitem",
  804. "metadata": 0
  805. },
  806. "thirst": 8,
  807. "hydration": 1.0,
  808. "poisonChance": 0.0
  809. },
  810. {
  811. "item": {
  812. "name": "harvestcraft:earlgreyteaitem",
  813. "metadata": 0
  814. },
  815. "thirst": 8,
  816. "hydration": 1.0,
  817. "poisonChance": 0.0
  818. },
  819. {
  820. "item": {
  821. "name": "harvestcraft:raspberryicedteaitem",
  822. "metadata": 0
  823. },
  824. "thirst": 9,
  825. "hydration": 1.2,
  826. "poisonChance": 0.0
  827. },
  828. {
  829. "item": {
  830. "name": "harvestcraft:chaiteaitem",
  831. "metadata": 0
  832. },
  833. "thirst": 10,
  834. "hydration": 1.5,
  835. "poisonChance": 0.0
  836. },
  837. {
  838. "item": {
  839. "name": "harvestcraft:coffeeitem",
  840. "metadata": 0
  841. },
  842. "thirst": 8,
  843. "hydration": 0.3,
  844. "poisonChance": 0.0
  845. },
  846. {
  847. "item": {
  848. "name": "harvestcraft:coffeeconlecheitem",
  849. "metadata": 0
  850. },
  851. "thirst": 10,
  852. "hydration": 0.5,
  853. "poisonChance": 0.0
  854. },
  855. {
  856. "item": {
  857. "name": "harvestcraft:espressoitem",
  858. "metadata": 0
  859. },
  860. "thirst": 8,
  861. "hydration": 0.5,
  862. "poisonChance": 0.0
  863. },
  864.  
  865. // MILKS
  866.  
  867. {
  868. "item": {
  869. "name": "harvestcraft:chocolatemilkitem",
  870. "metadata": 0
  871. },
  872. "thirst": 10,
  873. "hydration": 1.2,
  874. "poisonChance": 0.0
  875. },
  876. {
  877. "item": {
  878. "name": "harvestcraft:soymilkitem",
  879. "metadata": 0
  880. },
  881. "thirst": 7,
  882. "hydration": 0.5,
  883. "poisonChance": 0.0
  884. },
  885. {
  886. "item": {
  887. "name": "harvestcraft:coconutmilkitem",
  888. "metadata": 0
  889. },
  890. "thirst": 6,
  891. "hydration": 0.5,
  892. "poisonChance": 0.0
  893. },
  894. {
  895. "item": {
  896. "name": "harvestcraft:cookiesandmilkitem",
  897. "metadata": 0
  898. },
  899. "thirst": 8,
  900. "hydration": 1.2,
  901. "poisonChance": 0.0
  902. },
  903.  
  904. // SOUPS
  905.  
  906. {
  907. "item": {
  908. "name": "harvestcraft:pumpkinsoupitem",
  909. "metadata": 0
  910. },
  911. "thirst": 3,
  912. "hydration": 0.5,
  913. "poisonChance": 0.0
  914. },
  915. {
  916. "item": {
  917. "name": "harvestcraft:carrotsoupitem",
  918. "metadata": 0
  919. },
  920. "thirst": 3,
  921. "hydration": 0.5,
  922. "poisonChance": 0.0
  923. },
  924. {
  925. "item": {
  926. "name": "harvestcraft:potatosoupitem",
  927. "metadata": 0
  928. },
  929. "thirst": 3,
  930. "hydration": 0.5,
  931. "poisonChance": 0.0
  932. },
  933. {
  934. "item": {
  935. "name": "harvestcraft:chickennoodlesoupitem",
  936. "metadata": 0
  937. },
  938. "thirst": 3,
  939. "hydration": 1.5,
  940. "poisonChance": 0.0
  941. },
  942. {
  943. "item": {
  944. "name": "harvestcraft:spidereyesoupitem",
  945. "metadata": 0
  946. },
  947. "thirst": 3,
  948. "hydration": 0.5,
  949. "poisonChance": 0.0
  950. },
  951. {
  952. "item": {
  953. "name": "harvestcraft:vegetablesoupitem",
  954. "metadata": 0
  955. },
  956. "thirst": 3,
  957. "hydration": 0.5,
  958. "poisonChance": 0.0
  959. },
  960. {
  961. "item": {
  962. "name": "harvestcraft:tomatosoupitem",
  963. "metadata": 0
  964. },
  965. "thirst": 3,
  966. "hydration": 0.5,
  967. "poisonChance": 0.0
  968. },
  969. {
  970. "item": {
  971. "name": "harvestcraft:cucumbersoupitem",
  972. "metadata": 0
  973. },
  974. "thirst": 3,
  975. "hydration": 0.5,
  976. "poisonChance": 0.0
  977. },
  978. {
  979. "item": {
  980. "name": "harvestcraft:ricesoupitem",
  981. "metadata": 0
  982. },
  983. "thirst": 3,
  984. "hydration": 0.5,
  985. "poisonChance": 0.0
  986. },
  987. {
  988. "item": {
  989. "name": "harvestcraft:beetsoupitem",
  990. "metadata": 0
  991. },
  992. "thirst": 3,
  993. "hydration": 0.5,
  994. "poisonChance": 0.0
  995. },
  996. {
  997. "item": {
  998. "name": "harvestcraft:creamedbroccolisoupitem",
  999. "metadata": 0
  1000. },
  1001. "thirst": 3,
  1002. "hydration": 0.5,
  1003. "poisonChance": 0.0
  1004. },
  1005. {
  1006. "item": {
  1007. "name": "harvestcraft:splitpeasoupitem",
  1008. "metadata": 0
  1009. },
  1010. "thirst": 3,
  1011. "hydration": 0.5,
  1012. "poisonChance": 0.0
  1013. },
  1014. {
  1015. "item": {
  1016. "name": "harvestcraft:turnipsoupitem",
  1017. "metadata": 0
  1018. },
  1019. "thirst": 3,
  1020. "hydration": 0.5,
  1021. "poisonChance": 0.0
  1022. },
  1023. {
  1024. "item": {
  1025. "name": "harvestcraft:celerysoupitem",
  1026. "metadata": 0
  1027. },
  1028. "thirst": 3,
  1029. "hydration": 0.5,
  1030. "poisonChance": 0.0
  1031. },
  1032. {
  1033. "item": {
  1034. "name": "harvestcraft:asparagussoupitem",
  1035. "metadata": 0
  1036. },
  1037. "thirst": 3,
  1038. "hydration": 0.5,
  1039. "poisonChance": 0.0
  1040. },
  1041. {
  1042. "item": {
  1043. "name": "harvestcraft:creamofavocadosoupitem",
  1044. "metadata": 0
  1045. },
  1046. "thirst": 3,
  1047. "hydration": 0.5,
  1048. "poisonChance": 0.0
  1049. },
  1050. {
  1051. "item": {
  1052. "name": "harvestcraft:cactussoupitem",
  1053. "metadata": 0
  1054. },
  1055. "thirst": 3,
  1056. "hydration": 0.5,
  1057. "poisonChance": 0.0
  1058. },
  1059. {
  1060. "item": {
  1061. "name": "harvestcraft:seedsoupitem",
  1062. "metadata": 0
  1063. },
  1064. "thirst": 3,
  1065. "hydration": 0.5,
  1066. "poisonChance": 0.0
  1067. },
  1068. {
  1069. "item": {
  1070. "name": "harvestcraft:gardensoupitem",
  1071. "metadata": 0
  1072. },
  1073. "thirst": 3,
  1074. "hydration": 0.5,
  1075. "poisonChance": 0.0
  1076. },
  1077. {
  1078. "item": {
  1079. "name": "harvestcraft:oldworldveggiesoupitem",
  1080. "metadata": 0
  1081. },
  1082. "thirst": 3,
  1083. "hydration": 0.5,
  1084. "poisonChance": 0.0
  1085. },
  1086. {
  1087. "item": {
  1088. "name": "harvestcraft:lambbarleysoupitem",
  1089. "metadata": 0
  1090. },
  1091. "thirst": 3,
  1092. "hydration": 0.5,
  1093. "poisonChance": 0.0
  1094. },
  1095. {
  1096. "item": {
  1097. "name": "harvestcraft:leekbaconsoupitem",
  1098. "metadata": 0
  1099. },
  1100. "thirst": 3,
  1101. "hydration": 0.5,
  1102. "poisonChance": 0.0
  1103. },
  1104. {
  1105. "item": {
  1106. "name": "harvestcraft:peaandhamsoupitem",
  1107. "metadata": 0
  1108. },
  1109. "thirst": 3,
  1110. "hydration": 0.5,
  1111. "poisonChance": 0.0
  1112. },
  1113. {
  1114. "item": {
  1115. "name": "harvestcraft:potatoandleeksoupitem",
  1116. "metadata": 0
  1117. },
  1118. "thirst": 3,
  1119. "hydration": 0.5,
  1120. "poisonChance": 0.0
  1121. },
  1122. {
  1123. "item": {
  1124. "name": "harvestcraft:pizzasoupitem",
  1125. "metadata": 0
  1126. },
  1127. "thirst": 3,
  1128. "hydration": 0.0,
  1129. "poisonChance": 0.0
  1130. },
  1131. {
  1132. "item": {
  1133. "name": "harvestcraft:misosoupitem",
  1134. "metadata": 0
  1135. },
  1136. "thirst": 3,
  1137. "hydration": 0.5,
  1138. "poisonChance": 0.0
  1139. },
  1140. {
  1141. "item": {
  1142. "name": "harvestcraft:wontonsoupitem",
  1143. "metadata": 0
  1144. },
  1145. "thirst": 3,
  1146. "hydration": 0.5,
  1147. "poisonChance": 0.0
  1148. },
  1149. {
  1150. "item": {
  1151. "name": "harvestcraft:chorusfruitsoupitem",
  1152. "metadata": 0
  1153. },
  1154. "thirst": 3,
  1155. "hydration": 0.5,
  1156. "poisonChance": 0.0
  1157. },
  1158. {
  1159. "item": {
  1160. "name": "harvestcraft:hotandsoursoupitem",
  1161. "metadata": 0
  1162. },
  1163. "thirst": 3,
  1164. "hydration": 0.5,
  1165. "poisonChance": 0.0
  1166. },
  1167. {
  1168. "item": {
  1169. "name": "harvestcraft:onionsoupitem",
  1170. "metadata": 0
  1171. },
  1172. "thirst": 3,
  1173. "hydration": 0.5,
  1174. "poisonChance": 0.0
  1175. },
  1176. {
  1177. "item": {
  1178. "name": "harvestcraft:meatystewitem",
  1179. "metadata": 0
  1180. },
  1181. "thirst": 3,
  1182. "hydration": 0.5,
  1183. "poisonChance": 0.0
  1184. },
  1185.  
  1186. // NON HARVESTCRAFT SOUPS
  1187.  
  1188. {
  1189. "item": {
  1190. "name": "minecraft:beetroot_soup",
  1191. "metadata": 0
  1192. },
  1193. "thirst": 3,
  1194. "hydration": 0.5,
  1195. "poisonChance": 0.0
  1196. },
  1197. {
  1198. "item": {
  1199. "name": "animania:truffle_soup",
  1200. "metadata": 0
  1201. },
  1202. "thirst": 3,
  1203. "hydration": 0.5,
  1204. "poisonChance": 0.0
  1205. },
  1206. {
  1207. "item": {
  1208. "name": "minecraft:mushroom_stew",
  1209. "metadata": 0
  1210. },
  1211. "thirst": 3,
  1212. "hydration": 0.5,
  1213. "poisonChance": 0.0
  1214. },
  1215. {
  1216. "item": {
  1217. "name": "minecraft:rabbit_stew",
  1218. "metadata": 0
  1219. },
  1220. "thirst": 3,
  1221. "hydration": 0.5,
  1222. "poisonChance": 0.0
  1223. }
  1224.  
  1225. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement