Advertisement
Guest User

Untitled

a guest
Jul 25th, 2023
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.40 KB | None | 0 0
  1. {
  2. 'minecraft:chat_type': {
  3. type: 'minecraft:chat_type',
  4. value: [
  5. {
  6. element: {
  7. chat: {
  8. parameters: [
  9. 'sender',
  10. 'content',
  11. ],
  12. translation_key: 'chat.type.text',
  13. },
  14. narration: {
  15. parameters: [
  16. 'sender',
  17. 'content',
  18. ],
  19. translation_key: 'chat.type.text.narrate',
  20. },
  21. },
  22. id: 0,
  23. name: 'minecraft:chat',
  24. },
  25. {
  26. element: {
  27. chat: {
  28. parameters: [
  29. 'sender',
  30. 'content',
  31. ],
  32. translation_key: 'chat.type.emote',
  33. },
  34. narration: {
  35. parameters: [
  36. 'sender',
  37. 'content',
  38. ],
  39. translation_key: 'chat.type.emote',
  40. },
  41. },
  42. id: 1,
  43. name: 'minecraft:emote_command',
  44. },
  45. {
  46. element: {
  47. chat: {
  48. parameters: [
  49. 'sender',
  50. 'content',
  51. ],
  52. style: {
  53. color: 'gray',
  54. italic: 1,
  55. },
  56. translation_key: 'commands.message.display.incoming',
  57. },
  58. narration: {
  59. parameters: [
  60. 'sender',
  61. 'content',
  62. ],
  63. translation_key: 'chat.type.text.narrate',
  64. },
  65. },
  66. id: 2,
  67. name: 'minecraft:msg_command_incoming',
  68. },
  69. {
  70. element: {
  71. chat: {
  72. parameters: [
  73. 'target',
  74. 'content',
  75. ],
  76. style: {
  77. color: 'gray',
  78. italic: 1,
  79. },
  80. translation_key: 'commands.message.display.outgoing',
  81. },
  82. narration: {
  83. parameters: [
  84. 'sender',
  85. 'content',
  86. ],
  87. translation_key: 'chat.type.text.narrate',
  88. },
  89. },
  90. id: 3,
  91. name: 'minecraft:msg_command_outgoing',
  92. },
  93. {
  94. element: {
  95. chat: {
  96. parameters: [
  97. 'sender',
  98. 'content',
  99. ],
  100. translation_key: 'chat.type.announcement',
  101. },
  102. narration: {
  103. parameters: [
  104. 'sender',
  105. 'content',
  106. ],
  107. translation_key: 'chat.type.text.narrate',
  108. },
  109. },
  110. id: 4,
  111. name: 'minecraft:say_command',
  112. },
  113. {
  114. element: {
  115. chat: {
  116. parameters: [
  117. 'target',
  118. 'sender',
  119. 'content',
  120. ],
  121. translation_key: 'chat.type.team.text',
  122. },
  123. narration: {
  124. parameters: [
  125. 'sender',
  126. 'content',
  127. ],
  128. translation_key: 'chat.type.text.narrate',
  129. },
  130. },
  131. id: 5,
  132. name: 'minecraft:team_msg_command_incoming',
  133. },
  134. {
  135. element: {
  136. chat: {
  137. parameters: [
  138. 'target',
  139. 'sender',
  140. 'content',
  141. ],
  142. translation_key: 'chat.type.team.sent',
  143. },
  144. narration: {
  145. parameters: [
  146. 'sender',
  147. 'content',
  148. ],
  149. translation_key: 'chat.type.text.narrate',
  150. },
  151. },
  152. id: 6,
  153. name: 'minecraft:team_msg_command_outgoing',
  154. },
  155. ],
  156. },
  157. 'minecraft:damage_type': {
  158. type: 'minecraft:damage_type',
  159. value: [
  160. {
  161. element: {
  162. exhaustion: 0.1,
  163. message_id: 'arrow',
  164. scaling: 'when_caused_by_living_non_player',
  165. },
  166. id: 0,
  167. name: 'minecraft:arrow',
  168. },
  169. {
  170. element: {
  171. death_message_type: 'intentional_game_design',
  172. exhaustion: 0.1,
  173. message_id: 'badRespawnPoint',
  174. scaling: 'always',
  175. },
  176. id: 1,
  177. name: 'minecraft:bad_respawn_point',
  178. },
  179. {
  180. element: {
  181. exhaustion: 0.1,
  182. message_id: 'cactus',
  183. scaling: 'when_caused_by_living_non_player',
  184. },
  185. id: 2,
  186. name: 'minecraft:cactus',
  187. },
  188. {
  189. element: {
  190. exhaustion: 0,
  191. message_id: 'cramming',
  192. scaling: 'when_caused_by_living_non_player',
  193. },
  194. id: 3,
  195. name: 'minecraft:cramming',
  196. },
  197. {
  198. element: {
  199. exhaustion: 0,
  200. message_id: 'dragonBreath',
  201. scaling: 'when_caused_by_living_non_player',
  202. },
  203. id: 4,
  204. name: 'minecraft:dragon_breath',
  205. },
  206. {
  207. element: {
  208. effects: 'drowning',
  209. exhaustion: 0,
  210. message_id: 'drown',
  211. scaling: 'when_caused_by_living_non_player',
  212. },
  213. id: 5,
  214. name: 'minecraft:drown',
  215. },
  216. {
  217. element: {
  218. exhaustion: 0.1,
  219. message_id: 'dryout',
  220. scaling: 'when_caused_by_living_non_player',
  221. },
  222. id: 6,
  223. name: 'minecraft:dry_out',
  224. },
  225. {
  226. element: {
  227. exhaustion: 0.1,
  228. message_id: 'explosion',
  229. scaling: 'always',
  230. },
  231. id: 7,
  232. name: 'minecraft:explosion',
  233. },
  234. {
  235. element: {
  236. death_message_type: 'fall_variants',
  237. exhaustion: 0,
  238. message_id: 'fall',
  239. scaling: 'when_caused_by_living_non_player',
  240. },
  241. id: 8,
  242. name: 'minecraft:fall',
  243. },
  244. {
  245. element: {
  246. exhaustion: 0.1,
  247. message_id: 'anvil',
  248. scaling: 'when_caused_by_living_non_player',
  249. },
  250. id: 9,
  251. name: 'minecraft:falling_anvil',
  252. },
  253. {
  254. element: {
  255. exhaustion: 0.1,
  256. message_id: 'fallingBlock',
  257. scaling: 'when_caused_by_living_non_player',
  258. },
  259. id: 10,
  260. name: 'minecraft:falling_block',
  261. },
  262. {
  263. element: {
  264. exhaustion: 0.1,
  265. message_id: 'fallingStalactite',
  266. scaling: 'when_caused_by_living_non_player',
  267. },
  268. id: 11,
  269. name: 'minecraft:falling_stalactite',
  270. },
  271. {
  272. element: {
  273. effects: 'burning',
  274. exhaustion: 0.1,
  275. message_id: 'fireball',
  276. scaling: 'when_caused_by_living_non_player',
  277. },
  278. id: 12,
  279. name: 'minecraft:fireball',
  280. },
  281. {
  282. element: {
  283. exhaustion: 0.1,
  284. message_id: 'fireworks',
  285. scaling: 'when_caused_by_living_non_player',
  286. },
  287. id: 13,
  288. name: 'minecraft:fireworks',
  289. },
  290. {
  291. element: {
  292. exhaustion: 0,
  293. message_id: 'flyIntoWall',
  294. scaling: 'when_caused_by_living_non_player',
  295. },
  296. id: 14,
  297. name: 'minecraft:fly_into_wall',
  298. },
  299. {
  300. element: {
  301. effects: 'freezing',
  302. exhaustion: 0,
  303. message_id: 'freeze',
  304. scaling: 'when_caused_by_living_non_player',
  305. },
  306. id: 15,
  307. name: 'minecraft:freeze',
  308. },
  309. {
  310. element: {
  311. exhaustion: 0,
  312. message_id: 'generic',
  313. scaling: 'when_caused_by_living_non_player',
  314. },
  315. id: 16,
  316. name: 'minecraft:generic',
  317. },
  318. {
  319. element: {
  320. exhaustion: 0,
  321. message_id: 'genericKill',
  322. scaling: 'when_caused_by_living_non_player',
  323. },
  324. id: 17,
  325. name: 'minecraft:generic_kill',
  326. },
  327. {
  328. element: {
  329. effects: 'burning',
  330. exhaustion: 0.1,
  331. message_id: 'hotFloor',
  332. scaling: 'when_caused_by_living_non_player',
  333. },
  334. id: 18,
  335. name: 'minecraft:hot_floor',
  336. },
  337. {
  338. element: {
  339. effects: 'burning',
  340. exhaustion: 0.1,
  341. message_id: 'inFire',
  342. scaling: 'when_caused_by_living_non_player',
  343. },
  344. id: 19,
  345. name: 'minecraft:in_fire',
  346. },
  347. {
  348. element: {
  349. exhaustion: 0,
  350. message_id: 'inWall',
  351. scaling: 'when_caused_by_living_non_player',
  352. },
  353. id: 20,
  354. name: 'minecraft:in_wall',
  355. },
  356. {
  357. element: {
  358. exhaustion: 0,
  359. message_id: 'indirectMagic',
  360. scaling: 'when_caused_by_living_non_player',
  361. },
  362. id: 21,
  363. name: 'minecraft:indirect_magic',
  364. },
  365. {
  366. element: {
  367. effects: 'burning',
  368. exhaustion: 0.1,
  369. message_id: 'lava',
  370. scaling: 'when_caused_by_living_non_player',
  371. },
  372. id: 22,
  373. name: 'minecraft:lava',
  374. },
  375. {
  376. element: {
  377. exhaustion: 0.1,
  378. message_id: 'lightningBolt',
  379. scaling: 'when_caused_by_living_non_player',
  380. },
  381. id: 23,
  382. name: 'minecraft:lightning_bolt',
  383. },
  384. {
  385. element: {
  386. exhaustion: 0,
  387. message_id: 'magic',
  388. scaling: 'when_caused_by_living_non_player',
  389. },
  390. id: 24,
  391. name: 'minecraft:magic',
  392. },
  393. {
  394. element: {
  395. exhaustion: 0.1,
  396. message_id: 'mob',
  397. scaling: 'when_caused_by_living_non_player',
  398. },
  399. id: 25,
  400. name: 'minecraft:mob_attack',
  401. },
  402. {
  403. element: {
  404. exhaustion: 0.1,
  405. message_id: 'mob',
  406. scaling: 'when_caused_by_living_non_player',
  407. },
  408. id: 26,
  409. name: 'minecraft:mob_attack_no_aggro',
  410. },
  411. {
  412. element: {
  413. exhaustion: 0.1,
  414. message_id: 'mob',
  415. scaling: 'when_caused_by_living_non_player',
  416. },
  417. id: 27,
  418. name: 'minecraft:mob_projectile',
  419. },
  420. {
  421. element: {
  422. effects: 'burning',
  423. exhaustion: 0,
  424. message_id: 'onFire',
  425. scaling: 'when_caused_by_living_non_player',
  426. },
  427. id: 28,
  428. name: 'minecraft:on_fire',
  429. },
  430. {
  431. element: {
  432. exhaustion: 0,
  433. message_id: 'outOfWorld',
  434. scaling: 'when_caused_by_living_non_player',
  435. },
  436. id: 29,
  437. name: 'minecraft:out_of_world',
  438. },
  439. {
  440. element: {
  441. exhaustion: 0,
  442. message_id: 'outsideBorder',
  443. scaling: 'when_caused_by_living_non_player',
  444. },
  445. id: 30,
  446. name: 'minecraft:outside_border',
  447. },
  448. {
  449. element: {
  450. exhaustion: 0.1,
  451. message_id: 'player',
  452. scaling: 'when_caused_by_living_non_player',
  453. },
  454. id: 31,
  455. name: 'minecraft:player_attack',
  456. },
  457. {
  458. element: {
  459. exhaustion: 0.1,
  460. message_id: 'explosion.player',
  461. scaling: 'always',
  462. },
  463. id: 32,
  464. name: 'minecraft:player_explosion',
  465. },
  466. {
  467. element: {
  468. exhaustion: 0,
  469. message_id: 'sonic_boom',
  470. scaling: 'always',
  471. },
  472. id: 33,
  473. name: 'minecraft:sonic_boom',
  474. },
  475. {
  476. element: {
  477. exhaustion: 0,
  478. message_id: 'stalagmite',
  479. scaling: 'when_caused_by_living_non_player',
  480. },
  481. id: 34,
  482. name: 'minecraft:stalagmite',
  483. },
  484. {
  485. element: {
  486. exhaustion: 0,
  487. message_id: 'starve',
  488. scaling: 'when_caused_by_living_non_player',
  489. },
  490. id: 35,
  491. name: 'minecraft:starve',
  492. },
  493. {
  494. element: {
  495. exhaustion: 0.1,
  496. message_id: 'sting',
  497. scaling: 'when_caused_by_living_non_player',
  498. },
  499. id: 36,
  500. name: 'minecraft:sting',
  501. },
  502. {
  503. element: {
  504. effects: 'poking',
  505. exhaustion: 0.1,
  506. message_id: 'sweetBerryBush',
  507. scaling: 'when_caused_by_living_non_player',
  508. },
  509. id: 37,
  510. name: 'minecraft:sweet_berry_bush',
  511. },
  512. {
  513. element: {
  514. effects: 'thorns',
  515. exhaustion: 0.1,
  516. message_id: 'thorns',
  517. scaling: 'when_caused_by_living_non_player',
  518. },
  519. id: 38,
  520. name: 'minecraft:thorns',
  521. },
  522. {
  523. element: {
  524. exhaustion: 0.1,
  525. message_id: 'thrown',
  526. scaling: 'when_caused_by_living_non_player',
  527. },
  528. id: 39,
  529. name: 'minecraft:thrown',
  530. },
  531. {
  532. element: {
  533. exhaustion: 0.1,
  534. message_id: 'trident',
  535. scaling: 'when_caused_by_living_non_player',
  536. },
  537. id: 40,
  538. name: 'minecraft:trident',
  539. },
  540. {
  541. element: {
  542. effects: 'burning',
  543. exhaustion: 0.1,
  544. message_id: 'onFire',
  545. scaling: 'when_caused_by_living_non_player',
  546. },
  547. id: 41,
  548. name: 'minecraft:unattributed_fireball',
  549. },
  550. {
  551. element: {
  552. exhaustion: 0,
  553. message_id: 'wither',
  554. scaling: 'when_caused_by_living_non_player',
  555. },
  556. id: 42,
  557. name: 'minecraft:wither',
  558. },
  559. {
  560. element: {
  561. exhaustion: 0.1,
  562. message_id: 'witherSkull',
  563. scaling: 'when_caused_by_living_non_player',
  564. },
  565. id: 43,
  566. name: 'minecraft:wither_skull',
  567. },
  568. ],
  569. },
  570. 'minecraft:dimension_type': {
  571. type: 'minecraft:dimension_type',
  572. value: [
  573. {
  574. element: {
  575. ambient_light: 0,
  576. bed_works: 1,
  577. coordinate_scale: 1,
  578. effects: 'minecraft:overworld',
  579. has_ceiling: 0,
  580. has_raids: 1,
  581. has_skylight: 1,
  582. height: 384,
  583. infiniburn: '#minecraft:infiniburn_overworld',
  584. logical_height: 384,
  585. min_y: -64,
  586. monster_spawn_block_light_limit: 0,
  587. monster_spawn_light_level: {
  588. type: 'minecraft:uniform',
  589. value: {
  590. max_inclusive: 7,
  591. min_inclusive: 0,
  592. },
  593. },
  594. natural: 1,
  595. piglin_safe: 0,
  596. respawn_anchor_works: 0,
  597. ultrawarm: 0,
  598. },
  599. id: 0,
  600. name: 'minecraft:overworld',
  601. },
  602. {
  603. element: {
  604. ambient_light: 0,
  605. bed_works: 1,
  606. coordinate_scale: 1,
  607. effects: 'minecraft:overworld',
  608. has_ceiling: 1,
  609. has_raids: 1,
  610. has_skylight: 1,
  611. height: 384,
  612. infiniburn: '#minecraft:infiniburn_overworld',
  613. logical_height: 384,
  614. min_y: -64,
  615. monster_spawn_block_light_limit: 0,
  616. monster_spawn_light_level: {
  617. type: 'minecraft:uniform',
  618. value: {
  619. max_inclusive: 7,
  620. min_inclusive: 0,
  621. },
  622. },
  623. natural: 1,
  624. piglin_safe: 0,
  625. respawn_anchor_works: 0,
  626. ultrawarm: 0,
  627. },
  628. id: 1,
  629. name: 'minecraft:overworld_caves',
  630. },
  631. {
  632. element: {
  633. ambient_light: 0,
  634. bed_works: 0,
  635. coordinate_scale: 1,
  636. effects: 'minecraft:the_end',
  637. fixed_time: 6000,
  638. has_ceiling: 0,
  639. has_raids: 1,
  640. has_skylight: 0,
  641. height: 256,
  642. infiniburn: '#minecraft:infiniburn_end',
  643. logical_height: 256,
  644. min_y: 0,
  645. monster_spawn_block_light_limit: 0,
  646. monster_spawn_light_level: {
  647. type: 'minecraft:uniform',
  648. value: {
  649. max_inclusive: 7,
  650. min_inclusive: 0,
  651. },
  652. },
  653. natural: 0,
  654. piglin_safe: 0,
  655. respawn_anchor_works: 0,
  656. ultrawarm: 0,
  657. },
  658. id: 2,
  659. name: 'minecraft:the_end',
  660. },
  661. {
  662. element: {
  663. ambient_light: 0.1,
  664. bed_works: 0,
  665. coordinate_scale: 8,
  666. effects: 'minecraft:the_nether',
  667. fixed_time: 18000,
  668. has_ceiling: 1,
  669. has_raids: 0,
  670. has_skylight: 0,
  671. height: 256,
  672. infiniburn: '#minecraft:infiniburn_nether',
  673. logical_height: 128,
  674. min_y: 0,
  675. monster_spawn_block_light_limit: 15,
  676. monster_spawn_light_level: 7,
  677. natural: 0,
  678. piglin_safe: 1,
  679. respawn_anchor_works: 1,
  680. ultrawarm: 1,
  681. },
  682. id: 3,
  683. name: 'minecraft:the_nether',
  684. },
  685. ],
  686. },
  687. 'minecraft:trim_material': {
  688. type: 'minecraft:trim_material',
  689. value: [
  690. {
  691. element: {
  692. asset_name: 'amethyst',
  693. description: {
  694. color: '#9A5CC6',
  695. translate: 'trim_material.minecraft.amethyst',
  696. },
  697. ingredient: 'minecraft:amethyst_shard',
  698. item_model_index: 1,
  699. },
  700. id: 0,
  701. name: 'minecraft:amethyst',
  702. },
  703. {
  704. element: {
  705. asset_name: 'copper',
  706. description: {
  707. color: '#B4684',
  708. translate: 'trim_material.minecraft.copper',
  709. },
  710. ingredient: 'minecraft:copper_ingot',
  711. item_model_index: 0.5,
  712. },
  713. id: 1,
  714. name: 'minecraft:copper',
  715. },
  716. {
  717. element: {
  718. asset_name: 'diamond',
  719. description: {
  720. color: '#6EECD2',
  721. translate: 'trim_material.minecraft.diamond',
  722. },
  723. ingredient: 'minecraft:diamond',
  724. item_model_index: 0.8,
  725. override_armor_materials: {
  726. diamond: 'diamond_darker',
  727. },
  728. },
  729. id: 2,
  730. name: 'minecraft:diamond',
  731. },
  732. {
  733. element: {
  734. asset_name: 'emerald',
  735. description: {
  736. color: '#11A036',
  737. translate: 'trim_material.minecraft.emerald',
  738. },
  739. ingredient: 'minecraft:emerald',
  740. item_model_index: 0.7,
  741. },
  742. id: 3,
  743. name: 'minecraft:emerald',
  744. },
  745. {
  746. element: {
  747. asset_name: 'gold',
  748. description: {
  749. color: '#DEB12',
  750. translate: 'trim_material.minecraft.gold',
  751. },
  752. ingredient: 'minecraft:gold_ingot',
  753. item_model_index: 0.6,
  754. override_armor_materials: {
  755. gold: 'gold_darker',
  756. },
  757. },
  758. id: 4,
  759. name: 'minecraft:gold',
  760. },
  761. {
  762. element: {
  763. asset_name: 'iron',
  764. description: {
  765. color: '#ECECEC',
  766. translate: 'trim_material.minecraft.iron',
  767. },
  768. ingredient: 'minecraft:iron_ingot',
  769. item_model_index: 0.2,
  770. override_armor_materials: {
  771. iron: 'iron_darker',
  772. },
  773. },
  774. id: 5,
  775. name: 'minecraft:iron',
  776. },
  777. {
  778. element: {
  779. asset_name: 'lapis',
  780. description: {
  781. color: '#416E97',
  782. translate: 'trim_material.minecraft.lapis',
  783. },
  784. ingredient: 'minecraft:lapis_lazuli',
  785. item_model_index: 0.9,
  786. },
  787. id: 6,
  788. name: 'minecraft:lapis',
  789. },
  790. {
  791. element: {
  792. asset_name: 'netherite',
  793. description: {
  794. color: '#625859',
  795. translate: 'trim_material.minecraft.netherite',
  796. },
  797. ingredient: 'minecraft:netherite_ingot',
  798. item_model_index: 0.3,
  799. override_armor_materials: {
  800. netherite: 'netherite_darker',
  801. },
  802. },
  803. id: 7,
  804. name: 'minecraft:netherite',
  805. },
  806. {
  807. element: {
  808. asset_name: 'quartz',
  809. description: {
  810. color: '#E34C4',
  811. translate: 'trim_material.minecraft.quartz',
  812. },
  813. ingredient: 'minecraft:quartz',
  814. item_model_index: 0.1,
  815. },
  816. id: 8,
  817. name: 'minecraft:quartz',
  818. },
  819. {
  820. element: {
  821. asset_name: 'redstone',
  822. description: {
  823. color: '#971607',
  824. translate: 'trim_material.minecraft.redstone',
  825. },
  826. ingredient: 'minecraft:redstone',
  827. item_model_index: 0.4,
  828. },
  829. id: 9,
  830. name: 'minecraft:redstone',
  831. },
  832. ],
  833. },
  834. 'minecraft:trim_pattern': {
  835. type: 'minecraft:trim_pattern',
  836. value: [
  837. {
  838. element: {
  839. asset_id: 'minecraft:coast',
  840. description: {
  841. translate: 'trim_pattern.minecraft.coast',
  842. },
  843. template_item: 'minecraft:coast_armor_trim_smithing_template',
  844. },
  845. id: 0,
  846. name: 'minecraft:coast',
  847. },
  848. {
  849. element: {
  850. asset_id: 'minecraft:dune',
  851. description: {
  852. translate: 'trim_pattern.minecraft.dune',
  853. },
  854. template_item: 'minecraft:dune_armor_trim_smithing_template',
  855. },
  856. id: 1,
  857. name: 'minecraft:dune',
  858. },
  859. {
  860. element: {
  861. asset_id: 'minecraft:eye',
  862. description: {
  863. translate: 'trim_pattern.minecraft.eye',
  864. },
  865. template_item: 'minecraft:eye_armor_trim_smithing_template',
  866. },
  867. id: 2,
  868. name: 'minecraft:eye',
  869. },
  870. {
  871. element: {
  872. asset_id: 'minecraft:host',
  873. description: {
  874. translate: 'trim_pattern.minecraft.host',
  875. },
  876. template_item: 'minecraft:host_armor_trim_smithing_template',
  877. },
  878. id: 3,
  879. name: 'minecraft:host',
  880. },
  881. {
  882. element: {
  883. asset_id: 'minecraft:raiser',
  884. description: {
  885. translate: 'trim_pattern.minecraft.raiser',
  886. },
  887. template_item: 'minecraft:raiser_armor_trim_smithing_template',
  888. },
  889. id: 4,
  890. name: 'minecraft:raiser',
  891. },
  892. {
  893. element: {
  894. asset_id: 'minecraft:rib',
  895. description: {
  896. translate: 'trim_pattern.minecraft.rib',
  897. },
  898. template_item: 'minecraft:rib_armor_trim_smithing_template',
  899. },
  900. id: 5,
  901. name: 'minecraft:rib',
  902. },
  903. {
  904. element: {
  905. asset_id: 'minecraft:sentry',
  906. description: {
  907. translate: 'trim_pattern.minecraft.sentry',
  908. },
  909. template_item: 'minecraft:sentry_armor_trim_smithing_template',
  910. },
  911. id: 6,
  912. name: 'minecraft:sentry',
  913. },
  914. {
  915. element: {
  916. asset_id: 'minecraft:shaper',
  917. description: {
  918. translate: 'trim_pattern.minecraft.shaper',
  919. },
  920. template_item: 'minecraft:shaper_armor_trim_smithing_template',
  921. },
  922. id: 7,
  923. name: 'minecraft:shaper',
  924. },
  925. {
  926. element: {
  927. asset_id: 'minecraft:silence',
  928. description: {
  929. translate: 'trim_pattern.minecraft.silence',
  930. },
  931. template_item: 'minecraft:silence_armor_trim_smithing_template',
  932. },
  933. id: 8,
  934. name: 'minecraft:silence',
  935. },
  936. {
  937. element: {
  938. asset_id: 'minecraft:snout',
  939. description: {
  940. translate: 'trim_pattern.minecraft.snout',
  941. },
  942. template_item: 'minecraft:snout_armor_trim_smithing_template',
  943. },
  944. id: 9,
  945. name: 'minecraft:snout',
  946. },
  947. {
  948. element: {
  949. asset_id: 'minecraft:spire',
  950. description: {
  951. translate: 'trim_pattern.minecraft.spire',
  952. },
  953. template_item: 'minecraft:spire_armor_trim_smithing_template',
  954. },
  955. id: 10,
  956. name: 'minecraft:spire',
  957. },
  958. {
  959. element: {
  960. asset_id: 'minecraft:tide',
  961. description: {
  962. translate: 'trim_pattern.minecraft.tide',
  963. },
  964. template_item: 'minecraft:tide_armor_trim_smithing_template',
  965. },
  966. id: 11,
  967. name: 'minecraft:tide',
  968. },
  969. {
  970. element: {
  971. asset_id: 'minecraft:vex',
  972. description: {
  973. translate: 'trim_pattern.minecraft.vex',
  974. },
  975. template_item: 'minecraft:vex_armor_trim_smithing_template',
  976. },
  977. id: 12,
  978. name: 'minecraft:vex',
  979. },
  980. {
  981. element: {
  982. asset_id: 'minecraft:ward',
  983. description: {
  984. translate: 'trim_pattern.minecraft.ward',
  985. },
  986. template_item: 'minecraft:ward_armor_trim_smithing_template',
  987. },
  988. id: 13,
  989. name: 'minecraft:ward',
  990. },
  991. {
  992. element: {
  993. asset_id: 'minecraft:wayfinder',
  994. description: {
  995. translate: 'trim_pattern.minecraft.wayfinder',
  996. },
  997. template_item: 'minecraft:wayfinder_armor_trim_smithing_template',
  998. },
  999. id: 14,
  1000. name: 'minecraft:wayfinder',
  1001. },
  1002. {
  1003. element: {
  1004. asset_id: 'minecraft:wild',
  1005. description: {
  1006. translate: 'trim_pattern.minecraft.wild',
  1007. },
  1008. template_item: 'minecraft:wild_armor_trim_smithing_template',
  1009. },
  1010. id: 15,
  1011. name: 'minecraft:wild',
  1012. },
  1013. ],
  1014. },
  1015. 'minecraft:worldgen/biome': {
  1016. type: 'minecraft:worldgen/biome',
  1017. value: [
  1018. {
  1019. element: {
  1020. downfall: 0,
  1021. effects: {
  1022. fog_color: 12638463,
  1023. foliage_color: 10387789,
  1024. grass_color: 9470285,
  1025. mood_sound: {
  1026. block_search_extent: 8,
  1027. offset: 2,
  1028. sound: 'minecraft:ambient.cave',
  1029. tick_delay: 6000,
  1030. },
  1031. music: {
  1032. max_delay: 24000,
  1033. min_delay: 12000,
  1034. replace_current_music: 0,
  1035. sound: 'minecraft:music.overworld.badlands',
  1036. },
  1037. sky_color: 7254527,
  1038. water_color: 4159204,
  1039. water_fog_color: 329011,
  1040. },
  1041. has_precipitation: 0,
  1042. temperature: 2,
  1043. },
  1044. id: 0,
  1045. name: 'minecraft:badlands',
  1046. },
  1047. {
  1048. element: {
  1049. downfall: 0.9,
  1050. effects: {
  1051. fog_color: 12638463,
  1052. mood_sound: {
  1053. block_search_extent: 8,
  1054. offset: 2,
  1055. sound: 'minecraft:ambient.cave',
  1056. tick_delay: 6000,
  1057. },
  1058. music: {
  1059. max_delay: 24000,
  1060. min_delay: 12000,
  1061. replace_current_music: 0,
  1062. sound: 'minecraft:music.overworld.bamboo_jungle',
  1063. },
  1064. sky_color: 7842047,
  1065. water_color: 4159204,
  1066. water_fog_color: 329011,
  1067. },
  1068. has_precipitation: 1,
  1069. temperature: 0.95,
  1070. },
  1071. id: 1,
  1072. name: 'minecraft:bamboo_jungle',
  1073. },
  1074. {
  1075. element: {
  1076. downfall: 0,
  1077. effects: {
  1078. additions_sound: {
  1079. sound: 'minecraft:ambient.basalt_deltas.additions',
  1080. tick_chance: 0.0111,
  1081. },
  1082. ambient_sound: 'minecraft:ambient.basalt_deltas.loop',
  1083. fog_color: 6840176,
  1084. mood_sound: {
  1085. block_search_extent: 8,
  1086. offset: 2,
  1087. sound: 'minecraft:ambient.basalt_deltas.mood',
  1088. tick_delay: 6000,
  1089. },
  1090. music: {
  1091. max_delay: 24000,
  1092. min_delay: 12000,
  1093. replace_current_music: 0,
  1094. sound: 'minecraft:music.nether.basalt_deltas',
  1095. },
  1096. particle: {
  1097. options: {
  1098. type: 'minecraft:white_ash',
  1099. },
  1100. probability: 0.118093334,
  1101. },
  1102. sky_color: 7254527,
  1103. water_color: 4159204,
  1104. water_fog_color: 329011,
  1105. },
  1106. has_precipitation: 0,
  1107. temperature: 2,
  1108. },
  1109. id: 2,
  1110. name: 'minecraft:basalt_deltas',
  1111. },
  1112. {
  1113. element: {
  1114. downfall: 0.4,
  1115. effects: {
  1116. fog_color: 12638463,
  1117. mood_sound: {
  1118. block_search_extent: 8,
  1119. offset: 2,
  1120. sound: 'minecraft:ambient.cave',
  1121. tick_delay: 6000,
  1122. },
  1123. sky_color: 7907327,
  1124. water_color: 4159204,
  1125. water_fog_color: 329011,
  1126. },
  1127. has_precipitation: 1,
  1128. temperature: 0.8,
  1129. },
  1130. id: 3,
  1131. name: 'minecraft:beach',
  1132. },
  1133. {
  1134. element: {
  1135. downfall: 0.6,
  1136. effects: {
  1137. fog_color: 12638463,
  1138. mood_sound: {
  1139. block_search_extent: 8,
  1140. offset: 2,
  1141. sound: 'minecraft:ambient.cave',
  1142. tick_delay: 6000,
  1143. },
  1144. music: {
  1145. max_delay: 24000,
  1146. min_delay: 12000,
  1147. replace_current_music: 0,
  1148. sound: 'minecraft:music.overworld.forest',
  1149. },
  1150. sky_color: 8037887,
  1151. water_color: 4159204,
  1152. water_fog_color: 329011,
  1153. },
  1154. has_precipitation: 1,
  1155. temperature: 0.6,
  1156. },
  1157. id: 4,
  1158. name: 'minecraft:birch_forest',
  1159. },
  1160. {
  1161. element: {
  1162. downfall: 0.8,
  1163. effects: {
  1164. fog_color: 12638463,
  1165. foliage_color: 11983713,
  1166. grass_color: 11983713,
  1167. mood_sound: {
  1168. block_search_extent: 8,
  1169. offset: 2,
  1170. sound: 'minecraft:ambient.cave',
  1171. tick_delay: 6000,
  1172. },
  1173. music: {
  1174. max_delay: 24000,
  1175. min_delay: 12000,
  1176. replace_current_music: 0,
  1177. sound: 'minecraft:music.overworld.cherry_grove',
  1178. },
  1179. sky_color: 8103167,
  1180. water_color: 6141935,
  1181. water_fog_color: 6141935,
  1182. },
  1183. has_precipitation: 1,
  1184. temperature: 0.5,
  1185. },
  1186. id: 5,
  1187. name: 'minecraft:cherry_grove',
  1188. },
  1189. {
  1190. element: {
  1191. downfall: 0.5,
  1192. effects: {
  1193. fog_color: 12638463,
  1194. mood_sound: {
  1195. block_search_extent: 8,
  1196. offset: 2,
  1197. sound: 'minecraft:ambient.cave',
  1198. tick_delay: 6000,
  1199. },
  1200. sky_color: 8103167,
  1201. water_color: 4020182,
  1202. water_fog_color: 329011,
  1203. },
  1204. has_precipitation: 1,
  1205. temperature: 0.5,
  1206. },
  1207. id: 6,
  1208. name: 'minecraft:cold_ocean',
  1209. },
  1210. {
  1211. element: {
  1212. downfall: 0,
  1213. effects: {
  1214. additions_sound: {
  1215. sound: 'minecraft:ambient.crimson_forest.additions',
  1216. tick_chance: 0.0111,
  1217. },
  1218. ambient_sound: 'minecraft:ambient.crimson_forest.loop',
  1219. fog_color: 3343107,
  1220. mood_sound: {
  1221. block_search_extent: 8,
  1222. offset: 2,
  1223. sound: 'minecraft:ambient.crimson_forest.mood',
  1224. tick_delay: 6000,
  1225. },
  1226. music: {
  1227. max_delay: 24000,
  1228. min_delay: 12000,
  1229. replace_current_music: 0,
  1230. sound: 'minecraft:music.nether.crimson_forest',
  1231. },
  1232. particle: {
  1233. options: {
  1234. type: 'minecraft:crimson_spore',
  1235. },
  1236. probability: 0.025,
  1237. },
  1238. sky_color: 7254527,
  1239. water_color: 4159204,
  1240. water_fog_color: 329011,
  1241. },
  1242. has_precipitation: 0,
  1243. temperature: 2,
  1244. },
  1245. id: 7,
  1246. name: 'minecraft:crimson_forest',
  1247. },
  1248. {
  1249. element: {
  1250. downfall: 0.8,
  1251. effects: {
  1252. fog_color: 12638463,
  1253. grass_color_modifier: 'dark_forest',
  1254. mood_sound: {
  1255. block_search_extent: 8,
  1256. offset: 2,
  1257. sound: 'minecraft:ambient.cave',
  1258. tick_delay: 6000,
  1259. },
  1260. music: {
  1261. max_delay: 24000,
  1262. min_delay: 12000,
  1263. replace_current_music: 0,
  1264. sound: 'minecraft:music.overworld.forest',
  1265. },
  1266. sky_color: 7972607,
  1267. water_color: 4159204,
  1268. water_fog_color: 329011,
  1269. },
  1270. has_precipitation: 1,
  1271. temperature: 0.7,
  1272. },
  1273. id: 8,
  1274. name: 'minecraft:dark_forest',
  1275. },
  1276. {
  1277. element: {
  1278. downfall: 0.5,
  1279. effects: {
  1280. fog_color: 12638463,
  1281. mood_sound: {
  1282. block_search_extent: 8,
  1283. offset: 2,
  1284. sound: 'minecraft:ambient.cave',
  1285. tick_delay: 6000,
  1286. },
  1287. sky_color: 8103167,
  1288. water_color: 4020182,
  1289. water_fog_color: 329011,
  1290. },
  1291. has_precipitation: 1,
  1292. temperature: 0.5,
  1293. },
  1294. id: 9,
  1295. name: 'minecraft:deep_cold_ocean',
  1296. },
  1297. {
  1298. element: {
  1299. downfall: 0.4,
  1300. effects: {
  1301. fog_color: 12638463,
  1302. mood_sound: {
  1303. block_search_extent: 8,
  1304. offset: 2,
  1305. sound: 'minecraft:ambient.cave',
  1306. tick_delay: 6000,
  1307. },
  1308. music: {
  1309. max_delay: 24000,
  1310. min_delay: 12000,
  1311. replace_current_music: 0,
  1312. sound: 'minecraft:music.overworld.deep_dark',
  1313. },
  1314. sky_color: 7907327,
  1315. water_color: 4159204,
  1316. water_fog_color: 329011,
  1317. },
  1318. has_precipitation: 1,
  1319. temperature: 0.8,
  1320. },
  1321. id: 10,
  1322. name: 'minecraft:deep_dark',
  1323. },
  1324. {
  1325. element: {
  1326. downfall: 0.5,
  1327. effects: {
  1328. fog_color: 12638463,
  1329. mood_sound: {
  1330. block_search_extent: 8,
  1331. offset: 2,
  1332. sound: 'minecraft:ambient.cave',
  1333. tick_delay: 6000,
  1334. },
  1335. sky_color: 8103167,
  1336. water_color: 3750089,
  1337. water_fog_color: 329011,
  1338. },
  1339. has_precipitation: 1,
  1340. temperature: 0.5,
  1341. temperature_modifier: 'frozen',
  1342. },
  1343. id: 11,
  1344. name: 'minecraft:deep_frozen_ocean',
  1345. },
  1346. {
  1347. element: {
  1348. downfall: 0.5,
  1349. effects: {
  1350. fog_color: 12638463,
  1351. mood_sound: {
  1352. block_search_extent: 8,
  1353. offset: 2,
  1354. sound: 'minecraft:ambient.cave',
  1355. tick_delay: 6000,
  1356. },
  1357. sky_color: 8103167,
  1358. water_color: 4566514,
  1359. water_fog_color: 267827,
  1360. },
  1361. has_precipitation: 1,
  1362. temperature: 0.5,
  1363. },
  1364. id: 12,
  1365. name: 'minecraft:deep_lukewarm_ocean',
  1366. },
  1367. {
  1368. element: {
  1369. downfall: 0.5,
  1370. effects: {
  1371. fog_color: 12638463,
  1372. mood_sound: {
  1373. block_search_extent: 8,
  1374. offset: 2,
  1375. sound: 'minecraft:ambient.cave',
  1376. tick_delay: 6000,
  1377. },
  1378. sky_color: 8103167,
  1379. water_color: 4159204,
  1380. water_fog_color: 329011,
  1381. },
  1382. has_precipitation: 1,
  1383. temperature: 0.5,
  1384. },
  1385. id: 13,
  1386. name: 'minecraft:deep_ocean',
  1387. },
  1388. {
  1389. element: {
  1390. downfall: 0,
  1391. effects: {
  1392. fog_color: 12638463,
  1393. mood_sound: {
  1394. block_search_extent: 8,
  1395. offset: 2,
  1396. sound: 'minecraft:ambient.cave',
  1397. tick_delay: 6000,
  1398. },
  1399. music: {
  1400. max_delay: 24000,
  1401. min_delay: 12000,
  1402. replace_current_music: 0,
  1403. sound: 'minecraft:music.overworld.desert',
  1404. },
  1405. sky_color: 7254527,
  1406. water_color: 4159204,
  1407. water_fog_color: 329011,
  1408. },
  1409. has_precipitation: 0,
  1410. temperature: 2,
  1411. },
  1412. id: 14,
  1413. name: 'minecraft:desert',
  1414. },
  1415. {
  1416. element: {
  1417. downfall: 0.4,
  1418. effects: {
  1419. fog_color: 12638463,
  1420. mood_sound: {
  1421. block_search_extent: 8,
  1422. offset: 2,
  1423. sound: 'minecraft:ambient.cave',
  1424. tick_delay: 6000,
  1425. },
  1426. music: {
  1427. max_delay: 24000,
  1428. min_delay: 12000,
  1429. replace_current_music: 0,
  1430. sound: 'minecraft:music.overworld.dripstone_caves',
  1431. },
  1432. sky_color: 7907327,
  1433. water_color: 4159204,
  1434. water_fog_color: 329011,
  1435. },
  1436. has_precipitation: 1,
  1437. temperature: 0.8,
  1438. },
  1439. id: 15,
  1440. name: 'minecraft:dripstone_caves',
  1441. },
  1442. {
  1443. element: {
  1444. downfall: 0.5,
  1445. effects: {
  1446. fog_color: 10518688,
  1447. mood_sound: {
  1448. block_search_extent: 8,
  1449. offset: 2,
  1450. sound: 'minecraft:ambient.cave',
  1451. tick_delay: 6000,
  1452. },
  1453. sky_color: 0,
  1454. water_color: 4159204,
  1455. water_fog_color: 329011,
  1456. },
  1457. has_precipitation: 0,
  1458. temperature: 0.5,
  1459. },
  1460. id: 16,
  1461. name: 'minecraft:end_barrens',
  1462. },
  1463. {
  1464. element: {
  1465. downfall: 0.5,
  1466. effects: {
  1467. fog_color: 10518688,
  1468. mood_sound: {
  1469. block_search_extent: 8,
  1470. offset: 2,
  1471. sound: 'minecraft:ambient.cave',
  1472. tick_delay: 6000,
  1473. },
  1474. sky_color: 0,
  1475. water_color: 4159204,
  1476. water_fog_color: 329011,
  1477. },
  1478. has_precipitation: 0,
  1479. temperature: 0.5,
  1480. },
  1481. id: 17,
  1482. name: 'minecraft:end_highlands',
  1483. },
  1484. {
  1485. element: {
  1486. downfall: 0.5,
  1487. effects: {
  1488. fog_color: 10518688,
  1489. mood_sound: {
  1490. block_search_extent: 8,
  1491. offset: 2,
  1492. sound: 'minecraft:ambient.cave',
  1493. tick_delay: 6000,
  1494. },
  1495. sky_color: 0,
  1496. water_color: 4159204,
  1497. water_fog_color: 329011,
  1498. },
  1499. has_precipitation: 0,
  1500. temperature: 0.5,
  1501. },
  1502. id: 18,
  1503. name: 'minecraft:end_midlands',
  1504. },
  1505. {
  1506. element: {
  1507. downfall: 0,
  1508. effects: {
  1509. fog_color: 12638463,
  1510. foliage_color: 10387789,
  1511. grass_color: 9470285,
  1512. mood_sound: {
  1513. block_search_extent: 8,
  1514. offset: 2,
  1515. sound: 'minecraft:ambient.cave',
  1516. tick_delay: 6000,
  1517. },
  1518. music: {
  1519. max_delay: 24000,
  1520. min_delay: 12000,
  1521. replace_current_music: 0,
  1522. sound: 'minecraft:music.overworld.badlands',
  1523. },
  1524. sky_color: 7254527,
  1525. water_color: 4159204,
  1526. water_fog_color: 329011,
  1527. },
  1528. has_precipitation: 0,
  1529. temperature: 2,
  1530. },
  1531. id: 19,
  1532. name: 'minecraft:eroded_badlands',
  1533. },
  1534. {
  1535. element: {
  1536. downfall: 0.8,
  1537. effects: {
  1538. fog_color: 12638463,
  1539. mood_sound: {
  1540. block_search_extent: 8,
  1541. offset: 2,
  1542. sound: 'minecraft:ambient.cave',
  1543. tick_delay: 6000,
  1544. },
  1545. music: {
  1546. max_delay: 24000,
  1547. min_delay: 12000,
  1548. replace_current_music: 0,
  1549. sound: 'minecraft:music.overworld.flower_forest',
  1550. },
  1551. sky_color: 7972607,
  1552. water_color: 4159204,
  1553. water_fog_color: 329011,
  1554. },
  1555. has_precipitation: 1,
  1556. temperature: 0.7,
  1557. },
  1558. id: 20,
  1559. name: 'minecraft:flower_forest',
  1560. },
  1561. {
  1562. element: {
  1563. downfall: 0.8,
  1564. effects: {
  1565. fog_color: 12638463,
  1566. mood_sound: {
  1567. block_search_extent: 8,
  1568. offset: 2,
  1569. sound: 'minecraft:ambient.cave',
  1570. tick_delay: 6000,
  1571. },
  1572. music: {
  1573. max_delay: 24000,
  1574. min_delay: 12000,
  1575. replace_current_music: 0,
  1576. sound: 'minecraft:music.overworld.forest',
  1577. },
  1578. sky_color: 7972607,
  1579. water_color: 4159204,
  1580. water_fog_color: 329011,
  1581. },
  1582. has_precipitation: 1,
  1583. temperature: 0.7,
  1584. },
  1585. id: 21,
  1586. name: 'minecraft:forest',
  1587. },
  1588. {
  1589. element: {
  1590. downfall: 0.5,
  1591. effects: {
  1592. fog_color: 12638463,
  1593. mood_sound: {
  1594. block_search_extent: 8,
  1595. offset: 2,
  1596. sound: 'minecraft:ambient.cave',
  1597. tick_delay: 6000,
  1598. },
  1599. sky_color: 8364543,
  1600. water_color: 3750089,
  1601. water_fog_color: 329011,
  1602. },
  1603. has_precipitation: 1,
  1604. temperature: 0,
  1605. temperature_modifier: 'frozen',
  1606. },
  1607. id: 22,
  1608. name: 'minecraft:frozen_ocean',
  1609. },
  1610. {
  1611. element: {
  1612. downfall: 0.9,
  1613. effects: {
  1614. fog_color: 12638463,
  1615. mood_sound: {
  1616. block_search_extent: 8,
  1617. offset: 2,
  1618. sound: 'minecraft:ambient.cave',
  1619. tick_delay: 6000,
  1620. },
  1621. music: {
  1622. max_delay: 24000,
  1623. min_delay: 12000,
  1624. replace_current_music: 0,
  1625. sound: 'minecraft:music.overworld.frozen_peaks',
  1626. },
  1627. sky_color: 8756735,
  1628. water_color: 4159204,
  1629. water_fog_color: 329011,
  1630. },
  1631. has_precipitation: 1,
  1632. temperature: -0.7,
  1633. },
  1634. id: 23,
  1635. name: 'minecraft:frozen_peaks',
  1636. },
  1637. {
  1638. element: {
  1639. downfall: 0.5,
  1640. effects: {
  1641. fog_color: 12638463,
  1642. mood_sound: {
  1643. block_search_extent: 8,
  1644. offset: 2,
  1645. sound: 'minecraft:ambient.cave',
  1646. tick_delay: 6000,
  1647. },
  1648. sky_color: 8364543,
  1649. water_color: 3750089,
  1650. water_fog_color: 329011,
  1651. },
  1652. has_precipitation: 1,
  1653. temperature: 0,
  1654. },
  1655. id: 24,
  1656. name: 'minecraft:frozen_river',
  1657. },
  1658. {
  1659. element: {
  1660. downfall: 0.8,
  1661. effects: {
  1662. fog_color: 12638463,
  1663. mood_sound: {
  1664. block_search_extent: 8,
  1665. offset: 2,
  1666. sound: 'minecraft:ambient.cave',
  1667. tick_delay: 6000,
  1668. },
  1669. music: {
  1670. max_delay: 24000,
  1671. min_delay: 12000,
  1672. replace_current_music: 0,
  1673. sound: 'minecraft:music.overworld.grove',
  1674. },
  1675. sky_color: 8495359,
  1676. water_color: 4159204,
  1677. water_fog_color: 329011,
  1678. },
  1679. has_precipitation: 1,
  1680. temperature: -0.2,
  1681. },
  1682. id: 25,
  1683. name: 'minecraft:grove',
  1684. },
  1685. {
  1686. element: {
  1687. downfall: 0.5,
  1688. effects: {
  1689. fog_color: 12638463,
  1690. mood_sound: {
  1691. block_search_extent: 8,
  1692. offset: 2,
  1693. sound: 'minecraft:ambient.cave',
  1694. tick_delay: 6000,
  1695. },
  1696. sky_color: 8364543,
  1697. water_color: 4159204,
  1698. water_fog_color: 329011,
  1699. },
  1700. has_precipitation: 1,
  1701. temperature: 0,
  1702. },
  1703. id: 26,
  1704. name: 'minecraft:ice_spikes',
  1705. },
  1706. {
  1707. element: {
  1708. downfall: 0.9,
  1709. effects: {
  1710. fog_color: 12638463,
  1711. mood_sound: {
  1712. block_search_extent: 8,
  1713. offset: 2,
  1714. sound: 'minecraft:ambient.cave',
  1715. tick_delay: 6000,
  1716. },
  1717. music: {
  1718. max_delay: 24000,
  1719. min_delay: 12000,
  1720. replace_current_music: 0,
  1721. sound: 'minecraft:music.overworld.jagged_peaks',
  1722. },
  1723. sky_color: 8756735,
  1724. water_color: 4159204,
  1725. water_fog_color: 329011,
  1726. },
  1727. has_precipitation: 1,
  1728. temperature: -0.7,
  1729. },
  1730. id: 27,
  1731. name: 'minecraft:jagged_peaks',
  1732. },
  1733. {
  1734. element: {
  1735. downfall: 0.9,
  1736. effects: {
  1737. fog_color: 12638463,
  1738. mood_sound: {
  1739. block_search_extent: 8,
  1740. offset: 2,
  1741. sound: 'minecraft:ambient.cave',
  1742. tick_delay: 6000,
  1743. },
  1744. music: {
  1745. max_delay: 24000,
  1746. min_delay: 12000,
  1747. replace_current_music: 0,
  1748. sound: 'minecraft:music.overworld.jungle',
  1749. },
  1750. sky_color: 7842047,
  1751. water_color: 4159204,
  1752. water_fog_color: 329011,
  1753. },
  1754. has_precipitation: 1,
  1755. temperature: 0.95,
  1756. },
  1757. id: 28,
  1758. name: 'minecraft:jungle',
  1759. },
  1760. {
  1761. element: {
  1762. downfall: 0.5,
  1763. effects: {
  1764. fog_color: 12638463,
  1765. mood_sound: {
  1766. block_search_extent: 8,
  1767. offset: 2,
  1768. sound: 'minecraft:ambient.cave',
  1769. tick_delay: 6000,
  1770. },
  1771. sky_color: 8103167,
  1772. water_color: 4566514,
  1773. water_fog_color: 267827,
  1774. },
  1775. has_precipitation: 1,
  1776. temperature: 0.5,
  1777. },
  1778. id: 29,
  1779. name: 'minecraft:lukewarm_ocean',
  1780. },
  1781. {
  1782. element: {
  1783. downfall: 0.5,
  1784. effects: {
  1785. fog_color: 12638463,
  1786. mood_sound: {
  1787. block_search_extent: 8,
  1788. offset: 2,
  1789. sound: 'minecraft:ambient.cave',
  1790. tick_delay: 6000,
  1791. },
  1792. music: {
  1793. max_delay: 24000,
  1794. min_delay: 12000,
  1795. replace_current_music: 0,
  1796. sound: 'minecraft:music.overworld.lush_caves',
  1797. },
  1798. sky_color: 8103167,
  1799. water_color: 4159204,
  1800. water_fog_color: 329011,
  1801. },
  1802. has_precipitation: 1,
  1803. temperature: 0.5,
  1804. },
  1805. id: 30,
  1806. name: 'minecraft:lush_caves',
  1807. },
  1808. {
  1809. element: {
  1810. downfall: 0.9,
  1811. effects: {
  1812. fog_color: 12638463,
  1813. foliage_color: 9285927,
  1814. grass_color_modifier: 'swamp',
  1815. mood_sound: {
  1816. block_search_extent: 8,
  1817. offset: 2,
  1818. sound: 'minecraft:ambient.cave',
  1819. tick_delay: 6000,
  1820. },
  1821. music: {
  1822. max_delay: 24000,
  1823. min_delay: 12000,
  1824. replace_current_music: 0,
  1825. sound: 'minecraft:music.overworld.swamp',
  1826. },
  1827. sky_color: 7907327,
  1828. water_color: 3832426,
  1829. water_fog_color: 5077600,
  1830. },
  1831. has_precipitation: 1,
  1832. temperature: 0.8,
  1833. },
  1834. id: 31,
  1835. name: 'minecraft:mangrove_swamp',
  1836. },
  1837. {
  1838. element: {
  1839. downfall: 0.8,
  1840. effects: {
  1841. fog_color: 12638463,
  1842. mood_sound: {
  1843. block_search_extent: 8,
  1844. offset: 2,
  1845. sound: 'minecraft:ambient.cave',
  1846. tick_delay: 6000,
  1847. },
  1848. music: {
  1849. max_delay: 24000,
  1850. min_delay: 12000,
  1851. replace_current_music: 0,
  1852. sound: 'minecraft:music.overworld.meadow',
  1853. },
  1854. sky_color: 8103167,
  1855. water_color: 937679,
  1856. water_fog_color: 329011,
  1857. },
  1858. has_precipitation: 1,
  1859. temperature: 0.5,
  1860. },
  1861. id: 32,
  1862. name: 'minecraft:meadow',
  1863. },
  1864. {
  1865. element: {
  1866. downfall: 1,
  1867. effects: {
  1868. fog_color: 12638463,
  1869. mood_sound: {
  1870. block_search_extent: 8,
  1871. offset: 2,
  1872. sound: 'minecraft:ambient.cave',
  1873. tick_delay: 6000,
  1874. },
  1875. sky_color: 7842047,
  1876. water_color: 4159204,
  1877. water_fog_color: 329011,
  1878. },
  1879. has_precipitation: 1,
  1880. temperature: 0.9,
  1881. },
  1882. id: 33,
  1883. name: 'minecraft:mushroom_fields',
  1884. },
  1885. {
  1886. element: {
  1887. downfall: 0,
  1888. effects: {
  1889. additions_sound: {
  1890. sound: 'minecraft:ambient.nether_wastes.additions',
  1891. tick_chance: 0.0111,
  1892. },
  1893. ambient_sound: 'minecraft:ambient.nether_wastes.loop',
  1894. fog_color: 3344392,
  1895. mood_sound: {
  1896. block_search_extent: 8,
  1897. offset: 2,
  1898. sound: 'minecraft:ambient.nether_wastes.mood',
  1899. tick_delay: 6000,
  1900. },
  1901. music: {
  1902. max_delay: 24000,
  1903. min_delay: 12000,
  1904. replace_current_music: 0,
  1905. sound: 'minecraft:music.nether.nether_wastes',
  1906. },
  1907. sky_color: 7254527,
  1908. water_color: 4159204,
  1909. water_fog_color: 329011,
  1910. },
  1911. has_precipitation: 0,
  1912. temperature: 2,
  1913. },
  1914. id: 34,
  1915. name: 'minecraft:nether_wastes',
  1916. },
  1917. {
  1918. element: {
  1919. downfall: 0.5,
  1920. effects: {
  1921. fog_color: 12638463,
  1922. mood_sound: {
  1923. block_search_extent: 8,
  1924. offset: 2,
  1925. sound: 'minecraft:ambient.cave',
  1926. tick_delay: 6000,
  1927. },
  1928. sky_color: 8103167,
  1929. water_color: 4159204,
  1930. water_fog_color: 329011,
  1931. },
  1932. has_precipitation: 1,
  1933. temperature: 0.5,
  1934. },
  1935. id: 35,
  1936. name: 'minecraft:ocean',
  1937. },
  1938. {
  1939. element: {
  1940. downfall: 0.6,
  1941. effects: {
  1942. fog_color: 12638463,
  1943. mood_sound: {
  1944. block_search_extent: 8,
  1945. offset: 2,
  1946. sound: 'minecraft:ambient.cave',
  1947. tick_delay: 6000,
  1948. },
  1949. music: {
  1950. max_delay: 24000,
  1951. min_delay: 12000,
  1952. replace_current_music: 0,
  1953. sound: 'minecraft:music.overworld.forest',
  1954. },
  1955. sky_color: 8037887,
  1956. water_color: 4159204,
  1957. water_fog_color: 329011,
  1958. },
  1959. has_precipitation: 1,
  1960. temperature: 0.6,
  1961. },
  1962. id: 36,
  1963. name: 'minecraft:old_growth_birch_forest',
  1964. },
  1965. {
  1966. element: {
  1967. downfall: 0.8,
  1968. effects: {
  1969. fog_color: 12638463,
  1970. mood_sound: {
  1971. block_search_extent: 8,
  1972. offset: 2,
  1973. sound: 'minecraft:ambient.cave',
  1974. tick_delay: 6000,
  1975. },
  1976. music: {
  1977. max_delay: 24000,
  1978. min_delay: 12000,
  1979. replace_current_music: 0,
  1980. sound: 'minecraft:music.overworld.old_growth_taiga',
  1981. },
  1982. sky_color: 8168447,
  1983. water_color: 4159204,
  1984. water_fog_color: 329011,
  1985. },
  1986. has_precipitation: 1,
  1987. temperature: 0.3,
  1988. },
  1989. id: 37,
  1990. name: 'minecraft:old_growth_pine_taiga',
  1991. },
  1992. {
  1993. element: {
  1994. downfall: 0.8,
  1995. effects: {
  1996. fog_color: 12638463,
  1997. mood_sound: {
  1998. block_search_extent: 8,
  1999. offset: 2,
  2000. sound: 'minecraft:ambient.cave',
  2001. tick_delay: 6000,
  2002. },
  2003. music: {
  2004. max_delay: 24000,
  2005. min_delay: 12000,
  2006. replace_current_music: 0,
  2007. sound: 'minecraft:music.overworld.old_growth_taiga',
  2008. },
  2009. sky_color: 8233983,
  2010. water_color: 4159204,
  2011. water_fog_color: 329011,
  2012. },
  2013. has_precipitation: 1,
  2014. temperature: 0.25,
  2015. },
  2016. id: 38,
  2017. name: 'minecraft:old_growth_spruce_taiga',
  2018. },
  2019. {
  2020. element: {
  2021. downfall: 0.4,
  2022. effects: {
  2023. fog_color: 12638463,
  2024. mood_sound: {
  2025. block_search_extent: 8,
  2026. offset: 2,
  2027. sound: 'minecraft:ambient.cave',
  2028. tick_delay: 6000,
  2029. },
  2030. sky_color: 7907327,
  2031. water_color: 4159204,
  2032. water_fog_color: 329011,
  2033. },
  2034. has_precipitation: 1,
  2035. temperature: 0.8,
  2036. },
  2037. id: 39,
  2038. name: 'minecraft:plains',
  2039. },
  2040. {
  2041. element: {
  2042. downfall: 0.5,
  2043. effects: {
  2044. fog_color: 12638463,
  2045. mood_sound: {
  2046. block_search_extent: 8,
  2047. offset: 2,
  2048. sound: 'minecraft:ambient.cave',
  2049. tick_delay: 6000,
  2050. },
  2051. sky_color: 8103167,
  2052. water_color: 4159204,
  2053. water_fog_color: 329011,
  2054. },
  2055. has_precipitation: 1,
  2056. temperature: 0.5,
  2057. },
  2058. id: 40,
  2059. name: 'minecraft:river',
  2060. },
  2061. {
  2062. element: {
  2063. downfall: 0,
  2064. effects: {
  2065. fog_color: 12638463,
  2066. mood_sound: {
  2067. block_search_extent: 8,
  2068. offset: 2,
  2069. sound: 'minecraft:ambient.cave',
  2070. tick_delay: 6000,
  2071. },
  2072. sky_color: 7254527,
  2073. water_color: 4159204,
  2074. water_fog_color: 329011,
  2075. },
  2076. has_precipitation: 0,
  2077. temperature: 2,
  2078. },
  2079. id: 41,
  2080. name: 'minecraft:savanna',
  2081. },
  2082. {
  2083. element: {
  2084. downfall: 0,
  2085. effects: {
  2086. fog_color: 12638463,
  2087. mood_sound: {
  2088. block_search_extent: 8,
  2089. offset: 2,
  2090. sound: 'minecraft:ambient.cave',
  2091. tick_delay: 6000,
  2092. },
  2093. sky_color: 7254527,
  2094. water_color: 4159204,
  2095. water_fog_color: 329011,
  2096. },
  2097. has_precipitation: 0,
  2098. temperature: 2,
  2099. },
  2100. id: 42,
  2101. name: 'minecraft:savanna_plateau',
  2102. },
  2103. {
  2104. element: {
  2105. downfall: 0.5,
  2106. effects: {
  2107. fog_color: 10518688,
  2108. mood_sound: {
  2109. block_search_extent: 8,
  2110. offset: 2,
  2111. sound: 'minecraft:ambient.cave',
  2112. tick_delay: 6000,
  2113. },
  2114. sky_color: 0,
  2115. water_color: 4159204,
  2116. water_fog_color: 329011,
  2117. },
  2118. has_precipitation: 0,
  2119. temperature: 0.5,
  2120. },
  2121. id: 43,
  2122. name: 'minecraft:small_end_islands',
  2123. },
  2124. {
  2125. element: {
  2126. downfall: 0.3,
  2127. effects: {
  2128. fog_color: 12638463,
  2129. mood_sound: {
  2130. block_search_extent: 8,
  2131. offset: 2,
  2132. sound: 'minecraft:ambient.cave',
  2133. tick_delay: 6000,
  2134. },
  2135. sky_color: 8364543,
  2136. water_color: 4020182,
  2137. water_fog_color: 329011,
  2138. },
  2139. has_precipitation: 1,
  2140. temperature: 0.05,
  2141. },
  2142. id: 44,
  2143. name: 'minecraft:snowy_beach',
  2144. },
  2145. {
  2146. element: {
  2147. downfall: 0.5,
  2148. effects: {
  2149. fog_color: 12638463,
  2150. mood_sound: {
  2151. block_search_extent: 8,
  2152. offset: 2,
  2153. sound: 'minecraft:ambient.cave',
  2154. tick_delay: 6000,
  2155. },
  2156. sky_color: 8364543,
  2157. water_color: 4159204,
  2158. water_fog_color: 329011,
  2159. },
  2160. has_precipitation: 1,
  2161. temperature: 0,
  2162. },
  2163. id: 45,
  2164. name: 'minecraft:snowy_plains',
  2165. },
  2166. {
  2167. element: {
  2168. downfall: 0.9,
  2169. effects: {
  2170. fog_color: 12638463,
  2171. mood_sound: {
  2172. block_search_extent: 8,
  2173. offset: 2,
  2174. sound: 'minecraft:ambient.cave',
  2175. tick_delay: 6000,
  2176. },
  2177. music: {
  2178. max_delay: 24000,
  2179. min_delay: 12000,
  2180. replace_current_music: 0,
  2181. sound: 'minecraft:music.overworld.snowy_slopes',
  2182. },
  2183. sky_color: 8560639,
  2184. water_color: 4159204,
  2185. water_fog_color: 329011,
  2186. },
  2187. has_precipitation: 1,
  2188. temperature: -0.3,
  2189. },
  2190. id: 46,
  2191. name: 'minecraft:snowy_slopes',
  2192. },
  2193. {
  2194. element: {
  2195. downfall: 0.4,
  2196. effects: {
  2197. fog_color: 12638463,
  2198. mood_sound: {
  2199. block_search_extent: 8,
  2200. offset: 2,
  2201. sound: 'minecraft:ambient.cave',
  2202. tick_delay: 6000,
  2203. },
  2204. sky_color: 8625919,
  2205. water_color: 4020182,
  2206. water_fog_color: 329011,
  2207. },
  2208. has_precipitation: 1,
  2209. temperature: -0.5,
  2210. },
  2211. id: 47,
  2212. name: 'minecraft:snowy_taiga',
  2213. },
  2214. {
  2215. element: {
  2216. downfall: 0,
  2217. effects: {
  2218. additions_sound: {
  2219. sound: 'minecraft:ambient.soul_sand_valley.additions',
  2220. tick_chance: 0.0111,
  2221. },
  2222. ambient_sound: 'minecraft:ambient.soul_sand_valley.loop',
  2223. fog_color: 1787717,
  2224. mood_sound: {
  2225. block_search_extent: 8,
  2226. offset: 2,
  2227. sound: 'minecraft:ambient.soul_sand_valley.mood',
  2228. tick_delay: 6000,
  2229. },
  2230. music: {
  2231. max_delay: 24000,
  2232. min_delay: 12000,
  2233. replace_current_music: 0,
  2234. sound: 'minecraft:music.nether.soul_sand_valley',
  2235. },
  2236. particle: {
  2237. options: {
  2238. type: 'minecraft:ash',
  2239. },
  2240. probability: 0.00625,
  2241. },
  2242. sky_color: 7254527,
  2243. water_color: 4159204,
  2244. water_fog_color: 329011,
  2245. },
  2246. has_precipitation: 0,
  2247. temperature: 2,
  2248. },
  2249. id: 48,
  2250. name: 'minecraft:soul_sand_valley',
  2251. },
  2252. {
  2253. element: {
  2254. downfall: 0.8,
  2255. effects: {
  2256. fog_color: 12638463,
  2257. mood_sound: {
  2258. block_search_extent: 8,
  2259. offset: 2,
  2260. sound: 'minecraft:ambient.cave',
  2261. tick_delay: 6000,
  2262. },
  2263. music: {
  2264. max_delay: 24000,
  2265. min_delay: 12000,
  2266. replace_current_music: 0,
  2267. sound: 'minecraft:music.overworld.sparse_jungle',
  2268. },
  2269. sky_color: 7842047,
  2270. water_color: 4159204,
  2271. water_fog_color: 329011,
  2272. },
  2273. has_precipitation: 1,
  2274. temperature: 0.95,
  2275. },
  2276. id: 49,
  2277. name: 'minecraft:sparse_jungle',
  2278. },
  2279. {
  2280. element: {
  2281. downfall: 0.3,
  2282. effects: {
  2283. fog_color: 12638463,
  2284. mood_sound: {
  2285. block_search_extent: 8,
  2286. offset: 2,
  2287. sound: 'minecraft:ambient.cave',
  2288. tick_delay: 6000,
  2289. },
  2290. music: {
  2291. max_delay: 24000,
  2292. min_delay: 12000,
  2293. replace_current_music: 0,
  2294. sound: 'minecraft:music.overworld.stony_peaks',
  2295. },
  2296. sky_color: 7776511,
  2297. water_color: 4159204,
  2298. water_fog_color: 329011,
  2299. },
  2300. has_precipitation: 1,
  2301. temperature: 1,
  2302. },
  2303. id: 50,
  2304. name: 'minecraft:stony_peaks',
  2305. },
  2306. {
  2307. element: {
  2308. downfall: 0.3,
  2309. effects: {
  2310. fog_color: 12638463,
  2311. mood_sound: {
  2312. block_search_extent: 8,
  2313. offset: 2,
  2314. sound: 'minecraft:ambient.cave',
  2315. tick_delay: 6000,
  2316. },
  2317. sky_color: 8233727,
  2318. water_color: 4159204,
  2319. water_fog_color: 329011,
  2320. },
  2321. has_precipitation: 1,
  2322. temperature: 0.2,
  2323. },
  2324. id: 51,
  2325. name: 'minecraft:stony_shore',
  2326. },
  2327. {
  2328. element: {
  2329. downfall: 0.4,
  2330. effects: {
  2331. fog_color: 12638463,
  2332. mood_sound: {
  2333. block_search_extent: 8,
  2334. offset: 2,
  2335. sound: 'minecraft:ambient.cave',
  2336. tick_delay: 6000,
  2337. },
  2338. sky_color: 7907327,
  2339. water_color: 4159204,
  2340. water_fog_color: 329011,
  2341. },
  2342. has_precipitation: 1,
  2343. temperature: 0.8,
  2344. },
  2345. id: 52,
  2346. name: 'minecraft:sunflower_plains',
  2347. },
  2348. {
  2349. element: {
  2350. downfall: 0.9,
  2351. effects: {
  2352. fog_color: 12638463,
  2353. foliage_color: 6975545,
  2354. grass_color_modifier: 'swamp',
  2355. mood_sound: {
  2356. block_search_extent: 8,
  2357. offset: 2,
  2358. sound: 'minecraft:ambient.cave',
  2359. tick_delay: 6000,
  2360. },
  2361. music: {
  2362. max_delay: 24000,
  2363. min_delay: 12000,
  2364. replace_current_music: 0,
  2365. sound: 'minecraft:music.overworld.swamp',
  2366. },
  2367. sky_color: 7907327,
  2368. water_color: 6388580,
  2369. water_fog_color: 2302743,
  2370. },
  2371. has_precipitation: 1,
  2372. temperature: 0.8,
  2373. },
  2374. id: 53,
  2375. name: 'minecraft:swamp',
  2376. },
  2377. {
  2378. element: {
  2379. downfall: 0.8,
  2380. effects: {
  2381. fog_color: 12638463,
  2382. mood_sound: {
  2383. block_search_extent: 8,
  2384. offset: 2,
  2385. sound: 'minecraft:ambient.cave',
  2386. tick_delay: 6000,
  2387. },
  2388. sky_color: 8233983,
  2389. water_color: 4159204,
  2390. water_fog_color: 329011,
  2391. },
  2392. has_precipitation: 1,
  2393. temperature: 0.25,
  2394. },
  2395. id: 54,
  2396. name: 'minecraft:taiga',
  2397. },
  2398. {
  2399. element: {
  2400. downfall: 0.5,
  2401. effects: {
  2402. fog_color: 10518688,
  2403. mood_sound: {
  2404. block_search_extent: 8,
  2405. offset: 2,
  2406. sound: 'minecraft:ambient.cave',
  2407. tick_delay: 6000,
  2408. },
  2409. sky_color: 0,
  2410. water_color: 4159204,
  2411. water_fog_color: 329011,
  2412. },
  2413. has_precipitation: 0,
  2414. temperature: 0.5,
  2415. },
  2416. id: 55,
  2417. name: 'minecraft:the_end',
  2418. },
  2419. {
  2420. element: {
  2421. downfall: 0.5,
  2422. effects: {
  2423. fog_color: 12638463,
  2424. mood_sound: {
  2425. block_search_extent: 8,
  2426. offset: 2,
  2427. sound: 'minecraft:ambient.cave',
  2428. tick_delay: 6000,
  2429. },
  2430. sky_color: 8103167,
  2431. water_color: 4159204,
  2432. water_fog_color: 329011,
  2433. },
  2434. has_precipitation: 0,
  2435. temperature: 0.5,
  2436. },
  2437. id: 56,
  2438. name: 'minecraft:the_void',
  2439. },
  2440. {
  2441. element: {
  2442. downfall: 0.5,
  2443. effects: {
  2444. fog_color: 12638463,
  2445. mood_sound: {
  2446. block_search_extent: 8,
  2447. offset: 2,
  2448. sound: 'minecraft:ambient.cave',
  2449. tick_delay: 6000,
  2450. },
  2451. sky_color: 8103167,
  2452. water_color: 4445678,
  2453. water_fog_color: 270131,
  2454. },
  2455. has_precipitation: 1,
  2456. temperature: 0.5,
  2457. },
  2458. id: 57,
  2459. name: 'minecraft:warm_ocean',
  2460. },
  2461. {
  2462. element: {
  2463. downfall: 0,
  2464. effects: {
  2465. additions_sound: {
  2466. sound: 'minecraft:ambient.warped_forest.additions',
  2467. tick_chance: 0.0111,
  2468. },
  2469. ambient_sound: 'minecraft:ambient.warped_forest.loop',
  2470. fog_color: 1705242,
  2471. mood_sound: {
  2472. block_search_extent: 8,
  2473. offset: 2,
  2474. sound: 'minecraft:ambient.warped_forest.mood',
  2475. tick_delay: 6000,
  2476. },
  2477. music: {
  2478. max_delay: 24000,
  2479. min_delay: 12000,
  2480. replace_current_music: 0,
  2481. sound: 'minecraft:music.nether.warped_forest',
  2482. },
  2483. particle: {
  2484. options: {
  2485. type: 'minecraft:warped_spore',
  2486. },
  2487. probability: 0.01428,
  2488. },
  2489. sky_color: 7254527,
  2490. water_color: 4159204,
  2491. water_fog_color: 329011,
  2492. },
  2493. has_precipitation: 0,
  2494. temperature: 2,
  2495. },
  2496. id: 58,
  2497. name: 'minecraft:warped_forest',
  2498. },
  2499. {
  2500. element: {
  2501. downfall: 0.3,
  2502. effects: {
  2503. fog_color: 12638463,
  2504. mood_sound: {
  2505. block_search_extent: 8,
  2506. offset: 2,
  2507. sound: 'minecraft:ambient.cave',
  2508. tick_delay: 6000,
  2509. },
  2510. sky_color: 8233727,
  2511. water_color: 4159204,
  2512. water_fog_color: 329011,
  2513. },
  2514. has_precipitation: 1,
  2515. temperature: 0.2,
  2516. },
  2517. id: 59,
  2518. name: 'minecraft:windswept_forest',
  2519. },
  2520. {
  2521. element: {
  2522. downfall: 0.3,
  2523. effects: {
  2524. fog_color: 12638463,
  2525. mood_sound: {
  2526. block_search_extent: 8,
  2527. offset: 2,
  2528. sound: 'minecraft:ambient.cave',
  2529. tick_delay: 6000,
  2530. },
  2531. sky_color: 8233727,
  2532. water_color: 4159204,
  2533. water_fog_color: 329011,
  2534. },
  2535. has_precipitation: 1,
  2536. temperature: 0.2,
  2537. },
  2538. id: 60,
  2539. name: 'minecraft:windswept_gravelly_hills',
  2540. },
  2541. {
  2542. element: {
  2543. downfall: 0.3,
  2544. effects: {
  2545. fog_color: 12638463,
  2546. mood_sound: {
  2547. block_search_extent: 8,
  2548. offset: 2,
  2549. sound: 'minecraft:ambient.cave',
  2550. tick_delay: 6000,
  2551. },
  2552. sky_color: 8233727,
  2553. water_color: 4159204,
  2554. water_fog_color: 329011,
  2555. },
  2556. has_precipitation: 1,
  2557. temperature: 0.2,
  2558. },
  2559. id: 61,
  2560. name: 'minecraft:windswept_hills',
  2561. },
  2562. {
  2563. element: {
  2564. downfall: 0,
  2565. effects: {
  2566. fog_color: 12638463,
  2567. mood_sound: {
  2568. block_search_extent: 8,
  2569. offset: 2,
  2570. sound: 'minecraft:ambient.cave',
  2571. tick_delay: 6000,
  2572. },
  2573. sky_color: 7254527,
  2574. water_color: 4159204,
  2575. water_fog_color: 329011,
  2576. },
  2577. has_precipitation: 0,
  2578. temperature: 2,
  2579. },
  2580. id: 62,
  2581. name: 'minecraft:windswept_savanna',
  2582. },
  2583. {
  2584. element: {
  2585. downfall: 0,
  2586. effects: {
  2587. fog_color: 12638463,
  2588. foliage_color: 10387789,
  2589. grass_color: 9470285,
  2590. mood_sound: {
  2591. block_search_extent: 8,
  2592. offset: 2,
  2593. sound: 'minecraft:ambient.cave',
  2594. tick_delay: 6000,
  2595. },
  2596. music: {
  2597. max_delay: 24000,
  2598. min_delay: 12000,
  2599. replace_current_music: 0,
  2600. sound: 'minecraft:music.overworld.badlands',
  2601. },
  2602. sky_color: 7254527,
  2603. water_color: 4159204,
  2604. water_fog_color: 329011,
  2605. },
  2606. has_precipitation: 0,
  2607. temperature: 2,
  2608. },
  2609. id: 63,
  2610. name: 'minecraft:wooded_badlands',
  2611. },
  2612. ],
  2613. },
  2614. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement