Skip to content

Commit

Permalink
Rename from sample
Browse files Browse the repository at this point in the history
  • Loading branch information
optic5471ms committed Jun 12, 2024
1 parent ce0dfdf commit 345bf3e
Show file tree
Hide file tree
Showing 48 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"pattern": "./ts-starter-complete-cotta/*/"
},
{
"pattern": "./custom-components-sample/*/"
"pattern": "./custom-components/*/"
},
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project contains samples of [@minecraft/server](https://learn.microsoft.com
- [ts-starter-complete-cotta](ts-starter-complete-cotta/README.md) - A completed version of the `ts-starter` tutorial, featuring the Break the Cotta simple arena game.
- [howto-gallery](howto-gallery/README.md) - A set of small code snippets that can be played back within the game.
- [build-challenge](build-challenge/README.md) - A more complex starter script map with the ability to form teams that build structures, that can then be voted on.
- [custom-components-sample](custom-components-sample/README.md) - A sample pack using block and item custom components to add a new strawberry crop and watering tool.
- [custom-components](custom-components/README.md) - An addon using block and item custom components to add a new strawberry crop and watering tool.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion custom-components-sample/.env → custom-components/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PROJECT_NAME="custom_components_sample"
PROJECT_NAME="custom_components"
MINECRAFT_PRODUCT="BedrockUWP"
CUSTOM_DEPLOYMENT_PATH=""
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
page_type: sample
author: agriffin
description: A sample pack using block and item custom components to add a new strawberry crop and watering tool.
description: An addon using block and item custom components to add a new strawberry crop and watering tool.
ms.author: [email protected]
ms.date: 06/11/2024
languages:
Expand All @@ -12,7 +12,7 @@ products:

# Minecraft How-to Gallery

This sample contains many code snippets that show how you can use custom components to create new logic for custom blocks and items.
This addon contains many code snippets that show how you can use custom components to create new logic for custom blocks and items.

## Prerequisites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"format_version": 2,
"header": {
"name": "Custom components sample behavior pack",
"description": "Custom components sample behavior pack",
"name": "Custom components behavior pack",
"description": "Custom components behavior pack",
"uuid": "922f8c01-632f-4579-91c4-40101d578de7",
"version": [
1,
Expand Down
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "scripting-custom-component-sample",
"name": "scripting-custom-component",
"version": "0.1.0",
"productName": "Minecraft TypeScript Custom Component Sample",
"description": "Minecraft TypeScript Custom Component Sample",
"productName": "Minecraft TypeScript Custom Component",
"description": "Minecraft TypeScript Custom Component",
"private": true,
"devDependencies": {
"@minecraft/core-build-tasks": "^1.1.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"format_version": 2,
"header": {
"name": "Custom components sample resource pack",
"description": "Custom components sample resource pack",
"name": "Custom components resource pack",
"description": "Custom components resource pack",
"uuid": "7bd3b140-a9c0-42cb-aa56-0bdedc80e27b",
"version": [
1,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 345bf3e

Please sign in to comment.