Skip to content

Commit

Permalink
Updated to version 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
catter1 committed Oct 29, 2023
1 parent 46f7b2a commit 1eafcae
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/terralith/functions/toast.mcfunction
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tellraw @a ["",{"text":"Hello, and thank you for downloading Terralith!\n\nWe'd love to see you at the","color":"#E1B8F7"},{"text":"\n"},{"text":"Stardust Labs Discord","bold":true,"underlined":true,"color":"#E117F7","clickEvent":{"action":"open_url","value":"https://discord.gg/6Y64AXR"}},{"text":"!","color":"#E1B8F7"},{"text":"\n\n"},{"text":"And, if you'd like to use Terralith on\na server, check out our partner,","color":"#E1B8F7"},{"text":"\n"},{"text":"Bisect Hosting","bold":true,"underlined":true,"color":"#1CB2FA","clickEvent":{"action":"open_url","value":"https://bisecthosting.com/stardust"}},{"text":"!","color":"#E1B8F7"},{"text":"\n "}]
tellraw @a ["",{"text":"Hello, and thank you for downloading Terralith!\n\nWe'd love to see you at the","color":"#E1B8F7"},{"text":"\n"},{"text":"Stardust Labs Discord","bold":true,"underlined":true,"color":"#E117F7","clickEvent":{"action":"open_url","value":"https://discord.gg/stardustlabs"}},{"text":"! If you are using a modpack, keep in mind this Discord server is for Terralith, NOT the entire modpack.","color":"#E1B8F7"},{"text":"\n\n"},{"text":"And, if you'd like to use Terralith on\na server, check out our partner,","color":"#E1B8F7"},{"text":"\n"},{"text":"Bisect Hosting","bold":true,"underlined":true,"color":"#1CB2FA","clickEvent":{"action":"open_url","value":"https://bisecthosting.com/stardust"}},{"text":"!","color":"#E1B8F7"},{"text":"\n "}]
3 changes: 3 additions & 0 deletions data/terralith/worldgen/biome/cave/desert_caves.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
Expand Down
11 changes: 9 additions & 2 deletions data/terralith/worldgen/biome/cave/frostfire_caves.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,18 @@
"terralith:cave/frostfire/columns",
"terralith:cave/frostfire/sculk_patch",
"terralith:cave/frostfire/frostfire_patch",
"terralith:cave/frostfire/frostfire_ceiling"
"terralith:cave/frostfire/frostfire_ceiling",
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode",
"terralith:cave/generic/mega_geode",
"minecraft:large_dripstone"
],
[
"minecraft:monster_room"
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
Expand Down Expand Up @@ -84,6 +87,7 @@
"minecraft:disk_gravel"
],
[],
[],
[
"terralith:cave/ice/no_lava",
"terralith:cave/frostfire/replacer",
Expand All @@ -96,6 +100,9 @@
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
Expand Down
3 changes: 3 additions & 0 deletions data/terralith/worldgen/biome/cave/mantle_caves.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
Expand Down
1 change: 1 addition & 0 deletions data/terralith/worldgen/biome/emerald_peaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"minecraft:glow_lichen"
],
[
"minecraft:freeze_top_layer",
"terralith:mountains/scarlet/remove_some_snow",
"terralith:mountains/scarlet/remove_steep_snow"
]
Expand Down
3 changes: 3 additions & 0 deletions data/terralith/worldgen/biome/painted_mountains.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
[
"minecraft:glow_lichen",
"minecraft:patch_dead_bush"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
"max_inclusive": 2
}
},
"replaceable": "#terralith:terracotta",
"replaceable": "#minecraft:terracotta",
"surface": "floor",
"vegetation_chance": 0,
"vegetation_feature": "terralith:nothing",
Expand Down

0 comments on commit 1eafcae

Please sign in to comment.