Advertisement
Laerinok

wildgrass_biomes_patch.json

Feb 6th, 2025 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.54 KB | Gaming | 0 0
  1. [
  2.     {
  3.         "enabled": true,
  4.         "op": "addmerge",
  5.         "path": "/BlockPatchBiomes",
  6.         "value": {
  7.             "bluegrass-*": {
  8.                 "biorealm": [
  9.                     "atlantic nearctic",
  10.                     "central palearctic"
  11.                 ],
  12.                 "bioriver": "both"
  13.             }
  14.         },
  15.         "file": "biomes:config/biomes2.json",
  16.         "side": "server",
  17.         "dependsOn": [{ "modid": "biomes" }]
  18.     },
  19.     {
  20.         "enabled": true,
  21.         "op": "addmerge",
  22.         "path": "/BlockPatchBiomes",
  23.         "value": {
  24.             "bushgrass-*": {
  25.                 "biorealm": [
  26.                     "atlantic nearctic",
  27.                     "central palearctic"
  28.                 ],
  29.                 "bioriver": "both"
  30.             }
  31.         },
  32.         "file": "biomes:config/biomes2.json",
  33.         "side": "server",
  34.         "dependsOn": [{ "modid": "biomes" }]
  35.     },
  36.     {
  37.         "enabled": true,
  38.         "op": "addmerge",
  39.         "path": "/BlockPatchBiomes",
  40.         "value": {
  41.             "buttongrass-*": {
  42.                 "biorealm": [
  43.                     "pacific nearctic",
  44.                     "pacific palearctic",
  45.                     "australasian"
  46.                 ],
  47.                 "bioriver": "both"
  48.             }
  49.         },
  50.         "file": "biomes:config/biomes2.json",
  51.         "side": "server",
  52.         "dependsOn": [{ "modid": "biomes" }]
  53.     },
  54.     {
  55.         "enabled": true,
  56.         "op": "addmerge",
  57.         "path": "/BlockPatchBiomes",
  58.         "value": {
  59.             "common-rush-*": {
  60.                 "biorealm": [
  61.                     "atlantic nearctic",
  62.                     "atlantic palearctic",
  63.                     "eastern palearctic",
  64.                     "atlantic afrotropic"
  65.                 ],
  66.                 "bioriver": "both"
  67.             }
  68.         },
  69.         "file": "biomes:config/biomes2.json",
  70.         "side": "server",
  71.         "dependsOn": [{ "modid": "biomes" }]
  72.     },
  73.     {
  74.         "enabled": true,
  75.         "op": "addmerge",
  76.         "path": "/BlockPatchBiomes",
  77.         "value": {
  78.             "fescue-*": {
  79.                 "biorealm": [
  80.                     "atlantic nearctic",
  81.                     "atlantic palearctic",
  82.                     "central palearctic",
  83.                     "eastern palearctic"
  84.                 ],
  85.                 "bioriver": "both"
  86.             }
  87.         },
  88.         "file": "biomes:config/biomes2.json",
  89.         "side": "server",
  90.         "dependsOn": [{ "modid": "biomes" }]
  91.     },
  92.     {
  93.         "enabled": true,
  94.         "op": "addmerge",
  95.         "path": "/BlockPatchBiomes",
  96.         "value": {
  97.             "ryegrass-*": {
  98.                 "biorealm": [
  99.                     "atlantic nearctic",
  100.                     "atlantic palearctic",
  101.                     "pacific nearctic"
  102.                 ],
  103.                 "bioriver": "both"
  104.             }
  105.         },
  106.         "file": "biomes:config/biomes2.json",
  107.         "side": "server",
  108.         "dependsOn": [{ "modid": "biomes" }]
  109.     },
  110.     {
  111.         "enabled": true,
  112.         "op": "addmerge",
  113.         "path": "/BlockPatchBiomes",
  114.         "value": {
  115.             "switchgrass-*": {
  116.                 "biorealm": [
  117.                     "atlantic nearctic",
  118.                     "central palearctic",
  119.                     "atlantic neotropic"
  120.                 ],
  121.                 "bioriver": "both"
  122.             }
  123.         },
  124.         "file": "biomes:config/biomes2.json",
  125.         "side": "server",
  126.         "dependsOn": [{ "modid": "biomes" }]
  127.     }
  128. ]
  129.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement