Skip to content

Commit 5647660

Browse files
committed
Add some worldgen stuff
1 parent f3f561c commit 5647660

2 files changed

Lines changed: 590 additions & 0 deletions

File tree

src/lib/sidebar/tabs/Guides.svelte

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
import IconBuilding from "~icons/tabler/building-factory-2";
3838
import IconCottage from "~icons/tabler/building-cottage";
3939
import IconTrees from "~icons/tabler/trees";
40+
import IconBackhoe from "~icons/tabler/backhoe";
41+
import IconMountain from "~icons/tabler/mountain";
42+
import IconBuildingCastle from "~icons/tabler/building-castle";
4043
import SidebarPlaceholder from "../navigation/SidebarPlaceholder.svelte";
4144
</script>
4245

@@ -85,6 +88,11 @@
8588
<SidebarPlaceholder label="Twilight Forest" icon={IconTrees} />
8689
</SidebarCategory>
8790

91+
<SidebarCategory name="World Generation" icon={IconBackhoe}>
92+
<SidebarPage label="Custom World Generation" icon={IconMountain} page="/guide/worldgen/custom-worldgen"></SidebarPage>
93+
<SidebarPlaceholder label="Custom Structures" icon={IconBuildingCastle}></SidebarPlaceholder>
94+
</SidebarCategory>
95+
8896
<SidebarCategory name="Misc" icon={IconBrackets}>
8997
<SidebarPage label="Debugging" icon={IconBug} page="/guide/misc/debugging" />
9098
<SidebarPage label="Raycasts" icon={IconArrow} page="/guide/misc/raycasts" />

0 commit comments

Comments
 (0)