Skip to content

Commit c011344

Browse files
authored
Merge pull request #97 from Datapack-Hub/mc-version-1_21_6
Update to 1.21.6
2 parents 9641207 + c93dfa6 commit c011344

39 files changed

Lines changed: 120 additions & 38 deletions

File tree

src/lib/sidebar/tabs/WikiPages.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import IconScoreboard from "~icons/tabler/Table";
3333
import IconRange from "~icons/tabler/math-lower";
3434
import IconConcepts from "~icons/tabler/blocks";
35+
import IconDialog from "~icons/tabler/category-2";
3536
</script>
3637

3738
<!-- ADD PAGES AND CATEGORIES BELOW -->
@@ -59,6 +60,7 @@
5960
<SidebarPage label="Advancements" icon={IconStar} page="/wiki/files/advancements" />
6061
<SidebarPlaceholder label="Loot Tables" icon={IconChest} />
6162
<SidebarPage label="Recipes" icon={IconGrid} page="/wiki/files/recipes" />
63+
<SidebarPage label="Dialogs" icon={IconDialog} page="/wiki/files/dialogs" />
6264
<SidebarPage label="Tags" icon={IconFilters} page="/wiki/files/tags" />
6365
</SidebarCategory>
6466

src/routes/guide/adding-new-features/custom-items/crafting/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Recipes for your Custom Items
33
description: "Learn how to make custom crafting recipes for custom items in Minecraft Datapacks."
4-
version: 1.21.5
4+
version: 1.21.6
55
---
66

77
# Creating Recipes for your Custom Items

src/routes/guide/adding-new-features/custom-items/intro/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Recipes for your Custom Items
33
description: "Learn how to make custom items with Minecraft Java datapacks"
44
tags: beginner, guide, custom_items, item_components
5-
version: 1.21.5
5+
version: 1.21.6
66
---
77

88
# Creating Custom Items

src/routes/guide/adding-new-features/jukebox-songs/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Adding Jukebox Songs
33
description: "Learn how to create custom music discs and custom jukebox songs with Minecraft datapacks"
4-
version: 1.21.5
4+
version: 1.21.6
55
---
66

77
# How to add custom jukebox songs

src/routes/guide/adding-new-features/painting-variants/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Adding Paitings
33
description: "Learn how to add custom paitings to Minecraft just with a datapack and a resourcepack!"
4-
version: 1.21.5
4+
version: 1.21.6
55
---
66

77
# How to add custom paintings

src/routes/guide/adding-new-features/smithing-trims/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Adding Smithing Trims
33
description: "Learn how to add custom smithing trims patterns to Minecraft just with a datapack and a resourcepack!"
4-
version: 1.21.5
4+
version: 1.21.6
55
---
66

77
# How to add custom Smithing Trims

src/routes/guide/datapacks-for-mods/mods-vs-datapacks/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MCFunction vs Coding
33
description: "Learn the differences between using MCFunctions and traditional coding."
4-
version: 1.21.5
4+
version: 1.21.6
55
---
66

77
# Mods vs Datapacks

src/routes/guide/getting-started/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to Make a Minecraft Datapack - Beginner's Guide
33
tags: guide, beginner, Minecraft, datapack, tutorial, step-by-step
44
description: Learn how to create a Minecraft datapack with our beginner's guide. This step-by-step tutorial will help you understand the basics of datapack creation, even if you have little coding knowledge. Start enhancing your Minecraft experience today!
5-
version: 1.21.5
5+
version: 1.21.6
66
---
77

88
<script lang="ts">

src/routes/guide/mcf-vs-code/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MCFunction vs Coding
33
description: "Learn the differences between using MCFunctions and traditional coding."
4-
version: 1.21.5
4+
version: 1.21.6
55
---
66

77
# MCFunction vs Traditional Coding

src/routes/guide/misc/raycasts/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Raycasts
33
description: "Raycasting is when we shoot a line from the player's eyes in the direction they are looking. We use this to get what the player is looking at, and do something to it, such as spawning an explosion."
4-
version: 1.21.5
4+
version: 1.21.6
55
---
66

77
# Raycasting

0 commit comments

Comments
 (0)