katubug

Animania Config

Aug 31st, 2019
1,432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.43 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4.  
  5. gamerules {
  6. # Range that Animals search blocks (like troughs or food blocks) in
  7. I:aiBlockSearchRange=16
  8.  
  9. # Allow eggs to be thrown
  10. B:allowEggThrowing=false
  11.  
  12. # Allow random mobs to spawn on Animania animals
  13. B:allowMobRiding=true
  14.  
  15. # Allow dispensers to place seeds
  16. B:allowSeedDispenserPlacement=true
  17.  
  18. # Allow the trough to be automated with hoppers/pipes
  19. B:allowTroughAutomation=true
  20.  
  21. # Animals do not have to eat or drink
  22. B:ambianceMode=false
  23.  
  24. # Animals can attack others
  25. B:animalsCanAttackOthers=true
  26.  
  27. # Animals sleep
  28. B:animalsSleep=true
  29.  
  30. # Animals starve to death when not fed and watered
  31. B:animalsStarve=false
  32.  
  33. # Ticks that a Cheese takes to mature
  34. I:cheeseMaturityTime=24000
  35.  
  36. # If chickens need to lay eggs in a nest or not
  37. B:chickensDropEggs=false
  38.  
  39. # If chickens and other birds shed their feathers naturally
  40. B:chickensDropFeathers=true
  41.  
  42. # Female Cows Milkable at Spawn
  43. B:cowsMilkableAtSpawn=false
  44.  
  45. # Disable cart and wagon
  46. B:disableRollingVehicles=false
  47.  
  48. # Disable salt creation using cheese mold
  49. B:disableSaltCreation=false
  50.  
  51. # Eat animania food anytime
  52. B:eatFoodAnytime=true
  53.  
  54. # Multiplier for reducing fall damage when animals are leashed
  55. D:fallDamageReduceMultiplier=0.44999998807907104
  56.  
  57. # Fancy entity spawn eggs
  58. B:fancyEggs=false
  59.  
  60. # If fancy entity eggs rotate or not
  61. B:fancyEggsRotate=false
  62.  
  63. # Foods give bonus effects
  64. B:foodsGiveBonusEffects=true
  65.  
  66. # Capacity of RF that the Hamster Wheel has
  67. I:hamsterWheelCapacity=200000
  68.  
  69. # RF/tick that the Hamster wheel generates while in use
  70. I:hamsterWheelRFGeneration=20
  71.  
  72. # Ticks that the hamster stays in the wheel before it needs more food
  73. I:hamsterWheelUseTime=2000
  74.  
  75. # Honey creation rate for playermade hives
  76. I:hivePlayermadeHoneyRate=450
  77.  
  78. # Allow Beehives during world gen
  79. B:hiveSpawning=true
  80.  
  81. # Frequency of Beehives (1-10)
  82. I:hiveSpawningFrequency=3
  83.  
  84. # Valid Biome Types for hive. Types can be seen here:
  85. # https://github.com/MinecraftForge/MinecraftForge/blob/1.12.x/src/main/java/net/minecraftforge/common/BiomeDictionary.java
  86. S:hiveValidBiomeTypes <
  87. JUNGLE
  88. CONIFEROUS
  89. LUSH
  90. FOREST
  91. PLAINS
  92. >
  93.  
  94. # Honey creation rate for wild hives
  95. I:hiveWildHoneyRate=700
  96.  
  97. # Plant blocks removed after animal eats
  98. B:plantsRemovedAfterEating=true
  99.  
  100. # Remove vanilla Chickens
  101. B:replaceVanillaChickens=true
  102.  
  103. # Remove vanilla Cows
  104. B:replaceVanillaCows=true
  105.  
  106. # Remove vanilla Horses
  107. B:replaceVanillaHorses=false
  108.  
  109. # Remove vanilla Pigs
  110. B:replaceVanillaPigs=true
  111.  
  112. # Remove vanilla Rabbits
  113. B:replaceVanillaRabbits=true
  114.  
  115. # Remove vanilla Sheep
  116. B:replaceVanillaSheep=true
  117.  
  118. # Shift-Right-Click for Seed Placement
  119. B:shiftSeedPlacement=false
  120.  
  121. # Show mod update notification at startup
  122. B:showModUpdateNotification=true
  123.  
  124. # Show male parts (modesty flag)
  125. B:showParts=true
  126.  
  127. # Show particles when animals are unhappy
  128. B:showUnhappyParticles=true
  129.  
  130. # Can sleep using Wagon
  131. B:sleepAllowedWagon=true
  132.  
  133. # Tamed animals teleport to player)
  134. B:tamedAnimalsTeleport=false
  135.  
  136. # AI Tick Countdown Timer (increase for higher performance)
  137. I:ticksBetweenAIFirings=100
  138.  
  139. # Food Items that can be placed in the trough (use # for meta)
  140. S:troughFood <
  141. minecraft:wheat
  142. simplecorn:corncob
  143. harvestcraft:barleyitem
  144. harvestcraft:oatsitem
  145. harvestcraft:ryeitem
  146. harvestcraft:cornitem
  147. minecraft:apple
  148. minecraft:carrot
  149. minecraft:beetroot
  150. minecraft:potato
  151. minecraft:poisonous_potato
  152. minecraft:wheat_seeds
  153. minecraft:melon_seeds
  154. minecraft:beetroot_seeds
  155. minecraft:pumpkin_seeds
  156. biomesoplenty:turnip_seeds
  157. minecraft:egg
  158. animania:brown_egg
  159. >
  160.  
  161. # Water blocks removed after large animals drink
  162. B:waterRemovedAfterDrinking=true
  163. }
  164.  
  165. spawn {
  166. # Number of potential Chicken families per chunk
  167. I:numberChickenFamilies=1
  168.  
  169. # Number of potential Cow families per chunk
  170. I:numberCowFamilies=1
  171.  
  172. # Number of potential Goat families per chunk
  173. I:numberGoatFamilies=1
  174.  
  175. # Number of potential Horse families per chunk
  176. I:numberHorseFamilies=1
  177.  
  178. # Number of potential Pig families per chunk
  179. I:numberPigFamilies=1
  180.  
  181. # Number of potential Rabbit families per chunk
  182. I:numberRabbitFamilies=1
  183.  
  184. # Number of potential Sheep families per chunk
  185. I:numberSheepFamilies=1
  186.  
  187. # Spawn Animania Amphibians in world
  188. B:spawnAnimaniaAmphibians=true
  189.  
  190. # Spawn Animania Chickens in world
  191. B:spawnAnimaniaChickens=true
  192.  
  193. # Spawn Animania Cows in world
  194. B:spawnAnimaniaCows=true
  195.  
  196. # Spawn Animania Goats in world
  197. B:spawnAnimaniaGoats=true
  198.  
  199. # Spawn Animania Horses in world
  200. B:spawnAnimaniaHorses=true
  201.  
  202. # Spawn Animania Peacocks in world
  203. B:spawnAnimaniaPeacocks=true
  204.  
  205. # Spawn Animania Pigs in world
  206. B:spawnAnimaniaPigs=true
  207.  
  208. # Spawn Animania Rabbits in world
  209. B:spawnAnimaniaRabbits=true
  210.  
  211. # Spawn Animania Rodents in world
  212. B:spawnAnimaniaRodents=true
  213.  
  214. # Spawn Animania Sheep in world
  215. B:spawnAnimaniaSheep=true
  216.  
  217. # Allow Squids tp Spawn in Fresh Water
  218. B:spawnFreshWaterSquids=false
  219.  
  220. # Spawn limit for Amphibians in loaded chunks
  221. I:spawnLimitAmphibians=40
  222.  
  223. # Spawn limit for Chickens in loaded chunks
  224. I:spawnLimitChickens=40
  225.  
  226. # Spawn limit for Cows in loaded chunks
  227. I:spawnLimitCows=40
  228.  
  229. # Spawn limit for Ferrets in loaded chunks
  230. I:spawnLimitFerrets=40
  231.  
  232. # Spawn limit for Goats in loaded chunks
  233. I:spawnLimitGoats=40
  234.  
  235. # Spawn limit for Hamsters in loaded chunks
  236. I:spawnLimitHamsters=40
  237.  
  238. # Spawn limit for Hedgehogs in loaded chunks
  239. I:spawnLimitHedgehogs=40
  240.  
  241. # Spawn limit for Horses in loaded chunks
  242. I:spawnLimitHorses=40
  243.  
  244. # Spawn limit for Peacocks in loaded chunks
  245. I:spawnLimitPeacocks=40
  246.  
  247. # Spawn limit for Pigs in loaded chunks
  248. I:spawnLimitPigs=40
  249.  
  250. # Spawn limit for Rabbits in loaded chunks
  251. I:spawnLimitRabbits=40
  252.  
  253. # Spawn limit for Sheep in loaded chunks
  254. I:spawnLimitSheep=40
  255.  
  256. # Spawn probability Amphibians in loaded chunks
  257. I:spawnProbabilityAmphibians=6
  258.  
  259. # Spawn probability Chickens in loaded chunks
  260. I:spawnProbabilityChickens=8
  261.  
  262. # Spawn probability Cows in loaded chunks
  263. I:spawnProbabilityCows=8
  264.  
  265. # Spawn probability Ferrets in loaded chunks
  266. I:spawnProbabilityFerrets=8
  267.  
  268. # Spawn probability Goats in loaded chunks
  269. I:spawnProbabilityGoats=6
  270.  
  271. # Spawn probability Hamsters in loaded chunks
  272. I:spawnProbabilityHamsters=8
  273.  
  274. # Spawn probability Hedgehogs in loaded chunks
  275. I:spawnProbabilityHedgehogs=8
  276.  
  277. # Spawn probability Horses in loaded chunks
  278. I:spawnProbabilityHorses=6
  279.  
  280. # Spawn probability Peacocks in loaded chunks
  281. I:spawnProbabilityPeacocks=8
  282.  
  283. # Spawn probability Pigs in loaded chunks
  284. I:spawnProbabilityPigs=8
  285.  
  286. # Spawn probability Rabbits in loaded chunks
  287. I:spawnProbabilityRabbits=6
  288.  
  289. # Spawn probability Sheep in loaded chunks
  290. I:spawnProbabilitySheep=8
  291. }
  292.  
  293. spawnlocations {
  294. # BiomeDictionary types for spawning Leghorn Chickens
  295. S:chickenLeghornBiomeTypes <
  296. PLAINS
  297. >
  298.  
  299. # BiomeDictionary types for spawning Orpington Chickens
  300. S:chickenOrpingtonBiomeTypes <
  301. JUNGLE
  302. SWAMP
  303. >
  304.  
  305. # BiomeDictionary types for spawning Plymouth Rock Chickens
  306. S:chickenPlymouthRockBiomeTypes <
  307. MOUNTAIN
  308. >
  309.  
  310. # BiomeDictionary types for spawning Rhode Island Red Chickens
  311. S:chickenRhodeIslandRedBiomeTypes <
  312. FOREST
  313. >
  314.  
  315. # BiomeDictionary types for spawning Wyandotte Chickens
  316. S:chickenWyandotteBiomeTypes <
  317. FOREST
  318. >
  319.  
  320. # BiomeDictionary types for spawning Angus Cows
  321. S:cowAngusBiomeTypes <
  322. JUNGLE
  323. MESA
  324. LUSH
  325. >
  326.  
  327. # BiomeDictionary types for spawning Friesian Cows
  328. S:cowFriesianBiomeTypes <
  329. PLAINS
  330. >
  331.  
  332. # BiomeDictionary types for spawning Hereford Cows
  333. S:cowHerefordBiomeTypes <
  334. MOUNTAIN
  335. HILLS
  336. >
  337.  
  338. # BiomeDictionary types for spawning Highland Cows
  339. S:cowHighlandBiomeTypes <
  340. MOUNTAIN
  341. HILLS
  342. >
  343.  
  344. # BiomeDictionary types for spawning Holstein Cows
  345. S:cowHolsteinBiomeTypes <
  346. FOREST
  347. >
  348.  
  349. # BiomeDictionary types for spawning Jersey Cows
  350. S:cowJerseyBiomeTypes <
  351. WASTELAND
  352. LUSH
  353. >
  354.  
  355. # BiomeDictionary types for spawning Longhorn Cows
  356. S:cowLonghornBiomeTypes <
  357. SAVANNA
  358. >
  359.  
  360. # BiomeDictionary types for spawning Mooshroom Cows
  361. S:cowMooshroomBiomeTypes <
  362. MUSHROOM
  363. MAGICAL
  364. >
  365.  
  366. # BiomeDictionary types for spawning Dart Frogs
  367. S:dartFrogBiomeTypes <
  368. JUNGLE
  369. FOREST
  370. >
  371.  
  372. # BiomeDictionary types for spawning Draft Horses
  373. S:draftHorseBiomeTypes <
  374. PLAINS
  375. SAVANNA
  376. MESA
  377. >
  378.  
  379. # BiomeDictionary types for spawning Grey Ferrets
  380. S:ferretGrayBiomeTypes <
  381. SAVANNA
  382. >
  383.  
  384. # BiomeDictionary types for spawning White Ferrets
  385. S:ferretWhiteBiomeTypes <
  386. SAVANNA
  387. >
  388.  
  389. # BiomeDictionary types for spawning Frogs
  390. S:frogBiomeTypes <
  391. SWAMP
  392. RIVER
  393. >
  394.  
  395. # BiomeDictionary types for spawning Alpine Goats
  396. S:goatAlpineBiomeTypes <
  397. MOUNTAIN
  398. HILLS
  399. >
  400.  
  401. # BiomeDictionary types for spawning Angora Goats
  402. S:goatAngoraBiomeTypes <
  403. PLAINS
  404. >
  405.  
  406. # BiomeDictionary types for spawning Fainting Goats
  407. S:goatFaintingBiomeTypes <
  408. PLAINS
  409. >
  410.  
  411. # BiomeDictionary types for spawning Kiko Goats
  412. S:goatKikoBiomeTypes <
  413. MOUNTAIN
  414. HILLS
  415. >
  416.  
  417. # BiomeDictionary types for spawning Kinder Goats
  418. S:goatKinderBiomeTypes <
  419. SAVANNA
  420. MESA
  421. >
  422.  
  423. # BiomeDictionary types for spawning Nigerian Dwarf Goats
  424. S:goatNigerianDwarfBiomeTypes <
  425. SANDY
  426. >
  427.  
  428. # BiomeDictionary types for spawning Pygmy Goats
  429. S:goatPygmyBiomeTypes <
  430. SAVANNA
  431. MESA
  432. >
  433.  
  434. # BiomeDictionary types for spawning Hamsters
  435. S:hamsterBiomeTypes <
  436. BEACH
  437. SANDY
  438. >
  439.  
  440. # BiomeDictionary types for spawning Albino Hedgehogs
  441. S:hedgehogAlbinoBiomeTypes <
  442. SWAMP
  443. >
  444.  
  445. # BiomeDictionary types for spawning Hedgehogs
  446. S:hedgehogBiomeTypes <
  447. FOREST
  448. >
  449.  
  450. # BiomeDictionary types for spawning Blue Peafowl
  451. S:peafowlBlueBiomeTypes <
  452. SWAMP
  453. JUNGLE
  454. >
  455.  
  456. # BiomeDictionary types for spawning Charcoal Peafowl
  457. S:peafowlCharcoalBiomeTypes <
  458. SWAMP
  459. JUNGLE
  460. >
  461.  
  462. # BiomeDictionary types for spawning Opal Peafowl
  463. S:peafowlOpalBiomeTypes <
  464. SWAMP
  465. JUNGLE
  466. >
  467.  
  468. # BiomeDictionary types for spawning Peach Peafowl
  469. S:peafowlPeachBiomeTypes <
  470. SWAMP
  471. JUNGLE
  472. >
  473.  
  474. # BiomeDictionary types for spawning Purple Peafowl
  475. S:peafowlPurpleBiomeTypes <
  476. SWAMP
  477. JUNGLE
  478. >
  479.  
  480. # BiomeDictionary types for spawning Taupe Peafowl
  481. S:peafowlTaupeBiomeTypes <
  482. SWAMP
  483. JUNGLE
  484. >
  485.  
  486. # BiomeDictionary types for spawning White Peafowl
  487. S:peafowlWhiteBiomeTypes <
  488. SWAMP
  489. JUNGLE
  490. >
  491.  
  492. # BiomeDictionary types for spawning Duroc Pigs
  493. S:pigDurocBiomeTypes <
  494. JUNGLE
  495. >
  496.  
  497. # BiomeDictionary types for spawning Hampshire Pigs
  498. S:pigHampshireBiomeTypes <
  499. MOUNTAIN
  500. HILLS
  501. >
  502.  
  503. # BiomeDictionary types for spawning Large Black Pigs
  504. S:pigLargeBlackBiomeTypes <
  505. SWAMP
  506. DENSE
  507. >
  508.  
  509. # BiomeDictionary types for spawning Large White Pigs
  510. S:pigLargeWhiteBiomeTypes <
  511. FOREST
  512. >
  513.  
  514. # BiomeDictionary types for spawning Old Spot Pigs
  515. S:pigOldSpotBiomeTypes <
  516. FOREST
  517. >
  518.  
  519. # BiomeDictionary types for spawning Yorkshire Pigs
  520. S:pigYorkshireBiomeTypes <
  521. PLAINS
  522. >
  523.  
  524. # BiomeDictionary types for spawning Chinchilla Rabbits
  525. S:rabbitChinchillaBiomeTypes <
  526. SAVANNA
  527. >
  528.  
  529. # BiomeDictionary types for spawning Cottontail Rabbits
  530. S:rabbitCottontailBiomeTypes <
  531. FOREST
  532. >
  533.  
  534. # BiomeDictionary types for spawning Dutch Rabbits
  535. S:rabbitDutchBiomeTypes <
  536. PLAINS
  537. >
  538.  
  539. # BiomeDictionary types for spawning Havana Rabbits
  540. S:rabbitHavanaBiomeTypes <
  541. MOUNTAIN
  542. HILLS
  543. >
  544.  
  545. # BiomeDictionary types for spawning Jack Rabbits
  546. S:rabbitJackBiomeTypes <
  547. SAVANNA
  548. SANDY
  549. >
  550.  
  551. # BiomeDictionary types for spawning Lop Rabbits
  552. S:rabbitLopBiomeTypes <
  553. PLAINS
  554. FOREST
  555. >
  556.  
  557. # BiomeDictionary types for spawning New Zealand Rabbits
  558. S:rabbitNewZealandBiomeTypes <
  559. FOREST
  560. >
  561.  
  562. # BiomeDictionary types for spawning Rex Rabbits
  563. S:rabbitRexBiomeTypes <
  564. SAVANNA
  565. >
  566.  
  567. # BiomeDictionary types for spawning Dorper Sheep
  568. S:sheepDorperBiomeTypes <
  569. SAVANNA
  570. >
  571.  
  572. # BiomeDictionary types for spawning Dorset Sheep
  573. S:sheepDorsetBiomeTypes <
  574. HILLS
  575. >
  576.  
  577. # BiomeDictionary types for spawning Friesian Sheep
  578. S:sheepFriesianBiomeTypes <
  579. PLAINS
  580. >
  581.  
  582. # BiomeDictionary types for spawning Jacob Sheep
  583. S:sheepJacobBiomeTypes <
  584. FOREST
  585. >
  586.  
  587. # BiomeDictionary types for spawning Merino Sheep
  588. S:sheepMerinoBiomeTypes <
  589. PLAINS
  590. >
  591.  
  592. # BiomeDictionary types for spawning Suffolk Sheep
  593. S:sheepSuffolkBiomeTypes <
  594. SAVANNA
  595. MESA
  596. >
  597.  
  598. # BiomeDictionary types for spawning Toads
  599. S:toadBiomeTypes <
  600. SWAMP
  601. FOREST
  602. >
  603. }
  604.  
  605. careandfeeding {
  606. # Chicken Bed Block Preferred
  607. S:chickenBed=animania:block_straw
  608.  
  609. # Chicken Bed Block Backup
  610. S:chickenBed2=minecraft:grass
  611.  
  612. # Food Items that chickens can eat (use # for meta)
  613. S:chickenFood <
  614. minecraft:wheat_seeds
  615. minecraft:melon_seeds
  616. minecraft:beetroot_seeds
  617. minecraft:pumpkin_seeds
  618. simplecorn:corncob
  619. biomesoplenty:turnip_seeds
  620. harvestcraft:cornitem
  621. >
  622.  
  623. # Ticks before next incremental growth
  624. I:childGrowthTick=200
  625.  
  626. # Cow Bed Block Preferred
  627. S:cowBed=animania:block_straw
  628.  
  629. # Cow Bed Block Backup
  630. S:cowBed2=minecraft:grass
  631.  
  632. # Food Items that cows can eat (use # for meta)
  633. S:cowFood <
  634. minecraft:wheat
  635. simplecorn:corncob
  636. harvestcraft:barleyitem
  637. harvestcraft:oatsitem
  638. harvestcraft:ryeitem
  639. harvestcraft:cornitem
  640. >
  641.  
  642. # Egg hatch chance (1/x)
  643. I:eggHatchChance=2
  644.  
  645. # Animals won't breed if there are more than the specified amount of animals of their type in a 30 block range.
  646. I:entityBreedingLimit=20
  647.  
  648. # Ticks between dropping feathers
  649. I:featherTimer=12000
  650.  
  651. # Ticks between feedings
  652. I:feedTimer=12000
  653.  
  654. # Ferret Bed Block Preferred
  655. S:ferretBed=animania:block_straw
  656.  
  657. # Ferret Bed Block Backup
  658. S:ferretBed2=minecraft:grass
  659.  
  660. # Food Items that ferrets can eat (use # for meta)
  661. S:ferretFood <
  662. minecraft:mutton
  663. minecraft:egg
  664. animania:brown_egg
  665. animania:peacock_egg_blue
  666. animania:peacock_egg_white
  667. animania:prime_mutton
  668. animania:prime_rabbit
  669. minecraft:rabbit
  670. minecraft:chicken
  671. animania_prime_chicken
  672. >
  673.  
  674. # Ticks between birthings
  675. I:gestationTimer=20000
  676.  
  677. # Goat Bed Block Preferred
  678. S:goatBed=animania:block_straw
  679.  
  680. # Goat Bed Block Backup
  681. S:goatBed2=minecraft:grass
  682.  
  683. # Food Items that goats can eat (use # for meta)
  684. S:goatFood <
  685. minecraft:wheat
  686. minecraft:string
  687. minecraft:stick
  688. minecraft:apple
  689. simplecorn:corncob
  690. harvestcraft:barleyitem
  691. harvestcraft:oatsitem
  692. harvestcraft:ryeitem
  693. harvestcraft:cornitem
  694. >
  695.  
  696. # Hamster Bed Block Preferred
  697. S:hamsterBed=animania:block_straw
  698.  
  699. # Hamster Bed Block Backup
  700. S:hamsterBed2=
  701.  
  702. # Food Items that hamsters can eat (use # for meta)
  703. S:hamsterFood <
  704. animania:hamster_food
  705. minecraft:wheat_seeds
  706. minecraft:melon_seeds
  707. minecraft:beetroot_seeds
  708. minecraft:pumpkin_seeds
  709. simplecorn:corncob
  710. biomesoplenty:turnip_seeds
  711. harvestcraft:cornitem
  712. minecraft:apple
  713. >
  714.  
  715. # Hedgehog Bed Block Preferred
  716. S:hedgehogBed=animania:block_straw
  717.  
  718. # Hedgehog Bed Block Backup
  719. S:hedgehogBed2=minecraft:grass
  720.  
  721. # Food Items that hedgehogs can eat (use # for meta)
  722. S:hedgehogFood <
  723. minecraft:carrot
  724. minecraft:beetroot
  725. minecraft:egg
  726. animania:brown_egg
  727. animania:peacock_egg_blue
  728. animania:peacock_egg_white
  729. animania:prime_mutton
  730. animania:prime_rabbit
  731. minecraft:rabbit
  732. minecraft:chicken
  733. animania_prime_chicken
  734. minecraft:apple
  735. >
  736.  
  737. # Horse Bed Block Preferred
  738. S:horseBed=animania:block_straw
  739.  
  740. # Horse Bed Block Backup
  741. S:horseBed2=minecraft:grass
  742.  
  743. # Food Items that horses can eat (use # for meta)
  744. S:horseFood <
  745. minecraft:wheat
  746. harvestcraft:barleyitem
  747. harvestcraft:oatsitem
  748. harvestcraft:ryeitem
  749. minecraft:apple
  750. minecraft:carrot
  751. >
  752.  
  753. # Ticks between laying eggs
  754. I:laidTimer=2000
  755.  
  756. # Mammals mate/breed only after hand-feeding
  757. B:manualBreeding=false
  758.  
  759. # Peacock Bed Block Preferred
  760. S:peacockBed=animania:block_straw
  761.  
  762. # Peacock Bed Block Backup
  763. S:peacockBed2=minecraft:grass
  764.  
  765. # Food Items that peacocks can eat (use # for meta)
  766. S:peacockFood <
  767. minecraft:wheat_seeds
  768. minecraft:melon_seeds
  769. minecraft:beetroot_seeds
  770. minecraft:pumpkin_seeds
  771. simplecorn:corncob
  772. biomesoplenty:turnip_seeds
  773. harvestcraft:cornitem
  774. >
  775.  
  776. # Pig Bed Block Preferred
  777. S:pigBed=animania:block_straw
  778.  
  779. # Pig Bed Block Backup
  780. S:pigBed2=minecraft:grass
  781.  
  782. # Food Items that pigs can eat (use # for meta)
  783. S:pigFood <
  784. minecraft:carrot
  785. minecraft:beetroot
  786. minecraft:potato
  787. minecraft:poisonous_potato
  788. minecraft:bread
  789. >
  790.  
  791. # Ticks between playing
  792. I:playTimer=12000
  793.  
  794. # Rabbit Bed Block Preferred
  795. S:rabbitBed=animania:block_straw
  796.  
  797. # Rabbit Bed Block Backup
  798. S:rabbitBed2=minecraft:grass
  799.  
  800. # Food Items that rabbits can eat (use # for meta)
  801. S:rabbitFood <
  802. minecraft:wheat
  803. minecraft:carrot
  804. minecraft:beetroot
  805. minecraft:apple
  806. >
  807.  
  808. # Maximum uses of the salt lick
  809. I:saltLickMaxUses=200
  810.  
  811. # Ticks between using Salt Lick
  812. I:saltLickTick=8000
  813.  
  814. # Sheep Bed Block Preferred
  815. S:sheepBed=animania:block_straw
  816.  
  817. # Sheep Bed Block Backup
  818. S:sheepBed2=minecraft:grass
  819.  
  820. # Food Items that sheep can eat (use # for meta)
  821. S:sheepFood <
  822. minecraft:wheat
  823. harvestcraft:barleyitem
  824. harvestcraft:oatsitem
  825. harvestcraft:ryeitem
  826. >
  827.  
  828. # Ticks between animals taking starvation damage
  829. I:starvationTimer=400
  830.  
  831. # Ticks between drinking water
  832. I:waterTimer=12000
  833.  
  834. # Ticks before wool regrowth after shearing
  835. I:woolRegrowthTimer=8000
  836. }
  837.  
  838. foodvalues {
  839. # Food Value Overrides
  840. S:foodValueOverrides <
  841. >
  842. }
  843.  
  844. }
Advertisement
Add Comment
Please, Sign In to add comment