update edited date frontmatter

This commit is contained in:
James Fenn
2023-09-27 11:48:29 -04:00
parent c353158257
commit d832d585cc
3 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
title: "Minecraft Data Pack Programming: Command Syntax", title: "Minecraft Data Pack Programming: Command Syntax",
description: "Learn the beginnings of data pack development in Minecraft - using positions, entity selectors, and conditional logic in commands!", description: "Learn the beginnings of data pack development in Minecraft - using positions, entity selectors, and conditional logic in commands!",
published: '2022-06-15T21:12:03.284Z', published: '2022-06-15T21:12:03.284Z',
edited: '2023-09-27',
authors: ['fennifith'], authors: ['fennifith'],
tags: [], tags: [],
attached: [], attached: [],

View File

@@ -3,7 +3,7 @@
title: "Minecraft Data Pack Programming: Introduction", title: "Minecraft Data Pack Programming: Introduction",
description: "Learn the beginnings of data pack development in Minecraft - using commands and functions to add custom behavior from scratch!", description: "Learn the beginnings of data pack development in Minecraft - using commands and functions to add custom behavior from scratch!",
published: '2022-06-14T21:12:03.284Z', published: '2022-06-14T21:12:03.284Z',
edited: '2023-09-12', edited: '2023-09-27',
authors: ['fennifith'], authors: ['fennifith'],
tags: [], tags: [],
attached: [], attached: [],

View File

@@ -3,6 +3,7 @@
title: "Minecraft Data Pack Programming: Scoreboard Usage", title: "Minecraft Data Pack Programming: Scoreboard Usage",
description: "Learn data pack development in Minecraft - using player scoreboards, variables, and operations!", description: "Learn data pack development in Minecraft - using player scoreboards, variables, and operations!",
published: '2022-08-20T19:10:03.284Z', published: '2022-08-20T19:10:03.284Z',
edited: '2023-09-27',
authors: ['fennifith'], authors: ['fennifith'],
tags: [], tags: [],
attached: [], attached: [],