File tree Expand file tree Collapse file tree
routes/guide/worldgen/custom-worldgen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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" />
You can’t perform that action at this time.
0 commit comments