Advertisement
Wanna_Grenade

Beach.json

Jul 27th, 2020
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. {
  2. "enabled": true,
  3. "rarity": 0.4,
  4. "biomeType": "AQUATIC",
  5. "useDungeons": false,
  6. "dungeonChance": 10,
  7. "useMineShafts": false,
  8. "useStrongholds": false,
  9. "useVillages": false,
  10. "villageStyle": "PLAINS",
  11. "useTemples": false,
  12. "useNetherFortress": false,
  13. "useCaves": true,
  14. "useMonuments": false,
  15. "useWoodlandMansion": false,
  16. "useRavines": false,
  17. "useWitchHuts": false,
  18. "usePyramids": false,
  19. "useJungleTemples": false,
  20. "useIgloos": false,
  21. "useFossils": false,
  22. "useWaterLakes": false,
  23. "useLavaLakes": false,
  24. "useBedrock": true,
  25. "useRivers": false,
  26. "biomeColors": [
  27. "#9d8263"
  28. ],
  29. "fossilChance": 64,
  30. "lavaLakeChance": 30,
  31. "waterLakeChance": 4,
  32. "vanillaFeatures": [
  33. "UNDERGROUND_DECORATION",
  34. "UNDERGROUND_STRUCTURES",
  35. "SURFACE_STRUCTURES",
  36. "TOP_LAYER_MODIFICATION",
  37. "RAW_GENERATION"
  38. ],
  39. "oreGenerators": [],
  40.  
  41. "nativeBiome": "beach",
  42. "useNativePainting": true,
  43. "useNativeStructure": true,
  44. "terrainSettings": {
  45. "subTerrains": [
  46. {
  47. "provider": "MINECRAFT",
  48. "name": "beach",
  49. "xModifier": 1.0,
  50. "yModifer": 1.0,
  51. "zModifer": 1.0,
  52. "yOffset": 0
  53. }
  54. ]
  55. },
  56.  
  57. "nativeBiomes": [
  58. {
  59. "nativeBiome": "BEACH",
  60. "chance": 0.8
  61. }
  62. ],
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement