From c991875e4f1f6fdf7361d9f8496ee8282f67f725 Mon Sep 17 00:00:00 2001 From: ChampionAsh5357 Date: Sun, 30 Jun 2024 12:00:37 -0400 Subject: [PATCH] fix(news): Add missing depluralization directories --- content/news/21.0release.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/news/21.0release.md b/content/news/21.0release.md index 393f932..ea7fcb7 100644 --- a/content/news/21.0release.md +++ b/content/news/21.0release.md @@ -48,8 +48,14 @@ Several data folder names that were plural have been renamed: - `tags/fluids` -> `tags/fluid` - `tags/items` -> `tags/item` - `tags/game_events` -> `tags/game_event` + - `tags/functions` -> `tags/function` - `recipes` -> `recipe` - `advancements` -> `advancement` +- `structures` -> `structure` +- `loot_tables` -> `loot_table` +- `predicates` -> `predicate` +- `item_modifiers` -> `item_modifier` +- `functions` -> `function` ### Data-driven enchantments Enchantments are no longer a static, built-in registry, and are instead a datapack registry.